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

Explain the difference between a namespace and an assembly name?

0 Answers  


Where will you code OPTION EXPLICIT in an ASP application? WHY?

1 Answers  


What is Querystring collection?

1 Answers  


What are the attributes of the <form> tags?

0 Answers  


How to run FileSystemObject in ASP

1 Answers   Karvy,






How could u display all of the cookies/cookie values for a user through a Web page in ASP?

0 Answers   Google,


Define file system object object?

0 Answers  


What is the default scripting language on the client side?

0 Answers  


how we can establish the connectivity between front end and backend?(asp as front end and c# as back end)

0 Answers   Polycom,


What is the common type system (cts)?

0 Answers  


How add insert options in datagrid control in footer row.

0 Answers   PreludeSys,


i am creating an e-learning site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?

0 Answers  


Categories