Route aggregation

Route aggregation

Route aggregation is a technique that is used to conserve the problem of address space exhaustion as well as to limit the amount of routing information being advertised. The term Classless Inter-Domain Routing (CIDR) is a route aggregation technique that was used in the early 90's to deal with these problems. From a conceptual point of view, CIDR will take a block of contiguous class C addresses and represent them as a pair of numerical terms:

(network address, count)

This pair shows the smallest network address in the block, and the count indicates the number of networks in the block. For example:

(192.168.1.0, 4) = 192.168.1.0, 192.168.2.0, 192.168.3.0, 192.168.4.0. The pair represents a total of 4 network addresses. reduces the size of routing tables. In practice, CIDR does not restrict network numbers to class C networks nor does it use a count to specify block sizes. Instead CIDR requires the block of addresses to be a power of 2, and it uses a bit mask to identify the size of the block.

Example:

An ISP is assigned a block of IP addresses by a regional Internet registry (RIR); for example they may receive the address range of 172.1.0.0 to 172.1.255.255. They could then assign subnets to each of their downstream providers, e.g.: "Customer A" will have the range 172.1.1.0 to 172.1.1.255, "Customer B" would receive the range 172.1.2.0 to 172.1.2.255 and "Customer C" would receive the range 172.1.3.0 to 172.1.3.255 and so on. Instead of an entry for each of the subnets 172.1.1.x and 172.1.2.x etc, the ISP could aggregate the entire 172.1.x.x address range and advertise the network 172.1.0.0/16 on the Internet community, which would reduce the number of entries in the global routing table.

Comer, Douglas E. (2006). Internetworking with TCP/IP, 5, Prentice Hall: Upper Saddle River, NJ.


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Aggregation — may refer to: * Link aggregation, using multiple Ethernet network cables/ports in parallel to increase link speed * Particle aggregation, direct mutual attraction between particles (atoms or molecules) via van der Waals forces or chemical bonding …   Wikipedia

  • Route summarization — refers to the process of aggregating multiple routes of Internet connected routers, thus saving space in the routing table and speeding up packet routing. An analogy would be on a U.S. interstate highway, where a single sign points in the… …   Wikipedia

  • Aggregation (Programmierung) — Dieser Artikel oder Abschnitt bedarf einer Überarbeitung. Näheres ist auf der Diskussionsseite angegeben. Hilf mit, ihn zu verbessern, und entferne anschließend diese Markierung. Eine Aggregation in der Informatik ist entweder eine Verbindung… …   Deutsch Wikipedia

  • Aggregation (Routing) — Dieser Artikel oder Abschnitt bedarf einer Überarbeitung. Näheres ist auf der Diskussionsseite angegeben. Hilf mit, ihn zu verbessern, und entferne anschließend diese Markierung. Eine Aggregation in der Informatik ist entweder eine Verbindung… …   Deutsch Wikipedia

  • Aggregation (objektorientierte Programmierung) — Dieser Artikel oder Abschnitt bedarf einer Überarbeitung. Näheres ist auf der Diskussionsseite angegeben. Hilf mit, ihn zu verbessern, und entferne anschließend diese Markierung. Eine Aggregation in der Informatik ist entweder eine Verbindung… …   Deutsch Wikipedia

  • Aggregation (Informatik) — Dieser Artikel wurde aufgrund von inhaltlichen Mängeln auf der Qualitätssicherungsseite der Redaktion Informatik eingetragen. Dies geschieht, um die Qualität der Artikel aus dem Themengebiet Informatik auf ein akzeptables Niveau zu bringen. Hilf… …   Deutsch Wikipedia

  • Default route — A default route, also known as the gateway of last resort, is the network route used by a router when no other known route exists for a given IP packet s destination address. All the packets for destinations not known by the router s routing… …   Wikipedia

  • Classless Inter-Domain Routing — CIDR redirects here. For other uses, see CIDR (disambiguation). Classless Inter Domain Routing (CIDR) is a method for allocating IP addresses and routing Internet Protocol packets. The Internet Engineering Task Force introduced CIDR in 1993 to… …   Wikipedia

  • Border Gateway Protocol — BGP redirects here. For the Formula One Team, see Brawn GP. The Border Gateway Protocol (BGP) is the protocol backing the core routing decisions on the Internet. It maintains a table of IP networks or prefixes which designate network reachability …   Wikipedia

  • Supernetting — Unter Supernetting versteht man das Zusammenfassen von mehreren Netzen mit teilweise gleichem Netzwerkanteil zu einer einzigen Route. Die zugrundeliegende Technik ist das Gegenteil zum Subnetting und bedeutet prinzipiell ein Verfahren zur… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”