IOT Unit 1
IOT Unit 1
INTRODUCTION OF IOT
IOT: Internet technology connecting devices, machines and tools to the internet by means of wireless
technologies. Unification of technologies such as low-power embedded systems, cloud computing, big-
data, machine learning, and networking.
Alternate Definition
The Internet of Things (IoT) is the network of physical objects that contain embedded technology to
communicate and sense or interact with their internal states or the external environment.
Definition:
A dynamic global n/w infrastructure with self configuring capabilities based on standard and
interoperable communication protocols where physical and virtual ―things‖ have identities, physical
attributes and virtual personalities and use intelligent interfaces, and are seamlessly integrated into
information n/w, often communicate data associated with users and their environments.
Characteristics:
1) Dynamic & Self Adapting: IoT devices and systems may have the capability to dynamically adapt with
the changing contexts and take actions based on their operating conditions, user‗s context or sensed
environment. Eg: the surveillance system is adapting itself based on context and changing conditions.
2) Self Configuring: allowing a large number of devices to work together to provide certain functionality.
4) Unique Identity: Each IoT device has a unique identity and a unique identifier (IP address).
5) Integrated into Information Network: that allow them to communicate and exchange data with other
devices and systems.
Applications of IoT:
1) Home
2) Cities
3) Environment
4) Energy
5) Retail
6) Logistics
7) Agriculture
8) Industry
An IoT device may consist of several interfaces for communication to other devices both wired and
wireless. These includes (i) I/O interfaces for sensors, (ii) Interfaces for internet connectivity (iii) memory
and storage interfaces and (iv) audio/video interfaces.
2) IoT Protocols:
a) Link Layer : Protocols determine how data is physically sent over the network‗s physical layer
or medium. Local network connect to which host is attached. Hosts on the same link exchange data
packets over the link layer using link layer protocols. Link layer determines how packets are coded and
signaled by the h/w device over the medium to which the host is attached
Protocols:
802.3-Ethernet: IEEE802.3 is collection of wired Ethernet standards for the link layer. Eg: 802.3
uses co-axial cable; 802.3i uses copper twisted pair connection; 802.3j uses fiber optic connection;
802.3ae uses Ethernet over fiber.
802.15.4-LR-WPAN: IEEE802.15.4 is a collection of standards for low rate wireless personal area
network(LR-WPAN). Basis for high level communication protocols such as Zig Bee. Provides data rate
from 40kb/s to 250kb/s.
Protocols:
IPv4: Internet Protocol version4 is used to identify the devices on a n/w using a hierarchical
addressing scheme. 32 bit address. Allows total of 2**32addresses.
IPv6: Internet Protocol version6 uses 128 bit address scheme and allows 2**128 addresses
TCP: Transmission Control Protocol used by web browsers(along with HTTP and HTTPS), email(along
with SMTP, FTP). Connection oriented and stateless protocol. IP Protocol deals with sending packets,
TCP ensures reliable transmission of protocols in order. Avoids n/w congestion and congestion collapse.
UDP: User Datagram Protocol is connectionless protocol. Useful in time sensitive applications, very
small data units to exchange. Transaction oriented and stateless protocol. Does not provide guaranteed
delivery.
D) Application Layer: Defines how the applications interface with lower layer protocolsto send
data over the n/w. Enables process-to-process communication using ports. Protocols:
HTTP: Hyper Text Transfer Protocol that forms foundation of WWW. Follow requestresponse model
Stateless protocol.
MQTT: Message Queue Telemetry Transport is light weight messaging protocol based on publish-
subscribe model. Uses client server architecture. Well suited for constrained environment.
XMPP: Extensible Message and Presence Protocol for real time communication and streaming XML
data between network entities. Support client-server and server-server communication.
DDS: Data Distribution Service is data centric middleware standards for device-to-device or machine-
to-machine communication. Uses publish-subscribe model.
AMQP: Advanced Message Queuing Protocol is open application layer protocol for business
messaging. Supports both point-to-point and publish-subscribe model
1) IoT Functional Blocks: Provide the system the capabilities for identification, sensing,
actuation, communication and management
Device: An IoT system comprises of devices that provide sensing, actuation, monitoring and control
functions.
Services: for device monitoring, device control services, data publishing services and services for
device discovery.
Security: Secures IoT system and priority functions such as authentication ,authorization, message
and context integrity and data security.
Application: IoT application provide an interface that the users can use to control and monitor
various aspects of IoT system.
1) Request-Response Model
Involves publishers, brokers and consumers. Publishers are source of data. Publishers send data to the
topics which are managed by the broker. Publishers are not aware of the consumers. Consumers
subscribe to the topics which are managed by the broker. When the broker receives data for a topic
from the publisher, it sends the data to all the subscribed consumers.
3) Push-Pull Model: in which data producers push data to queues and consumers pull data from
the queues. Producers do not need to aware of the consumers. Queues help in decoupling the message
between the producers and consumers
3)IoT Communication APIs:
Stateless: Each request from client to server must contain all the info. Necessary to understand the
request, and cannot take advantage of any stored context on the server.
Cache-able: Cache constraint requires that the data within a response to a request be implicitly or
explicitly labeled as cache-able or non-cacheable. If a response is cache-able, then a client cache is given
the right to reuse that response data for later, equivalent requests.
Layered System: constraints the behavior of components such that each component cannot see
beyond the immediate layer with which they are interacting.
User Interface: constraint requires that the method of communication between a client and a
server must be uniform.
Code on Demand: Servers can provide executable code or scripts for clients to execute in their
context. This constraint is the only one that is optional.
RESTful web service is a collection of resources which are represented by URIs. RESTful web API has a
base URI(e.g: http://example.com/api/tasks/). The clients and requests to these URIs using the methods
defined by the HTTP protocol(e.g: GET, PUT, POST or DELETE). A RESTful web service can support various
internet media types.
b) WebSocket Based Communication APIs: WebSocket APIs allow bi-directional, full duplex
communication between clients and servers. WebSocket APIs follow the exclusive pair communication
model.
Platform-as-a-Service(PaaS): provides users the ability to develop and deploy application in cloud
using the development tools, APIs, software libraries and services provided by the cloud service
provider.
3) Big Data Analytics: Some examples of big data generated by IoT are
Sensor data generated by IoT systems.
Machine sensor data collected from sensors established in industrial and energy systems.
4) Communication Protocols: form the back-bone of IoT systems and enable network
connectivity and coupling to applications.
Define the exchange formats, data encoding addressing schemes for device and routing of packets
from source to destination.
2) IoT Level2: has a single node that performs sensing and/or actuating and local analysis as shown in
fig. Data is stored in cloud and application is usually cloud based. Level2 IoT systems are suitable for
solutions where data are involved is big, however, the primary analysis requirement is not
computationally intensive and can be done locally itself. An e,g., of Level2 IoT system for Smart
Irrigation.
3) IoT Level3: system has a single node. Data is stored and analyzed in the cloud application is cloud
based as shown in fig. Level3 IoT systems are suitable for solutions where the data involved is big
and analysis requirements are computationally intensive. An example of IoT level3 system for
tracking package handling
4) IoT Level4: System has multiple nodes that perform local analysis. Data is stored in the cloud and
application is cloud based as shown in fig. Level4 contains local and cloud based observer nodes
which can subscribe to and receive information collected in the cloud from IoT devices. An example
of a Level4 IoT system for Noise Monitoring.
5) IoT Level5: System has multiple end nodes and one coordinator node as shown in fig. The end
nodes that perform sensing and/or actuation. Coordinator node collects data from
theendnodesandsendstothecloud.Dataisstoredandanalyzedinthecloudand application is cloud
based. Level5 IoT systems are suitable for solution based on wireless sensor network, in which data
involved is big and analysis requirements are computationally intensive. An example of Level5
system for Forest Fire Detection.
6) IoT Level6: System has multiple independent end nodes that perform sensing and/or actuation
and sensed data to the cloud. Data is stored in the cloud and application is cloud based as shown in
fig. The analytics component analyses the data and stores the result in the cloud data base. The
results are visualized with cloud based application. The centralized controller is aware of the status
of all the end nodes and sends control commands to nodes. An example of a Level6 IoT system for
Weather Monitoring System.