Understanding CIDR, Subnetting, and Supernetting in IP Addressing
Classified in Computers
Written on in English with a size of 3.13 KB
Drawbacks of Classful Addressing
Subnets have a fixed number of host addresses, leading to many unused/wasted IP addresses.
Solutions for IP Address Shortages
Short-term: Classless addressing
Long-term: IPv6
CIDR (Classless Inter-Domain Routing)
CIDR uses a hierarchical addressing scheme based on VLSM (Variable Length Subnet Masking).
Advantages of CIDR
- Replaces classful addressing with a more flexible and less wasteful classless scheme.
- Enhances route aggregation.
How VLSM Works
VLSM further subnets existing subnets by taking bits from the host ID, creating a multi-level hierarchy with "sub-subnets."
Supernetting
Supernetting combines continuous network addresses into a new address defined by the subnet mask. Multiple networks are combined into a larger... Continue reading "Understanding CIDR, Subnetting, and Supernetting in IP Addressing" »