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 are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly
Is compatabilitytestig and port testing are same
14.What is function point breakdown?
Describe your personal software development process.
any one giv test cases for wordpad using equivalence class partioning
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
What is junit & api?
What exactly is quality control?
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
how to write defects in excel sheets when defects occured
What is the difference between stlc and sdlc?
how we write test cases to brs,srs,hlds,llds
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
What is test driver and test stub?
If I want to check compability of software in a MAC OS then which steps shold I follow?