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

Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?

1 Answers  


Can the query output be sorted by multiple columns in ms sql server?

1 Answers  


How will you make an attribute not process? : sql server analysis services, ssas

1 Answers  


You want to implement the many-to-many relationship while designing tables. How would you do it?

1 Answers  


What about UPDATESTATISTICS ?

2 Answers   HCL, Intelligroup,


what are triggers? : Sql server database administration

1 Answers  


How do you delete a trigger?

1 Answers  


Please tell me some knowledge about Clustering and how to add clustering?

1 Answers  


Explain about merge replications?

1 Answers  


how we can count records as a group of days like sum of records for(four mondays),(four tuesday)........ in a month. group the column for weekdays.

1 Answers  


Tell me what do we need queues in sql service broker?

1 Answers  


How do I manually uninstall an instance of sql server 2016?

1 Answers  


Categories