What is two tier and three tier architecture?
Answer Posted / sethu
Two tier architecture :
Client server application. Client acts as Front End
and Server acts as Back end (databases).
Here where client make a request to the server where
the query evaluated in the server and returns the request
given by client .where here all the query evaluated in the
server side .
Three tier Architecture :
Three tier architecture means N tier architecture
1. Presentation Layer
2. Business Layer/ Middle Layer(tier)
3. Database Layer.
where here client make a request to server through
presentation layer to get some data the query is evaluated
in business layer and the data is retrieved from the
database layer(all the complicated work done in middle layer
) . Database layer is responsible for all the connections
between the server .so the accessing through database make
easier through 3tier architecture
| Is This Answer Correct ? | 29 Yes | 16 No |
Post New Answer View All Answers
What r the things,u prefer and prepare before starting testing?
Which testing model is best as per your understanding, and why?
Please Provide me the link to download Testing Category questions and answers If some body has downloaded it pleae send it to me Pavan : Email pavan_cd@yahoo.com Quetion2 : Can any body Explain me about Testing thumb rules
For any web application, what are the possible login features that should be tested?
Inwhat basis the time is allocated for testing the application?
Where we have to use perl scripting in Testing approach and its importance
what is quality Factor
What is Dynamic Binding and Dynamic Loss?
Hi to all..Now am working at one company as Software tester..I have selected for Accenture via one consultancy.. They have told that joining date will be on 19 th july..But now they are postponed joining date..whether i can trust that or not?Can u plz tell??plzz..whether i can put my paper to releive or not? CAn u telll?
How do u go about testing of web application?
could u pls anyone tel me .."which is the best instute that provides eficient practical knowledge and also real-time oriented knowldge to do a project in manual and automation testing..in hyd" pls send me to dis mail-id if u find any..? sinducute17@gmail.com
What is the difference between GUI Testing,UI testing and Usability TEsting
How can you do the scalability testing?
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.
When should you opt for manual testing over automation testing?