Examine individual changes
This page allows you to examine the variables generated by the Edit Filter for an individual change.
Variables generated for this change
Variable | Value |
---|---|
Edit count of the user (user_editcount ) | null |
Name of the user account (user_name ) | '122.165.20.55' |
Age of the user account (user_age ) | 0 |
Groups (including implicit) the user is in (user_groups ) | [
0 => '*'
] |
Whether or not a user is editing through the mobile interface (user_mobile ) | false |
Page ID (page_id ) | 392839 |
Page namespace (page_namespace ) | 0 |
Page title without namespace (page_title ) | 'Distributed coordination function' |
Full page title (page_prefixedtitle ) | 'Distributed coordination function' |
Last ten users to contribute to the page (page_recent_contributors ) | [
0 => '122.165.20.55',
1 => 'Faizan',
2 => '208.64.89.226',
3 => '59.98.105.0',
4 => 'Biff.Martin',
5 => 'PhilKnight',
6 => 'Addbot',
7 => 'John of Reading',
8 => 'Cydebot',
9 => 'R'n'B'
] |
Action (action ) | 'edit' |
Edit summary/reason (summary ) | '/* External links */ ' |
Whether or not the edit is marked as minor (no longer in use) (minor_edit ) | false |
Old page wikitext, before the edit (old_wikitext ) | ''''Distributed coordination function''' ('''DCF''') is the fundamental [[Media Access Control|MAC]] technique of the [[IEEE 802.11]] based [[wireless LAN|WLAN]] standard. DCF employs a [[CSMA/CA]] with [[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>
DCF also has an optional virtual carrier sense mechanism that exchanges short Request-to-send (RTS) and Clear-to-send (CTS) frames between source and destination stations during the intervals between the data frame transmissions.
DCF 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.
DCF does not solve the hidden terminal 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.
DCF is defined in subclause 9.2 of 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 **
* [[Point Coordination Function]] (PCF)
* [[IEEE 802.11e#802.11e MAC protocol operation|Hybrid Coordination Function]] (HCF)
* [[Best effort delivery]]
== External links ==
* [http://www.wi-fiplanet.com/tutorials/article.php/1548381 802.11 Medium Access Methods on wi-fiplanet.com]
* [http://standards.ieee.org/getieee802/802.11.html IEEE 802.11 LAN/MAN Wireless LANS]
{{Channel access methods}}
[[Category:Media access control]]
[[Category:Wireless networking]]
[[Category:IEEE 802.11|D]]
{{compu-network-stub}}' |
New page wikitext, after the edit (new_wikitext ) | ''''Distributed coordination function''' ('''DCF''') is the fundamental [[Media Access Control|MAC]] technique of the [[IEEE 802.11]] based [[wireless LAN|WLAN]] standard. DCF employs a [[CSMA/CA]] with [[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>
DCF also has an optional virtual carrier sense mechanism that exchanges short Request-to-send (RTS) and Clear-to-send (CTS) frames between source and destination stations during the intervals between the data frame transmissions.
DCF 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.
DCF does not solve the hidden terminal 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.
DCF is defined in subclause 9.2 of 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 **
* [[Point Coordination Function]] (PCF)
* [[IEEE 802.11e#802.11e MAC protocol operation|Hybrid Coordination Function]] (HCF)
* [[Best effort delivery]]
== See also ==
* [[Point Coordination Function]] (PCF)
* [[IEEE 802.11e#802.11e MAC protocol operation|Hybrid Coordination Function]] (HCF)
* [[Best effort delivery]]' |
Unified diff of changes made by edit (edit_diff ) | '@@ -21,15 +21,7 @@
* [[IEEE 802.11e#802.11e MAC protocol operation|Hybrid Coordination Function]] (HCF)
* [[Best effort delivery]]
-== External links ==
-* [http://www.wi-fiplanet.com/tutorials/article.php/1548381 802.11 Medium Access Methods on wi-fiplanet.com]
-* [http://standards.ieee.org/getieee802/802.11.html IEEE 802.11 LAN/MAN Wireless LANS]
-
-{{Channel access methods}}
-
-[[Category:Media access control]]
-[[Category:Wireless networking]]
-[[Category:IEEE 802.11|D]]
-
-
-{{compu-network-stub}}
+== See also ==
+* [[Point Coordination Function]] (PCF)
+* [[IEEE 802.11e#802.11e MAC protocol operation|Hybrid Coordination Function]] (HCF)
+* [[Best effort delivery]]
' |
New page size (new_size ) | 2866 |
Old page size (old_size ) | 3064 |
Size change in edit (edit_delta ) | -198 |
Lines added in edit (added_lines ) | [
0 => '== See also ==',
1 => '* [[Point Coordination Function]] (PCF)',
2 => '* [[IEEE 802.11e#802.11e MAC protocol operation|Hybrid Coordination Function]] (HCF)',
3 => '* [[Best effort delivery]]'
] |
Lines removed in edit (removed_lines ) | [
0 => '== External links ==',
1 => '* [http://www.wi-fiplanet.com/tutorials/article.php/1548381 802.11 Medium Access Methods on wi-fiplanet.com]',
2 => '* [http://standards.ieee.org/getieee802/802.11.html IEEE 802.11 LAN/MAN Wireless LANS]',
3 => false,
4 => '{{Channel access methods}}',
5 => false,
6 => '[[Category:Media access control]]',
7 => '[[Category:Wireless networking]]',
8 => '[[Category:IEEE 802.11|D]]',
9 => false,
10 => false,
11 => '{{compu-network-stub}}'
] |
Whether or not the change was made through a Tor exit node (tor_exit_node ) | 0 |
Unix timestamp of change (timestamp ) | 1405926923 |