What is the Difference between 2-tier and 3 tier
applications... Anybody can explain in detail... Thanks in
advance

Answers were Sorted based on User's Feedback



What is the Difference between 2-tier and 3 tier applications... Anybody can explain in detail... ..

Answer / rajesh poojari - tavant techno

In the two-tier architecture, the user interface runs on
the client and the database is stored on the server. The
actual application logic can run on either the client or
the server.

In the three-tier architecture, the user interface runs on
the client and the database is stored on the server. Third
tier is for the application logic. The third tier is
between the user interface (client) and the data management
(server) components. This middle tier provides process
management where business logic and rules are executed and
can accommodate hundreds of users (as compared to only 100
users with the two tier architecture) by providing
functions such as queuing, application execution, and
database staging.

Is This Answer Correct ?    17 Yes 3 No

What is the Difference between 2-tier and 3 tier applications... Anybody can explain in detail... ..

Answer / testing master

In three tire application business layer is separetd from
presentation layer.

Is This Answer Correct ?    10 Yes 3 No

What is the Difference between 2-tier and 3 tier applications... Anybody can explain in detail... ..

Answer / raju

2 tier application is Client Server application, 3 tier
application is Web based application...

2 tier application has presentation layer, Business layer..

3 tier application has presentation layer, Business layer
& Environment layer...


welcome to comments: bvraju2000@gmail.com

Is This Answer Correct ?    7 Yes 11 No

Post New Answer

More QA Concepts Interview Questions

What are the key challenges of software testing?

0 Answers  


What is Deffered? explain it who allocate it?

5 Answers  


What is the Use of Bug Tracking Tools.? what are the common and Importent Fields in any Bug Tracking Tool?

7 Answers   Vyons Labs,


anyone can explain about SDLC models??

4 Answers  


what assistance would you expect from your supervisors in organing your work?

2 Answers  






list the type of testing you think must be conducted on web application project

3 Answers   QA,


How are the quality assurance activities planned ?

0 Answers   TCS,


What are the Qualities of a Tester?

5 Answers  


What is the role of Tester in BRS(Business Requirement Specification)phase in V-Model.

1 Answers  


As a tester, what is the final report u submitted to ur customer? please write it in tabular form

4 Answers   Wells Fargo,


What should Development require of QA?

0 Answers  


what is cyclomatic complexity ?

3 Answers  


Categories