SlideShare a Scribd company logo
1
Introduction:
IoT Connectivity – Part I
Dr. Sudip Misra
Professor
Department of Computer Science and Engineering
Indian Institute of Technology Kharagpur
Email: smisra@sit.iitkgp.ernet.in
Website: http://cse.iitkgp.ac.in/~smisra/
Research Lab: cse.iitkgp.ac.in/~smisra/swan/
Industry 4.0 and Industrial Internet of Things
Communication Protocols
 The following communication protocols are important for IoT:
2Industry 4.0 and Industrial Internet of Things
 IEEE 802.15.4
 Zigbee
 6LoWPAN
 Wireless HART
 Z-Wave
 ISA 100
 Bluetooth
 NFC
 RFID
IEEE 802.15.4
3Industry 4.0 and Industrial Internet of Things
Introduction to IEEE 802.15.4
 This standard provides a framework meant for lower layers (MAC
and PHY) for a wireless personal area network (WPAN).
 PHY defines frequency band, transmission power, and modulation
scheme of the link.
 MAC defines issues such as medium access and flow control
(frames).
 This standard is used for low power, low cost (manufacturing and
operation), and low speed communication between neighboring
devices (< ~75m).
4Industry 4.0 and Industrial Internet of Things
Source: What’s The Difference Between IEEE 802.15.4 And ZigBee Wireless? Fenzel, L.
Features of IEEE 802.15.4
 This standard utilizes DSSS (direct sequence spread spectrum)
coding scheme to transmit information.
 DSSS uses phase shift keying modulation to encode information.
 BPSK - 868/915 MHz, data transmission rate 20/40 kbps respectively.
 OQPSK - 2.4 GHz, data transmission rate 250 kbps.
 DSSS scheme makes the standard highly tolerant to noise and
interference and thereby improving link reliability.
5Industry 4.0 and Industrial Internet of Things
Source: What’s The Difference Between IEEE 802.15.4 And ZigBee Wireless? Fenzel, L.
Features of IEEE 802.15.4 (contd.)
 The preferable nature of transmission is line of sight (LOS).
 The standard range of transmission - 10 to 75m.
 The transmission of data uses CSMA-CA (carrier sense
multiple access with collision avoidance) scheme.
 Transmissions occur in infrequent short packets for duty cycle
(<1 %), thus reducing consumption of power.
 Star network topology and peer-to-peer network topology is
included.
6Industry 4.0 and Industrial Internet of Things
Source: What’s The Difference Between IEEE 802.15.4 And ZigBee Wireless? Fenzel, L.
Variants of IEEE 802.15.4
7Industry 4.0 and Industrial Internet of Things
Version Feature
802.15.4 -
2003
Basic version. The modulation schemes and data rates were fixed for
different frequency band – 868, 915 MHz, and 2.4 GHz.
802.15.4 -
2006
Also known as 802.15.4b. Provides higher data rate even on the lower
frequency bands. In the 868 MHz, the data transmission rate is up to
100 kb/s while in 915 MHz, the data transmission rate is up to 250
kb/s. Uses OQPSK for all the frequency bands.
Source: Poole, I. IEEE 802.15.4 Technology & Standard.
Variants of IEEE 802.15.4 (contd.)
8Industry 4.0 and Industrial Internet of Things
Version Feature
802.15.4
a
Increases range capability. Defines two new physical layers –
Direct Sequence ultra-wideband (UWB) – 249.6 - 749.6 MHz (sub-gigahertz
band), 3.1 - 4.8 GHz (low band), and 6 - 10 GHz (high band). Chirp spread
spectrum (CSS) approach in ISM band at 2.4 GHz.
802.15.4
c
This version provides 780 MHz band in China. It uses either O-QPSK or MPSK
(Multiple frequency-shift keying) using data transmission rate 250 kb/s.
802.15.4
d
This version provides 950 MHz band in Japan. It uses either GFSK (Gaussian
frequency-shift keying) using data rate 100 kb/s or BPSK using data rate 20 kb/s.
Source: Poole, I. IEEE 802.15.4 Technology & Standard.
Variants of IEEE 802.15.4 (contd.)
9Industry 4.0 and Industrial Internet of Things
Version Feature
802.15.4e Defines MAC developments to IEEE 802.15.4 towards ISA
SP100.11a application (industrial applications).
802.15.4f Defines fresh PHYs for 433 MHz frequency band (RFID applications),
2.4 GHz frequency band and UWB.
802.15.4g Defines fresh PHYs for smart utility networks for 902 - 928 MHz
band (smart grid applications, majorly for the energy industry).
Source: Poole, I. IEEE 802.15.4 Technology & Standard.
Zigbee
10Industry 4.0 and Industrial Internet of Things
Introduction to Zigbee
 Provides a framework for medium-range communication in IoT
