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
What does the orientation property do in a menu control?
Explain the purpose of storyboard.targetproperty.
How do you open a page in a new window?
What is a reflection?
What is a server cookie?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is enableviewstatemac in asp net?
What is caching? What are different ways of caching in asp.net?
Explain a program using code nuggets to create a simple application? : asp.net mvc
Why we use asp.net for website development?
What is syntax code to send email from an asp.net application?
What is a gridview in asp.net?
What is a master page and what does it do?
Where is asp.net view state stored?
What is the difference between server-side scripting and client-side scripting?