Introduction: The Slash That Changed the Internet

If you've ever looked at technical documentation for a network, you might have seen an IP address followed by a slash and a number, like 192.168.1.0/24. This is called CIDR Notation (Classless Inter-Domain Routing).

Before CIDR, the internet was divided into rigid "Classes" (A, B, and C) which were extremely wasteful. If you needed 300 addresses, you had to take a Class B block with 65,000 addresses! CIDR was introduced in 1993 to allow for precise grouping, ensuring we didn't waste our precious IPv4 supply. In this guide, we'll learn how to read those slashes like a pro.

How to Read CIDR Notation

The number after the slash tells you how many "bits" of the IP address belong to the network name, and how many are left for individual devices.

  • /32: Exactly 1 IP address (the specific device).
  • /24: A standard home or small office network (256 addresses).
  • /8: A massive network (over 16 million addresses).

Why CIDR Matters

CIDR allows for "supernetting," where several smaller networks can be grouped into one large block for easier routing. It keeps world-wide routing tables small and efficient. Without it, the early internet would have collapsed under its own weight in the mid-90s.

Conclusion

CIDR might look intimidating, but it's just a shorthand way to describe the size of a network. Next time you see a slash, you'll know exactly how big the 'neighborhood' is. Want to check your own connection? Check your IP here.