connectivity.
 Defines PHY (Physical) and MAC (Media Access Control) layers
enabling interoperability between multiple devices at low-data
rates.
 Operates at 3 frequencies –
 868 MHz (1 channel using data transmission rate up to 20 kbps)
 902-928MHz (10 channels using data transmission rate of 40 kbps)
 2.4 GHz (16 channels using data transmission rate of 250 kbps).
11Industry 4.0 and Industrial Internet of Things
Source: Agarwal, T. ZigBee Wireless Technology Architecture and Applications.
Features of Zigbee
 The lower frequency bands use BPSK.
 For the 2.4 GHz band, OQPSK is used.
 The data transfer takes place in 128 bytes packet size.
 The maximum allowed payload is 104 bytes.
 The nature of transmission is line of sight (LOS).
 Standard range of transmission – upto 70m.
12Industry 4.0 and Industrial Internet of Things
Source: Agarwal, T. ZigBee Wireless Technology Architecture and Applications.
Features of Zigbee (contd.)
 Relaying of packets allow transmission over greater distances.
 Provides low power consumption (around 1mW per Zigbee
module) and better efficiency due to
 adaptable duty cycle
 low data rates (20 - 250 kbit/s)
 low coverage radio (10 -100 m)
 Networking topologies include star, peer-to-peer, or cluster-
tree (hybrid), mesh being the popular.
13Industry 4.0 and Industrial Internet of Things
Source: Agarwal, T. ZigBee Wireless Technology Architecture and Applications.
Features of Zigbee (contd.)
 The Zigbee protocol defines three types of nodes:
 Coordinators - Initializing, maintaining and controlling the network. There
is one and only one per network.
 Routers - Connected to the coordinator or other routers. Have zero or
more children nodes. Contribute in multi hop routing.
 End devices - Do not contribute in routing.
 Star topology has no router, one coordinator, and zero or more
end devices.
 In mesh and tree topologies, one coordinator maintains several
routers and end devices.
14Industry 4.0 and Industrial Internet of Things
Source: Agarwal, T. ZigBee Wireless Technology Architecture and Applications.
Features of Zigbee (contd.)
 Each cluster in a cluster-tree network involves a coordinator
through several leaf nodes.
 Coordinators are linked to parent coordinator that initiates
the entire network.
 ZigBee standard comes in two variants:
 ZigBee
 ZigBee Pro - offers scalability, security, and improved performance
utilizing many-to-one routing scheme.
15Industry 4.0 and Industrial Internet of Things
Source: Agarwal, T. ZigBee Wireless Technology Architecture and Applications.
6LoWPAN
16Industry 4.0 and Industrial Internet of Things
Introduction to 6LoWPAN
 6LoWPAN is IPv6 over Low-Power Wireless Personal Area
Networks.
 It optimizes IPv6 packet transmission in low power and lossy
network (LLN) such as IEEE 802.15.4.
 Operates at 2 frequencies:
 2400–2483.5 MHz (worldwide)
 902–929 MHz (North America)
 It uses 802.15.4 standard in unslotted CSMA/CA mode.
17Industry 4.0 and Industrial Internet of Things
Source: Olsson, J. 6LoWPAN demystified.
Features of 6LoWPAN
 6LowPAN converts the data format to be fit with the IEEE 802.15.4
lower layer system.
 IPv6 involves MTU (maximum transmission unit) of 1280 bytes in
length, while the IEEE 802.15.4 packet size is 127 bytes.
 Hence a supplementary adaptation layer is introduced between
MAC and network layer that provides:
 Packet fragmentation & packet reassembly
 Compression of header
 Routing of data link layer.
18Industry 4.0 and Industrial Internet of Things
Source: Olsson, J. 6LoWPAN demystified.
Features of 6LoWPAN (contd.)
 Fragmentation is required to fit the intact IPv6 packet into a
