Classless Inter-Domain Routing: Difference between revisions

Content deleted Content added
'example' section becomes 'assignment of CIDR blocks'
m IANA -> ARIN in example
Line 19:
The [[Internet Assigned Numbers Authority]] (IANA) issues to [[Regional Internet Registry|Regional Internet Registries]] (RIRs) large CIDR blocks. The RIRs, each responsible for a single, large, geographic area (such as North America), then subdivide these blocks into smaller blocks and issue them publically, typically (but not always), to [[Internet Service Providers]] (ISPs). This process can be repeated several times at different levels of delegation. ISPs often issue CIDR blocks to subscribers.
 
For example, in the late 1990s, the IP address 208.130.29.33 (since reassigned) was used by the <tt>www.freesoft.org</tt> web server. An analysis of this address identified three CIDR prefixes. 208.128.0.0/11, a large block containing over 2 million addresses, had been assigned by [[IANAARIN]] (the North American RIR) to [[MCI]]. Automation Research Systems, a [[Virginia]] [[Value-added reseller|VAR]], leased an Internet connection from MCI and was assigned the 208.130.28.0/22 sub-prefix, capable of addressing just over 1000 devices. ARS used a /24 block for its public web servers, of which 208.130.29.33 was one.
 
All of these CIDR prefixes would be used, at different locations in the network. Outside of MCI's network, the 208.128.0.0/11 prefix would be used to direct to MCI traffic bound not only for 208.130.29.33, but also for any of the roughly two million IP addresses with the same initial 11 bits. Within MCI's network, 208.130.28.0/22 would be visible, directing traffic to the leased line serving this client. Only within the Automation Research Systems corporate network would the 208.130.29.0/24 prefix be used.