Carrier Sense Multiple Access with Collision Detection (CSMA/CD) is the contention-based media access control protocol foundational to legacy shared Ethernet (IEEE 802.3). Before transmitting, a station senses the shared medium (Carrier Sense); if idle, transmission begins. If two stations transmit concurrently, their signals collide on the bus (Collision Detection), prompting both to abort immediately, broadcast a 32-bit jamming sequence, and wait an exponentially increasing random backoff delay before reattempting.