WEB SERVER
Table of contents Overview Features Virtual hosting Large file support Bandwidth throttling Server-side scripting Path translation Load limits Services Top web servers Apache web server Microsoft web server Protocols used My conclusion
Web server  It is a computer program It delivers content such as web pages The primary function of a web server is to deliver web pages to clients.
Cont… A client, commonly a web browser initiates  communication by making a request for a  specific resource using HTTP
the server responds with the content of that  resource
Otherwise display error message if unable to  do so
Cont...  It is not always used for serving WWW
Also be found embedded in devices such as
Printers
Routers
Web cams
Serving a local network
Cont....  It is used as a part of a  system for monitoring  and administrating the  device.
Common features Virtual hosting
Large file support
Bandwidth throttling
Server-side scripting
Virtual hosting It  is for hosting multiple
domain names using a
single IP address.
This allows one machine
to share its resources such
as
Memory
Processor cycle
use its resources more efficiently.
Domain name A name that identifies one or more IP addresses.
For example  the domain name  microsoft.com  represents about a dozen IP addresses.
Domain names are used in URLs to identify particular Web pages.
For example,  in the URL
http://www.pcwebopedia.com/index.html
the domain name is pcwebopedia.com.
Large file support Large file support  to be able to serve files  whose size is greater than 2 GB on 32 bit OS
.
Bandwidth throttling It is to limit the speed of responses in order to not  saturate the network
Its to be able to serve more clients.

web server