What is the Difference between 2-tier and 3 tier
applications... Anybody can explain in detail... Thanks in
advance
Answer Posted / 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 |
Post New Answer View All Answers
Explain what is traceability matrix?
What are the benefits of automated testing?
Performance Evaluation means..?
How frequently is your project audited? How do you know the result of these audits?
how do u start web logic in your application
What should Development require of QA?
What should your qa documents include?
best trainig institutes and best faculty in chennai for software testing ?
What is meant by verification and validation?
What are the tests activities that you want to automate in a project?
Please, list many things You’ll do (effort) as a SQA Tester, in this Company software project from the idea making of the specification, till that software released!
Hi every body i am going to take the ISTQB Foundation level Exam on March 21th 2010, Could any one send some list of question papers and latest Dumps to My mail id: (saran_loyola05@yahoo.co.in). Advance thanks. Regards, Saran
What are the solutions for the software development problem?
'configuration related errors' in testing means what?
Case Study:-Given a standard calculator with the basic functionality of addition,substration,multiplication and division-write the test case to test this and tell how did it take to write the above test case and how ling would it take to execute them?