IOT Levels
IOT Levels
and
Deploymen
t Template
Prepared by :
Raja Mahani binti Raja
Mohamed Ali
Contents
1. INTRODUCTION
2. REST VS WEBSOCKET
3. IOT LEVELS
● LEVEL 1
● LEVEL 2
● LEVEL 3
● LEVEL 4
● LEVEL 5
● LEVEL 6
Learning Outcome
At the end of the lesson, students should be able
to :
01 02 03
Identify the Describe Distinguish
levels of IoT each of the between all
and IoT level and the IoT levels
deployment deployment and
templates template deployment
template
Introduction
An IoT system comprises of the following components:
Header Overhead REST APIs have a higher WebSockets have a low overhead
message overhead compared to per message. They’re ideal for
WebSockets. They’re best suited use cases that require low-
for use cases where you want to latency, high-frequency
create, retrieve, delete, or communication.
update resources.
IOT LEVELS
01 02 03 04 05 06
Level 1 Level 2 Level 3 Level 4 Level 5 Level 6
01
Level 1
A level-1 IoT system has the following
characteristics:
-a single node.
-data is stored and analyzed in the cloud
and
application is cloud-based
-are suitable for solutions where the data
involved is
big and the analysis requirements are
computationally intensive.
DEPLOYMENT
TEMPLATE
EXAMPLE OF IOT FOR WEBSOCKET
LEVEL
Let us consider 3 of a level-3
an example
The
SERVICE
benefit of using WebSocket
IoT system for tracking package
handling. The system consists of a service instead of REST service is
single node (for a package) that cloud. Moreover, cloud-based
monitors the vibration levels for a applications involves in the real-
package being shipped. The device in time data whereby the sensor data
this system uses accelerometer and can be sent in real time. In the
gyroscope sensors for monitoring other hand, the sensor data feeds
vibration levels. The controller service for viewing the real-time data.
sends the sensor data to the cloud in
real-time using a WebSocket service.
The data is stored in the cloud and also
visualized using a cloud-based
application. The analysis components in
the cloud can trigger alerts if the
vibration levels become greater than a
threshold.
04
Level 4
A level-4 loT system has the following
characteristics:
Conclusion
Activity
Work in group to create a
comparison table to show the
differences of all level in IoT
Good Luck Guys!!!
THANK YOU!