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
test measurment techniques
what we have to read to gain knowledge in banking and financial domain(software testing) for 4+ experience
What r the functional testing u perform?
Define brain stromming and cause effect graphing?
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.
What are the advantages of automation over manual testing?
Describe a past experience with implementing a test harness in the development of software.
1. Give me an example of something you tried at work but did not work out so you had to go at things another way. can somebody give a real time example
What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?
Could anyone share FAQs for Test Manager position...
1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?
Write the 10 high test cases for making video call/face time
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance