CIDR = A way to describe a range of IP addresses
Think of it like describing a neighborhood of houses instead of listing every single house address.
192.168.0.0/241. Base IP: 192.168.0.0
2. Subnet Mask: /24
The number after the slash (/) tells you how many IPs you get:
An IP has 4 parts (octets): 192.168.0.0
The /number tells you which parts are LOCKED:
134.56.78.123/32 = Just 134.56.78.123192.168.0.0/24 = 192.168.0.0 to 192.168.0.255