what is n tier ?



what is n tier ?..

Answer / manoj batra

3-Tier architecture generally contains UI or Presentation
Layer, Business Access Layer (BAL) or Business Logic Layer
and Data Access Layer (DAL).

Presentation Layer (UI)
Presentation layer cotains pages like .aspx or windows form
where data is presented to the user or input is taken from
the user.

Business Access Layer (BAL) or Business Logic Layer
BAL contains business logic, validations or calculations
related with the data, if needed. I will call it Business
Access Layer in my demo.


Data Access Layer (DAL)
DAL contains methods that helps business layer to connect
the data and perform required action, might be returning
data or manipulating data (insert, update, delete etc).

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP Interview Questions

What are the collections of Session Object?

2 Answers  


Define extranet?

0 Answers  


How to add? tree view control in datagrid in asp.net using c#?

0 Answers  


What is asp

0 Answers   STC,


What are server variables collection?

0 Answers  






What is aspx used for?

0 Answers  


Should user input data validation occur server-side or client-side?

0 Answers  


what is database deployment?

0 Answers  


Define a class in css?

0 Answers  


Explain the function of attributes in tags?

0 Answers  


What are the tags necessary to be present within the tag ?

0 Answers  


Define common type system (cts)?

0 Answers  


Categories