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, 163 flashcards. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
A jump-to index of every table row in this cheat sheet.
An interactive map of every table and concept in this topic.
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 | ||
192.168.1.0 for /24 | β’ All host bits set to 0β’ identifies the subnet itself β’ cannot be assigned to a device | ||
192.168.1.255 for /24 | β’ All host bits set to 1β’ sends packets to all devices in a subnet β’ critical for ARP and DHCP discovery | ||
10.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 compared to fixed-length subnetting | ||
192.168.0.0/24 + 192.168.1.0/24β 192.168.0.0/23 | β’ Combines multiple networks into one summary route β’ reduces routing table size and improves routing efficiency | ||
10.0.0.0/31 (hosts: .0 and .1) | β’ Defined in RFC 3021 β’ provides exactly 2 usable addresses for point-to-point links β’ eliminates waste of traditional /30 links | ||
| 1692541100 | β’ Automatic Private IP Addressing β’ hosts self-assign 169.254.0.0/16 when no DHCP server is reachableβ’ indicates DHCP failure |