what is web server?
Answers were Sorted based on User's Feedback
Answer / parifs
Web Servers are computers on the internet
that host websites, serving web pages to the viewers upon
request.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ranjan gupta
web server is a software which is responsable to execute
server side script such as asp,php and etc and send a html
page to client.
so finally we can say that web server is use for execute
script(server side) and response send to client
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
What is advantage data architect?
What are constraints in microsoft sql server?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
What is the exact numeric data type in sql?
What is a virtual table in sql?
What is Pointer ?
3 Answers Cap Gemini, CarrizalSoft Technologies,
Explain what is the difference between a local and a global temporary table?
How to automatically create a log when an exception is being received into SQL Server?
How to download and install sql server 2005 books online?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
When do you use SQL Profiler?
How many types of local tables are there in sql server?