Regarding the functioning of the HTTP server

Posted by Luv on Server Fault See other posts from Server Fault or by Luv
Published on 2012-06-24T12:04:42Z Indexed on 2012/06/24 15:17 UTC
Read the original article Hit count: 138

Filed under:
|

As all of us uses the HTTP protocol for accessing the web, and request at the port number 80 of the server, now suppose i want to browse or download a file then i will request to the HTTP server by specifying the complete URL.

If the server is having file, it would return it if it is not having the file then what will it do?

I think it will make the request to the appropriate server which would be having this file and get the file and return to us.

In this way does the HTTP server acts as an intermediate between the client and the server?

Please correct me if i am wrong here. Many many thanx in advance

© Server Fault or respective owner

Related posts about networking

Related posts about http