What is CIDR Subnetting?
CIDR (Classless Inter-Domain Routing) is a method for allocating IP addresses and IP routing. It replaced the older "Classful" network architecture (A, B, C) with a more efficient way to divide networks into smaller sub-networks (subnets) using a variable-length subnet mask.
How to read CIDR notation?
The "/24" suffix indicates that the first 24 bits of the 32-bit IP address are used for the network identification, leaving 8 bits for host addresses within that network.