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:
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