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 indexing a document?

0 Answers  


Explain alternate key, candidate key and composite key in sql server?

0 Answers  


when inserting to a table how many rows will be effected using triggers

2 Answers  


While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?

0 Answers  


What are the differences between lost updates and uncommitted dependencies?

0 Answers  






How do we get current date in SQL Server 2000, Oracle, MS Access?

13 Answers  


how to select 5 to 7 rows from a table, which contains 10 rows?

21 Answers   IBM,


hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail

0 Answers   IntraLogic, Oracle,


What is meant by datasource?

0 Answers  


How to disable a login name in ms sql server?

0 Answers  


What is blocking in SQL Server? If this situation occurs how to troubleshoot this issue

2 Answers   IBM,


What is ssl in sql server?

0 Answers  


Categories