Content deleted Content added
m link fixup |
'key concepts' renamed to 'CIDR blocks' and IPv4/IPv6 distinction made |
||
Line 5:
==
[[Image:IP_Address_Match.png|400px|right]]
CIDR is principally a [[bitwise]], prefix-based standard for the interpretation of IP addresses. It facilitates [[routing]] by allowing blocks of addresses to be grouped together into single [[routing table]] entries. These groups, commonly called '''CIDR blocks''', share an initial sequence of bits in the [[Binary numeral system|binary]] representation of their IP addresses
An IP address is part of a CIDR block, and is said to ''match'' the CIDR prefix, if the initial N bits of the address and the CIDR prefix are the same. Thus, understanding CIDR requires that IP address be visualized in [[Binary numeral system|binary]]. Since the length of an
CIDR is also be used with IPv6 addresses, where the prefix length can range from 0 to 128, due to the larger number of bits in the address. A similar syntax is used: the prefix is written as an IPv6 address, followed by a slash and the number of significant bits.
==Assignment of CIDR blocks==
|