CIDRnotaatiolla
CIDRnotaatiolla refers to a notation system used to express IP address blocks and routing prefixes, derived from Classless Inter-Domain Routing (CIDR). It combines an IP address with a prefix length to indicate which portion of the address defines the network. The standard form is an IP address followed by a slash and a number, such as 192.0.2.0/24 for IPv4 or 2001:db8::/32 for IPv6.
The prefix length specifies how many leading bits of the address are fixed as the network portion.
Usage spans multiple areas including internet routing, subnet planning, firewall rules, and access control lists. Network
Examples include 203.0.113.0/24 for a IPv4 subnet and 2001:db8:abcd:0012::/64 for an IPv6 subnet. The notation supports
See also: CIDR, subnet mask, VLSM, route aggregation, IPv4, IPv6.