Share a channel among competing senders.
- A successful sender s “reserves” the channel for 2ft.
- A successful sender s “reserves” the channel for ft.
send(frame) while true while channel busy skip transmit(frame) if not collision return wait random backoff
send(frame)
while true
while channel busy
wait random backoff
transmit(frame)
if not collision
return
wait random backoff
This page last modified on 2012 November 13. |