Protocol
HTTP/2
Multiplexed binary framing over a single TLS/TCP connection with streams, HPACK headers, and flow-control windows. It underpins gRPC and modern web transports. Head-of-line blocking at TCP still motivates HTTP/3/QUIC for some cases.
Layers
Tags
multiplexinghpackframesbinary
Sources
- RFC 9113 (HTTP/2)
Related protocols
HTTP/1.1
Lab readyHTTP/1.1 request/response application protocol over TCP (or TLS). Methods, headers, and optional chunked transfer encoding define the mes…
gRPC
Lab readyRPC framework on HTTP/2 with protobuf stubs, streaming RPCs, deadlines, and metadata. Widely used as the control plane for ML serving, mi…
TLS
Lab readyTransport Layer Security provides a record layer and handshake for confidentiality and integrity on TCP apps. Certificates, AEAD ciphers,…
TCP
Lab readyReliable, ordered byte-stream transport with ports, sequence/ack numbers, windowing, and congestion control. Three-way handshake and four…