Changes between Initial Version and Version 1 of 802.11/MAC/Lower/DCF


Ignore:
Timestamp:
Aug 6, 2015, 3:00:10 PM (9 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/MAC/Lower/DCF

    v1 v1  
     1{{{#!comment
     2[[Include(wiki:802.11/beta-note)]]
     3}}}
     4
     5[[TracNav(802.11/TOC)]]
     6
     7= Distributed Coordination Function (DCF) =
     8
     9The 802.11 DCF is responsible for many behaviors. These actions include (but are not limited to):
     10
     11* Acknowledging good receptions
     12* Retransmitting failed transmissions
     13* Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)
     14* Binary Exponential Backoff (BEB)
     15
     16The purpose of this document is not to explain or defend every aspect of the DCF. Instead, this document is to aid in the understanding of how the standard DCF behavior is realized within the Mango 802.11 Reference Design.
     17
     18[[Image(wiki:802.11/files:mpdu_tx.png, width=800)]]
     19
     20Pseudocode:
     21{{{
     22        if
     23}}}
     24
     25[[Image(wiki:802.11/files:mpdu_rx.png, width=800)]]