Traffic indication map

Traffic indication map (TIM) is a structure used in 802.11 wireless network management frames.

The Traffic indication map information element is covered under section 7.3.2.6 of 802.11-1999 standard.[1]

The IEEE 802.11 standards use a bitmap to indicate to any sleeping listening stations that the Access Point (AP) has buffered data waiting for it. Because stations should listen to at least one beacon during the listen interval, the AP periodically sends this bitmap in its beacons as an information element. The bit mask is called the Traffic Indication Map and consists of 2008 bits, each bit representing the Association ID (AID) of a station.

However in most situations an AP only has data for a few stations, so only the portion of the bitmap representing those stations needs to be transmitted.

Because the bitmap is never transmitted in its entirety, it is referred to as a virtual bitmap, and the portion that is actually transmitted is referred to as a partial virtual bitmap.

The structure of the TIM is following:

element ID length DTIM count DTIM period bitmap control partial virtual bitmap
offset broadcast
element ID
(1 octet)
identifies a TIM element
length
(1 octet)
the size of the whole element (5 to 255)
DTIM_count
(1 octet)
the number of beacons remaining before a DTIM (including this frame, so 0 means that this frame is a DTIM)
DTIM_period
(1 octet)
A scaling factor indicating that only every nth beacon includes a TIM. Stations in low-power mode will remain asleep and only wake to listen for those beacons, to determine whether they should also remain awake to receive data frames.
bitmap_control.offset
(7 bits)
bitmap_control.broadcast
(1 bit)
1 when one or more broadcast or multicast frames are queued. This means that all stations should wake up.
partial_virtual_bitmap
(8 to 2008 bits)
This comprises (length-4)×8 bits, each representing a currently-associated station. The low-order bit of the first octet represents station with association ID (bitmap_control.offset×16). Bits outside the partial bitmap are implicitly zero.

[2] [3]

See also

References

  • "power-savings". Linux Wireless. Retrieved 2011-05-31.
  • Röhl, Ch.; Woesner, H.; Wolisz, A. (1997). "A Short Look on Power Saving Mechanisms in the Wireless LAN Standard Draft IEEE 802.11". IEEE 802.11. In the 6th WINLAB Workshop on Third Generation Wireless Systems, NewBrunswick, NJ: 183–188. CiteSeerX 10.1.1.22.7434.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.