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.



hi wrever i go thy r asking depth abt 3-tier architecture i.e, hw to deploy 3 layers into 3 serv..

Answer / 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

More ASP.NET Interview Questions

write a sample code make use of xmltext writer

1 Answers   GCI,


If Asp Dot Application is stateless what happened? during designing

3 Answers   TCS,


difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


How tooltip is set through code-behind in ASP.NET?

0 Answers  


how to convert from sql2000 numeric to int in asp.net with sqlparameter?

1 Answers  


Describe the .net base class library.

0 Answers  


Explain what is postback in asp. Net?

0 Answers  


Where is ViewState information stored?

18 Answers   DSRC, HCL,


What is an application domain ?

2 Answers   Microsoft,


when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page

1 Answers  


Project Architecture (3tier, n-tier)

1 Answers   Syntel,


How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


Categories