CSMA/CD vs CSMA/CA: Wired vs Wireless Access
Both manage access to a shared medium, but differ by necessity: CSMA/CD (Collision Detection) is legacy wired Ethernet — detect a collision, back off, retry; CSMA/CA (Collision Avoidance) is Wi-Fi — avoid collisions in advance, because wireless devices can't reliably detect them.
Side by side
| Factor | CSMA/CD | CSMA/CA |
|---|---|---|
| Medium | Wired Ethernet (legacy) | Wireless (Wi-Fi) |
| Approach | Detect collisions, then react | Avoid collisions beforehand |
| Why | Devices can sense collisions on wire | Wireless can't reliably detect them |
| Status | Obsolete (full-duplex switching) | Still core to Wi-Fi |
The details that matter
CSMA/CD let early Ethernet devices on a shared wire transmit, listen for collisions, and back off if two spoke at once. Modern full-duplex switching eliminated collisions entirely, so CD is now historical. CSMA/CA remains essential to Wi-Fi: a wireless device can't hear its own collisions (the "hidden node" problem), so it avoids them proactively — sensing the channel, and using acknowledgments and optional RTS/CTS. Knowing why the wireless medium forces avoidance over detection is a classic CCNA distinction. See wireless fundamentals.
Frequently asked questions
What is the difference between CSMA/CD and CSMA/CA?
CSMA/CD (wired Ethernet) detects collisions after they happen and retransmits; CSMA/CA (Wi-Fi) avoids collisions beforehand because wireless devices can't reliably detect them.
Why doesn't Wi-Fi use CSMA/CD?
Wireless devices can't sense collisions reliably (the hidden-node problem), so Wi-Fi avoids them proactively with CSMA/CA instead of detecting them.
Is CSMA/CD still used?
No — modern full-duplex switched Ethernet has no collisions, so CSMA/CD is obsolete, though it remains an exam concept.
Related articles
Want hands-on training?
Learn this on real Cisco lab devices with placement support at Attila Technologies, Ahmedabad.