what is meant by application server?
what is the main difference between appilication server and
webserver?
what extra services offered by application server than web
server?
Answer Posted / madhu
(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 ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the 5 fsmo roles in active directory?
What is the difference in Login Security Modes between v6.5 and 7.0?
What is server and its types?
What makes a good server computer?
What is the most common operating system for servers?
What are the three types of servers?
What is rd licensing server?
How many cores does a server need?
Do you need a server to host a website?
What is web server and application server?
How much does it cost to build a server?
How many server 2016 licenses do I need?
What exactly is a server?
How much ram does a file server need?
Let's assume you have data that resides on SQL Server 6.5. You have to move it SQL Server 7.0. How are you going to do it?