Unit 4: Web Communications & Secure Tunneling
Students must understand the fundamental mechanism of the World Wide Web: The Request-Response cycle.
Standard protocol for transferring data. It operates in plaintext, meaning any intermediary can read the packets.
HTTP content wrapped inside a Transport Layer Security (TLS) tunnel. Ensures Privacy and Integrity.
Click a card to see the real-world wire format.
Carries HTTP headers. Used to start a new stream.
Carries the actual application payload (HTML/Image/JSON).
Initializes configuration between client and server.
Every HTTP/2 frame starts with this precise bit layout: