For Trainee Subnetting
For Trainee Subnetting
128 64 32 16 8 4 2 1
Basic table
Subnetting
is the process of dividing a network into smaller subnetworks, or subnets, to allow
devices on the same subnet to communicate directly
Example : Subnet this Address – 192.168.10.0/26
255 255 255 0
7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0 7 6 5 4
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 23 22 21 20
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0
I. To find Number of Networks
2n ( here, n indicated total number of bits borrowed from host)
So, 2n = 22 = 4 ( we can create 4 Networks)
II. To find the total number of IP Address on Each Network
2n ( here, n indicated total number of host bits)
26 = 64 (on each network you will have 128 Ip Address)
III. To find number of Hosts in each Network
2n – 2 (here, n indicated total number of remaining hosts)
26 – 2= 62 (we will have 62 host IP address on each Network)
Note : On every network, first IP Address is a Network ID and Last IP Address
is a Broadcast ID
SO, the new Subnet mask and other address will be as the following
255 255 255 0
7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0 7 6 5 4 3 2 1 0 7 6 5 4
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 23 22 21 20
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0
Total Number of Networks : 4