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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

1972


How is the asp.net mvc architecture different from others? : asp.net mvc

1075


What is asp.net web pages?

1039


What is difference between rest and soap?

1184


What are custom user controls in asp.net?

1060


what is meant by sitemapnode ?

2055


What are the options in ASP.NET to maintain state?

1168


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

1043


Explain difference between friend and protected friend?

972


What is the significance of attaching a profile while creating a user?

1116


Contrast OOP and SOA. What are tenets of each ?

2294


In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?

1078


Will the asp.net validators run in server side or client side?

1196


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

2153


Which is better viewstate or session?

981