hard
Single Answer
0You have been given an IP address network of 203.23.23.0. You are asked to subnet it for two hosts per network. What is the subnet mask you will need to use to maximize networks?
Answer Options
A
255.255.255.252
B
255.255.255.248
C
255.255.255.240
D
255.255.255.224
Correct Answer: A
Explanation
The mask you will need to use is 255.255.255.252 (/30). This will allow for two hosts per network for a total of 64 networks. The formula for solving for hosts is 2^X – 2 is equal to or greater than 2 hosts, which in this case is (2^2 – 2) = (4 – 2) = 2. So 2 bits are used for the host side, leaving 6 bits for the subnet side. 6 bits + 24 bits (original subnet mask) = /30, or 255.255.255.252.
subnetting
vlsm
ip-addressing
network-design