Subnetting Questions 18
You are working with a network that is 172.16.0.0 and would like to support 600 hosts per subnet. What subnet mask should you use?
A. | 255.255.192.0 |
B. | 255.255.224.0 |
C. | 255.255.240.0 |
D. | 255.255.252.0 |
Solution
Hence, the IP Address starts from 172, it indicates it is a Class B Address.
A/Q we need 600 hosts per subnets. So, we have to reserved 10 bits for the host.
2n – 2
= 210 – 2
= 1024 – 2 = 1022 (You will 1022 host per subnets)
Hence, we have reserved 10 bits for host and we have only six bits for the network in second octet.
11111111.11111111.11111100.00000000
(27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26 + 25 + 24 + 23 + 22 + 21 + 20) . (27 + 26 + 25 + 24 + 23 + 22) . 0
Therefore, the subnet mask is 255.255.252.0