Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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:
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 25th European Conference Adbis 2021 Tartu Estonia August 24 26 2021 Proceedings Lncs 12843

Authors: Ladjel Bellatreche ,Marlon Dumas ,Panagiotis Karras ,Raimundas Matulevicius

1st Edition

3030824713, 978-3030824716

More Books

Students also viewed these Databases questions

Question

Explain the difference between design and operational decisions.

Answered: 1 week ago

Question

Apply your own composing style to personalize your messages.

Answered: 1 week ago

Question

Format memos and e-mail properly.

Answered: 1 week ago