Subnetting Questions 17
You are working with a network that has the network ID 10.9.0.0 and contains 73 networks. In the next year, you will be adding an additional 27 branch offices to your company. For simplified management, you want to keep the maximum possible hosts per subnet.Which subnet mask should you use?
A. | 255.224.0.0 |
B. | 255.240.0.0 |
C. | 255.248.0.0 |
D | 255.254.0.0 |
Solution
As the IP Address starts from 10, it indicates it is a Class A Address.
A/Q we need 73 + 27 = 100 Subnets with maximum host.
So we have to borrow 7 bits from the second octet and the total number of subnet we will get is 27 = 128
11111111.11111110.00000000.00000000
(27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26 + 25 + 24 + 23 + 22 + 21) . 0 . 0
Therefore, the subnet mask is 255.254.0.0.
Additional Information
Hence, we have borrowed 7 bits. we have remaining 17 bits reserved for the host.
So, the total number of the host on each subnet is 217 – 2 =
Class A Subnetting Tutorial
Subscribe to my YouTube Channel TECHNICAL TECH for more videos on networking