IoT_Unit3+4
IoT_Unit3+4
● Key Features:
○ Uses a management system called an SNMP Manager
and devices called SNMP Agents.
○ MIB (Management Information Base) is like a dictionary
that stores the data structure of the devices.
○ Works on UDP, which is lightweight but less reliable.
● Pros: It's simple, widely used, and great for monitoring
traditional network devices like routers, switches, and
servers.
● Cons: Not really designed for modern IoT environments. It’s
not that scalable and lacks security.
● Key Features:
○ It’s human-readable (like JSON or XML).
○ Defines the schema for your configurations, making it
easier to validate and manage data.
● Use Case: It’s perfect for managing network configurations
in an organized and scalable way, especially in IoT networks
where devices have varied configurations.
Combining NETCONF and YANG is like the dream team for IoT
system management.
● How It Works:
○ NETCONF handles the communication part, ensuring
secure and efficient configuration management.
○ YANG defines the data models, making it easier to
manage configurations, monitor devices, and automate
updates.
● Benefits:
○ Scalability: Can handle thousands of devices easily.
○ Security: Built-in support for secure communication.
○ Flexibility: YANG models can be customized for
different IoT applications.
UNIT - 4
1. Introduction to Raspberry Pi
When it comes to IoT, the cloud is your best friend for storing
and managing all the data coming from your devices. Here’s the
rundown:
A web server lets you control your IoT devices remotely. Imagine
turning on your home lights from your phone—that’s the web
server doing its magic.
IoT + Cloud = Perfect Match. The cloud is crucial for IoT because
it handles all the heavy lifting of data processing, storage, and
management.