What is the difference between Two Tier and Three Tier
Architecture?
Answer Posted / parul bhadeshiya j.
In a modern two-tier architecture, the server holds both
the application and the data. The application resides on
the server rather than the client, probably because the
server will have more processing power and disk space than
the PC.
In a three-tier architecture, the data and applications are
split onto seperate servers, with the server-side
distributed between a database server and an application
server. The client is a front end, simply requesting and
displaying data. Reason being that each server will be
dedicated to processing either data or application
requests, hence a more manageable system and less
contention for resources will occur.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
how to access a build & wat is its configuration
What is smoke testing and user interface testing ?
What type of testing you perform in organization while you do system testing, give clearly?
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?
Relative to other technical groups in the company? Relative to your staff?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
Negative test cases for phone camera
What is your approach when requirements change continuously?
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?
What does a manual tester need to become proficient with db testing?
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
What is srs and brs document?
3.if a questions asked as,what is the quality standards you are following? what i need to tell.
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
What is date driven testing?