What is the Difference between 2 tier and 3 tier
Applications...Actually what is a tier.. Anybody can body
can give accurate answer..Thanks in advance..........
Answer Posted / gaumzi
In Two Tier application if client hits the server then in
Server the request goes, verified by the Databse or
buisness logic as application layer and Database are
connected in parallel and server replies to the client.
In Three Tier architecture when client hits the server then
in server there is some temporary database connected in
parallel with Application layer and after that the main
Database server is connected with that server in series,
after verification from the first database server
(Temporary) the data finally goes to second Database server
(Final repository).
This is how the architecture can be increased to n-tier.
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
How many types of api testing are there?
What is a ‘test plan’?
give me a example of writing a test case,take any good example which i can understand easily.
Can any one share the domain knwoldege of Telecom Jeeva jeevachr@gmail.com
What is data flow diagram?
What is the difference between three tier and two tier application?
online demo for bug tracker tool(let me know the website)
Can you explain a pair-wise defect?
What can you tell about the project if during testing you found 80 bugs in it
Have u ever done testing related to a database,give examples to support u r answer.
Why is it impossible to test a program completely?
Why we have to do manual testing?
When have you had to focus on data integrity?
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
What is smoke testing and what is sanity?