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

Whats the difference between abstract factory pattern and factory pattern?

593


when a request is made in Life cycle of ASP.NET page .

525


Why asp.net is used?

550


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1605


What is the advantage of mvc over asp.net? : Asp.Net MVC

494






What are the various session state management options provided by asp.net?

532


What are resource file and how do we generate resource file?

557


What is the difference between mvc and asp.net? : Asp.Net MVC

470


what is DLL Hell and how it is solved in .NET? please explain clearly??

1877


To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

595


What is http request and response?

525


What is different in .net 1.1 and .net 2.0?

565


How does a web application session work?

548


How is it possible for .NET to support many languages?

292


What are the contents of cookie?

562