distinct IEEE 802.15.4 frame (> ~106 bytes).
 The fragmentation header allows 2048 bytes packet size with
fragmentation.
 Using fragmentation and reassembly, 128-byte IPv6 frames are
transmitted over IEEE 802.15.4 radio channel into several
smaller segments.
 Every fragment includes a header.
19Industry 4.0 and Industrial Internet of Things
Source: Sulthana, M. R. A Novel Location Based Routing Protocol For 6LoWPAN.
Features of 6LoWPAN (contd.)
 Header compression reduces the transmission overhead and
allows efficient transmission of payload.
 IPv6 addresses are compressed in 6LoWPAN:
 8-byte UDP header
 40-byte IPv6 header
 Stateless auto configuration allows any device to create the IPv6
address automatically devoid of external dealing using a DHCP
server.
20Industry 4.0 and Industrial Internet of Things
Source: Sulthana, M. R. A Novel Location Based Routing Protocol For 6LoWPAN.
Features of 6LoWPAN (contd.)
 Data link layer routing is classified into two schemes:
 mesh-under - utilizes link layer address to forward data packets.
 route-over - utilizes network layer IP address.
 Provides link layer security (AES-128) from IEEE 802.15.4 such as
authentication of link and encryption.
21Industry 4.0 and Industrial Internet of Things
Source: Sulthana, M. R. A Novel Location Based Routing Protocol For 6LoWPAN.
Wireless HART
22Industry 4.0 and Industrial Internet of Things
Introduction to Wireless HART
 WirelessHART is based on HART (Highway Addressable Remote
Transducer).
 It is the first international industrial wireless standard (IEC 62591),
based upon the standard IEEE 802.15.4.
 Functions in the 2.4GHz ISM band using data rate of up to 250
kb/s.
 11 to 26 channels are supported, with a gap of 5MHz between two
adjacent channels.
 The same channel can’t be used consecutively.
23Industry 4.0 and Industrial Internet of Things
Source: Feng, A. WirelessHART- Made Easy.
Features of Wireless HART
 Exploits IEEE 802.15.4 accustomed DSSS coding scheme.
 A WirelessHART node follows channel hopping every time it
sends a packet.
 Modulation technique used is offset quadrature phase shift
keying (OQPSK).
 Transmission Power is around 10dBm (adjustable in discrete
steps).
24Industry 4.0 and Industrial Internet of Things
Source: Feng, A. WirelessHART- Made Easy.
Features of Wireless HART (contd.)
 Maximum payload allowed is 127 bytes.
 It employs TDMA (time division multiple access) that allots
distinct time slot of 10ms for each transmission.
 TDMA technology is used to provide collision free and
deterministic communications.
 A sequence of 100 consecutive time slots per second is grouped
into a super frame.
 Slot sizes and the super frame length are fixed.
25Industry 4.0 and Industrial Internet of Things
Source: Salman, T. and Jain, R. (2017). A Survey of Protocols and Standards for Internet of Things.
Features of Wireless HART (contd.)
 The devices support multiple super frames with differing
numbers of timeslots.
 At least one super frame is always enabled while additional
super frames are enabled and disabled according to the demand
of bandwidth.
 For any message, communication occurs in the alloted timeslot
and frequency channel.
 Supports both star and mesh topologies.
26Industry 4.0 and Industrial Internet of Things
Source: Salman, T. and Jain, R. (2017). A Survey of Protocols and Standards for Internet of Things.
References
1. Fenzel, L. (2013). What’s The Difference Between IEEE 802.15.4 And ZigBee Wireless? Online. URL:
https://www.electronicdesign.com/what-s-difference-between/what-s-difference-between-ieee-802154-and-zigbee-
wireless.
2. Poole, I. IEEE 802.15.4 Technology & Standard. Online. URL: https://www.radio-electronics.com/info/wireless/ieee-802-
15-4/wireless-standard-technology.php
3. Agarwal, T. ZigBee Wireless Technology Architecture and Applications. Online. URL: https://www.elprocus.com/what-
is-zigbee-technology-architecture-and-its-applications.
4. Acosta, G. (2018). The ZigBee Protocol. Online. URL: https://www.netguru.co/codestories/the-zigbee-protocol
5. Olsson, J. (2014). 6LoWPAN demystified. Texas Instruments, 13.
6. Sulthana, M. R. (2015). A Novel Location Based Routing Protocol For 6LoWPAN.
7. Feng, A. (2011). WirelessHART- Made Easy. Online. URL: https://www.awiatech.com/category/wirelesshart-blog/
8. Salman, T. and Jain, R. (2017). A Survey of Protocols and Standards for Internet of Things. Advanced Computing and
Communications, 1(1).
9. Ishaq, I., Carels, D., Teklemariam, G. K., Hoebeke, J., Abeele, F. V. D., Poorter, E. D., ... & Demeester, P. (2013). IETF
standardization in the field of the internet of things (IoT): a survey. Journal of Sensor and Actuator Networks, 2(2), 235-
287.
27Industry 4.0 and Industrial Internet of Things
28Introduction to Internet of Things

