220-801 · Question #579
Which of the following devices transmits data to all ports regardless of final destination?
The correct answer is D. Hub. A hub is a Layer 1 device that floods all incoming data out every port, with no awareness of MAC addresses or destinations.
Question
Which of the following devices transmits data to all ports regardless of final destination?
Options
- AFirewall
- BRouter
- CSwitch
- DHub
How the community answered
(31 responses)- A6% (2)
- C3% (1)
- D90% (28)
Why each option
A hub is a Layer 1 device that floods all incoming data out every port, with no awareness of MAC addresses or destinations.
A firewall inspects traffic based on rules and selectively blocks or permits packets, not flood all ports.
A router uses routing tables to forward packets only toward the specific destination network, not to all ports.
A switch maintains a MAC address table and forwards frames only to the specific port associated with the destination MAC address.
Hubs operate at OSI Layer 1 (Physical) and have no intelligence to inspect frame headers or MAC addresses. Every bit received on one port is immediately repeated out all other ports, meaning all connected devices receive all traffic regardless of the intended recipient. This flooding behavior creates collision domains and is why hubs have been replaced by switches in modern networks.
Concept tested: Hub Layer 1 broadcast flooding behavior
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/network-overview
Topics
Community Discussion
No community discussion yet for this question.