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

What are sql azure firewall rules?

85


What is dynamic cursor in SQL SERVER?

561


Explain what are the database objects? : SQL Server Architecture

571


What do you mean by normalisation?

500


What is the maximum number of index per table?

566






Does hive support indexing?

521


What is the user of Primary key?

579


What is relationship? What number of sorts of relationship are there?

639


Can we shrink data file in sql server?

539


Explain what is use of dbcc commands?

511


How to delete existing rows in a table?

591


How do you delete a trigger?

584


Tell me what is difference between clustered and non clustered index?

558


Define cursor locking

550


Can we update data in a view?

601