Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to delete multiple rows with one delete statement in ms sql server?

0 Answers  


What is BCP? When does it used in sql server 2012?

0 Answers   TryTechnicals Pvt Ltd,


Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?

0 Answers  


What is difference between cte and view?

0 Answers  


Which data type can be used only on OUTPUT parameters of the stored proceduer?

2 Answers  


Explain use of expression builder.

0 Answers  


What is the diff between Static Queries and Dynamic queries give me some examples

2 Answers   CSC,


wat wil hapn if we give the both read and deny read permission to user?

0 Answers   IBM,


What are dml triggers and types of dml triggers?

0 Answers  


What is the difference between Drop and Truncate

20 Answers   GT Nexus, IBM,


What is local temp table?

0 Answers  


What is the significance of null value and why should we avoid permitting null values?

0 Answers  


Categories