Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain about asp.net state management?

1082


Define transparent caching with aop?

1176


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

1981


Why asp.net is better than php?

1022


What is is post back property in asp net?

1064


What's the use of response.output.write()?

1310


What is application session?

1039


What r the asp.net list controls and diff. Between them?

1022


What are the security types in asp.net?

1112


What is difference between cookies and cache?

1092


What is the parent class of all the web server control?

989


Why do we use sessions?

1059


what is silver light when will we use silver light,

1956


How can I create master page in asp net?

992


What is aspect-oriented programming?

1201