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
How do I use a proxy server when invoking a web service?
How many types of state management are there in asp net?
How do you change the session time-out value?
What should you do is you want to remove an existing component but would like to make some funtionalities?
how to include timer or counting time to display next page in asp.net
Define what is razor? : asp.net mvc
What does ascx stand for?
What is the full meaning of asp.net?
How would you turn off cookies on a page of a website?
Can I combine classic asp and asp.net pages?
I’m having some trouble with cas. How can I diagnose my problem?
Are there resources online with tips on asp to asp.net conversions?
Where web.config file is used?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is a 401 redirect?