0% found this document useful (0 votes)
10 views3 pages

Classless Inter Domain Routing

Uploaded by

archanajn
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views3 pages

Classless Inter Domain Routing

Uploaded by

archanajn
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

.

IPv4 Address Anatomy

An IPv4 address consists of four decimal numbers separated by dots, such


as [Link], which corresponds to the binary
representation 11000000.00000000.00000010.00010000. The first address in a network
(the network address) always ends in zero in dotted decimal notation.

The Limitations of Classful Addressing

The classful system was easily recognizable by the structure of the address:

• Class A: First bit is 0

• Class B: First two bits are 01

• Class C: First two bits are 11

However, this limited flexibility made it clear that a more dynamic addressing method
was necessary, leading to the development of CIDR.

How CIDR Works

The CIDR Structure

CIDR allows for a more efficient allocation of IP addresses by using variable-length


subnet masking (VLSM). Instead of relying on fixed class sizes, CIDR enables the
division of an IP address into subnets. A CIDR address comprises two components:

1. Prefix: The binary representation of the network address, similar to a standard IP


address.

2. Suffix: Indicates the total number of bits in the address.

For instance, a CIDR notation like [Link]/16 signifies that the first 16 bits are
used to define the network, allowing for a more precise allocation of addresses.
Classless Inter Domain Routing (CIDR)

Classless Inter-Domain Routing (CIDR) is a method of IP address allocation and IP


routing that allows for more efficient use of IP addresses. CIDR is based on the idea that
IP addresses can be allocated and routed based on their network prefix rather than their
class, which was the traditional way of IP address allocation

CIDR addresses are represented using a slash notation, which specifies the number of
bits in the network prefix. For example, an IP address of [Link] with a prefix length
of 24 would be represented as [Link]/24. This notation indicates that the first 24
bits of the IP address are the network prefix and the remaining 8 bits are the host
identifier.

Several Advantages of the Traditional Class-Based Addressing System of CIDR

• Efficient use of IP addresses: CIDR allows for more efficient use of IP addresses
by allowing the allocation of IP addresses based on their network prefix rather
than their class.

• Flexibility: CIDR allows for more flexible IP address allocation, as it allows for the
allocation of arbitrary-sized blocks of IP addresses.
Better routing: CIDR allows for better routing of IP traffic, as it allows routers to
aggregate IP addresses based on their network prefix, reducing the size of routing
tables.

• Reduced administrative overhead: CIDR reduces administrative overhead by


allowing for the allocation and routing of IP addresses in a more efficient and
flexible way.
• In summary, CIDR is a method of IP address allocation and routing that allows for
more efficient use of IP addresses and better routing of IP traffic. It has several
advantages over the traditional class-based addressing system, including
greater flexibility, better routing, and reduced administrative overhead.

As with any technology or system, there are advantages and disadvantages of using
CIDR:

Advantages of CIDR

• Efficient use of IP addresses: CIDR allows for more efficient use of IP addresses,
which is important as the pool of available IPv4 addresses continues to shrink.

• Flexibility: CIDR allows for more flexible allocation of IP addresses, which can be
important for organizations with complex network requirements.

• Better routing: CIDR allows for more efficient routing of IP traffic, which can lead
to better network performance. Reduced administrative overhead: CIDR reduces
administrative overhead by allowing for easier management of IP addresses and
routing.

Advantages of CIDR over classful addressing (at a glance)

• Efficiency: Right-sized prefixes; minimal wastage.

• Scalability: Route aggregation slashes the number of global BGP routes.

• Flexibility: VLSM lets you tailor LANs, WAN links, DMZs, etc., to actual host
counts.

• Performance/Convergence: Smaller tables → faster lookups/convergence.

• Operational control: Summarize at area/region borders (e.g., OSPF ABRs, EIGRP


boundaries) while keeping specific routes where needed.

• Universality: Same model underpins IPv6 (everything is CIDR-style).

You might also like