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

What is the difference between 2-Tier architecture and
3-Tier architecture

Answer Posted / ravi148

hi
2-tier - also called client/server applications which
consist of two separate applications, one server
application (typically a database server like Oracle, MSSQL
or any other standalone database) and a client application.
suppose you want to have many different clients for front-
end would be unwise to copy all the business logic (all the
rules of your application) to each client app.,. so its
better to create a middle layer containing the business
logic, and then let the clients talk with this middle
layer. Thus the clients can relatively easily be changed
for other types of clients, without need for remembering
how was the business logic put together.

3-tier architeture where one tier is the backend database
engine, one is the front end client and one is just in
between them, also named the application server or business
logic node.
its uses mainly Load balancing and Fault tolerance.

please rate the status of my reply so that i can understand
my knowledge.
you can call me at 9951123501 for any queries.

Is This Answer Correct ?    298 Yes 42 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I tell if sql server is 32 or 64 bit?

1013


What is a primary index?

977


What is tablix?

169


How should i optimize the time for execution of stored procedure having single input and many output from the different tables?

1956


How can sql injection be stopped? : sql server security

1102


What methods do you follow to protect from sql injection attack?

1075


explain different types of backups avaialabe in sql server? : Sql server database administration

1034


What is difference between count (*) and count column?

948


Why the trigger fires multiple times in single login?

1280


How can you insert values in multiple rows using one Insert statement?

1150


How to generate create view script on an existing view?

1038


What is star, snowflake and star flake schema? : sql server analysis services, ssas

1229


Explain sub-query?

1010


How to create stored procedures with parameters in ms sql server?

1155


How do I find query history in sql server?

988