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
Is compatabilitytestig and port testing are same
Which testing model is best as per your understanding, and why?
Do submit teststrategy to customer if yes at what time
Explain some techniques for developing software components with respect to testability.
What is Stability and Performance Testing in Testing the TV
Give me sample test cases for smoke testing
What do you do (with the project staff) when the schedule fails?
What is boundary value testing? Give an example.
Should testing be done only after the build and execution phases are complete?
Write positive and negative test cases for forgot password?
please send me interview questions asked in google in testing - manual
What is the difference between load testing and performace testing?
Explain what is exhaustive testing?
tell me some major and minor defects in ur net banking project?
. Is any graph is used for code coverage analysis?