What is the difference between two tier and three tier
architecture?
Answers were Sorted based on User's Feedback
Answer / bala
Two tier architecture means:
Client server application. Client acts as Front End
and Server acts as Backend like databases.
Three tier Architecture Means:
Three tier architecure means N tier architecture like
Yahoo , gmail, and or Web Applications. Having Number of
Users or Customers or
Clients.
| Is This Answer Correct ? | 24 Yes | 4 No |
Answer / ratha.a
two tire architecture is a client server application.
client act as front end and srever acts as back end.
Business layer and data base layer.
THREE TIRE ARCHITECTURE is a web application.
Presentation
Business and
Data base
for ex Presentation-JSP
Business-Java and
Data base- SQL or db or oracle
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / devi guru prasad narkedamilli
Tire architecure is introduced because of the follwing
resons
1). To reduce the design complexity.
2).To make our system to withstand even the technology of
particular module is changed i.e for eg:Data base
3).To support the interpropability.
THREE TIRE ARCHITECTURE is a web application.
Presentation
Business and
Data base
If the business logic having more complexity then the
business logic may have more than one TIRE.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / krishnan
Three Tier Means client,Server and more than one Business
Layer.Each Business layer performs one opertaions.For
Example yahoo, This have more business logic.It consist of
Login,Check the correct user etc
| Is This Answer Correct ? | 11 Yes | 8 No |
1. Testing engineer find a bugs but develper not accepted that bugs ? How do fixes the bugs?
How to test URl of a website manualy?
Hi, I want to apply jobs on manual testing with 6 months experience can any body sent a cv.
What is the testing lifecycle and explain each of its phases?
what is thread Testing
what is the use case ? what is the use of the use case ?
Can you explain decision tables?
Give an example for pre testing and post testing ?
what does a test plan contains and is a tester allowed to see the entire test plan or only the scheduling part of the test plan
what is checkin & checkout ?
How many times u involved in reviewing testcases
What are the testing techniques and what are the difference between Unit testing & White box testing is Unit testing comes under White Box testing, if WBT is a technique under this we do Path Testing, Loop Testing so what we do in Unit testing