Skip to content

Network Protocols & Traffic Control

← Back to Domain-Specific Families

Abstractions about moving data through interconnected networks while controlling addressing, congestion, throughput, reliability, and access. They cover packet and virtual-circuit switching, overlays and segmentation, transport protocols, quality of service, latency, and network management.

29 abstractions in this family — domain-specific abstractions that sit near one another in structural-signature space (k-means over structural-signature embeddings). Each is shown with its short description.

  • Active networking — A network architecture in which packets or associated capsules can carry programs executed at network nodes, allowing forwarding behavior and services to be customized dynamically.
  • Address Resolution Protocol — A local-link protocol that discovers the link-layer address associated with a network-layer address, most commonly mapping an IPv4 address to a MAC address.
  • Bandwidth-delay product — The product of a communication path's capacity and round-trip delay, measuring how much unacknowledged data can occupy the path and therefore how much in-flight window is needed to keep it fully utilized.
  • Context-based access control — A stateful firewall policy that admits or blocks network traffic using application-session context rather than isolated packet fields alone.
  • Distributed switching — A telecommunications architecture that places multiple processor-controlled switching units near traffic sources while coordinating them through a host or network control hierarchy.
  • Explicit Congestion Notification — An IP and transport mechanism that lets routers mark congestion in packet headers so endpoints can reduce sending rates without requiring packet loss as the signal.
  • Generic Network Virtualization Encapsulation — An extensible UDP-based tunnel encapsulation that carries tenant network packets and metadata across an IP underlay.
  • Hop-by-hop transport — A networking principle in which each intermediate node independently receives, buffers, controls and forwards data to the next hop rather than leaving transport state only at endpoints.
  • Interconnection — The regulated physical and logical linking of distinct telecommunications networks or customer equipment so that traffic can pass across an agreed boundary.
  • IP over Avian Carriers — An April Fools' RFC protocol parody that specifies carrying Internet Protocol datagrams on physical birds, while illustrating extreme delay-tolerant store-and-forward networking.
  • ISO/IEC 8802-5 — The ISO/IEC local-area-network standard specifying token-ring medium access control, frame formats and associated physical-layer provisions aligned with IEEE 802.5.
  • Network management — The coordinated monitoring, configuration, provisioning, fault, performance and security administration of a computer network.
  • Network segmentation — The partition of a computer network into controlled segments whose communication crosses explicitly governed boundaries.
  • Network throughput — The achieved rate at which data units are successfully delivered through a specified network path or system boundary.
  • Overlay network — A logical network whose nodes and links are implemented as endpoints and multi-hop paths over an underlying network.
  • Packet switching — Carry digital traffic by dividing messages or streams into addressed packets that share links on demand and are independently received, buffered, forwarded, and reassembled or delivered.
  • Protocol pipelining — A communication technique that sends multiple requests on one connection before earlier responses arrive, overlapping network latency while preserving protocol-defined association and ordering.
  • Quality of service — The measurable performance delivered by a communication or computing service, together with mechanisms that differentiate or guarantee it for selected traffic.
  • Reliability (computer networking) — A communication service property that detects loss or failure and provides declared guarantees about delivery, ordering, duplication and notification.
  • Ring latency — The elapsed time, or equivalent number of transmitted bits, required for a signal or token to propagate once around a ring network.
  • Simple Sensor Interface protocol — A lightweight message and command protocol for querying, streaming and describing smart-sensor data across constrained point-to-point or network links.
  • System identification number — Broadcast a 15-bit SID code that identifies an AMPS-, TDMA-, or CDMA-family cellular system or service area for roaming and preference decisions.
  • TCP congestion control — The end-to-end control system by which TCP adjusts its sending window in response to inferred network congestion.
  • Traffic analysis — Infer communication roles, relationships, tempo, volume, or activity patterns from message metadata and observable transmission structure even when message contents remain unreadable or encrypted.
  • Transport layer — The protocol-stack layer that provides end-to-end application communication services such as multiplexing, reliability, ordering, flow control and congestion response over network delivery.
  • Van Jacobson TCP/IP Header Compression — A stateful link protocol that compresses TCP/IP headers by transmitting small changes relative to a synchronized connection context.
  • Virtual circuit — A packet-network service that establishes logical connection state and a path or label mapping before data transfer, while statistically multiplexing physical links rather than reserving a dedicated circuit.
  • Wormhole switching — A network flow-control method that divides a packet into flits and pipelines them through successive routers while the header reserves the path.
  • Xcast — An explicit multi-unicast packet-delivery scheme that places the complete small-group destination list in each packet so routers need no persistent per-session multicast state.