Changes between Version 12 and Version 13 of 802.11/wlan_exp/app_notes/dcf_with_multiple_flows


Ignore:
Timestamp:
Apr 17, 2014, 7:33:13 AM (10 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/app_notes/dcf_with_multiple_flows

    v12 v13  
    4343 * Packet Length: 1400 byte payloads (1428 bytes OTA with MAC header and FCS)
    4444 * PHY Rate: 18 Mbps
     45 * Trial Duration: 90 seconds
    4546
    4647=== Baseline: Performance of Each Flow in Isolation ===
    4748
    48 As a first cut, we establish the best-case performance for each backlogged flow by running a series of experiments with only on flow enabled at a time.
     49As a first cut, we establish the best-case performance for each backlogged flow by running a series of experiments with only on flow enabled at a time. To do this, we use the WLAN Experiment Framework to reset the nodes, set the PHY rate, and then start locally generated traffic from the nodes. The script used for this is provided below in the [#Resources Resources] Section.
    4950
    5051||  Non-Simultaneous  ||  Throughput (Mbps)  ||
     
    5455|| Flow 4  ||  14.07  ||
    5556
     57Each flow, on its own, is capable of achieving ~14Mbps out of the 18Mbps PHY rate. This is near the theoretical maximum throughput, given the unavoidable MAC overhead of the 802.11 DCF. Each flow in the network sees a high-quality link through the RF cabling and attenuators -- there are virtually no PHY packet losses due to outage.
    5658
    57 
     59=== Performance of Simultaneous Flows ===
    5860
    5961
     
    6668 * Packet Length: 1400 byte payloads (1428 bytes OTA with MAC header and FCS)
    6769 * PHY Rate: 18 Mbps
     70 * Trial Duration: 90 seconds
    6871
    6972== Resources ==