Protocol HTTP

Structure and operation of the protocol

What is it?

HTTP is a request response protocol where a client like a web browser sends a request to a server, which then sends back with a response message.Communication between the client and the server is built on a top of a transport layer protocols like TCP.

Structure

The HTML structure is built up by two parts: