Changes between Version 2 and Version 3 of 802.11/Benchmarks/IFS


Ignore:
Timestamp:
Nov 24, 2013, 12:22:57 PM (10 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Benchmarks/IFS

    v2 v3  
    55= IFS Calibration and Benchmarks =
    66
     7Honoring the interframe spacings (IFS) of 802.11 is fundamental to the interaction of different 802.11 devices in a shared wireless medium. For this reason, we have thoroughly calibrated and characterized the IFS values of the 802.11 Reference Design. For a comparison baseline, we have also characterized a [http://en.wikipedia.org/wiki/Linksys_WRT54G_series#WRT54GL Linksys WRT54GL] running the [http://en.wikipedia.org/wiki/Tomato_(firmware) Tomato firmware].
     8
    79== SIFS ==
     10
     11The Short Interframe Space defines the gap in time between:
     12
     131. A data frame and its corresponding ACK
     141. An RTS and CTS
     15
     16The 802.11 standard defines this gap in time from the perspective of a third party observing the medium -- it is the idle period between the last sample of energy from one packet to the first sample of energy to the next. To test our implementation's understanding of the SIFS interval, we have constructed an experiment using RF cabling, an RF power splitter, and RF attenuators. A WARP AP sends a data packet to the device under test (DUT) and the DUT is responsible for sending an ACK of that packet. A second WARP node, called the "monitor," observes the transaction and outputs a signal to an oscilloscope that corresponds to RSSI crossing a threshold. This signal basically shows whether the medium is busy or idle.
    817
    918||  [[Image(wiki:802.11/files:sifs_bench.png, width=600)]]  ||
    1019||  '''Comparison of SIFS interval with commercial 802.11 device'''  ||
     20
     21The above figure shows the monitor's thresholded RSSI signal in addition to signals from the perspective of the WARP AP that correspond to the PHY's start of TX processing and RX processing. The WARP implementation of 802.11 adheres to the standard's specification of a SIFS interval of 16µs.
    1122
    1223== DIFS / Slot ==