Open In App

IEEE 802.11 Mac Frame

Prerequisite – Basics of Wi-fi MAC layer provides functionality for several tasks like control medium access, can also offer support for roaming, authentication, and power conservation. The basic services provided by MAC are the mandatory asynchronous data service and optional time-bounded service. IEEE 802.11 defines two MAC sub-layers:-

  1. Distributed Coordination Function (DCF) – DCF uses CSMA/CA as access method as wireless LAN can’t implement CSMA/CD. It only offers asynchronous service.
  2. Point Coordination Function (PCF) – PCP is implemented on top of DCF and mostly used for time-service transmission. It uses a centralized, contention-free polling access method. It offers both asynchronous and time-bounded service.

MAC Frame: The MAC layer frame consists of 9 fields. The following figure shows the basic structure of an IEEE 802.11 MAC data frame along with the content of the frame control field.



  features of the IEEE 802.11 MAC frame:

Frame Control Field: The frame control field contains information about the type of frame, the data rate, and the power management status.

Duration Field: The duration field specifies the length of time that the channel will be occupied by the transmission.



Address Fields: The address fields specify the source and destination MAC addresses of the Wi-Fi devices involved in the communication.

Sequence Control Field: The sequence control field is used to identify and manage the transmission sequence of the frames.

Frame Body: The frame body contains the actual data being transmitted between Wi-Fi devices, such as IP packets, TCP segments, or UDP datagrams.

Frame Check Sequence: The frame check sequence (FCS) is used to check the integrity of the data transmitted in the frame and to detect any transmission errors.

Management, Control, and Data Frames: The IEEE 802.11 MAC frame defines three types of frames: management frames, control frames, and data frames. Management frames are used for network management, control frames are used for coordination between Wi-Fi devices, and data frames are used for the transmission of actual data.

Fragmentation: The IEEE 802.11 MAC frame supports fragmentation, which allows large data packets to be divided into smaller fragments for transmission.

Acknowledgments: The IEEE 802.11 MAC frame uses acknowledgments to confirm the successful transmission of frames and to request the retransmission of any frames that were not successfully received.

Article Tags :