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 attribute? : sql server analysis services, ssas

0 Answers  


explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration

0 Answers  


What are the advantages of policy management?

0 Answers  


can we call stored Procedure in Function in Sql Server 2000 and vice versa.

3 Answers   C3I, eSoft, iPRO Solutions, Wipro,


Do you know what are the ways available in sql server to execute sql statements?

0 Answers  






What will be the maximum number of indexes per table?

0 Answers  


How to add additional conditions in SQL?

0 Answers   Amdocs,


write down the sql query? Table Name : emp1 empid empname 1 bala 2 guna Table Name : emp2 empid empname 1 <Null> 2 <Null> Solution : emp1 names are updated in emp2, write a query?

8 Answers  


What is the use of placing primary key and foreign key constrains on columns.

4 Answers   Value Labs,


What is shrink log file?

0 Answers  


What are acid properties of transaction?

0 Answers  


1.can we set the more than 1 primary keys for a table? 2.please give me the difference between Cluster Index and non-Clustered Index 3.can we use query like this "Select * from Table1,Table2;"

8 Answers  


Categories