Subnetting Worked Examples and Exercises PDF
Subnetting Worked Examples and Exercises PDF
At the end are some links to online quizes so you can do it yourself.
1- You have been allocated a class A network address of 29.0.0.0. You need to
create at least 20 networks and each network will support a maximum of 160 hosts.
Would the following two subnet masks Work?
Mask 255.255.0.0 has 8 bits for the subnet and 16 bits for the host
Mask 255.255.255.0 has 16 bits for the subnet and 8 bits of the host.
2. – You have been allocated a class B network address of 135.1.0.0 and and need
to create 4 subnets each with around 200 hosts what is the easiest mask to use to
satisfy the criteria?
Easiest is to sub net on a byte boundary which would mean a subnet mask
of 255.255.255.0
This would allocate 8 bits for the subnet and 8 bitsfor the host.
We need to accommodate around 200 hosts which requires 8 bits which we have.
www.steves-internet-guide.com/subnetting-worked-examples/ 1/4
23/10/2020 Subnetting Worked Examples and Exercises
We need 4 subnets which require 4 bits and we have 8 bits. So we have more than
enough.
Decimal 192 =11000000 binary which means that 2 bits of this octet are used for the
subnet. Now add the 24 bits 255.255.255 and we have 26 bits. So we write:
222.1.1.20/26
Decimal 248 =11111000 binary which means that 5 bits of this octet are used for the
subnet. Now add the 16 bits 255.255. and we have 21 bits. So we write:
135..1.1.25/21
5 – You have been allocated a class C network address of 211.1.1.0 and are using
the default subnet mask of 255.255.255.0 how may hosts can you have?
A class C address has 8 bits of the host which will give 28 -2 =254 hosts
6 .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
www.steves-internet-guide.com/subnetting-worked-examples/ 2/4
23/10/2020 Subnetting Worked Examples and Exercises
8. Subnet the Class C IP Address 195.1.1.0 So that you have at least 2 subnets each
subnet must have room for 48 hosts .
Total of 7 bits needed so therefore we can use either 1 bit or 2 bits for the subnet. So
we could have
masks are 10000000 and 11000000 =128 decimal and 192 decimal.
9 .Given the subnet Mask 255.255.255.192 What is the host address and subnet
of the following IP address 197.1.2.67.
192 in binary =11000000 gives 4 possible subnets of (showing 2 most significant bits):
00,01,10,11
67 in binary =01000011
So Applying Mask:
www.steves-internet-guide.com/subnetting-worked-examples/ 4/4