Subneting
Subneting
In Class A, only the first octet is used as Network identifier and rest of three octets are used to be
assigned to Hosts (i.e. 16777214 Hosts per Network). To make more subnet in Class A, bits from
Host part are borrowed and the subnet mask is changed accordingly.
For example, if one MSB (Most Significant Bit) is borrowed from host bits of second octet and
added to Network address, it creates two Subnets (21=2) with (223-2) 8388606 Hosts per Subnet.
The Subnet mask is changed accordingly to reflect subnetting. Given below is a list of all possible
combination of Class A subnets −
1
By Zigiju N.
Class B Subnets
By default, using Classful Networking, 14 bits are used as Network bits providing (214) 16384
Networks and (216-2) 65534 Hosts. Class B IP Addresses can be subnetted the same way as Class
A addresses, by borrowing bits from Host bits. Below is given all possible combination of Class
B subnetting
Class C Subnets
Class C IP addresses are normally assigned to a very small size network because it can only have
254 hosts in a network. Given below is a list of all possible combination of subnetted Class B IP
address
2
By Zigiju N.
1. Find the network ID, First host ID, Last host ID and Broadcast address for
the IP Address: 192.168.100.154 with mask 255.255.255.224
2. Find the network ID, First host ID, Last host ID and Broadcast address for
the IP Address: 172.16.0.0 with mask 255.255.254.0
3
By Zigiju N.
3. Subnet the Class C IP Address 195.1.1.0 So that you have 10 subnets each
with a maximum 12 hosts on each subnet. List the Address on host 1 on
subnet 0,1,2,3,10
Current mask= 255.255.255.0
Bits needs for 10 subnets =4 =24 =16 possible subnets
Bits needs for 12 hosts = 4 = 24 = 16-2=14 possible hosts.
So our mask in binary =11110000= 240 decimal
Final Mask =255.255.255.240
5
By Zigiju N.