Unit I – Introduction to IoT
Unit I – Introduction to IoT (Exam Notes in Simple English)
1. IoT Definition
IoT (Internet of Things) is a network of physical objects or devices connected through the internet that collect, share, and process data automatically.
Examples
- Smart Watch
- Smart Home
- Smart Car
- Smart Farming
Exam Definition
IoT is a system of interconnected devices, sensors, software, and network connectivity that enables objects to collect and exchange data over the Internet.
2. Characteristics of IoT
Connectivity
Devices are connected through the internet.
Intelligence
Devices can make smart decisions.
Sensing
Sensors collect information from the environment.
Dynamic Nature
Devices adapt according to environmental changes.
Scalability
Supports millions of connected devices.
Heterogeneity
Different devices can communicate together.
Automation
Works with minimum human involvement.
3. IoT Conceptual Framework
The conceptual framework shows how IoT works from data collection to user services.
Application Layer
↑
Processing Layer
↑
Network Layer
↑
Perception (Sensing) Layer
Perception (Sensing) Layer
- Collects data using sensors.
Network Layer
- Transfers data through communication networks.
Processing Layer
- Processes and stores data.
Application Layer
- Provides services to users.
4. IoT Architectural Framework
IoT architecture defines the structure of an IoT system.
Four-Layer Architecture
Application Layer
Service Layer
Network Layer
Perception Layer
Advantages
- Easy management
- Better scalability
- Improved security
5. Components of IoT Ecosystem
Sensors
Collect data.
Actuators
Perform actions.
Connectivity
Transfers data.
Cloud
Stores and processes data.
Applications
Provide services to users.
Users
Interact with the system.
6. Physical Design of IoT
Physical design refers to hardware devices used in IoT.
Components
- Sensors
- Actuators
- Communication modules
- Microcontrollers
Example
Sensor → Microcontroller → Wi-Fi Module
7. Logical Design of IoT
Logical design explains how IoT devices communicate and process data.
Functional Blocks
Device Block
Sensors and actuators.
Communication Block
Transfers data.
Service Block
Provides services.
Management Block
Manages devices.
Security Block
Provides protection.
8. IoT Enablers
IoT enablers are technologies that make IoT possible.
Important Enablers
- Sensors
- RFID
- NFC
- Cloud Computing
- Artificial Intelligence
- Big Data Analytics
- Wireless Networks
- IPv6
9. Modern Day IoT Applications
Smart Home
Smart lights, smart locks.
Smart City
Traffic and parking management.
Healthcare
Remote patient monitoring.
Agriculture
Smart irrigation systems.
Industrial IoT (IIoT)
Machine monitoring.
Transportation
Vehicle tracking systems.
10. M2M Communication
Full Form
Machine-to-Machine Communication
Definition
Communication between machines without human intervention.
Example
ATM communicating with a bank server.
Features
- Automatic communication
- Data exchange
- Remote monitoring
11. IoT vs M2M
| IoT | M2M |
|---|---|
| Internet-based | Direct machine communication |
| Uses cloud services | Usually no cloud |
| Highly scalable | Limited scalability |
| Global connectivity | Point-to-point communication |
Key Point
IoT is broader than M2M.
12. IoT vs WoT
WoT Full Form
Web of Things
Definition
WoT uses web technologies to access IoT devices.
| IoT | WoT |
|---|---|
| Connects devices | Connects devices using web standards |
| Focus on connectivity | Focus on accessibility |
| Uses sensors and networks | Uses HTTP and REST APIs |
13. IoT Reference Architecture
Reference architecture provides a standard model for IoT.
Business Layer
Application Layer
Processing Layer
Network Layer
Perception Layer
Perception Layer
Collects data.
Network Layer
Transfers data.
Processing Layer
Stores and analyzes data.
Application Layer
Provides user services.
Business Layer
Handles business processes.
14. IoT Network Configurations
Point-to-Point
One device communicates with one device.
Star Topology
Device
|
Device--Hub--Device
|
Device
Mesh Topology
Device ↔ Device
↕ ↕
Device ↔ Device
Tree Topology
Root
/ \
Node Node
/ \ \
Node Node Node
15. IoT LAN
Full Form
Local Area Network
Definition
Network covering a small area.
Examples
- Home Wi-Fi
- Office network
Features
- High speed
- Short distance
16. IoT WAN
Full Form
Wide Area Network
Definition
Network covering large geographical areas.
Examples
- Internet
- Cellular networks
Features
- Long-distance communication
- Large coverage area
17. IoT Node
An IoT Node is a device connected to an IoT network.
Components
- Sensor
- Processor
- Communication module
Examples
- Smart meter
- Smart sensor
18. IoT Gateway
An IoT Gateway acts as a bridge between IoT devices and the cloud.
Functions
- Data collection
- Protocol conversion
- Security management
Diagram
Sensor → Gateway → Cloud
19. IoT Proxy
An IoT Proxy is an intermediate device that manages communication between IoT devices and applications.
Functions
- Security
- Data filtering
- Traffic management
Advantages
- Improves performance
- Enhances security
20. Basic Microcontrollers
A microcontroller is a small computer on a single chip.
Components
- CPU
- Memory
- Input/Output Ports
Examples
- Arduino
- ESP32
- PIC
- 8051
Applications
- IoT Devices
- Robotics
- Automation
21. Interfacing of Microcontrollers
Interfacing means connecting external devices with a microcontroller.
Sensor Interfacing
Sensor → Microcontroller
Actuator Interfacing
Microcontroller → Motor/Relay
Communication Module Interfacing
Microcontroller → Wi-Fi/Bluetooth Module
Quick Revision (Most Important)
IoT
Network of connected devices that exchange data.
M2M
Machine-to-Machine Communication.
WoT
Web of Things.
IoT Node
Device connected to IoT network.
IoT Gateway
Bridge between devices and cloud.
IoT Proxy
Intermediate communication device.
LAN
Local Area Network.
WAN
Wide Area Network.
Perception Layer
Also called Sensing Layer; collects data using sensors.
IoT Enablers
Sensors, RFID, NFC, Cloud, AI, Big Data, IPv6.
Microcontroller
Small computer chip used in IoT systems.
Comments
Post a Comment