what is difference between web application and client
server application
Answer Posted / parameswaran
(1) Webserver serves pages for viewing in web browser,
application server provides exposes businness logic for
client applications through various protocols
(2) Webserver exclusively handles http requests.application
server serves bussiness logic to application programs
through any number of protocols.
(3) Webserver delegation model is fairly simple,when the
request comes into the webserver,it simply passes the
request to the program best able to handle it(Server side
program). It may not support transactions and database
connection pooling.
(4) Application server is more capable of dynamic behaviour
than webserver. We can also configure application server to
work as a webserver.Simply applic! ation server is a
superset of webserver.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is conditional testing? explain and examples
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
What is Windows Test Technologies? Where i will get all information of it.
What criteria would you use to select Web transactions for load testing?
What is benchmark testing? hi friends... can anyone suggest the correct answer plz...
Explain Single View Testing ?
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
What's the relationship between environment reality and test phases?
What are drawbacks in system development life cycle
What is Online gaming, payment gateway development, hosting and custom software development services.
Define what is a critical bug.
1. what exactly is heuristic checklist approach for unit testing ?
There are some features to improve the performance of a Product. What are those factors?
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
Test cases on send/ receive button of Microsoft outlook.