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
Do servers have ip addresses?
difference b/w PUT and the POST method to post the data to the server
What is a server software?
What is the difference between 2012 and 2016 server?
Does microsoft sell servers?
What is server load balancing?
What are the 5 fsmo roles in active directory?
Why do we need a server?
Can you host a website on your own server?
Does seam run on other application servers besides jboss?
Do web servers have ip addresses?
What load balancing methods are supported with array network gslb ?
Suppose server object not loaded into the memory and the client request for it. What will happen?
Who is the best domain name registrar?
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?