Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more for just $11.99/month.

Episode 102 - The Evolution of HTTP (HTTP 1.0, 1.1, HTTP/2, HTTP/3)

Episode 102 - The Evolution of HTTP (HTTP 1.0, 1.1, HTTP/2, HTTP/3)

FromThe Backend Engineering Show with Hussein Nasser


Episode 102 - The Evolution of HTTP (HTTP 1.0, 1.1, HTTP/2, HTTP/3)

FromThe Backend Engineering Show with Hussein Nasser

ratings:
Length:
48 minutes
Released:
Jul 15, 2019
Format:
Podcast episode

Description

 
HTTP is a protocol for transferring web pages, text, media, binary files and much more. It stands for hyper text transfer protocol and It is what the Internet pretty much runs on. In this video we will learn how HTTP works, how it is secured with HTTPS, will also show how to spin up an Http web server, and we will also go through the evolution of HTTP starting from HTTP 1.0 to HTTP 1.1 to HTTP/2 and eventually HTTP/3 which is still experimental. 

 
HTTP anatomy 
Request (browser, web app) 

URL
Method type
Headers
Body

Response (web server) 

Status code
Headers
Body 

HTTP 1.0 over tcp

Application Layer 7
new connection with each request. 

HTTP 1.1 over tcp

Persisted connection 

HTTP/2 over tcp

Compression
Multiplexing
Server Push
SPDY
Mostly secure by default
Negotiates protocol during TLS (NPN/ALPN)

HTTP/2 over QUIC ( HTTP/3) 

Replaces TCP with QUIC (udp with congestion control) 
Released:
Jul 15, 2019
Format:
Podcast episode

Titles in the series (100)

Welcome to the Backend Engineering Show podcast with your host Hussein Nasser. If you like software engineering you’ve come to the right place. I discuss all sorts of software engineering technologies and news with specific focus on the backend. All opinions are my own. Most of my content in the podcast is an audio version of videos I post on my youtube channel here http://www.youtube.com/c/HusseinNasser-software-engineering Buy me a coffee https://www.buymeacoffee.com/hnasr ?‍? Courses I Teach https://husseinnasser.com/courses