can any one explain about 3-tier architecture and how to
deploy 3 layers of 3-tier architecture in 3 different
servers.plz send me .net code

Answer Posted / nitin kumar

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 ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can exception be handled with out the use of try catch?

644


What is the use of HttpHandlers? When to use this?

713


How to Insert/Add in ASPXgridview

656


What is css and what is it used for?

636


What are client activated objects and server activated objects?

607






What are the two properties that are common on every validation control?

644


What are the advantages and disadvantages of session?

747


What is inheritance and an how it be used, example with an example?

664


What is user control in asp.net?

596


Explain the Order of events in an asp.net page?

672


Why do we need url encoding?

615


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

19091


What is the life-span of the items in the viewstate?

586


Difference between .NET and previous version?

2208


What is session handling in a webfarm, how it can work with its limits?

717