802.11a MAC Timings
What are MAC timings in 802.11a?
MAC timings refer to various time intervals and parameters defined in the Medium Access Control layer to regulate how devices access the wireless medium.
Why are MAC timings important in 802.11a?
They help avoid collisions, optimize throughput, and ensure fair access to the wireless channel among multiple devices.
What is the Slot Time in 802.11a?
Slot Time in 802.11a is 9 microseconds (µs), which is the basic time unit used for contention and backoff calculations.
How does Slot Time in 802.11a compare to 802.11b?
802.11a uses a shorter Slot Time (9 µs) compared to 802.11b’s 20 µs, enabling faster backoff and improved efficiency.
What is the SIFS (Short Interframe Space) in 802.11a?
SIFS is 16 microseconds in 802.11a and defines the shortest waiting period between frames, used for acknowledgments and control frames.
What role does SIFS play in MAC timings?
It prioritizes critical control frames by allowing them to be sent before other stations attempt to access the channel.
What is DIFS (DCF Interframe Space) in 802.11a?
DIFS is the waiting period before a station can initiate transmission when the medium is sensed idle; it is calculated as SIFS + 2 * Slot Time (16 + 18 = 34 µs).
How does DIFS affect medium access?
It ensures that stations wait for a fair period before transmitting, reducing collisions in contention-based access.
What is EIFS (Extended Interframe Space)?
EIFS is a longer waiting time used when a frame with errors is detected, allowing other stations to complete transmission and avoid collisions.
What is the Backoff time in MAC?
Backoff time is a random period a station waits before retransmitting after a collision, calculated as a random number of slot times.
How is Backoff time calculated?
The station picks a random integer between 0 and the contention window size, then multiplies it by the slot time (9 µs in 802.11a).
What is the minimum Contention Window (CWmin) in 802.11a?
CWmin starts at 15 and doubles after each collision, up to a maximum CWmax of 1023.
Why does CWmin double on collisions?
To reduce the chance of repeated collisions by increasing the random backoff range.
What is the significance of ACK timeout in 802.11a?
It defines the maximum time a sender waits for an acknowledgment frame after transmission before assuming failure.
How is ACK timeout related to MAC timings?
It is based on SIFS and propagation delays, ensuring timely retransmission if ACK is not received.
What is the impact of MAC timing parameters on network throughput?
Proper timing ensures efficient medium access, minimizing collisions and retransmissions, thus maximizing throughput.
How do MAC timings differ between 802.11a and 802.11b?
802.11a uses shorter slot times and interframe spaces due to operating at higher frequencies and faster modulation schemes.
Are MAC timings fixed or configurable in 802.11a?
Most MAC timings are fixed by the standard but can be adjusted by device manufacturers for performance tuning.
How do MAC timings affect Quality of Service (QoS)?
Precise timing allows prioritization of certain frames, important for voice and video traffic.
Where can I find the official MAC timing parameters for 802.11a?
They are specified in the IEEE 802.11-1999 standard and subsequent amendments.
Topics in this section,
In this section, you are going to learn
Terminology
Version Info
setup
Reference links