Difficulty: Easy
Correct Answer: 1, 2, and 5
Explanation:
Introduction / Context:Full-duplex Ethernet allows simultaneous send and receive on twisted-pair or fiber links, eliminating collisions and the need for CSMA/CD. Knowing the operational requirements and consequences of full-duplex is essential for designing modern switched networks with predictable performance.
Given Data / Assumptions:
Concept / Approach:
In full-duplex Ethernet, there is no shared medium and no contention; therefore collisions do not occur. Each device uses a dedicated switch port; hubs operate only in half-duplex and cannot be full-duplex. CSMA/CD (carrier sense, collision detect) is disabled in full-duplex, so a NIC does not perform carrier checks before sending. Both link partners must advertise or be configured for full-duplex for it to function properly.
Step-by-Step Solution:
Validate (1): True—no collisions in full-duplex.Validate (2): True—requires a dedicated switch port.Validate (3): False—hubs are half-duplex devices.Validate (4): False—CSMA/CD disabled; no need to check carrier in full-duplex.Validate (5): True—both ends must support full-duplex.Verification / Alternative check:
On IOS, show interfaces confirms duplex; counters show zero collisions on full-duplex links under normal operation.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
1, 2, and 5
Discussion & Comments