HTTP

= Hypertext Transfer Protocol. HTTP is used to transfer files such as HTML, texts or images within the internet, e.g. when loading a website. The basis of HTTP is the TCP/IP protocol.

Client server principle

For each request to a web server, the browser establishes a connection via which the requested HTML documents are transmitted. After the data has been transmitted to the browser, the data connection is terminated. See also client server model.