Core Networking
Cover IPv4, IPv6, CIDR, subnet masks, host ranges, and practical subnet design.
Learn addressing and subnetting deeply to design efficient, secure, scalable networks.
Click the numbered markers on each diagram to explore the concept step by step.
Subnetting is core for scalability, segmentation, and policy control.
Common confusion: /24 vs /25 meaning
Fix: More prefix bits means fewer host bits and smaller subnet size.
Common confusion: Public vs private
Fix: Private ranges are not internet-routable without translation (NAT).
IP Addressing
IPv4
192.168.1.100 (32-bit)
IPv6
2001:0db8::1 (128-bit)
Private → NAT → Public
10.0.0.5 → NAT → 203.0.113.42
Subnetting /24 into /26
Finance 192.168.1.0/26
HR 192.168.1.64/26
Eng 192.168.1.128/26
Sec 192.168.1.192/26