Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Distributed coordination function
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Fundamental medium access control technique of Wi-Fi and WLAN}} {{Use American English|date = March 2019}} '''Distributed coordination function''' ('''DCF''') is the fundamental [[medium access control]] (MAC) technique of the [[IEEE 802.11]]-based [[wireless LAN|WLAN]] standard (including [[Wi-Fi]]). DCF employs a [[carrier-sense multiple access with collision avoidance]] (CSMA/CA) with the [[binary exponential backoff]] algorithm. DCF requires a station wishing to transmit to listen for the channel status for a [[DIFS]] 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: <math>\mathrm{Backoff Time} = \mathrm{random}() \times \mathrm{aSlotTime}</math><ref>{{Cite web|title=IEEE 802.11-2016 - IEEE Standard for Information technology--Telecommunications and information exchange between systems Local and metropolitan area networks--Specific requirements - Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications|url=https://standards.ieee.org/ieee/802.11/5536/|access-date=2021-05-27|website=[[IEEE]]}}</ref> A few features about DCF: * has an optional virtual carrier sense mechanism that exchanges short [[IEEE 802.11 RTS/CTS|Request-to-send (RTS) and Clear-to-send (CTS)]] frames between source and destination stations during the intervals between the data frame transmissions; * includes a positive acknowledge scheme, which means that if a frame is successfully received by the destination it is addressed to, the destination needs to send an ACK frame to notify the source of the successful reception; * it does not solve the [[Hidden node problem|hidden node]] and/or exposed terminal problem completely, it only alleviates the problem through the use of RTS and CTS, and recommends the use of a larger carrier sensing range; * it is defined in the IEEE 802.11 standard and is the de facto default setting for Wi-Fi hardware. 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 a [[point coordination function]] (PCF). PCF allows the [[Wireless access point|access point]] acting as the network coordinator to manage channel access. The [[IEEE 802.11e]] amendment to the standard enhances the DCF and the PCF, through a new coordination function called Hybrid Coordination Function (HCF). == See also == * [[Hybrid coordination function]] (HCF) * [[Point coordination function]] (PCF) == References == <references /> [[Category:Media access control]] [[Category:IEEE 802.11|D]] {{networking-stub}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite web
(
edit
)
Template:Networking-stub
(
edit
)
Template:Short description
(
edit
)
Template:Use American English
(
edit
)