Networking forms the foundation of modern computing, enabling devices to communicate and share resources across local and global infrastructures. From the seven-layer OSI model to protocols managing everything from IP addressing to data encryption, networking encompasses both physical transmission media and logical routing decisions. Understanding networking means grasping how packets traverse routers, switches, and firewalls—and how a single misconfigured subnet mask or firewall rule can cascade into widespread connectivity failures or security breaches. In 2026, modern architectures increasingly embrace zero trust, SD-WAN, and SASE, shifting from perimeter-based security toward identity-driven, cloud-delivered models that follow users and applications rather than fixed network boundaries.
What This Cheat Sheet Covers
This topic spans 23 focused tables and 238 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
Table 1: OSI and TCP/IP Model Layers
The OSI model is the mental scaffold every network engineer reaches for when something breaks—peel the stack from the application down to the physical wire and you can pin a problem to a single layer. These rows line up the seven OSI layers against the four practical TCP/IP layers that actually run the internet, so you can see where a protocol lives and which layer collapses into which.
| Layer | Example | Description |
|---|---|---|
HTTP, FTP, DNS, SSH | • Provides network services directly to user applications • handles protocols for web browsing, file transfer, and email. | |
SSL/TLS, JPEG, ASCII | Translates data formats, handles encryption/decryption, and manages compression for the application layer. | |
NetBIOS, RPC | • Establishes, manages, and terminates sessions between applications • controls dialog and synchronization. | |
TCP, UDP | • Provides end-to-end communication, flow control, and error recovery • segments data and manages port numbers. | |
IP, ICMP, OSPF, BGP | • Handles logical addressing (IP) and routing • determines best path for packets across networks. | |
Ethernet, Wi-Fi (802.11), PPP | • Manages MAC addressing and frame transmission • handles error detection and media access control. |