...

/

What is HTTP

What is HTTP

  • Short for HyperText Transfer Protocol, 
  • HTTP is the underlying TCP/IP protocol used by the World Wide Web. HTTP is needed whenever you connect from the browser 
  • The communication that takes place is over port 80
  • HTTP defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various HTTP commands.

  • The messages exchanged between client (web browser) and web server are of request and response nature, see animation below.
  • Some of the request/ response involoving HTTP are
          • Serving email,
          • Downloading requests for File Transfer Protocol (FTP) files,
          • Building and publishing Web pages

  • The communication that takes place between client and server over the HTTP protocol is unencrypted. The encrypted version of HTTP is called HTTPS.

Access this course and 1500+ top-rated courses and projects.