The 802.11 Frame Structure


The IEEE 802.11 standard, lays down the architecture and specifications of wireless local area networks (WLANs). WLAN or WiFi uses high frequency radio waves instead of cables for connecting the devices in LAN. Users connected by WLANs can move around within the area of network coverage.

The 802.11 MAC sublayer provides an abstraction of the physical layer to the logical link control sublayer and upper layers of the OSI network. It is responsible for encapsulating frames and describing frame formats.

MAC Sublayer Frame Structure of IEEE 802.11

The main fields of a frame in WLANs as laid down by IEEE 802.11 are as depicted in the following diagram −

  • Frame Control −It is a 2 bytes starting field composed of 11 subfields. It contains control information of the frame. The 11 subfields are −

  • Protocol version − The first sub-field is a two – bit field set to 00. It has been included to allow future versions of IEE 802.11 to operate simultaneously.

  • Type − It is a two-bit subfield that specifies whether the frame is a data frame, control frame or a management frame.

  • Subtype − it is a four – bit subfield states whether the field is a Request to Send (RTS) or a Clear to Send (CTS) control frame. For a regular data frame, the value is set to 0000.

  • To DS − A single bit subfield indicating whether the frame is going to the access point (AC), which coordinates the communications in centralised wireless systems.

  • From DS − A single bit subfield indicating whether the frame is coming from the AC.

  • More Fragments − A single bit subfield which when set to 1 indicates that more fragments would follow.

  • Retry − A single bit subfield which when set to 1 specifies a retransmission of a previous frame.

  • Power Management − A single bit subfield indicating that the sender is adopting power-save mode.

  • More Data − A single bit subfield showing that sender has further data frames for the receiver.

  • Protected Frame − A single bit subfield indicating that this is an encrypted frame.

  • Order − The last subfield, of one – bit, informs the receiver that to the higher layers the frames should be in an ordered sequence.

  • Duration − It is a 2-byte field that specifies the time period for which the frame and its acknowledgement occupy the channel.

  • Address fields: There are three 6-byte address fields containing addresses of source, immediate destination and final endpoint respectively.

  • Sequence − It a 2 bytes field that stores the frame numbers. It detects duplicate frames and determines the order of frames for higher layers. Among the 16 bits, the first 4 bits provides identification to the fragment and the rest 12 bits contain the sequence number that increments with each transmission.

  • Data − This is a variable sized field that carries the payload from the upper layers. The maximum size of data field is 2312 bytes.

  • Frame Check Sequence (FCS) − It is a 4-byte field containing error detection information.

Updated on: 09-Jan-2020

15K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements