A highly practical, exercise-rich primer that turns subnetting from an intimidating topic into a set of repeatable skills—excellent as a learning workbook and quick reference, but pair it with IPv6 and automation resources for complete mastery.
| CIDR | Mask | Hosts | |------|---------------|-------| | /24 | 255.255.255.0 | 254 | | /25 | 255.255.255.128 | 126 | | /26 | 255.255.255.192 | 62 | | /27 | 255.255.255.224 | 30 | | /28 | 255.255.255.240 | 14 | | /29 | 255.255.255.248 | 6 | | /30 | 255.255.255.252 | 2 | ip subnetting from zero to guru pdf
IP Subnetting: From Zero to Guru Subnetting is often the "boogeyman" of networking, but it’s actually just simple math used to organize the internet. Think of it like taking a giant pizza (a network) and cutting it into specific slices (subnets) so everyone gets exactly what they need without wasting any crust. Phase 1: The Foundation (Zero) What is an IP Address? An IPv4 address consists of 32 bits, divided into four (8 bits each). 192.168.1.1 Binary reality: 11000000.10101000.00000001.00000001 The Subnet Mask Phase 1: The Foundation (Zero) What is an IP Address