What is two tier and three tier architecture?
Answer Posted / kartheek yakkati
2 tier architecture :- A 2tier architecture have two
layers nothing but a Client server architecture.
3 tier architecture :- A 3 tier architecture have 3 layers
they are
1.Presentation layer : Its a front end which is implemented
on client.It is the top most layer of all the 3 layers.
2.Aplication logic layer : It is the layer in which all the
application logic is implemented.Every task will be
executed here,data required for the processes is retrieved
from the dedicated database servers which can be considered
as the third layer,and the results of all the processes
will be shown in the GUI whic is the top most layer.
3.Database layer : It is the last layer of the 3 tier
architecture,in this layer all the database will be stored
and retrieved by the application logic layer.In one term we
can say it as the "Storage layer".
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What type bugs you will find in integration testing with example?
How to Generate Test Case for Shopping Cart?
When new application ready to test than whats your testing strategies?
what is metrics in software testing? give me a brief detail about it?
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
What is a top-down and bottom-up approach in testing?
can anyone tell me few critical bugs in ecommerce project.
What is change request, how you use it?
What about the test case if the field only takes a certain number of characters or a minimum number?
What type of testing you perform in organization while you do system testing, give clearly?
Work flow in testing in your company?
What is ecp (equivalence class partition)?
1.what kind of testing have you done ?
What is mean by multi-threading testing?
What are the cases why parameterization is necessary when load testing the Web server and the database server?