Difficulty: Medium
Correct Answer: Four
Explanation:
Introduction / Context:
Early shared-media Ethernet imposed physical-layer limits to ensure that collision detection worked reliably and that signals maintained integrity over distance. The well-known “5-4-3” guideline constrained the number of segments and repeaters that could exist between any two stations. This question asks for the maximum number of repeaters permitted between hosts on a single collision domain under that rule.
Given Data / Assumptions:
Concept / Approach:
The 5-4-3 rule states: between any two stations, you may have at most five segments connected by four repeaters, and of those segments no more than three may be populated (have active hosts). Limiting repeaters controls end-to-end propagation delay so that collisions are detected within a slot time, preserving CSMA/CD's assumptions. Therefore, the answer is four repeaters maximum between two nodes in the collision domain.
Step-by-Step Solution:
Verification / Alternative check:
Ethernet design texts and vendor deployment guides for coax and hub-based topologies reiterate the 5-4-3 rule as the practical limit for 10 Mbps shared Ethernet, aligning with the slot time and propagation constraints of CSMA/CD.
Why Other Options Are Wrong:
Common Pitfalls:
Misremembering which number corresponds to repeaters vs. segments; applying the rule to switched, full-duplex Ethernet (it does not apply there); assuming the same limits for Fast/Gigabit Ethernet, which use different constraints.
Final Answer:
Four.
Discussion & Comments