Question: Part 3 - Subnetting a Class B block Suppose we're an organisation with a class B block available, let's say 1 5 5 . 1

Part 3- Subnetting a Class B block
Suppose we're an organisation with a class B block available, let's say 155.155.0.0/16. We have branches
in multiple cities, and want to split this address space into subnets to allocate to separate branches. We
want each branch to have enough addresses for 2000 hosts. How should we subnet in this case?
A subnet size can only be a power of 2, so we need to find the next largest power of two: 211=2048. This
means we need to leave 11 host bits (H=11). We start with a class B block, so N=16, and we know N+S
+H=32, so a little bit of algebra gives us S=5, so we're borrowing 5 bits for subnetting. In slash notation,
our subnet mask will be ?21(16+5), which in octet notation is 11111111,11111111.11111000.00000000=
255.255.248.0.
This creates 32(25) subnets as follows:
When working out subnetting for subnets of size more than 256, it can be simpler to think in terms of the
number of class C blocks. Notice that 2048=8256, so each of our subnets is equivalent 8 class C
blocks. The subnet mask is 255.255.248., and 248=256-8. Each of our subnets begins at an address
where the third octet is a multiple of 8.
Task 3
Consider the scenario above, but suppose we need to accommodate 3000 hosts per subnet.
A. What subnet size do we need? What are S and H in this case?
B. How many subnets of this size can we create in the class B block?
C. What is the subnet mask?
D. Complete the table below to show the details for the first three of the subnets:
 Part 3- Subnetting a Class B block Suppose we're an organisation

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!