what is web server?

Answers were Sorted based on User's Feedback



what is web server? ..

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

what is web server? ..

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

what is web server? ..

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

Post New Answer

More SQL Server Interview Questions

What is advantage data architect?

0 Answers  


What are constraints in microsoft sql server?

0 Answers  


what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration

0 Answers  


What is the exact numeric data type in sql?

0 Answers  


What is a virtual table in sql?

0 Answers  






What is Pointer ?

3 Answers   Cap Gemini, CarrizalSoft Technologies,


Explain what is the difference between a local and a global temporary table?

0 Answers  


How to automatically create a log when an exception is being received into SQL Server?

0 Answers   Cap Gemini,


How to download and install sql server 2005 books online?

0 Answers  


Is it true that rules do not apply to data already existing in a database at the time the rule is created?

0 Answers  


When do you use SQL Profiler?

3 Answers   Wipro,


How many types of local tables are there in sql server?

0 Answers  


Categories