MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Analyzing Subnet Mask
Q
Which of the following is the broadcast address for a Class B network ID using the default subnetmask?
AA. 172.16.10.255
BB. 255.255.255.255
CC. 172.16.255.255
DD. 172.255.255.255
Correct Answer:
C. C. 172.16.255.255
Explanation:
In this case, the class B network ID is 172.16.0.0. We know that the default mask of a class B network is 255.255.0.0. If we OR any address in a network with the complement of the default mask (0.0.255.255), we get the broadcast address of the network. In this case, the result of OR would be 172.16.255.255.