ProtoLab
  • Home
  • Catalog
  • Explore
  • Embedded
  • Telephony
  • AI
  • Glossary
  • Shane Code

Protocol

HTTP/2

Lab ready Full lab

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.

Domains

  • internet
  • ai

Layers

  • application
  • session

Tags

multiplexinghpackframesbinary

Sources

  • RFC 9113 (HTTP/2)

Related protocols

HTTP/1.1

Lab ready

HTTP/1.1 request/response application protocol over TCP (or TLS). Methods, headers, and optional chunked transfer encoding define the mes…

internet

gRPC

Lab ready

RPC framework on HTTP/2 with protobuf stubs, streaming RPCs, deadlines, and metadata. Widely used as the control plane for ML serving, mi…

aiinternet

TLS

Lab ready

Transport Layer Security provides a record layer and handshake for confidentiality and integrity on TCP apps. Certificates, AEAD ciphers,…

internet

TCP

Lab ready

Reliable, ordered byte-stream transport with ports, sequence/ack numbers, windowing, and congestion control. Three-way handshake and four…

internettelephonyindustrialai

ProtoLab · signal bench for protocols

Shane Code