Subnetting/Supernetting and Classless Addressing: by Rajat Vij
Subnetting/Supernetting and Classless Addressing: by Rajat Vij
and
Classless Addressing
BY RAJAT VIJ
CONTENTS
• SUBNETTING
• SUPERNETTING
SUBNETTING
IP addresses are designed with
two levels of hierarchy.
Figure
A network with two levels of
hierarchy (not subnetted)
Figure
A network with three levels of
hierarchy (subnetted)
Figure
Addresses in a network with
and without subnetting
Figure
Default mask and subnet mask
Figure
The mask is
11111111 11111111 11111111 11000000
or
255.255.255.192.
The number of subnets is 1024.
The number of addresses in each subnet is 26
(6 is the number of 0s) or 64.
See Figure 5.9
Figure
Example 2
SUPERNETTING
Figure
A supernetwork
In subnetting,
we need the first address of the
subnet and the subnet mask to
define the range of addresses.
In supernetting,
we need the first address of
the supernet
and the supernet mask to
define the range of addresses.
Figure
Comparison of subnet, default,
and supernet masks
Example 3
We need to make a supernetwork out of 16
class C blocks. What is the supernet mask?
Solution
We need 16 blocks. For 16 blocks we need to
change four 1s to 0s in the default mask. So the
mask is
11111111 11111111 11110000 00000000
or
255.255.240.0
Example 4
Solution