Overview - CIDR notation
What is it?
CIDR notation is a way to write IP addresses together with their network size in a compact form. It shows the IP address followed by a slash and a number, which tells how many bits are used for the network part. This helps computers understand which part of the address is the network and which part is for devices. It replaced older methods to make IP address allocation more flexible and efficient.
Why it matters
Without CIDR notation, networks would waste many IP addresses because older methods divided addresses into fixed sizes. This would make the internet less efficient and harder to manage. CIDR allows networks to be sized just right, saving addresses and making routing simpler. This means faster, more reliable internet connections and better use of limited IP addresses.
Where it fits
Before learning CIDR, you should understand basic IP addresses and subnet masks. After CIDR, you can learn about routing, IP address allocation, and advanced network design. CIDR is a key step between basic IP concepts and real-world network management.