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
Differentiate between ms sql server reporting services vs crystal reports?
How to connect of datebase with sql express.?
can you instantiate a com object by using t-sql? : Sql server database administration
What is tcl in sql server?
Can we write ddl in trigger?
explain what is raid and what are different types of raid configurations? : Sql server database administration
What are the dmvs? : sql server database administration
What are the drawbacks of reporting in ssrs?
What specific conditions database should meet, before you can bulk copy data into it using bcp?
How can i Relate Tables in SSIS
Can select statements be used on views in ms sql server?
As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
Is it possible to replicate data from sql server to oracle? : sql server replication
What are extended events in sql server?