CIDR Notation

a.k.a. Classless Inter-Domain Routing notation

Protocol Core Infrastructure Network Efficiency Telecommunications

Key Points

  • Represents IP network prefixes
  • Used in IPv4 and IPv6 addressing
  • Supports subnet planning and routing
  • Compact alternative to older mask notation

Definition

CIDR Notation is a compact way to represent IP address prefixes and network masks using a slash and prefix length. It describes the size of a network range.

Concept

CIDR Notation is a networking term used to express IP prefixes in a compact slash format such as a network address followed by a prefix length. It exists to simplify address planning and route representation. It is used in IP routing, subnetting, network design, and security policy. CIDR notation replaces older class-based assumptions with a more flexible prefix model.

Explainer

CIDR Notation is a compact method for expressing IP network prefixes using a slash and a prefix length, such as an address followed by /24 or /64. It works by indicating how many leading bits identify the network portion of the address, allowing routers and administrators to define precise prefix ranges. It is used in IPv4 and IPv6 networks, routing tables, subnet design, and access control policies. Constraints include correct prefix sizing, address alignment, and understanding the difference between network and host portions. Failure modes include mis-sized networks, incorrect subnet boundaries, routing confusion, and security rules that do not match the intended prefix. Tradeoffs involve compact representation versus the need to understand bit-length semantics, flexible aggregation versus possible complexity, and easy route summaries versus exact host-level detail. CIDR Notation matters because it is the standard way to describe IP prefixes in modern networking. Cross-industry relevance is universal across IP-based systems.