Utilidad de CIDR

Utilidad de CIDR

Posible duplicado:
¿Qué se dirige con clase?

A lo largo de los años escuché el término "CIDR" y nunca pensé mucho en él. Esta mañana leí detenidamente elArtículo de Wikipediaen él, y salí de esa lectura con el entendimiento de que CIDR es en realidad solo un algoritmo para generar direcciones IP para (o en) una red.

¿Es esta una evaluación justa? ¿O me he perdido el panorama general? ¿Existen otros usos importantes para ello?

¡Gracias de antemano!

Respuesta1

Además de su uso principal en Internet, otro uso importante es la segmentación de rangos de direcciones IP privadas en grandes redes corporativas.

RFC1519dice

Classless Inter-Domain Routing (CIDR):
         an Address Assignment and Aggregation Strategy

1.  Problem, Goal, and Motivation

   As the Internet has evolved and grown over in recent years, it has
   become evident that it is soon to face several serious scaling
   problems. These include:

      1.   Exhaustion of the class B network address space. One
           fundamental cause of this problem is the lack of a network
           class of a size which is appropriate for mid-sized
           organization; class C, with a maximum of 254 host
           addresses, is too small, while class B, which allows up to
           65534 addresses, is too large for most organizations.

      2.   Growth of routing tables in Internet routers beyond the
           ability of current software, hardware, and people to
           effectively manage.

      3.   Eventual exhaustion of the 32-bit IP address space.

   It has become clear that the first two of these problems are likely
   to become critical within the next one to three years.  This memo
   attempts to deal with these problems by proposing a mechanism to slow
   the growth of the routing table and the need for allocating new IP
   network numbers. It does not attempt to solve the third problem,
   which is of a more long-term nature, but instead endeavors to ease
   enough of the short to mid-term difficulties to allow the Internet to
   continue to function efficiently while progress is made on a longer-
   term solution.

información relacionada