Difficulty: Easy
Correct Answer: 1 and 4
Explanation:
Introduction / Context:
Ethernet links can operate in half-duplex or full-duplex. Understanding the operational differences explains why modern networks avoid hubs and prefer switches. Half-duplex inherited the original CSMA/CD model with collision handling, while full-duplex eliminates collisions and increases efficiency.
Given Data / Assumptions:
Concept / Approach:
Half-duplex means a device cannot transmit and receive simultaneously and must contend for the medium, creating a shared collision domain. Consequently, bandwidth is shared and effective throughput is lower than the nominal line rate. Full-duplex dedicates a switch port to a single device, creating a private, collision-free environment with higher throughput and no CSMA/CD.
Step-by-Step Solution:
Verification / Alternative check:
Throughput tests with identical hardware show fewer retransmissions and higher goodput in full-duplex due to elimination of collisions and backoff timers, confirming that half-duplex yields lower effective throughput.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
1 and 4
Discussion & Comments