Network and Systems Administration Cheat Sheet
The core ideas of Network and Systems Administration distilled into a single, scannable reference — perfect for review or quick lookup.
Quick Reference
TCP/IP Model
The foundational four-layer communication protocol suite (Network Interface, Internet, Transport, Application) that governs how data is packaged, addressed, transmitted, routed, and received across the internet and local networks.
DNS (Domain Name System)
A hierarchical, distributed naming system that translates human-readable domain names into IP addresses, enabling users to access resources by name rather than by numerical address. It uses a system of authoritative name servers and recursive resolvers.
DHCP (Dynamic Host Configuration Protocol)
A network management protocol that automatically assigns IP addresses, subnet masks, default gateways, and other network configuration parameters to devices on a network, eliminating the need for manual configuration of each host.
Active Directory
A Microsoft directory service that provides centralized authentication, authorization, and directory services for Windows-based networks. It organizes resources into a hierarchical structure of domains, organizational units, and group policies.
Virtualization
The technology that creates abstracted, virtual versions of physical hardware resources such as servers, storage devices, and networks, allowing multiple virtual machines to run on a single physical host, improving resource utilization and flexibility.
Firewall
A network security device or software that monitors and filters incoming and outgoing network traffic based on predefined security rules, establishing a barrier between trusted internal networks and untrusted external networks such as the internet.
RAID (Redundant Array of Independent Disks)
A data storage virtualization technology that combines multiple physical disk drives into a single logical unit for the purposes of data redundancy, performance improvement, or both, using techniques like striping, mirroring, and parity.
VPN (Virtual Private Network)
A technology that creates a secure, encrypted tunnel over a public network such as the internet, enabling remote users or branch offices to access private network resources as if they were directly connected to the local area network.
Load Balancing
The process of distributing network traffic or computational workloads across multiple servers or resources to optimize resource utilization, maximize throughput, minimize response time, and ensure no single server is overwhelmed.
Infrastructure as Code (IaC)
The practice of managing and provisioning computing infrastructure through machine-readable configuration files rather than through manual processes or interactive configuration tools, enabling version control, repeatability, and automation.
Key Terms at a Glance
Get study tips in your inbox
We'll send you evidence-based study strategies and new cheat sheets as they're published.
We'll notify you about updates. No spam, unsubscribe anytime.