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

Protocol

WebSocket

Lab ready Full lab

Full-duplex message framing upgraded from HTTP, with opcode, mask bit, and payload-length fields. Browsers use it for signaling and live data when raw TCP is unavailable. Proxies must understand the Upgrade dance or the socket dies at the edge.

Domains

  • internet

Layers

  • application

Tags

framesupgradebrowserrealtime

Sources

  • RFC 6455

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

TCP

Lab ready

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

internettelephonyindustrialai

WebRTC Signaling

Lab ready

Application-defined signaling — often SIP, or JSON over WebSocket — that exchanges SDP offers/answers and ICE candidates for WebRTC peers…

telephonyinternetav

MQTT

Lab ready

Publish/subscribe messaging over TCP with QoS 0/1/2 delivery grades. Topics, retain flags, and last-will messages are core broker feature…

internetindustrialwireless

ProtoLab · signal bench for protocols

Shane Code