Hypertext transfer protocol

Views: 28 Last modified: December 22nd, 2011 Comments: 0

HTTP or HyperText Transfer Protocol is used for communication on the World Wide Web based on the client-server model(request-response) using a web-browser.

It’s pretty simple – the client(webbrowser) submits an HTTP request to the server(webserver) and the server, which stores HTML files, images or other files, responds accordingly.

So if an client types the address of this website in his/her browser, the browser acts as an client and submits an HTTP request to the web server where this website is stored on. When the webserver receives his/her request through the HTTP protocol – it will respond accordingly.

Each request made by the client is based on a URI(Uniform resource identifier) which the HTTP protocol uses to make the server respond accordingly.

Example URI

http://online-source.net/

Note that “http” is the protocol used here.

HTTP is not only used on the World Wide Web but also on local networks – called Intranet(often used in corporations).

More network protocols

VN:F [1.9.13_1145]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

    Mail this!

    To: From:Sum {0+6} =  
    Anything to add ?

        You must be logged in to post a comment.