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

how can i show the data of sql table in different dropdown list?

1 Answers  


Explain the difference between asp and html? Or why asp is better than html?

0 Answers  


How many types of report in asp.net 2008?

0 Answers  


What is wsdl file? (explain in detail)

0 Answers   DLI,


What are the properties used to control the expiration of the page?

1 Answers  






Name some of the ASP components?

3 Answers  


define the functionality of web server in context to Active server page.

0 Answers  


What are private assemblies?

0 Answers  


how we can create more than one web.config file in our asp.net project

1 Answers   DAS, IBM,


what is cookies?

2 Answers  


1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.

1 Answers   Infosys, Syntel,


What are the tasks performed by <form> tags?

0 Answers  


Categories