Iot Levels
Iot Levels
https://www.programmingoneonone.com/2022/05/iot-levels.html
Example: We can understand with the help of an eg. let's look at the IoT
device that monitors the lights in a house. The lights are controlled through
switches. The database has maintained the status of each light and also REST
services deployed locally allow retrieving and updating the state of each light
and trigger the switches accordingly. For controlling the lights and
applications, the application has an interface. The device is connected to the
internet and hence the application can be accessed remotely as well.
IoT level 2
A node performs sensing/actuation and local analysis. Data is stored in the
cloud. this level is facilitated where the data involved is big and primary
analysis is not comprehensive
Example: Analysis is done on the cloud and the entire IoT system has
monitored the cloud using an application. Noise monitoring of an area
requires various nodes to function independently of each other. Each has its
own controller service. Data is stored in a cloud database.
IoT level 5
In this level Nodes present locally are of two types end odes and coordinator
nodes End nodes collect data and perform sensing or actuation or both.
Coordinator nodes collect data from end nodes and send it to the cloud. Data is
stored and analyzed in the cloud. This level is best for WSN, where the data
involved is big and the requirement analysis is comprehensive.