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...


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

Describe the diffeerence between inline and code behind?

0 Answers  


What are cookies in asp.net?

0 Answers  


How many validators do ASP.NET have?

0 Answers   QuestPond,


Which control would you use if you needed to make sure the values in two different controls matched?

2 Answers  


we can able to display a MessageBox in asp .net without using any script langages?

8 Answers   ABC,


Where the cookie value is stored?

0 Answers  


What is web api config?

0 Answers  


When would you set this property to false?

2 Answers  


Explain the different types of directives in .net?

0 Answers  


How do you add a javascript function for a link button in a datagrid?

2 Answers   Microsoft,


How do you install windows service?

4 Answers   Tech Mahindra,


What does the "EnableViewState" property do?

2 Answers  


Categories