Networks or subnets combined into single nework with common CIDR mask is called supernets or supernetworks. The common routing prefix of supernet is aggregated from the prefixes of given networks or subnets and it must be smaller or the same as smallest component network prefix. This concept of creating a supernet is called supernetting or routing aggregation. Route aggregation reduces the number of advertised routes on huge networks by summarizing routes.
Supernetting was introduced to solve the problem with rapidly growing routing tables and because of IP version 4 address pool exhaustion. The main benefits of route aggregation (supernetting) are less memory and CPU power requirments for storing and processing routes. More information about supernets can be found in RFC 1338 - Supernetting: an address assignment and aggregation strategy.
Consider the following networks:
192.168.1.0/24 192.168.2.0/24 192.168.3.0/24 192.168.4.0/24To determine the supernet of the component networks do the following:
11000000101010000000000100000000 11000000101010000000001000000000 11000000101010000000001100000000 11000000101010000000010000000000Note: For IP conversions from dotted-decimal to binary you can use IP conversion tool.
110000001010100000000
To calculate CIDR values, please use CIDR calculator. To calculate classful subnetting values, please use Subnet calculator.