JMU
Ethernet/IEEE 802.3
An Introduction


Prof. David Bernstein
James Madison University

Computer Science Department
bernstdh@jmu.edu


History
Data/Signal
Different Standards
Frames (in IEEE 802.3)
Properties
Collisions
Collisions (cont.)
Collisions (cont.) - The Process
  1. Carrier Sense (CS): Listen to the network to determine that no other devices are transmitting.
  2. Start transmitting. [Note: More than one device can be transmitting at the same time, even if they don't start at exactly the same time. This is called Multiple Access (MA).]
  3. Collision Detection (CD): If two devices are transmitting, the signals interfere and this is detected by the devices (by comparing the transmitted/expected signal with the actual signal).
  4. A device that detects a collision sends out a jamming signal to inform other devices not to transmit.
  5. Each device that caused the collision "backs off" for a random amount of time and re-transmits.
Collisions (cont.)
Collisions (cont.)
Persistence (or, informally, Tenacity)
Persistence (cont.)
Problems that Arise