Hypertext Transfer Protocol (http);
this is a way for a client to connect to a server.
a 'client' being a computer being used and a server being a computer that's permanently on to host websites, game servers etc.
The client types in a URL using http: at the beginning and then the client sends a request to the server in which the server responds and displays the resource that has been asked for by the client.

