Distributed coordination function (DCF) is the fundamentalmedium access control (MAC) technique of theIEEE 802.11-basedWLAN standard (includingWi-Fi). DCF employs acarrier-sense multiple access with collision avoidance (CSMA/CA) with thebinary exponential backoff algorithm.
DCF requires a station wishing to transmit to listen for the channel status for aDIFS interval. If the channel is found busy during the DIFS interval, the station defers its transmission. In a network where a number of stations contend for the wireless medium, if multiple stations sense the channel busy and defer their access, they will also virtually simultaneously find that the channel is released and then try to seize the channel. As a result, collisions may occur. In order to avoid such collisions, DCF also specifies random backoff, which forces a station to defer its access to the channel for an extra period. The length of the backoff period is determined by the following equation:
A few features about DCF:
802.11 DCF consumes a significant amount of airtime, 802.11 control messages usually convey very little information. For example, an ACK message can take up to 60 μs to transmit completely, which includes an amount of airtime sufficient to transmit 3240 bits at 54 Mbit/s, during which it conveys a single bit of relevant information.
The IEEE 802.11 standard also defines an optional access method using apoint coordination function (PCF). PCF allows theaccess point acting as the network coordinator to manage channel access. TheIEEE 802.11e amendment to the standard enhances the DCF and the PCF, through a new coordination function called Hybrid Coordination Function (HCF).
![]() | Thiscomputer networking article is astub. You can help Wikipedia byexpanding it. |