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

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  


How do you make it so that code runs when the security system is stopping it?

0 Answers  


What is the difference between cshtml and aspx?

0 Answers  


Which is the default Scripting Language of ASP (server- side)?

2 Answers  


What are the ASP Scripting Objects?

1 Answers  






What are the collections of Application Object?

1 Answers  


Tell something about Active Server Pages?

5 Answers   Microsoft,


What is the maximum size of an array?

0 Answers  


What are asp controls?

0 Answers  


What is the order of execution for an ASP application?

2 Answers  


How to refersh an asp page on a single click of a button.

2 Answers   IBM,


What is .asp in html?

0 Answers  


Categories