Understanding CIDR Notation
In modern IP networks, Classless Inter-Domain Routing (CIDR) replaced the historic Class A, B, and C architecture. The forward slash notation (such as /24 or /16) explicitly states how many bits belong to the network prefix. The remaining bits (32 minus prefix length) belong to the host field.
For instance, an enterprise AWS VPC or Azure Virtual Network typically receives a /16 allocation (yielding 65,534 assignable host addresses). Network engineers then subdivide that /16 into multiple /24 or /20 subnets corresponding to Public Subnets, Private Application Subnets, and Database Subnets across distinct Availability Zones.