Slot time

See also: bit time

Slot time is a concept in computer networking. It is at least twice the time it takes for an electronic pulse (OSI Layer 1 - Physical) to travel the length of the maximum theoretical distance between two nodes. In CSMA/CD networks such as Ethernet, is an upper limit on the acquisition of the medium, a limit on the length of a packet fragment generated by a collision, and the scheduling quantum for retransmission.[1]

Since a pulse's runtime will never exceed slot time (the maximum theoretical time for a frame to travel a network), the NIC waits a minimum of slot time before retransmitting after a collision happened, in order to allow any pulse that was initiated at the time that the waiting NIC was requested to send, to reach all other nodes. By allowing the pulse to reach the waiting NIC, a local collision occurs (ie. while still sending) rather than a late collision occurring (after sending may or may not has ended). By having the collision occur at the NIC (local) and not on the wire (late) CSMA/CD implementation recover the situation by retransmitting later.

Some times for slot time include:[2]

Speed Slot time[3] Time Interval
10 Mbit/s 512 bit times 51.2 microseconds
100 Mbit/s 512 bit times 5.12 microseconds
1 Gbit/s[4] 4096 bit times 4.096 microseconds
2.5 Gbit/s onward no half-duplex operation

References

  1. IEEE 802.3 4.2.3.2.3 Collision handling
  2. IEEE 802.3 4.4.2 MAC parameters
  3. Slot time is only applicable to half-duplex transmissions. Since slot time is the time required to wait for the medium to be free from transmissions, there is no time required to wait for full-duplex transmissions. 1 Gbit/s (in practice) and faster (by standard) are full duplex technologies, so slot time is not applicable here.
  4. theoretical, only full-duplex devices exist
This article is issued from Wikipedia - version of the 8/26/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.