
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
The 802.16 MAC Sublayer Frame Structure
The IEEE 802.16 set of standards lays down the specifications for wireless broadband technology. It has been commercialized as Worldwide Interoperability for Microwave Access (WiMAX) that is responsible for the delivery of last-mile wireless broadband access.
The IEEE 802.16 MAC sublayer is the most important sublayer and concerned with channel management. It has been designed for connection-oriented channel management for point-to-multipoint (PMP) broadband services.
The frame format of a generic MAC frame is shown below −
The fields are −
EC − A single-bit field indicating whether the payload is encrypted.
Type − A 6-bit field identifying frame type.
CI − A single-bit field denoting the presence or absence of a final checksum.
EK − A 2-bit field mentioning the encryption key or the absence of it.
Length − An 11-bit field containing the total length of frame inclusive of the header.
Connection ID − A 16-bit identifier mentioning the connection to which the frame belongs to.
Header CRC − A 8-bit checksum over the header, using the polynomial − 𝑥8 + 𝑥2 + 𝑥 + 1
Data − A variable-length field containing payload from the upper layers.
CRC − A 4-bit checksum over the payload.
There may be a number of types of MAC frames. One of the common variations is the bandwidth – request frame. The following diagram shows the frame format −
The identifying features of this frame are −
It starts with a 1 bit instead of a 0 bit of the generic frame.
The second and the third byte form a field that mentions the bandwidth needed for further transmission.
- Related Articles
- Medium Access Control Sublayer (MAC sublayer)
- The 802.11 MAC Sublayer Protocol
- The 802.16 MAC Sublayer Protocol
- What is Classic Ethernet MAC Sublayer Protocol?
- Mac OS X Structure
- The Bluetooth Frame Structure
- The 802.11 Frame Structure
- Basic Frame Structure of SDLC
- General Data Link Layer Frame Structure
- Frame Structure for OFDMA with Time Division Duplexing
- How to check the data frame structure without using str function in R?
- How to create bar plot using ggplot2 with structure data frame?
- How to preserve data frame structure after applying a function in R?
- Extracting MAC address using Python
- Installing Python on Mac OS
