CSMA: Carrier Sense
Multiple Access
ä Improvements in ALOHA:
ä 1-persistent CSMA: listen for idle channel before
broadcasting. Collisions can still occur:
ä due to propagation delay
ä two stations may wait for a third to finish and then start
broadcasting simultaneously
ä nonpersistent CSMA: listen to the channel, if not
busy, start broadcasting. Otherwise, wait for a
random interval and try again. Utilization approaches
1 under heavy load
ä p-persistent CSMA: listen for an idle channel. Then
with probability <p broadcast frame (otherwise, delay
and try again)
ä Yet another improvement: abort broadcast as soon as
collision is detected (called CSMA/CD)
ä frames must be long enough so that all transmitting
stations can detect a collision: the farther stations can
be apart, the larger the minimum packet length
ä Ethernet: maximum network length is 2.5 km,
minimum frame length is 512 bytes