The Wireless Local Area Network (WLAN) technology is defined by the IEEE 802.11 family of specifications. There are currently four specifications in the family: 802.11, 802.11a, 802.11b, and 802.11g. All four use the Ethernet protocol and CSMA/CA (carrier sense multiple access with collision avoidance instead of CSMA/CD) for path sharing.
The modulation used in 802.11 has historically been phase-shift keying (PSK). The modulation method selected for 802.11b is known as complementary code keying (CCK), which allows higher data speeds and is less susceptible to multipath-propagation interference. 802.11a uses a modulation scheme known as orthogonal frequency-division multiplexing (OFDM) that makes possible data speeds as high as 54 Mbps, but most commonly, communications takes place at 6 Mbps, 12 Mbps, or 24 Mbps. For short range and low power wireless (less than 10 meters) communications among personal devices such as PDA, Bluetooth and subsequent IEEE standards (802.15) are taking effects. For long range wireless communications in the metropolitan areas, WiMax and IEEE 802.16 are the standards.  |
| The 802.11 stack structure is as follows: |
|
The 802.11 stack structure |
| For short range and low power wireless (less than 10 meters) communications among personal devices such as PDA, Bluetooth and subsequent IEEE standards (802.15) are taking effects. For long range wireless communications in the metropolitan areas, WiMax and IEEE 802.16 are the standards. |
| Protocol Structure |
| 801.11 protocol family MAC frame structure: |
| 2 | 2 | 6 | 6 | 6 | 2 | 6 | 0-2312 | 4 |
| Frame Control | Duration | Address 1 | Address 2 | Address 3 | Seq | Address 4 | Data | Check sum |
| Frame Control Structure: |
| 2 | 2 | 4 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
| Version | Type | Subtype | To DS | From DS | MF | Retry | Pwr | More | W | O |
Duration/ID (ID) -
Address fields (1-4) - contain up to 4 addresses (source, destination, transmittion and receiver addresses) depending on the frame control field (the ToDS and FromDS bits). Sequence Control - consists of fragment number and sequence number. It is used to represent the order of different fragments belonging to the same frame and to recognize packet duplications. Data - is information that is transmitted or received. CRC - contains a 32-bit Cyclic Redundancy Check (CRC). |
Related protocols:IEEE 802.2, 802.3, 802.11, 802.11a, 802.11b, 802.11g, WiMax(802.16), Bluetooth (802.15)
Sponsor Source:
WLAN protocols are defined by IEEE (http://www.ieee.org) 802.11 specifications.
 Reference:http://standards.ieee.org/getieee802/download/802.11-1999.pdf : Wireless LAN Media Access Control (MAC) and Physical Control Specifications
http://standards.ieee.org/getieee802/download/802.11a-1999.pdf: Wireless LAN MAC: High-speed physical layer in the 5 GHz Band.
http://standards.ieee.org/getieee802/download/802.11b-1999_Cor1-2001.pdf: Wireless LAN MAC: Hugher-speed physical layer extension in the 2.4 GHz band.
http://www.cis.ohio-state.edu/~durresi/presentations/802.11.pdf: Wireless Data Networking IEEE 802.11 & Overview of IEEE 802.11b"
