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
What is co-related sub query?
What is primary key and example?
What is the difference between varchar and varchar types?
Is it ok to shrink transaction log?
Are semicolons required at the end of sql statements in sql server 2005?
What is dml command?
Explain the different types of backups available in sql server? : sql server database administration
Can you explain what is the use of custom fields in report?
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
How dts is used to extract, transform and consolidate data?
Write a query to include a constraint, to check whether the employee salary is greater than 5000?
How to change the name of a database user?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
What is NOT NULL Constraint in sql server 2012?
List some major differences between triggers and stored procedures?