Full-duplex Ethernet behavior Which three statements are true about the operation of a full-duplex Ethernet network?
-
A1, 2, and 5
-
B2 and 4
-
C2, 3 and 4
-
D5 only
-
E1 and 5 only
Answer
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:
- (1) No collisions in full-duplex mode.
- (2) A dedicated switch port is required for each full-duplex node.
- (3) Ethernet hub ports are preconfigured for full-duplex mode.
- (4) NIC must check media availability before transmitting in full-duplex.
- (5) Both the NIC and switch port must support full-duplex.
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:
- Combinations including (3) or (4) are invalid due to hub limitations and the absence of CSMA/CD in full-duplex.
- “5 only” omits other true characteristics.
Common Pitfalls:
- Mismatched duplex settings (auto vs hard-set) lead to late collisions and poor throughput.
- Assuming a hub can operate full-duplex—this is not possible.
Final Answer:
1, 2, and 5