Saved Bookmarks
| 1. |
Which of the following is the broadcast address for a Class B network ID using the default subnetmask?(a) 172.16.10.255(b) 255.255.255.255(c) 172.16.255.255(d) 172.255.255.255 |
|
Answer» Right option is (c) 172.16.255.255 The 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. |
|