what is web server?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How to delete exactly duplicate records from a table?
What is resultset concur_updatable?
What is 2nf example?
What is the difference between stored procedure and user defined functions?
Can a table be moved to different filegroup?
When you use @@error and try-catch?
How make remote connection in database?
What is user-defined multi-statement table-valued function?
how to use DTS package in 2000,2005,2008 in sql server
Why is DML provided?
1 Answers Ernst Young, Thomson Reuters,
When columns are added to existing tables, what do they initially contain?
how to dispaly a particular row details from a given table
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)