HTTP
HTTP (Hypertext Transport Protocol)
HTTP Request / Response Cycle
- In a browser and a link is clicked.
- Browser makes a connection to a web server.
- Sends a
HTTP Request
for the document. - Receives a
HTTP Response
from the server. - Document gets displayed on the screen
When a link to a HTML page is clicked, a GET
command is sent. e.g GET /page2.html
.
The Internet Engineering Task Force (IETF) develops the standards for all of the Internet protocols (inner workings).
Backlinks