IEEE 802.15.6 WBAN Tutorial: Frequency, Frame, PHY, MAC, & Security
Wireless Body Area Networks (WBANs) based on the IEEE 802.15.6 standard are specialized wireless communication systems designed for short-range, low-power data exchange between wearable devices or sensors placed on or inside the human body.
This tutorial offers a detailed exploration of WBANs, including their frequency range, frame structure, and modulation coding rates. We will also delve into the physical (PHY), Medium Access Control (MAC), and security layers of WBANs to provide a comprehensive understanding of how these networks operate, their performance capabilities, and their applications in healthcare, fitness, and other wearable technologies. The IEEE 802.15.6 standard was implemented to develop a communications model for low power devices which will be implanted on or inside the human body for various applications such as medical, consumer electronics, entertainment etc.
The network created using IEEE 802.15.6 compliant devices is known as a WBAN. The standard defines the PHY and MAC layers. There are three different physical layers supported: Narrow Band (NB), HBC (Human Body Communication), and UWB (Ultra Wide Band).
The PHY layer handles modulation and error correction functionalities to construct a reliable link between WBAN transmitter and receiver devices. It converts the data to be transmitted to be compatible with the air interface as per the various frequency requirements. The MAC layer controls access to the channel among multiple WBAN devices. This standard-based solution is widely used for eHealth or remote healthcare applications.
To provide a higher level of security over the air interface, the standard defines 3 levels of security:
- Level 0 - unsecured communication
- Level 1 - authentication only
- Level 2 - Both authentication and encryption
Table 1 mentions features supported by WBAN.
Table 1: WBAN Features
Specification | WBAN support(IEEE 802.15.6) |
---|---|
Data rate | Up to about 2 Mbps |
Range | Less than about 0.01 to 2 meters |
Power Consumption | About 1 to 10 mWatt |
Frequency bands | 2.4GHz, 800MHz,900MHz,400MHz |
PHY Layers | NB, UWB, HBC |
IEEE 802.15.6 WBAN Frequency Range
The following table mentions the IEEE 802.15.6 frequency bands, also known as WBAN frequency bands.
Table 2: WBAN Frequency Bands
Frequency Band | Description |
---|---|
5 to 50 MHz | HBC Band |
402 to 405 MHz | MICS Band, (Narrowband(NB)) |
420 to 450 MHz | WMTS Band(Used in Japan), (Narrowband(NB)) |
863 to 870 MHz | WMTS Band(Used in Europe) , (Narrowband(NB) |
902 to 928 MHz | ISM Band (Used in New Zealand, Australia, North America), Narrowband(NB) |
950 to 956 MHz | Used in Japan, Narrowband(NB) |
2360 to 2400 MHz | Narrowband(NB) |
2400 to 2450 MHz | World Wide (ISM Band) , Narrowband(NB) |
3100 to 10600 MHz | UWB Band |
WBAN Modulation Code Rates
The modulation and coding rates used in WBANs vary depending on the frequency band.
WBAN Frame Structure
Like other frame structures, the WBAN frame is composed of three components: PLCP preamble, PLCP header, and PSDU.
- Preamble: Used for time and frequency offset synchronization at the receiver.
- Header: Used to convey information about the physical layer modulation code rate and other system-critical MAC parameters.
- PSDU: Contains the MAC layer data to be transmitted.
Figure 2 depicts the WBAN frame structure mentioning complete PPDU structure.
WBAN Protocol Stack Layers
The WBAN protocol stack, as defined by the IEEE 802.15.6 standard, consists of several layers, each with distinct functions to enable reliable and secure communication between on-body or implanted devices. The stack consists of the physical layer, MAC layer, security layer, and convergence layer.
Above the MAC layer, the Convergence Layer adapts higher-layer protocols and applications to the WBAN’s specific requirements, handling tasks like addressing, segmentation, and quality of service (QoS) management. Together, these layers form an integrated stack that supports efficient, secure, and reliable communication for applications such as remote health monitoring, medical implants, and wearable technology.
WBAN Physical Layer
The physical layer of WBAN (IEEE 802.15.6) is responsible for data transmission and reception over a short range using various frequency bands like the Medical Implant Communication Service (MICS) band, 2.4 GHz ISM band, and Ultra-Wideband (UWB) spectrum. It supports different modulation schemes such as Narrowband (NB) and UWB, with various coding rates to ensure reliable communication under varying channel conditions. The physical layer is designed to minimize energy consumption, reduce interference, and optimize the link budget for efficient signal transmission, which is crucial for wearable and implantable devices operating on limited power sources.
WBAN MAC Layer
The Medium Access Control (MAC) layer of WBAN is responsible for managing channel access, coordinating communication between nodes, and ensuring efficient use of the wireless medium. It supports different access modes, such as random access, scheduled access, and improvised access, allowing nodes to transmit data in a flexible and efficient manner. The MAC layer handles packet framing, data integrity checks, and quality of service (QoS) provisioning, enabling seamless communication for latency-sensitive and critical health-monitoring applications. It also optimizes energy usage by managing sleep and wake cycles, which is crucial for maximizing the lifespan of battery-operated WBAN devices.
WBAN Security Layer
The security layer in WBAN is designed to safeguard the integrity, confidentiality, and authenticity of data exchanged between devices, which is critical for protecting sensitive health information. It employs advanced encryption techniques, key management protocols, and authentication mechanisms to prevent unauthorized access and eavesdropping. The security layer also addresses challenges like low processing power and limited energy resources by using lightweight cryptographic methods that minimize computational overhead while ensuring robust protection. Additionally, it provides mechanisms to detect and mitigate attacks, such as replay attacks and node impersonation, ensuring the reliability and security of the WBAN network.
Conclusion
WBAN networks are increasingly used for monitoring health metrics, supporting medical treatments, and enabling various wearable technologies. With advancements in technology and a growing focus on patient care, WBANs are set to play a crucial role in the future of healthcare and personal monitoring systems. This tutorial has covered the fundamental concepts and technical details that serve as the building blocks for designing, implementing, and optimizing WBAN systems.