Everything you need to remember from this presentation.
1
IPv4 classful addressing (A/B/C) is historical. Modern networks use CIDR for flexible, classless subnetting.
2
RFC 1918 private ranges: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16. Require NAT for internet access.
3
Usable hosts = 2^(host bits) - 2. Network address (all 0s) and broadcast (all 1s) are reserved.
4
VLSM allows different-sized subnets within the same network. Allocate largest first to avoid overlap.
5
IPv6 uses 128-bit addresses in hex-colon notation. Key types: GUA (2000::/3), Link-Local (fe80::/10), Multicast (ff00::/8).
6
SLAAC lets IPv6 hosts auto-configure using Router Advertisements + self-generated Interface IDs.
7
Transition: dual-stack (preferred), tunneling (6to4, Teredo), NAT64 (translation at boundary).
For our 200-employee company with 10.10.0.0/16: use VLSM. Engineering gets /23, Sales gets /25, HR gets /26, WAN links get /30. Enable dual-stack with a GUA prefix from the ISP. Document everything in the IP address management (IPAM) system.