Network administration encompasses the processes, techniques, and protocols used to configure, manage, and maintain computer networks. It involves managing network infrastructure through subnetting, routing, switching, VLANs, and various protocols to ensure efficient communication between devices. Core responsibilities include IP address allocation, routing protocol configuration, network segmentation for security and performance, and troubleshooting connectivity issues. Mastering these fundamentals allows administrators to build scalable, resilient networks while understanding that proper segmentation and routing design prevent broadcast storms, reduce collision domains, and enable controlled inter-network communication—a principle that underpins nearly every network topology decision you'll encounter.
What This Cheat Sheet Covers
This topic spans 10 focused tables and 91 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
Table 1: IP Addressing and Subnetting Fundamentals
| Concept | Example | Description |
|---|---|---|
192.168.1.0/24 | • Combines IP address with prefix length to indicate network and host portions • replaces classful addressing with flexible subnet sizes. | |
255.255.255.0 (binary: 11111111.11111111.11111111.00000000) | • Defines network vs host bits • 1 bits represent network, 0 bits represent hosts• determines how many devices can exist in a subnet. | |
Class A: 10.0.0.0/8Class B: 172.16.0.0/12Class C: 192.168.0.0/16 | • Reserved addresses for internal networks • not routable on the public internet • used behind NAT to conserve public IPs. | |
| 88881111 | • Globally unique addresses routable on the internet • assigned by ISPs and regional registries • required for external communication. | |
Network 10.0.0.0/8 split into10.1.0.0/16, 10.2.0.0/24, 10.3.0.0/28 | • Variable Length Subnet Mask allows different subnet sizes within the same network • reduces IP waste by 40-60% compared to FLSM. |