Networking Protocols
Networking protocols are sets of rules and standards that enable computers and other devices to communicate with one another over a network[^c3]. They define the format, timing, sequencing, and error control of data exchanged between network entities. The Internet and most modern data networks rely on a layered architecture of protocols that work together to deliver data reliably across diverse hardware and transmission media.
The foundation of modern networking is packet switching, a technique in which data is broken into smaller units called packets that are transmitted independently through a series of interconnected switches and routers[^c2][^c5]. This contrasts with the circuit-switched approach used by traditional telephone networks. Packet switching enables efficient sharing of network capacity, fault tolerance through dynamic rerouting, and the ability for many simultaneous communications to share the same infrastructure.
Two principal architectural models describe how networking protocols are organized. The Open Systems Interconnection (OSI) model, developed by the ISO in 1984, defines seven conceptual layers ranging from the physical transmission medium to the user-facing application[^c1]. The Internet Protocol Suite (TCP/IP), which is the practical framework used on the global Internet, consolidates these into four layers: the link layer, the Internet layer, the transport layer, and the application layer[^c4][^c6]. Each layer provides services to the layer above it and relies on services from the layer below, a design that allows protocols at different layers to evolve independently.
Key protocol families include the Internet Protocol (IP) for addressing and routing at the network layer, Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) for transport-layer data delivery, and application-layer protocols such as HTTP, DNS, and SSH that enable specific networked services. Security protocols such as TLS and IPsec provide encryption and authentication to protect data in transit. Routing protocols including OSPF and BGP enable routers to discover paths through complex networks and exchange reachability information across the global Internet.
The field of networking protocols continues to evolve across multiple fronts. IEEE 802.3dj is standardizing 1.6 Tb/s Ethernet with completion on track for late 2026, and the 400G per lane project was formally chartered as a study group in March 2026 for AI networking demands[^c12]. Sixth-generation (6G) cellular networks are being standardized as an AI-native architecture that integrates communication, sensing, and computing[^c8]. 3GPP froze Release 19 in December 2025 and the 6G use-case study has reached approximately 80 percent completion with over 200 use cases identified[^c9][^c11]. HTTP/3, now supported by 40.0 percent of all websites[^c24], has surpassed HTTP/2 in overall server-side adoption, with adoption highest in mobile-first markets where QUIC's lossy-network performance provides the greatest benefit. Adoption estimates vary by vantage point: Cloudflare measured roughly 35 percent of likely-human requests over HTTP/3 in late 2025, while its likely-human request share sat near 30 percent and roughly flat over the preceding year[^c31][^c32]. The HTTP QUERY method was standardized in RFC 10008 in June 2026, providing a new safe, idempotent method with a request body for complex queries[^c13]. Media over QUIC (MoQ) entered production deployment, with Cloudflare operating MoQ relays across its global network and 11 vendors demonstrating interoperability at NAB Show 2026. AI is reshaping traffic patterns as machine-to-machine communication grows, shifting from human-driven to machine-driven flows with increasing east-west traffic volume[^c10].
In 2026, the IETF published RFC 9915 as the updated DHCPv6 standard (STD 102), obsoleting RFC 8415 with optimizations for address allocation, lightweight configuration, and transmission security developed by the Beijing University of Posts and Telecommunications team[^c27]. In July 2026, OpenAI and five hardware partners released the Multipath Reliable Connection (MRC) protocol through the Open Compute Project for AI cluster networking[^c16], with AMD contributing the specification and Pensando NIC implementations based on an evolution of its improved RoCEv2 transport[^c23]. In July 2026, the Model Context Protocol (MCP), used for AI agent communication, published its largest revision since launch, making the protocol stateless at the transport layer so remote servers can run behind ordinary round-robin load balancers on HTTP infrastructure[^c29]. DNS over CoAP (RFC 9953) standardized encrypted DNS resolution for constrained IoT devices in March 2026[^c17]. In April 2026, RFC 9941 defined a hybrid post-quantum key exchange for SSH combining Streamlined NTRU Prime sntrup761 with X25519[^c18]. RFC 9768 modernized TCP ECN feedback with the AccECN scheme, supporting more than one congestion signal per round-trip time for DCTCP and L4S[^c20]. The VXLAN specification advanced through IETF Last Call in July 2026 to move to the Standards Track and enable header extensions[^c19].
Post-quantum security advanced significantly at the IETF. In July 2026, the IESG approved draft-ietf-ipsecme-ikev2-mlkem as a Proposed Standard for post-quantum key exchange in IKEv2 using ML-KEM[^c26], and draft-ietf-ipsecme-ikev2-pqc-auth reached version 10 specifying ML-DSA and SLH-DSA for IKEv2 authentication[^c15][^c25]. Together these complete a post-quantum security suite for IPsec VPNs. BBRv3 standardization progressed in the IETF CCWG, with Google confirming it as the algorithm used for both internal and WAN TCP traffic[^c28].
The U.S. Department of Energy's ESnet deployed a production IPv6-only Kubernetes cluster using Cilium, providing a blueprint for IPv6-only infrastructure at government scale[^c21]. A new IETF proposal eliminates IPv4 subnets and ARP from IPv6-only fabrics by resolving a sentinel gateway address through the IPv6 neighbor cache[^c22]. At the same time, new IETF standardization efforts address RPKI-based BGP route validation, AI agent communication protocols, kernel-level transport innovation such as SIN/IP, and IPv6 transition with the revised NAT64 specification, which advanced toward Internet Standard status following widespread deployment[^c33]. TLS 1.3 was updated in July 2026 through RFC 9846, which incorporates accumulated errata and new interoperability requirements[^c14].