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 — understanding that proper segmentation, routing design, and monitoring together prevent outages, limit attack surfaces, and enable controlled inter-network communication — a principle that underpins every network topology decision you will encounter.
What This Cheat Sheet Covers
This topic spans 13 focused tables and 165 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
IP addressing and subnetting form the foundation of every routed network. Getting these right — choosing the correct prefix length, understanding host calculations, and applying VLSM — directly determines how efficiently an IP block is used and how cleanly the network can be summarized for routing.
| 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 | |
| 2552552550 | • Defines network vs host bits • 1 bits = network, 0 bits = hosts• determines how many devices can exist in a subnet | |
10.0.0.0/8172.16.0.0/12192.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 | |
| 19216811 | • Router IP address used by hosts to reach networks outside their subnet • typically the first usable IP in a subnet | |
127.0.0.1 (IPv4)::1 (IPv6) | • Virtual interface for testing and local communication • traffic never leaves the device • always reachable |