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 update a field in SQL after ALTERING a row?
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
What is the difference between osql and query analyzer?
What is a self join in sql server?
What is Sqlpaging in SqlServer 2005 ?
Explain what you mean by 3 tier architecture.
What is the system function to get the current user's user id?
Can binary strings be used in arithmetical operations?
What are Spatial data types in SQL Server 2008
What is lock escalation? : sql server database administration
How to create a store procedure with encryption?
I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30
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)