hi

wrever i go thy r asking depth abt 3-tier architecture i.e,
hw to deploy 3 layers into 3 servers i do nt have much idea
on deployment. can any one send me the tips or code if u hav
kindly mail me.

Answer Posted / neerajtyagi

3 tier architecture is sliced into three layers.

1) Presentation / application layer : that consists of all
the UI part which is shown to the screen.

2) Business logic layer : which contains all the business
logic for manipulation and ways to handle data.

3) Data access layer : which comunicate to database and
pull all the data from data server and provide data to
business layer.

Each layer communicated to its nearest layer only ie.
Presentation layer can communicate to Business layer and
vice versa.

In 3 tier architecture there are basically two are the
assemblies for BLL and DAL.

if we have to deploy these on three different server than
we need to do something like:

Server 1 : Database server : (SQL Server / Oracle)
Server 2 : Business Server : Contain Assemblies and
communicate to Presentation layer using web service or WCF.
Server 3 : Presentation Server : Contain the UI part to
display data fetched from Business layer consuming the
Webservice or WCF.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which protocol is used to call a web service?

569


Explain the difference between asp and asp.net?

514


What is the difference between abstract class vs interface? Can give me the real time examples?

490


3. What goals do you have in your career?

1424


In which event of the page life cycle, is the viewstate available?

527






List the events in page life cycle.

556


What role “#&&” plays in a querysting?

557


What is the purpose of asp.net?

544


Explain the path instructions in xaml?

565


What is data caching?

562


What is hidden field in asp.net?

598


What is the concept of view state in asp.net?

565


What is meant by ispostback in asp net?

545


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

4755


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

591