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 the difference between an activity of QA and QC?
Explain what should your qa documents include?
Performance Evaluation means..?
0 Answers HCL, Kernex Micro Systems,
I have heard about Zephyr as a good test management system. Would like to hear from those who have actually used it?
What is the role of Tester in BRS(Business Requirement Specification)phase in V-Model.
what is cyclomatic complexity ?
find the odd man out in below testing techniques. a.loadtesting b.stress testing c.recovery testing d.integration testing also tell me why?
What is Retesting?
What is the differnt between Test condition and TesT Scenario
Trace to customer requirements - what type of testing it is.. a.tracebility testing b.white-box testing c.block box testing d.regression testing
Requirement Analysis – Rs1000, Code Review – Rs500, Review of User Documents – Rs600, Continuing Education Programs – Rs800, Design – Rs400, Then what is the Cost of Quality?
What is diffrence between iterative model and waterfall model?Explain What is the diffrence between iterative model and prototype model?Explain