1. Subnetting for Security and Operations
$ core idea: Subnetting shapes broadcast scope, route design, ACL readability, and how quickly you can isolate a compromised segment. Clear subnet boundaries make incident scoping faster. When an alert fires on a host in 10.10.20.0/24 and your naming standard tells you that is the server VLAN, you know the immediate blast radius before you even pull a log.
$ defender angle: SIEM alerts and firewall rules reference IP ranges constantly, not hostnames. Misreading a /26 as a /24 leads to triage errors. Comfortable CIDR arithmetic is a practical skill, not just exam prep.
$ prove understanding: Calculate subnets and understand host ranges, broadcast domains, and route summaries.