HTTP

HTTP, or Hypertext Transfer Protocol, is a communication protocol used to exchange packets of information between two computers across the Internet using a TCP/IP backbone. In an HTTP transaction, the system opens a connection between a client browser and a Web server, submits a request for data to the Web server, returns the Web server's response to the client, then closes the connection. HTTP is stateless in that no information about the request is maintained after the connection closes.