CSMA/CD
Carrier Sense Multiple Access With Collision Detection
Before sending frames, devices 'listen' to the collision domain until they detect that other devices are not sending.
If a collision does occur, the device sends a jamming signal to inform the other devices that a collision happened.
Each device will wait a random period of time before sending frames again.
The process repeats.
Last updated