|
| Total Answers and Comments: 4 |
Last Update: May 13, 2008 |
|
| | |
|
Submitted by: sandivigore Bsically web server is a Server that host website and responds to HTTP request. when a client request the web server by typing the web address in the address bar, the request is sent to the DNS server with the domain name. the web address or URL(Uniform Rescource Locater) has three basic parts. the protocol (Http), server name or domain (domain.com) and file that is to be uploaded (something.html). when the address is typed in the address bar the browser communicates with the server and and the name of the domain name is converted into IP address by DNS, whicn it uses to locate and connect to the webserver. the browser then froms a connection to web server at the IP on port 80. once the webserver is found by DNS then the browser request the require data and is displayed in the webpage.
Above answer was rated as good by the following members: Azhar Afridi, arunreddy | Go To Top
|