Subnetting Problems
Subnetting Problems
Subnetting Problems
Step 2: Determine how many additional subnet bits exist beyond the classful boundary.
Since this is a class C address, we are only going to look at the fourth octet. Since the decimal mask is
224, we know there were three subnet bits added (counting up from the bottom of our cheat
sheet).
Step 4: Find the exponents of both subnet bits and host bits using the cheat sheet:
Subnet Bits = 2^3 = 8
Host Bits = 2^5-2 = 30
The answer is 8 subnets and 30 hosts per subnet
• You have been asked to create a subnet mask
for the 172.16.0.0 network. Your organization
requires 900 subnets, with at least 50 hosts
per subnet. What subnet mask should you
use?
Step 1: Determine how many subnet bits (1's), you have to add to the
classful boundary to cover the number of required subnets.
The IP address given was a class B address, making the first 16 subnet
bits static.
• Using the cheat sheet, find the exponent of 2 that is equal to or
greater than the number of subnets we require (900). We can
quickly see that 10 additional subnet bits will give us 1,024 subnets.
Make note of the corresponding subnet mask. In this case,
255.255.255.192. The third octet is eight 1's, and the four is two 1's.
We can count up from the bottom on our cheat sheet to get to 192.
Step 2: Confirm the number of remaining 0's will cover our required
hosts. In this case, there are 6 remaining 0's - 2^6-2=62, which is
more than enough for our host requirements.
Our subnet mask is 255.255.255.192. Giving us 1024 subnets and 62
hosts per subnet.
• You work for a large communications
corporation named GlobeComm which has
been assigned a Class A network address.
Currently, the company has 1,000 subnets in
offices around the world. You want to add 100
new subnets over the next three years, and
you want to allow for the largest possible
number of host addresses per subnet.