Question: In a network with a subnet mask of 255.255.255.128, how many hosts can be accommodated?
Options:
Correct Answer: 126
Solution:
A subnet mask of 255.255.255.128 corresponds to /25, which allows for 2^(32-25) = 2^7 = 128 total addresses. Subtracting 2 for the network and broadcast addresses leaves 126 usable hosts.