Skip to content

Ethernet

Frame Structure

PreambleDest addrSRC addrTypeDataCRC
  • Preamble: 8 bytes
  • addr: 6bytes(MAC addr)
  • type: indicate higher protocol
  • CRC: error check

CSMA/CD

exponential Backoff

  1. first collision: K{0,1}
  2. after second collision: K{0,1,2,3,...}
  3. after 10 or more:K{0,1,2,...,10,16,32,64,...,1024}