What is two tier and three tier architecture?
Answer Posted / frso
In Two-Tier Architecture we have just two layers
1. GUI/ intrface / presentation layar
2. Database layer (where we store/retrieve our data)
Basically this architecture is followed in client/server
applications where database and application resides in the
same machine or database may in other machine conected
thtough network.
Three-Tire Architecture:
In three tier architecture we can find three layers names:
1. Presentation Layer
2. Busness Layer/ Mid Layer
3. Database Layer.
Presentation Layer: GUI/Interface , where a user view or
enters the data.
Business Layer: where business login and rules are execute
and can accommodate hundreds of users.
Database Layer: Data access layer takes care of connection
between the appication and storing the data as a warehouse.
This is very important layer in any architecture 'coz
finally all data comes to it and maintaining such a huge
amount of data is taken care by this layer avoiding
concurrency and maintaining scalibility, durability to the
application.
| Is This Answer Correct ? | 71 Yes | 16 No |
Post New Answer View All Answers
What is a failure?
what is JAVA TESTING? What Testers will do in JAVA Testing. Can any one Give suitable Ans Pls. it's urgent
Negatives test cases of gmail login page With its severity , priority and expected results columns Through test case template-oodles technologies gurgoan
What is Application Performance testing and Operational performance testing
What is test closure?
negative test cases on banking domain ?
What about manual testing opening in bangalore in September. Not getting a single interview call from last one month.
How to Generate Test Case for Shopping Cart?
What is Batch testing? Facets Benefit Configuration
What is Web testing & which action we take at the time of Web Testing?
What is coverage and what are the different types of coverage techniques?
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
what do you mean by Develop test data through sourcing (or) handcrafting techniques
what is the test plan of facebook?
What is the difference between web based application and client server application?