Answer Posted / uday kumar_anem
A web server is a software which just receives HTTP
requests from clients(browsers) and processes the request
and sends back the HTTP response to the client.
Once it receives the request it can send that request to
any of the CGI scripts/JSP/ASP, and once the response is
received from this script, it just again sends the response
to the client.
Whereas in application server provides business logic to
the client. It is like we are calling functions/methods.
Here each of these business logic is provided as a service.
Here also, the application server receives the request from
the script, and sends that request to the specific service
with proper parameters. The output from the service will
again sent back to the client.
WebServer is a subset of Application Server.
For more information, go through the below link:
http://www.javaworld.com/javaqa/2002-08/01-qa-0823-
appvswebserver.html?page=1
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the database you used in your final year project?
What are the new features of sql server 2008 r2 reporting service?
What happens if you add a new index to large table?
what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?
what is a check constraint?
How to Update from select query in sql server?
how can u get last observation in an unknown dataset ?
Can I run multiple instances of sql server 2000 at the same time on one computer?
What is ems sql management studio? : sql server management studio
How to use subqueries with the exists operators in ms sql server?
Mention the different types of triggers?
What is a non clustered primary key?
What is database white box testing?
What is the purpose of forms?
How can we migrate from SQL server to SQL Azure?