802.11n MAC Timings ======================= .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What are MAC timings in IEEE 802.11n?** MAC timings define intervals and durations for frame transmission, acknowledgments, and backoff to control medium access. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What is the Short Interframe Space (SIFS) in 802.11n?** SIFS is the shortest waiting time between frames, used for acknowledgments and high priority transmissions. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **How does Distributed Interframe Space (DIFS) work?** DIFS is a waiting period before a station can contend for medium access after the channel is idle. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What is Arbitration Interframe Space (AIFS)?** AIFS varies per traffic category in QoS to provide prioritized medium access in 802.11n. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **How does the backoff timer function in 802.11n MAC?** Stations pick a random backoff period within a contention window to reduce collisions before transmission. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What are contention windows (CWmin and CWmax)?** CWmin and CWmax define the minimum and maximum range for random backoff intervals during channel contention. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **How is the contention window adjusted?** It doubles upon collisions (exponential backoff) until CWmax, then resets after successful transmissions. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What timing governs acknowledgement (ACK) frames?** ACK frames are sent after a SIFS interval following successful frame reception. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What is the role of Extended Interframe Space (EIFS)?** EIFS is a longer wait period after detecting erroneous frames, to avoid collisions during recovery. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **How does MAC timing support frame aggregation in 802.11n?** Timings are adjusted to accommodate longer aggregated frames and reduce overhead between them. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What is the timing for Block Acknowledgment (BA)?** BAs are sent after a SIFS interval to acknowledge multiple frames in one response. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **How does MAC timing affect QoS in 802.11n?** Different traffic classes use varied AIFS and contention windows to prioritize access. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What is slot time in 802.11n?** Slot time is the basic unit of backoff and timing, typically 9 microseconds for 802.11n in 5 GHz. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **Why is timing synchronization important in MAC?** It ensures coordinated transmissions, prevents collisions, and maintains fairness in medium access. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **How are MAC timings affected by different PHY rates?** Higher PHY rates may reduce frame durations but MAC timing intervals like SIFS remain constant. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What timing mechanisms prevent hidden node collisions?** RTS/CTS handshake timings help reserve the medium and avoid collisions from hidden nodes. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **How do MAC timings interact with power save modes?** Stations use timing parameters to wake up and listen for buffered frames signaled in beacon intervals. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **What happens if timing intervals are not respected?** Violations can cause collisions, reduced throughput, and increased retransmissions. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow **How does the MAC timing adapt in dense networks?** Contention windows may increase to reduce collisions, and QoS timings help prioritize critical traffic. .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Reference links ` .. _mac_timings_n_step17: .. tab-set:: .. tab-item:: Reference links * Reference links