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 LOCAL and GLOBAL variables?

1 Answers  


Why .Net Does not Support multiple inheritance?

1 Answers   Quark,


What are the attributes of the tags?

1 Answers  


what is page

1 Answers  


What is the full name of asp in vb net?

1 Answers  


What is the common type system (cts)?

1 Answers  


What is a form collection in asp?

1 Answers  


What is a Dictionary object?

2 Answers  


what is the default .net provider

1 Answers  


how to delete windows application in vs.net

1 Answers  


Why do we use asp?

1 Answers  


different web application and windows application

1 Answers  


Categories