brAun wrote: so the frame will be discarded after a collision is detected. the host(transmitter) will apply backoff algorithm for period of time and retransmit again? is that the answer? sry i am just confused with the answer
The access method – how the wire is accessed and signals are places on it – for Ethernet networks is Carrier Sense Multiple Access/Collision Detection (CSMA/CD). In a CSMA/CD network, a stations listen to check if the network is busy transmitting data before starting its own data transmission. If the network is free, the station transmits data. When two stations listen and both determine the network is not busy and start sending the data simultaneously, a collision occurs. When the collision is detected, both stations will retransmit the data after a random wait time created by a backoff algorithm.