Networking Concepts
Networking concepts form the theoretical foundation every technician builds on. This chapter covers the OSI and TCP/IP models, common ports and protocols, IP addressing and subnetting, topologies, and cloud and virtualization fundamentals. Mastering these ideas makes every later hands-on task easier to reason about.
The OSI Model and Encapsulation
The OSI model divides communication into seven layers, from the physical transmission of bits up to the application interface. Each layer serves the one above it and relies on the one below, and data is encapsulated with headers as it moves down the stack. Understanding which functions live at each layer lets you map symptoms to a likely cause.
Ports and Protocols
Applications identify themselves using well-known port numbers over TCP or UDP. Knowing which protocol uses which port and transport speeds firewall configuration and troubleshooting. TCP provides reliable, ordered delivery while UDP trades reliability for low overhead.
IP Addressing and Subnetting
IP addressing assigns logical identifiers to hosts, and subnetting divides address space into manageable broadcast domains. Classless addressing with CIDR notation and VLSM lets administrators size subnets to need. Both IPv4 and IPv6 addressing must be understood.
Topologies, Cabling, and Media
Physical and logical topologies describe how devices connect and how data flows. Media choices, from twisted-pair copper to fiber, determine distance, speed, and interference resistance. Selecting the right topology and medium balances cost, performance, and resilience.
Cloud and Virtualization
Cloud computing delivers scalable resources over the network under service models like IaaS, PaaS, and SaaS. Virtualization abstracts physical hardware into flexible virtual machines and networks. These models change how networks are designed and consumed.
Last updated: July 2026