Connectivity का आधार — devices को network पर जोड़ता है.
Objects or devices जो data store/exchange कर सकते हैं.
Collect data from the environment and transmit it over a network; can be embedded in the IoT device or positioned remotely.
Mechanical devices that receive data signals and perform actions based on those signals.
Allows IoT devices to communicate with each other over the Internet.
Central hub connecting IoT devices to cloud services; collects data, creates alerts and moves data to the cloud.
Secure centralized system that stores, analyzes and shares IoT data and provides a platform for access/analysis.
Turns raw information into actionable insights.
Allows intuitive interaction with the system.
Sensors collect physical-environment data such as temperature, humidity and motion.
Data goes through connectivity protocols such as Wi-Fi or Bluetooth to cloud/local servers.
Software or AI processes/analyzes received data to derive useful insights.
Processed data may trigger actions such as turning on heating or sending alerts.
| Layer | Role from source |
|---|---|
| Device Layer | Sensors and devices collect raw data. |
| Network Layer | Communication between devices through Wi-Fi, 4G/5G, Zigbee, etc. |
| Processing Layer | Data processed in cloud or at the edge, near devices. |
| Application Layer | User interfaces such as mobile apps for interaction and monitoring. |
Smart thermostats, lights and security cameras; convenience and energy efficiency.
Wearable devices such as fitness trackers and heart monitors for health metrics.
Manufacturing sensors/devices for predictive maintenance, automation and efficiency optimization.
IoT systems for traffic, waste and energy management to improve urban living.
Precision farming; monitoring soil moisture, weather and crop health.
| Technology | Use Case stated in source |
|---|---|
| Wi-Fi | Primarily home and office IoT devices. |
| Bluetooth / BLE | Short-range communication, especially personal IoT devices such as wearables and smartphones. |
| Zigbee | Home automation and industrial IoT, including smart lighting and security systems. |
| LoRaWAN | Remote, long-range IoT applications such as agriculture, smart cities and utility monitoring. |
| Z-Wave | Home automation, primarily smart homes. |
| 5G | High-performance IoT requiring real-time data, such as autonomous vehicles, smart cities and healthcare. |
IPv6 over Low-Power Wireless Personal Area Networks. Source use case: lets IoT devices use IPv6 in low-power, low-bandwidth environments.
Routing Protocol for Low Power and Lossy Networks. Used in low-power, lossy networks (LLNs) with limited resources.
Source lists TCP as reliable and connection-oriented.
Source lists UDP as connectionless; the following source line prints “Sun-reliable”.
| Protocol | Use Case from source |
|---|---|
| HTTP | Communication between web servers and IoT devices, particularly RESTful APIs. |
| CoAP | Designed for low-power, low-bandwidth IoT devices such as smart sensors and actuators. |
| MQTT | Real-time messaging and telemetry; smart homes, industrial systems, connected vehicles. |
| AMQP | Applications requiring high reliability and security, including enterprise and industrial IoT. |
| DDS | Real-time, mission-critical uses such as autonomous vehicles, robotics and military. |
| XMPP | Chat applications; can also support IoT messaging. |
Used to secure data transmissions, especially over HTTP (HTTPS) or MQTT.
Similar use to TLS; source explicitly notes SSL is now considered obsolete and replaced by TLS.
Public Key Infrastructure — device authentication and secure communication in IoT systems.
Authorization and authentication so IoT devices can securely connect to cloud-based applications.
Physical device that measures/detects a physical quantity and converts it into a signal for processing/control analysis.
Electronic device that receives a signal and performs a physical action such as rotating, switching on/off or moving something.
Converts a signal from one physical structure to another — one type of energy into another; may be used as an actuator in various systems.
| Sensor | Actuator |
|---|---|
| Environment से input लेता है और surrounding conditions sense करता है. | System से command/input लेकर environment/load पर physical output देता है. |
| Physical quantities/characteristics को electric signals में बदलता है. | Electric signals को physical action, force या motion में बदलता है. |
| Monitoring/control के लिए system को environment की स्थिति देता है. | Control system में output device के रूप में कार्य करता है. |
| Source uses: pressure, temperature, fluid levels, flow, vibration, speed etc. | Source uses: control valves, dampers, guide vanes, moving objects/conveyor belts/robotic arms etc. |
| Examples: Thermocouple, photo cell, RTD, LVDT, strain gauge, load cell, hall sensors, differential flow meters, speed probes, pH meter. | Examples: motor actuator, servo motor, stepper motor, heaters, electro-pneumatic, electro-hydraulic and magnetic actuators. |
| Term | Recall cue from source |
|---|---|
| 1999 | Kevin Ashton coined the concept “Internet of Things”. |
| Sensor | Collects/measures environment data; converts physical quantity to signal. |
| Actuator | Receives signal and performs physical action. |
| Gateway | Central hub connecting IoT devices to cloud services. |
| IoT Cloud | Stores, analyzes and shares IoT data. |
| 4-layer architecture | Device → Network → Processing → Application. |
| BLE | Short-range personal IoT, wearables/smartphones. |
| LoRaWAN | Remote/long-range IoT. |
| 6LoWPAN | IPv6 in low-power, low-bandwidth environments. |
| RPL | Routing for low-power and lossy networks. |
| MQTT | Real-time messaging and telemetry. |
| CoAP | Low-power, low-bandwidth IoT devices. |
| TLS | Secure data transmission; source mentions HTTPS/MQTT. |
| PKI | Device authentication and secure communication. |
| Transducer | Converts one signal/energy form into another. |