module IV.
module IV.
module IV.
Module IV
IOT CONNECTIVITY TECHNOLOGIES
Dr. Rejeesh Rayaroth
Asst. Professor CSE
MITE
1
13-11-2024
INTRODUCTION
This Module outlines the main features of fifteen identified commonly used
and upcoming IoT connectivity enablers. These connectivity technologies
can be integrated with existing sensing, actuation, and processing solutions
for extending connectivity to them.
Some of these solutions necessarily require integration with a minimal form
of processing infrastructure, such as Wi-Fi.
In contrast, others, such as Zigbee, can work in a standalone mode altogether,
without the need for external processing and hardware support.
These solutions are outlined in the subsequent sections
IEEE 802.15.4
The IEEE 802.15.4 standard represents
the most popular standard for low data
rate wireless personal area networks
(WPAN)
This standard was developed to enable
monitoring and control applications
with lower data rate and extend the
operational life for uses with low-
power consumption.
This standard uses only the first two
layers—physical and data link—for
operation along with two new layers
above it: 1) logical link control (LLC)
and 2) service-specific convergence
sublayer (SSCS).
2
13-11-2024
3
13-11-2024
4
13-11-2024
5
13-11-2024
6
13-11-2024
Zigbee
The Zigbee radio communication is designed for enabling wireless personal
area networks (WPANs). It uses the IEEE 802.15.4 standard for defining its
physical and medium access control (layers 1 and 2 of the OSI stack).
Zigbee finds common usage in sensor and control networks .
It was designed for low-powered mesh networks at low cost, which can be
broadly implemented for controlling and monitoring applications, typically in
the range of 10–100 meters .
The PHY and MAC layers in this communication are designed to handle
multiple low data rate operating devices.
The frequencies of 2.4 GHz, 902–928 MHz or 868 MHz are commonly
associated with Zigbee WPAN operations.
The Zigbee commonly uses 250 kbps data rate which is optimal for both
periodic and intermittent full-duplex data transmission between two Zigbee
entities.
7
13-11-2024
Star topology
In star topology, a coordinator
initiates and manages the other
devices in the Zigbee network.
The other devices which
communicate with the coordinator
are called end devices.
As the star topology is easy to
maintain and deploy, it finds
widespread usage in applications
where a single central controller
manages multiple devices
Mesh topology
A network can be significantly extended
in the Zigbee mesh and tree topologies
by using multiple routers where the root
of the topology is the coordinator.
These configurations allow any Zigbee
device or node to communicate with
any other adjacent node.
In case of the failure of one or more
nodes, the information is automatically
forwarded to other devices through
other functional devices.
8
13-11-2024
Cluster tree
In a Zigbee cluster tree network, a
coordinator is placed in the leaf node
position of the cluster, which is, in
turn, connected to a parent
coordinator who initiates the entire
network.
A typical Zigbee network structure can consist of three different device types,
namely the Zigbee coordinator, router, and end device
Every Zigbee network has a minimum of one coordinator device type who acts
as the root; it also functions as the network bridge.
The coordinator performs data handling and storing operations.
The Zigbee routers play the role of intermediate nodes that connect two or
more Zigbee devices, which may be of the same or different types.
Finally, the end devices have restricted functionality; communication is limited
to the parent nodes.
This reduced functionality enables them to have a lower power consumption
requirement, allowing them to operate for an extended duration. There are
provisions to operate Zigbee in different modes to save power and prolong the
deployed network lifetime.
9
13-11-2024
10
13-11-2024
1)Physical Layer:
This layer is tasked with transmitting and receiving signals, and performing
modulation and demodulation operations on them, respectively.
The Zigbee physical layer consists of 3 bands made up of 27 channels:
the 2.4 GHz band has 16 channels at 250 kbps
the 868.3 MHz has one channel at 20 kbps; and
the 902-928 MHz has ten channels at 40 kbps
2)MAC Layer:
This layer ensures channel access and reliability of data transmission.
CSMA-CA is used for channel access and intra-channel interference
avoidance.
This layer handles communication synchronization using beacon frames.
3)Network Layer:
This layer handles operations such as setting up the network, connecting and
disconnecting the devices, configuring the devices, and routing. •
11
13-11-2024
Operational modes
Zigbee handles two-way data transfer using two operational modes
1) Non beaconmode and 2) beacon mode.
Non beaconmode :
As the coordinators and routers monitor the active state of the received data
continuously in the non-beacon mode, it is more power intensive.
In this mode, there is no provision for the routers and coordinators to sleep.
Beacon mode :
A beacon mode allows the coordinators and routers to launch into a very
low-power sleep state in the absence of data communication from end
devices.
TheZigbee coordinator is designed to periodically wake up and transmit
beacons to theavailable routers in the network.
These beacon networks are used when there is a need for lower duty cycles
and more extended battery power consumption
12
13-11-2024
Thread
Thread is built upon the IEEE 802.15.4 radio standard; it is used for extremely
low power consumption and low latency deployments.
Unlike Zigbee, Thread can extend direct Internet connectivity to the devices it
is connected with.
Thread removes the need for a mobile phone or a proprietary gateway to be in
the range of devices for accessing the Internet.
It is specially designed for IoT with the need for interoperability, security,
power, and architecture addressed in a single radio platform.
13
13-11-2024
14
13-11-2024
ISA100.11A
The ISA100.11A is a very low power communication standard and has been
developed and managed by ISA (International Society of Automation).
Similar to the previous protocols, it uses the IEEE 802.15.4 standard as a base for
building its protocol.
The standard was mainly proposed for industrial plant automation systems.
The ISA100.11A is characterized by an IoT compliant protocol stack, which can also
be integrated with wired networks using Ethernet, support for open access protocols
and device-level interoperability; it boasts of a 128-bit AES (Advanced Encryption
Standard) encryption securing all communications.
The security in ISA100.11A is in two layers: Transport layer and data link layer.
ISA100.11A provides extensive support for IPv6 and UDP and uses TDMA (time-
division multiple access)-based resource sharing with CSMA-CA.
Both IPv6 and UDP as well as star topologies are supported by this standard. The
utilization of IPv6 provides certain distinct benefits to ISA100.11A, such as
increased address sizes, enhanced IPSec-based security measures, savings in network
bandwidth by virtue of multicasting and auto address configuration.
15
13-11-2024
An ISA100.11A wireless network utilizes the 2.4 GHz frequency band for
communication, similar to Wi-Fi and Bluetooth.
To avoid interference over wirelesschannels in the same band, it uses
frequency hopping spread spectrum (FHSS) over atotal of 16 channels.
A definitive feature of this protocol is channel blacklisting, whichblacklists the
channels already in use by other protocols.
This enables the protocol to perform even better by further achieving
immunity from interference.
16
13-11-2024
17
13-11-2024
Network Layer:
The ISA100.11A network layer is 6LoWPAN-compliant and uses IPv6
addressing for an end-to-end routing.
Protocol conversion from IPv6 to 6LoWPAN and 6LoWPAN to IPv6 is
executed at this layer by a router.
Transport Layer:
The ISA100.11A transport layer supports UDP-based connectionless
services.
Application Layer:
The ISA100.11A stack only specifies system managementapplication in this
layer.
18
13-11-2024
WirelessHART
WirelessHART can be considered as the wireless evolution of the highway
addressable remote transducer (HART) protocol
It is a license-free protocol, which was developed for networking smart field
devices in industrial environments.
The lack of wires makes the adaptability of this protocol significantly
advantageous over its predecessor, HART, in industrial settings.
By virtue of its highly encrypted communication, wireless HART is very
secure and has several advantages over traditional communication protocols.
Similar to Zigbee, wirelessHART uses the IEEE 802.15.4 standard for its
protocols designing
19
13-11-2024
The HART encompasses the most number of field devices incorporated in any
fieldnetwork.
WirelessHART makes device placements more accessible and cheaper
The wired and unwired versions differ mainly in the network, data link, and
physical layer. The wired HART lacks a network layer.
HART ensures congestion control in the 2.4 Ghz ISM band by eliminating
channel 26 because of its restricted usage in certain area.
Theuse of interference-prone channels is avoided by using channel switching
after every transmission. The transmissions are synchronized using 10 ms
time-slots.
During each time-slot, all available channels can be utilized by the various
nodes in the network, allowing for the simultaneous propagation of 15 packets
through the network, which also minimizes the risk of collisions between
channels.
20
13-11-2024
21
13-11-2024
Application Layer:
The application layer connects gateways and devices through various
command and response messages.
This layer enables backcompatibility with legacy HART devices as it does
not differentiate between the wired and wireless versions of HART.
22
13-11-2024
RFID
RFID stands for radio frequency identification.
This technology uses tags and readers for communication. RFID tags have data
encoded onto them digitally.
The RFID readers can read the values encoded in these tags without physically
touching them.
RFIDs are functionally similar to barcodes as the data read from tags are stored in a
database.
RFID does not have to rely on line of sight operation, unlike barcodes. The
automatic identification and data capture (AIDC) technology can be considered as
the precursor of RFID.
Similar to AIDC techniques, RFID systems are capable of automatically categorizing
objects.
Categorization tasks such as identifying tags, reading data, and feeding the read data
directly into computer systems through radio waves outline the operation of RFID
systems
NFC
Near field communication (NFC) was jointly developed by Philips and Sony
as ashort-range wireless connectivity standard, enabling peer-to-peer (P2P)
data exchangenetwork.
Communication between NFC devices is achieved by the principle of
magnetic induction, whenever the devices are brought close to one another.
NFC can also be used with other wireless technologies such as Wi-Fi after
establishing and configuring the P2P network.
The communication between compatible devices requires a pair of transmitting
and receiving devices.
The typical NFC operating frequency for data is 13.56 MHz, which supports
data rates of 106, 212, or 424 kbps
23
13-11-2024
24
13-11-2024
25
13-11-2024
Passive NFC devices do not need a power source for communicating with the
NFC reader.
Tags and other small transmitters can act as passive NFC devices.
Passive devices cannot process information; they simply store information,
which is read by an NFC reader.
In contrast, active NFC devices can communicate with active as well as
passive NFC devices.
Active devices are capable of reading as well as writing data to other NFC
terminals or devices.
Some of the most commonly used NFC platforms are smartphones, public
transport card readers, and commercial touch payment terminals.
26
13-11-2024
27
13-11-2024
DASH7
The DASH7 protocol is based on an active RFID standard .
It operates in the 433 MHz frequency band and is being rapidly accepted in
agriculture, vehicles, mobiles, and other consumer electronics-related
applications.
The messages in DASH7 are modulated using FSK (frequency shift keying)
modulation before transmission over the 433 MHz frequency band.
A very crucial aspect of DASH7 is its capability to use its 433.92 MHz
operational band to enable communications with NFC devices.
Recall, as the NFCs operate in the 13.56 MHz band, they can communicate
with DASH7 radios by temporarily modifying/altering their antenna to access
the higher-order harmonics of the DASH7 band (433.92/13.56 = 32 or 25 )
28
13-11-2024
29
13-11-2024
Z-Wave
Z-Wave is an economical and less complicated alternative to Zigbee.
It was developed by Zensys, mainly for home automation solutions .
It boasts of a power consumption much lower than Wi-Fi, but with ranges
greater than Bluetooth.
This feature makes Z-Wave significantly useful for home IoT use by enabling
inter-device communication between Z-wave integrated sensors, locks, home
power distribution systems, appliances, and heating systems.
30
13-11-2024
31
13-11-2024
Each home can have multiple devices, which can talk to the hub using Z-
Wave.
However, the devices themselves cannot connect to the Internet.
The Z-wave can support 232 devices in a single home deployment (a single
hub).
This technology has been designed to be backward compatible. As Z-wave
uses a source-routed static network, mobile devices are excluded from the
network; only static devices are considered
32
13-11-2024
Weightless
Weightless is yet another emerging open standard for enabling networked
communication in IoT; it is especially useful for low-power wide area networks.
It was designed for useful for low-power, low-throughput, and moderate to high
latency applications supporting either or both public and private networks.
The operating frequency of Weightless is restricted to sub-GHz bands, which are also
exempted from the requirements of licensing such as 138 MHz, 433 MHz, 470 MHz,
780 MHz, 868 MHz, 915 MHz, and 923 MHz.
Initially, three standards were released for Weightless:
Weightless P,
Weightless N, and
Weightless W..
Weightless P is the only currently accepted and used standard as it has features
for bi-directional communication over both licensed as well as unlicensed ISM
bands.
Weightless N was designed as an LWPAN uplink-only technology, whereas
Weightless W was designed to make use of the TV whitespace frequencies for
communication
As Weightless P was the most commonly adopted and accepted standard
among the three Weightless standards, it came to be referred to merely as
Weightless.
Weightless provides a true bi-directional and reliable means of
communication, where each message transaction is validated using an
acknowledgment message.
33
13-11-2024
34
13-11-2024
Sigfox
Sigfox is a low-power connectivity solution, which was developed for various
businesses such as building automation and security, smart metering, agriculture,and
others.
It uses ultra-narrowband technology (192 kHz wide) for accessing and
communicating through the radio spectrum.
The typical data rates achieved in Sigfox is in the range 100–600 bits per second.
A binary phase shift keying (BPSK) is used for encoding the message transmission
by changing the phase of the carrier waves, where each message is 100 Hz wide.
Sigfox in Europe utilizes the 868 and 868.2 MHz spectrum, whereas it uses 902 and
928 MHz elsewhere.
As the Sigfox receiver has to access only a very tiny part of the spectrum for
receiving messages, the effects of noise are significantly reduced.
It can even communicate in the presence of jamming signals, making this standard
quite resilient.
35
13-11-2024
Although the Sigfox devices are relatively less complicated, the base stations
are very complicated as they monitor the whole 192 kHz spectrum looking for
UNB (ultra narrow band) transmissions for demodulation.
The base stations in Sigfox follow a cooperative reception principle.
The messages in Sigfox are not attached to any base station, and any base
station in the vicinity of the device can receive messages from it.
This is called the principle of spatial diversity in Sigfox.
The time and frequency diversity, along with the spatial diversity, ensures
excellent quality of service for Sigfox.
36
13-11-2024
37
13-11-2024
LoRa
LoRa or long range is a patented wireless technology for communication
developed by Cycleo of Grenoble, France for cellular-type communications
aimed at providing connectivity to M2M and IoT solutions.
It is a sub-GHz wireless technology that operationally uses the 169 MHz, 433
MHz, 868 MHz, and 915 MHz frequency bands for communication.
LoRa uses bi-directional communication links symmetrically and a spread
spectrum with a 125 kHz wideband for operating.
Applications such as electric grid monitoring are typically suited for utilizing
LoRa for communications.
Typical communication of LoRa devices ranges from 15 to 20 km, with
support for millions of devices.
38
13-11-2024
LoRa is a spread spectrum technology with a broader band (usually 125 kHz
or more).
LoRa achieves high receiver sensitivity by utilizing frequency-modulated chirp
coding gain.
LoRa devices provide excellent support for mobility, which makes them very
useful for applications such as asset tracking and asset management.
In comparison with similar technologies such as NB-IoT, LoRa devices have
significantly higher battery lives, but these devices have low data rates (27 to
50 kbps) and longer latency times
39
13-11-2024
40
13-11-2024
The LoRa network can comprise both or either of wired and wireless
technologies.
The gateways themselves are connected to the network server utilizing IP-
based connections (eitherprivate or public).
The LoRa network server is responsible for scheduling message
acknowledgments, modifying data rates, and removing message redundancies.
Finally, the remote computers have control over the end nodes and act as data
sinks for data originating from these nodes.
The LoRa network security is achieved through various mechanisms such as
unique network key, which ensures security on the network level, unique
application key, which ensures an end-to-end security on the application level
and device specific key.
NB-IoT
NB-IoT or narrowband IoT is an initiative by the
Third Generation Partnership Project (3GPP) to
develop a cellular standard, which can coexist with
cellular systems (2G/3G/4G), be highly interoperable
and that too using minimum power
It is reported that a major portion of the NB-IoT
applications can support a battery life of up to ten years.
NB-IoT also boasts of significant improvements in
reliability, spectrum efficiencies, and system
capacities.
NB-IoT uses orthogonal frequency division
multiplexing (OFDM) modulation, which enhances the
system capacity and increases spectrum efficiency.
Device complexities of NB-IOT are quite high.
NB-IoT also provides support for security features such
as confidentiality, authentication, and integrity.
41
13-11-2024
42
13-11-2024
NB-IoT was developed for non-IP based applications requiring quite small
volumes of daily data transactions, typically in the range of a few tens to a
hundred bytes of data per device daily.
Unlike technologies such as Sigfox and LoRa, the use of OFDM (orthogonal
frequency division multiplexing’s) faster modulation rates ensures higher data
handling capacities for NB-IoT.
Wi-Fi
Wi-Fi or WiFi is technically referred to by its
standard, IEEE 802.11, and is a wireless technology
for wireless local area networking of nodes and
devices built upon similar standards
Wi-Fi utilizes the 2.4 GHz ultra high frequency
(UHF) band or the 5.8 GHz super high frequency
(SHF) ISM radio bands for communication.
For operation, these bands in Wi-Fi are subdivided
into multiple channels.
The communication over each of these channels is
achieved by multiple devices simultaneously using
time-sharing based TDMA multiplexing.
It uses Carrier Sense Multiple Access with Collision
Avoidance (CSMA/CA) for channel access
43
13-11-2024
44
13-11-2024
Bluetooth
Bluetooth is defined by the IEEE 802.15.1 standard and is a short-range
wireless communication technology operating at low power to enable
communication among two or more Bluetooth-enabled devices.
It was initially developed as a cable replacement technology for data
communication between two or more mobile devices such as smartphones and
laptops.
This standard allows the transmission of data as well as voice-over short
distances.
Bluetooth functions on the 2.4 GHz ISM band and has a range of
approximately 10 m.
The transmission of data is done through frequency hopping spread spectrum
(FHSS), which also reduces the interference caused by other devices
functioning in the 2.4 GHz band.
45
13-11-2024
Piconet
Definition: A piconet is a basic Bluetooth network formed by one
master device and up to seven active slave devices.
Structure: It consists of one master and multiple slaves. The master
controls the communication and timing within the piconet.
Coverage: Typically covers a small area.
Usage: Suitable for simple, short-range communication between a few
devices
46
13-11-2024
Scatternet
Definition: A scatternet is a network of multiple interconnected piconets.
Structure: Devices in a scatternet can participate in multiple piconets, acting
as a master in one and a slave in another, effectively bridging the piconets.
Coverage: Provides larger coverage and supports more devices compared to a
single piconet.
Usage: Useful for more complex networking scenarios where multiple devices
need to communicate over a larger area
Bluetooth Low Energy (BLE), the advanced variant of Bluetooth has 2 MHz
wide bands, which can accommodate 40 channels.
Its features include low energy consumption, low cost, multivendor
interoperability, and an enhanced range of operations
Bluetooth connections are encrypted and prevent eavesdropping of
communications between devices.
The inclusion of service-level security adds an additional layer of security by
restricting the usage and device features and activities
47
13-11-2024
48
13-11-2024
3. L2CAP:
It multiplexes logical connections between two devices. It is also tasked with
data segmentation, flow control, and data integrity checks.
4. Service Discovery Protocol:
It is tasked with the discovery of services provided by other Bluetooth devices.
5. Radio Frequency Communications:
It is a cable replacement protocol, which generates a virtual stream of serial
data.
This protocol supports many telephony related profiles as AT commands and
Object Exchange Protocol (OBEX) over Bluetooth..
49