MAC%20continued - PowerPoint PPT Presentation

About This Presentation
Title:

MAC%20continued

Description:

Collision Detection: continuously monitor channel and if collision, abort ... To determine the back-off time of a frame, use binary exponential backoff : ... – PowerPoint PPT presentation

Number of Views:20
Avg rating:3.0/5.0
Slides: 8
Provided by: zhen6
Learn more at: http://www.cs.fsu.edu
Category:

less

Transcript and Presenter's Notes

Title: MAC%20continued


1
MAC continued
2
Ethernet (802.3)
  • 1-persistent CSMA/CD binary exponential backoff
  • Carrier sense station listens to channel first
  • 1-persistent If idle, station may initiate
    transmission
  • Collision Detection continuously monitor channel
    and if collision, abort transmission immediately,
    and wait for a random time
  • To determine the back-off time of a frame, use
    binary exponential backoff
  • each time slot is 51.2 us
  • first collision, retransmission interval random
    number between 0,1
  • second collision, interval random number
    between 0,1,2,3
  • kth collision, interval random number between
    0, 2k-1
  • upper bound 1023 slots.
  • Give up after 16 tries

3
Why binary exponential backoff
  • Why not pick a random number from a fixed
    interval?
  • Why a fixed small interval not good?
  • Why a fixed large interval not good?

4
Ethernet Frame Format
(a) DIX Ethernet, (b) IEEE 802.3
5
Minimum Frame Size
  • Why a minimum frame size is needed?
  • How long does it take for a station to notice a
    collision?

6
Worst case
7
Minimum Frame Size
  • So, if maximum delay is t, the minimum frame size
    is 2tbit rate.
  • t is about 50us.
  • So the minimum frame size of 10M Ethernet is 512
    bits.
  • What if the speed goes up?
Write a Comment
User Comments (0)
About PowerShow.com