InterviewSolution
| 1. |
What Are Broadcast Domains? |
|
Answer» A broadcast domain defines a group of devices that receive each others’ broadcast MESSAGES. As with collisions, the more broadcasts that occur on the NETWORK, the slower your network will be. This is because EVERY device that receives a broadcast must process it to SEE if the broadcast is intended for it. A broadcast domain defines a group of devices that receive each others’ broadcast messages. As with collisions, the more broadcasts that occur on the network, the slower your network will be. This is because every device that receives a broadcast must process it to see if the broadcast is intended for it. |
|