Medium access control
Eldad Perahia, Robert Stacey
Abstract
Eldad Perahia, Robert Stacey
Abstract
The medium access control (MAC) layer provides, among other things, addressing and channel access control that makes it possible for multiple stations on a network to communicate. IEEE 802.11 is often referred to as wireless Ethernet and, in terms of addressing and channel access, 802.11 is indeed similar to Ethernet, which was standardized as IEEE 802.3. As a member of the IEEE 802 LAN family, IEEE 802.11 makes use of the IEEE 802 48-bit global address space, making it compatible with Ethernet at the link layer. The 802.11 MAC also supports shared access to the wireless medium through a technique called carrier sense multiple access with collision avoidance (CSMA/CA), which is similar to the original (shared medium) Ethernet’s carrier sense multiple access with collision detect (CSMA/CD). With both techniques, if the channel is sensed to be “idle,” the station is permitted to transmit, but if the channel is sensed to be “busy” then the station defers its transmission. However, the very different media over which Ethernet and 802.11 operate mean that there are some differences. The Ethernet channel access protocol is essentially to wait for the medium to go “idle,” begin transmitting and, if a collision is detected while transmitting, to stop transmitting and begin a random backoff period. It is not feasible for a transmitter to detect a collision while transmitting in a wireless medium; thus the 802.11 channel access protocol attempts to avoid collisions. Once the medium goes “idle,” the station waits a random period during which it continues to sense the medium, and if at the end of that period the medium is still “idle,” it begins transmitting. The random period reduces the chances of a collision since another station waiting to access the medium would likely choose a different period, hence the collision avoidance aspect of CSMA/CA.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The medium access control (MAC) layer provides, among other things, addressing and channel access control that makes it possible for multiple stations on a network to communicate. IEEE 802.11 is often referred to as wireless Ethernet and, in terms of addressing and channel access, 802.11 is indeed similar to Ethernet, which was standardized as IEEE 802.3. As a member of the IEEE 802 LAN family, IEEE 802.11 makes use of the IEEE 802 48-bit global address space, making it compatible with Ethernet at the link layer. The 802.11 MAC also supports shared access to the wireless medium through a technique called carrier sense multiple access with collision avoidance (CSMA/CA), which is similar to the original (shared medium) Ethernet’s carrier sense multiple access with collision detect (CSMA/CD). With both techniques, if the channel is sensed to be “idle,” the station is permitted to transmit, but if the channel is sensed to be “busy” then the station defers its transmission. However, the very different media over which Ethernet and 802.11 operate mean that there are some differences. The Ethernet channel access protocol is essentially to wait for the medium to go “idle,” begin transmitting and, if a collision is detected while transmitting, to stop transmitting and begin a random backoff period. It is not feasible for a transmitter to detect a collision while transmitting in a wireless medium; thus the 802.11 channel access protocol attempts to avoid collisions. Once the medium goes “idle,” the station waits a random period during which it continues to sense the medium, and if at the end of that period the medium is still “idle,” it begins transmitting. The random period reduces the chances of a collision since another station waiting to access the medium would likely choose a different period, hence the collision avoidance aspect of CSMA/CA.
Key concepts: Computer network, Media access control, Network allocation vector, Multiple Access with Collision Avoidance for Wireless, Computer science, Carrier sense multiple access with collision avoidance, Ethernet, IEEE 802.11e-2005