More Related Content

PDF
IoT Networking Part 2
PDF
nptel-1.pdf
PDF
IoT Networking
PPTX
22ETC15H_Internet of Things(IOT).pptx
PPTX
IoT Processing Topologies.pptx
PDF
Ch 4 Emergence of IoT.pdf
PDF
IoT sensing and actuation
PDF
IoT Sensing and Actuation.pdf
IoT Networking Part 2
nptel-1.pdf
IoT Networking
22ETC15H_Internet of Things(IOT).pptx
IoT Processing Topologies.pptx
Ch 4 Emergence of IoT.pdf
IoT sensing and actuation
IoT Sensing and Actuation.pdf

What's hot (20)

PDF
Introduction to IoT Architectures and Protocols
PDF
Edge computing
PPTX
Internet of things using Raspberry Pi
PPT
PDF
5G Network Architecture and Design
PDF
IoT and m2m
PPTX
Challenges and application of Internet of Things
PPTX
5G Network: Requirements, Design Principles, Architectures, and Enabling Tech...
PPTX
Iot architecture
PPTX
PDF
6LoWPAN: An open IoT Networking Protocol
PPTX
4. Internet of Things - Reference Model and Architecture
PPTX
Zigbee technology ppt
PPT
Pervasive Computing
PPTX
2.5G Cellular Standards
PPT
PDF
IEEE 802.11 Architecture and Services
PPTX
PPT
The constrained application protocol (CoAP)
Introduction to IoT Architectures and Protocols
Edge computing
Internet of things using Raspberry Pi
5G Network Architecture and Design
IoT and m2m
Challenges and application of Internet of Things
5G Network: Requirements, Design Principles, Architectures, and Enabling Tech...
Iot architecture
6LoWPAN: An open IoT Networking Protocol
4. Internet of Things - Reference Model and Architecture
Zigbee technology ppt
Pervasive Computing
2.5G Cellular Standards
IEEE 802.11 Architecture and Services
The constrained application protocol (CoAP)
Ad

Similar to IoT Connectivity (20)

PPTX
communication_technologies_Internet of things topic
PPTX
Elements of IoT connectivity technologies
PDF
ConnectingSmartObjects..........................pdf
PPTX
IOT Protocols
PDF
internet-of-things-2.....................pdf
PPTX
WPAN technologies and its wipe spread usage
PDF
Wireless_Connectivity_BASIC_Linkedin
PPT
ZIGBEE NETWORKS
PDF
Low Power Wireless Technologies and Standards for the Internet of Things
PDF
Internet of Things: Comparison of Protocols & Standards
PPTX
6-IoT protocol.pptx
PDF
Low Power Wireless Sensor Network Technologies and Standards for the Internet...
PPTX
Final_IoT_Protocol Stack.pptx
DOC
Main document
PDF
IoT PROTOCOLS IoT Access Technologies Physical and MAC layers, topology and S...
PPTX
Lecture 15
PPTX
IEEE 802.15 architecure and working process
PPTX
IEEE 802.15 woring with architecture flow
PPTX
IOT hacking an dusage aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa .pptx
communication_technologies_Internet of things topic
Elements of IoT connectivity technologies
ConnectingSmartObjects..........................pdf
IOT Protocols
internet-of-things-2.....................pdf
WPAN technologies and its wipe spread usage
Wireless_Connectivity_BASIC_Linkedin
ZIGBEE NETWORKS
Low Power Wireless Technologies and Standards for the Internet of Things
Internet of Things: Comparison of Protocols & Standards
6-IoT protocol.pptx
Low Power Wireless Sensor Network Technologies and Standards for the Internet...
Final_IoT_Protocol Stack.pptx
Main document
IoT PROTOCOLS IoT Access Technologies Physical and MAC layers, topology and S...
Lecture 15
IEEE 802.15 architecure and working process
IEEE 802.15 woring with architecture flow
IOT hacking an dusage aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa .pptx
Ad

