what is difference b/n client server and web based
applications?
Answer / rajesh poojari
Client-server architectures are called as two-tier
architectures. In the two-tier architecture, the user
interface runs on the client and the database is stored on
the server. The actual application logic can run on either
the client or the server.
Web architectures are called as three-tier architectures.
In the three-tier architecture, the user interface runs on
the client and the database is stored on the server. Third
tier is for the application logic. The third tier is
between the user interface (client) and the data management
(server) components. This middle tier provides process
management where business logic and rules are executed and
can accommodate hundreds of users (as compared to only 100
users with the two tier architecture) by providing
functions such as queuing, application execution, and
database staging.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is branch testing?
what is CR,BR
Which institute in hyderabad is good for ETL testing? Please suggest
Adhoc testing is done ?(a)without proper testplan and without proper test cases (b)without proper testplan and with proper testcases (c)Both a & b (d) none of the above ? PLZ explain....Thanks in ADVANCE
How does a server or client environment affect software testing?
What is the basis for choosing the sdlc model for development of software?
what appraoch do u use in your organisation to test the new build(tseting approach)?
What is breadth testing?
what is diff b/w load testing and volume testing?
What are the common problems with software automation?
Tell me some of the test cases for Notepad Application?
Please suggest a Automation Tool that helps in collaborating with teams located in various geographic locations