Point coordination function
   HOME

TheInfoList



OR:

Point coordination function (PCF) is a
media access control In IEEE 802 LAN/MAN standards, the medium access control (MAC, also called media access control) sublayer is the layer that controls the hardware responsible for interaction with the wired, optical or wireless transmission medium. The MAC sublay ...
(MAC) technique used in IEEE 802.11 based WLANs, including
Wi-Fi Wi-Fi () is a family of wireless network protocols, based on the IEEE 802.11 family of standards, which are commonly used for local area networking of devices and Internet access, allowing nearby digital devices to exchange data by radio wav ...
. It resides in a point coordinator also known as access point (AP), to coordinate the communication within the network. The AP waits for PIFS duration rather than
DIFS The IEEE 802.11 family of standards describe the DCF protocol, which controls access to the physical medium. A station must sense the status of the wireless medium before transmitting. If it finds that the medium is continuously idle for DCF Inte ...
duration to grasp the channel. PIFS is less than DIFS duration and hence the point coordinator always has the priority to access the channel. The PCF is located directly above the distributed coordination function (DCF), in the IEEE 802.11 MAC Architecture. Channel access in PCF mode is centralized and hence the point coordinator sends CF-Poll frame to the PCF capable station to permit it to transmit a frame. In case the polled station does not have any frames to send, then it must transmit null frame. Due to the priority of PCF over DCF, stations that only use DCF might not gain access to the medium. To prevent this, a repetition interval has been designed to cover both (Contention free) PCF & (Contention Based) DCF traffic. The repetition interval which is repeated continuously, starts with a special control frame called Beacon Frame. When stations hear the beacon frame, they start their
network allocation vector The network allocation vector (NAV) is a virtual carrier-sensing mechanism used with wireless network protocols such as IEEE 802.11 (Wi-Fi) and IEEE 802.16 (WiMax). The virtual carrier-sensing is a logical abstraction which limits the need for ...
for the duration of the contention free period of the repetition period. Since most APs have logical bus topologies (they are shared circuits) only one message can be processed at one time (it is a contention based system), and thus a media access control technique is required. Wireless networks may suffer from a
hidden node problem In wireless networking, the hidden node problem or hidden terminal problem occurs when a node can communicate with a wireless access point (AP), but cannot directly communicate with other nodes that are communicating with that AP. This leads to d ...
where some regular nodes (which communicate only with the AP) cannot see other nodes on the extreme edge of the geographical radius of the network because the wireless signal attenuates before it can reach that far. Thus having an AP in the middle allows the distance to be halved, allowing all nodes to see the AP, and consequentially, halving the maximum distance between two nodes on the extreme edges of a circle-star topology. PCF seems to be implemented only in very few hardware devices as it is not part of the Wi-Fi Alliance's interoperability standard.


PCF Interframe Space

''PCF Interframe Space (PIFS)'' is one of the interframe space used in
IEEE 802.11 IEEE 802.11 is part of the IEEE 802 set of local area network (LAN) technical standards, and specifies the set of media access control (MAC) and physical layer (PHY) protocols for implementing wireless local area network (WLAN) computer commun ...
based Wireless LANs. PCF enabled access point wait for PIFS duration rather than DIFS to occupy the wireless medium. PIFS duration is less than DIFS and greater than SIFS (DIFS > PIFS > SIFS). Hence AP always has more priority to access the medium. PIFS duration can be calculated as follows: PIFS = SIFS + Slot time


See also

*
Contention free pollable Contention-free pollable (CF-Pollable) is a state of operation for wireless networking nodes. The condition is saying that the node is able to use the Point Coordination Function, as opposed to the Distributed Coordination Function, within a wire ...
* Distributed Coordination Function *
Hybrid Coordination Function IEEE 802.11e-2005 or 802.11e is an approved amendment to the IEEE 802.11 standard that defines a set of quality of service (QoS) enhancements for wireless LAN applications through modifications to the media access control (MAC) layer.M. Benven ...
*
DIFS The IEEE 802.11 family of standards describe the DCF protocol, which controls access to the physical medium. A station must sense the status of the wireless medium before transmitting. If it finds that the medium is continuously idle for DCF Inte ...
*
Short Interframe Space Short Interframe Space (SIFS), is the amount of time in microseconds required for a wireless interface to process a received frame and to respond with a response frame. It is the difference in time between the first symbol of the response fr ...
* Arbitration inter-frame spacing * Reduced Interframe Space * Extended Interframe Space


References


External links


802.11 Medium Access Methods on wi-fiplanet.com
{{IEEE standards Media access control P