AlgoPlus//networking / csma-cd
Read the theory

CSMA/CD · Ethernet

Listen before talking; if a collision happens, jam and back off exponentially.

Success
Collisions
Legend
Success
Collision
Jam
AI Tutor Workspace
In a nutshell
CSMA/CD, the rule behind classic Ethernet, makes a station listen to the channel and start only if it's idle (carrier sensing). It keeps listening while transmitting, so if two stations started together before each other's signal arrived, both detect the collision at once, send a short JAM burst to make sure everyone discards the frame, and abort instead of wasting the whole transmission. Each then waits a random delay whose range doubles after every collision, so retries rarely clash again.
Ready
Press play to begin the cinematic walkthrough.
Listen before you talk, and keep listening while you talk. A clash within the propagation window is caught instantly — jam, then back off a random (doubling) amount so the retry rarely collides again.
Key terms
Go deeper in the lesson
Read the full theory, intuition & complexity for CSMA/CD · Ethernet.