More from Hitesh Mohapatra (20)

PDF
Introduction to Edge and Fog Computing.pdf
PDF
Amazon Web Services (AWS) : Fundamentals
PDF
Resource Cluster and Multi-Device Broker.pdf
PDF
Failover System in Cloud Computing System
PDF
Resource Replication & Automated Scaling Listener
PDF
Storage Device & Usage Monitor in Cloud Computing.pdf
PDF
Networking in Cloud Computing Environment
PDF
Uniform-Cost Search Algorithm in the AI Environment
PDF
Logical Network Perimeter in Cloud Computing
PPT
Software Product Quality - Part 1 Presentation
PDF
Multitenancy in cloud computing architecture
PDF
Server Consolidation in Cloud Computing Environment
PDF
Web Services / Technology in Cloud Computing
PDF
Resource replication in cloud computing.
PDF
Software Measurement and Metrics (Quantified Attribute)
PDF
Software project management is an art and discipline of planning and supervis...
PDF
Software project management is an art and discipline of planning and supervis...
PDF
The life cycle of a virtual machine (VM) provisioning process
PDF
BUSINESS CONSIDERATIONS FOR CLOUD COMPUTING
PDF
Traditional Data Center vs. Virtualization – Differences and Benefits
Introduction to Edge and Fog Computing.pdf
Amazon Web Services (AWS) : Fundamentals
Resource Cluster and Multi-Device Broker.pdf
Failover System in Cloud Computing System
Resource Replication & Automated Scaling Listener
Storage Device & Usage Monitor in Cloud Computing.pdf
Networking in Cloud Computing Environment
Uniform-Cost Search Algorithm in the AI Environment
Logical Network Perimeter in Cloud Computing
Software Product Quality - Part 1 Presentation
Multitenancy in cloud computing architecture
Server Consolidation in Cloud Computing Environment
Web Services / Technology in Cloud Computing
Resource replication in cloud computing.
Software Measurement and Metrics (Quantified Attribute)
Software project management is an art and discipline of planning and supervis...
Software project management is an art and discipline of planning and supervis...
The life cycle of a virtual machine (VM) provisioning process
BUSINESS CONSIDERATIONS FOR CLOUD COMPUTING
Traditional Data Center vs. Virtualization – Differences and Benefits

Recently uploaded (20)

PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Construction Project Organization Group 2.pptx
DOCX
573137875-Attendance-Management-System-original
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
Sustainable Sites - Green Building Construction
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Digital Logic Computer Design lecture notes
PPTX
additive manufacturing of ss316l using mig welding
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
Welding lecture in detail for understanding
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
Geodesy 1.pptx...............................................
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
Operating System & Kernel Study Guide-1 - converted.pdf
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Construction Project Organization Group 2.pptx
573137875-Attendance-Management-System-original
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Sustainable Sites - Green Building Construction
CH1 Production IntroductoryConcepts.pptx
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Digital Logic Computer Design lecture notes
additive manufacturing of ss316l using mig welding
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Welding lecture in detail for understanding
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Geodesy 1.pptx...............................................
Lesson 3_Tessellation.pptx finite Mathematics

