CIDR
IP address + prefix length notation (e.g. 10.0.0.0/24).
Origin
RFC 1518 / 1519 (1993). Replaced the rigid Class A/B/C scheme that was rapidly exhausting the IPv4 space.
Where it shows up in production
- VPC subnets Every cloud VPC asks for a CIDR block — /16 typical for a VPC, /24 for a subnet.
- BGP route aggregation ISPs advertise /22 or /20 supernets instead of millions of /32s.
On Semicolony
Sources & further reading
Found this useful?