Common Subnet Sizes

CIDRSubnet MaskTotal IPsUsable HostsTypical Use
/30255.255.255.25242Point-to-point links
/28255.255.255.2401614Small office
/24255.255.255.0256254Standard LAN
/20255.255.240.04,0964,094Medium campus
/16255.255.0.065,53665,534Large enterprise
/8255.0.0.016,777,21616,777,214Class A network

Private IP Ranges

Three ranges are reserved for private networks (RFC 1918):

RangeCIDRAddresses
10.0.0.0 – 10.255.255.25510.0.0.0/816.7 million
172.16.0.0 – 172.31.255.255172.16.0.0/121 million
192.168.0.0 – 192.168.255.255192.168.0.0/1665,536

Subnetting Strategy

Size subnets to match actual need plus 20-30% growth. A team of 40 people doesn't need a /24 (254 hosts) — a /26 (62 hosts) leaves room for printers, APs, and future hires without wasting address space. VLANs combined with subnets keep broadcast domains small, reducing noise and improving security through segmentation.