IoT Connectivity

  • 1. 1 Introduction: IoT Connectivity – Part I Dr. Sudip Misra Professor Department of Computer Science and Engineering Indian Institute of Technology Kharagpur Email: smisra@sit.iitkgp.ernet.in Website: http://cse.iitkgp.ac.in/~smisra/ Research Lab: cse.iitkgp.ac.in/~smisra/swan/ Industry 4.0 and Industrial Internet of Things
  • 2. Communication Protocols  The following communication protocols are important for IoT: 2Industry 4.0 and Industrial Internet of Things  IEEE 802.15.4  Zigbee  6LoWPAN  Wireless HART  Z-Wave  ISA 100  Bluetooth  NFC  RFID
  • 3. IEEE 802.15.4 3Industry 4.0 and Industrial Internet of Things
  • 4. Introduction to IEEE 802.15.4  This standard provides a framework meant for lower layers (MAC and PHY) for a wireless personal area network (WPAN).  PHY defines frequency band, transmission power, and modulation scheme of the link.  MAC defines issues such as medium access and flow control (frames).  This standard is used for low power, low cost (manufacturing and operation), and low speed communication between neighboring devices (< ~75m). 4Industry 4.0 and Industrial Internet of Things Source: What’s The Difference Between IEEE 802.15.4 And ZigBee Wireless? Fenzel, L.
  • 5. Features of IEEE 802.15.4  This standard utilizes DSSS (direct sequence spread spectrum) coding scheme to transmit information.  DSSS uses phase shift keying modulation to encode information.  BPSK - 868/915 MHz, data transmission rate 20/40 kbps respectively.  OQPSK - 2.4 GHz, data transmission rate 250 kbps.  DSSS scheme makes the standard highly tolerant to noise and interference and thereby improving link reliability. 5Industry 4.0 and Industrial Internet of Things Source: What’s The Difference Between IEEE 802.15.4 And ZigBee Wireless? Fenzel, L.
  • 6. Features of IEEE 802.15.4 (contd.)  The preferable nature of transmission is line of sight (LOS).  The standard range of transmission - 10 to 75m.  The transmission of data uses CSMA-CA (carrier sense multiple access with collision avoidance) scheme.  Transmissions occur in infrequent short packets for duty cycle (<1 %), thus reducing consumption of power.  Star network topology and peer-to-peer network topology is included. 6Industry 4.0 and Industrial Internet of Things Source: What’s The Difference Between IEEE 802.15.4 And ZigBee Wireless? Fenzel, L.
  • 7. Variants of IEEE 802.15.4 7Industry 4.0 and Industrial Internet of Things Version Feature 802.15.4 - 2003 Basic version. The modulation schemes and data rates were fixed for different frequency band – 868, 915 MHz, and 2.4 GHz. 802.15.4 - 2006 Also known as 802.15.4b. Provides higher data rate even on the lower frequency bands. In the 868 MHz, the data transmission rate is up to 100 kb/s while in 915 MHz, the data transmission rate is up to 250 kb/s. Uses OQPSK for all the frequency bands. Source: Poole, I. IEEE 802.15.4 Technology & Standard.
  • 8. Variants of IEEE 802.15.4 (contd.) 8Industry 4.0 and Industrial Internet of Things Version Feature 802.15.4 a Increases range capability. Defines two new physical layers – Direct Sequence ultra-wideband (UWB) – 249.6 - 749.6 MHz (sub-gigahertz band), 3.1 - 4.8 GHz (low band), and 6 - 10 GHz (high band). Chirp spread spectrum (CSS) approach in ISM band at 2.4 GHz. 802.15.4 c This version provides 780 MHz band in China. It uses either O-QPSK or MPSK (Multiple frequency-shift keying) using data transmission rate 250 kb/s. 802.15.4 d This version provides 950 MHz band in Japan. It uses either GFSK (Gaussian frequency-shift keying) using data rate 100 kb/s or BPSK using data rate 20 kb/s. Source: Poole, I. IEEE 802.15.4 Technology & Standard.
  • 9. Variants of IEEE 802.15.4 (contd.) 9Industry 4.0 and Industrial Internet of Things Version Feature 802.15.4e Defines MAC developments to IEEE 802.15.4 towards ISA SP100.11a application (industrial applications). 802.15.4f Defines fresh PHYs for 433 MHz frequency band (RFID applications), 2.4 GHz frequency band and UWB. 802.15.4g Defines fresh PHYs for smart utility networks for 902 - 928 MHz band (smart grid applications, majorly for the energy industry). Source: Poole, I. IEEE 802.15.4 Technology & Standard.
  • 10. Zigbee 10Industry 4.0 and Industrial Internet of Things
  • 11. Introduction to Zigbee  Provides a framework for medium-range communication in IoT connectivity.  Defines PHY (Physical) and MAC (Media Access Control) layers enabling interoperability between multiple devices at low-data rates.  Operates at 3 frequencies –  868 MHz (1 channel using data transmission rate up to 20 kbps)  902-928MHz (10 channels using data transmission rate of 40 kbps)  2.4 GHz (16 channels using data transmission rate of 250 kbps). 11Industry 4.0 and Industrial Internet of Things Source: Agarwal, T. ZigBee Wireless Technology Architecture and Applications.
  • 12. Features of Zigbee  The lower frequency bands use BPSK.  For the 2.4 GHz band, OQPSK is used.  The data transfer takes place in 128 bytes packet size.  The maximum allowed payload is 104 bytes.  The nature of transmission is line of sight (LOS).  Standard range of transmission – upto 70m. 12Industry 4.0 and Industrial Internet of Things Source: Agarwal, T. ZigBee Wireless Technology Architecture and Applications.
  • 13. Features of Zigbee (contd.)  Relaying of packets allow transmission over greater distances.  Provides low power consumption (around 1mW per Zigbee module) and better efficiency due to  adaptable duty cycle  low data rates (20 - 250 kbit/s)  low coverage radio (10 -100 m)  Networking topologies include star, peer-to-peer, or cluster- tree (hybrid), mesh being the popular. 13Industry 4.0 and Industrial Internet of Things Source: Agarwal, T. ZigBee Wireless Technology Architecture and Applications.
  • 14. Features of Zigbee (contd.)  The Zigbee protocol defines three types of nodes:  Coordinators - Initializing, maintaining and controlling the network. There is one and only one per network.  Routers - Connected to the coordinator or other routers. Have zero or more children nodes. Contribute in multi hop routing.  End devices - Do not contribute in routing.  Star topology has no router, one coordinator, and zero or more end devices.  In mesh and tree topologies, one coordinator maintains several routers and end devices. 14Industry 4.0 and Industrial Internet of Things Source: Agarwal, T. ZigBee Wireless Technology Architecture and Applications.
  • 15. Features of Zigbee (contd.)  Each cluster in a cluster-tree network involves a coordinator through several leaf nodes.  Coordinators are linked to parent coordinator that initiates the entire network.  ZigBee standard comes in two variants:  ZigBee  ZigBee Pro - offers scalability, security, and improved performance utilizing many-to-one routing scheme. 15Industry 4.0 and Industrial Internet of Things Source: Agarwal, T. ZigBee Wireless Technology Architecture and Applications.
  • 16. 6LoWPAN 16Industry 4.0 and Industrial Internet of Things
  • 17. Introduction to 6LoWPAN  6LoWPAN is IPv6 over Low-Power Wireless Personal Area Networks.  It optimizes IPv6 packet transmission in low power and lossy network (LLN) such as IEEE 802.15.4.  Operates at 2 frequencies:  2400–2483.5 MHz (worldwide)  902–929 MHz (North America)  It uses 802.15.4 standard in unslotted CSMA/CA mode. 17Industry 4.0 and Industrial Internet of Things Source: Olsson, J. 6LoWPAN demystified.
  • 18. Features of 6LoWPAN  6LowPAN converts the data format to be fit with the IEEE 802.15.4 lower layer system.  IPv6 involves MTU (maximum transmission unit) of 1280 bytes in length, while the IEEE 802.15.4 packet size is 127 bytes.  Hence a supplementary adaptation layer is introduced between MAC and network layer that provides:  Packet fragmentation & packet reassembly  Compression of header  Routing of data link layer. 18Industry 4.0 and Industrial Internet of Things Source: Olsson, J. 6LoWPAN demystified.
  • 19. Features of 6LoWPAN (contd.)  Fragmentation is required to fit the intact IPv6 packet into a distinct IEEE 802.15.4 frame (> ~106 bytes).  The fragmentation header allows 2048 bytes packet size with fragmentation.  Using fragmentation and reassembly, 128-byte IPv6 frames are transmitted over IEEE 802.15.4 radio channel into several smaller segments.  Every fragment includes a header. 19Industry 4.0 and Industrial Internet of Things Source: Sulthana, M. R. A Novel Location Based Routing Protocol For 6LoWPAN.
  • 20. Features of 6LoWPAN (contd.)  Header compression reduces the transmission overhead and allows efficient transmission of payload.  IPv6 addresses are compressed in 6LoWPAN:  8-byte UDP header  40-byte IPv6 header  Stateless auto configuration allows any device to create the IPv6 address automatically devoid of external dealing using a DHCP server. 20Industry 4.0 and Industrial Internet of Things Source: Sulthana, M. R. A Novel Location Based Routing Protocol For 6LoWPAN.
  • 21. Features of 6LoWPAN (contd.)  Data link layer routing is classified into two schemes:  mesh-under - utilizes link layer address to forward data packets.  route-over - utilizes network layer IP address.  Provides link layer security (AES-128) from IEEE 802.15.4 such as authentication of link and encryption. 21Industry 4.0 and Industrial Internet of Things Source: Sulthana, M. R. A Novel Location Based Routing Protocol For 6LoWPAN.
  • 22. Wireless HART 22Industry 4.0 and Industrial Internet of Things
  • 23. Introduction to Wireless HART  WirelessHART is based on HART (Highway Addressable Remote Transducer).  It is the first international industrial wireless standard (IEC 62591), based upon the standard IEEE 802.15.4.  Functions in the 2.4GHz ISM band using data rate of up to 250 kb/s.  11 to 26 channels are supported, with a gap of 5MHz between two adjacent channels.  The same channel can’t be used consecutively. 23Industry 4.0 and Industrial Internet of Things Source: Feng, A. WirelessHART- Made Easy.
  • 24. Features of Wireless HART  Exploits IEEE 802.15.4 accustomed DSSS coding scheme.  A WirelessHART node follows channel hopping every time it sends a packet.  Modulation technique used is offset quadrature phase shift keying (OQPSK).  Transmission Power is around 10dBm (adjustable in discrete steps). 24Industry 4.0 and Industrial Internet of Things Source: Feng, A. WirelessHART- Made Easy.
  • 25. Features of Wireless HART (contd.)  Maximum payload allowed is 127 bytes.  It employs TDMA (time division multiple access) that allots distinct time slot of 10ms for each transmission.  TDMA technology is used to provide collision free and deterministic communications.  A sequence of 100 consecutive time slots per second is grouped into a super frame.  Slot sizes and the super frame length are fixed. 25Industry 4.0 and Industrial Internet of Things Source: Salman, T. and Jain, R. (2017). A Survey of Protocols and Standards for Internet of Things.
  • 26. Features of Wireless HART (contd.)  The devices support multiple super frames with differing numbers of timeslots.  At least one super frame is always enabled while additional super frames are enabled and disabled according to the demand of bandwidth.  For any message, communication occurs in the alloted timeslot and frequency channel.  Supports both star and mesh topologies. 26Industry 4.0 and Industrial Internet of Things Source: Salman, T. and Jain, R. (2017). A Survey of Protocols and Standards for Internet of Things.
  • 27. References 1. Fenzel, L. (2013). What’s The Difference Between IEEE 802.15.4 And ZigBee Wireless? Online. URL: https://www.electronicdesign.com/what-s-difference-between/what-s-difference-between-ieee-802154-and-zigbee- wireless. 2. Poole, I. IEEE 802.15.4 Technology & Standard. Online. URL: https://www.radio-electronics.com/info/wireless/ieee-802- 15-4/wireless-standard-technology.php 3. Agarwal, T. ZigBee Wireless Technology Architecture and Applications. Online. URL: https://www.elprocus.com/what- is-zigbee-technology-architecture-and-its-applications. 4. Acosta, G. (2018). The ZigBee Protocol. Online. URL: https://www.netguru.co/codestories/the-zigbee-protocol 5. Olsson, J. (2014). 6LoWPAN demystified. Texas Instruments, 13. 6. Sulthana, M. R. (2015). A Novel Location Based Routing Protocol For 6LoWPAN. 7. Feng, A. (2011). WirelessHART- Made Easy. Online. URL: https://www.awiatech.com/category/wirelesshart-blog/ 8. Salman, T. and Jain, R. (2017). A Survey of Protocols and Standards for Internet of Things. Advanced Computing and Communications, 1(1). 9. Ishaq, I., Carels, D., Teklemariam, G. K., Hoebeke, J., Abeele, F. V. D., Poorter, E. D., ... & Demeester, P. (2013). IETF standardization in the field of the internet of things (IoT): a survey. Journal of Sensor and Actuator Networks, 2(2), 235- 287. 27Industry 4.0 and Industrial Internet of Things