T
T
threesixzero2011-08-31 14:30:24
Computer networks
threesixzero, 2011-08-31 14:30:24

Understanding CSMA/CD

Good afternoon, a couple of questions.
1. How does the source understand that a collision has occurred?
2. What does it mean to listen to the transmission medium?
Both questions mean exactly how.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
nick5, 2011-08-31
@nick5

1. As far as I remember, when an accident occurs (between data), a broken signal is sent. When the nodes receive it, they send a Jam signal for other nodes to detect the collision.
2. When the node's network adapter receives data not addressed to it, it deletes them, but if the sniffer is running, we can capture this data.

A
at88, 2011-08-31
@at88

The source has something like a voltmeter, when a collision occurs, this voltmeter will notice an increase in voltage above normal.
2nick5: When the sniffer is running, the interface is switched to the so-called "promiscus" mode - it does not look at the mac address and transfers all packets to the operating system.

A
amc, 2011-09-03
@amc

Hmm. It's simple, one card transmits (on one pair of wires), at the same time it listens to what is on the second pair (which is for reception), if someone starts transmitting at that moment, the card will hear, stop transmitting, send JAM (in case CSMA/CD) and will wait for a random time. Actually, everything is perfectly described in the Wikipedia article:
“Carrier Sense” describes the fact that a transmitter uses feedback from a receiver that detects a carrier wave before trying to send. That is, it tries to detect the presence of an encoded signal from another station before attempting to transmit. If a carrier is sensed, the station waits for the transmission in progress to finish before initiating its own transmission.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question