InterviewSolution
| 1. |
What Is The Difference Between Broadcast Domain And Collision Domain? |
|
Answer» BROADCAST domain is a domain where if a broadcast frame is forwarded, EVERY device pays attention and receives the data. While in Collision domain, chances of data collision is maximum. Like in HUB, if two or more send TRAFFIC at the same time, data will collide in between and none of the devices will RECEIVE the data. Broadcast domain is a domain where if a broadcast frame is forwarded, every device pays attention and receives the data. While in Collision domain, chances of data collision is maximum. Like in Hub, if two or more send traffic at the same time, data will collide in between and none of the devices will receive the data. |
|