Difficulty: Easy
Correct Answer: Valid statement
Explanation:
Introduction / Context:
Repeaters and hubs operate at the physical layer. They regenerate and forward every symbol they receive, regardless of the frame’s ultimate destination. Understanding this limitation is important when designing collision domains and troubleshooting broadcast storms or excessive background traffic on shared media.
Given Data / Assumptions:
Concept / Approach:
Because a repeater lacks Layer 2 intelligence, it blindly forwards bits to all attached segments. Any unicast, broadcast, or collision activity on one side repeats across the other side(s). This behavior contrasts with bridges and switches, which forward selectively based on MAC learning, and with routers, which segment broadcast domains at Layer 3.
Step-by-Step Solution:
Verification / Alternative check:
Network design guidelines recommend replacing repeaters/hubs with switches to contain traffic and mitigate collision/broadcast issues, confirming the practical consequence stated.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming repeaters filter like switches; they do not. Confusing “media converters” (also L1) with bridges (L2).
Final Answer:
Valid statement.
Discussion & Comments