Internet of Things and Applications

Table of Contents

  1. IoT Architecture
  2. IoT Protocols
  3. IoT Communication Models
  4. Sensors and Actuators
  5. RFID in IoT
  6. IoT Platforms
  7. Edge Computing vs Fog Computing
  8. IoT in Smart Cities
  9. IoT in Healthcare
  10. IoT in Agriculture
  11. Industrial IoT (IIoT)
  12. IoT Security Challenges
  13. IoT Data Analytics
  14. Digital Twins
  15. LPWAN Technologies
  16. IoT Device Management

1. IoT Architecture

Three-Layer Architecture

┌──────────────────────────────────────────────┐
           APPLICATION LAYER                   
  (Smart cities, healthcare, agriculture,      
   industrial monitoring, home automation)     
├──────────────────────────────────────────────┤
           NETWORK LAYER                       
  (WiFi, Bluetooth, ZigBee, Cellular,          
   LoRaWAN, 5G, satellite)                    
├──────────────────────────────────────────────┤
           PERCEPTION LAYER                    
  (Sensors, actuators, RFID tags, GPS,         
   cameras, smart meters)                      
└──────────────────────────────────────────────┘

Detailed Five-Layer Architecture

Layer Name Function Components
1 Perception Layer Sense the physical world Sensors, actuators, RFID, cameras
2 Network Layer Connectivity & transport WiFi, Bluetooth, LoRaWAN, 5G, gateways
3 Edge/Fog Layer Local processing & filtering Edge devices, fog nodes, microcontrollers
4 Data Management Storage & analytics Cloud, databases, big data platforms
5 Application Layer User-facing services Dashboards, apps, APIs, alerts

Key Architectural Components


2. IoT Protocols

2.1 MQTT (Message Queuing Telemetry Transport)

Feature Description
Type Lightweight publish-subscribe messaging
Transport TCP (connection-oriented)
Overhead Minimal (2-byte minimum header)
QoS Levels 0 (at most once), 1 (at least once), 2 (exactly once)
Model Publish/Subscribe via Broker
Use Case Low bandwidth, unreliable networks, constrained devices

Architecture:

Publisher ──→ [Broker/MQTT Server] ──→ Subscriber
(Sensor)     (Mosquitto, AWS IoT,    (App, Dashboard)
              Azure IoT Hub)

Topics: home/livingroom/temperature
        factory/machine1/vibration

Key Concepts:
- Topics: Hierarchical message namespaces
- Retained Messages: Last message stored by broker for new subscribers
- Last Will and Testament: Message sent if client disconnects unexpectedly
- Clean Session: Controls whether broker preserves session state

2.2 CoAP (Constrained Application Protocol)

Feature Description
Type Lightweight RESTful protocol
Transport UDP (connectionless)
Model Request-Response (HTTP-like)
Methods GET, POST, PUT, DELETE
Overhead 4-byte fixed header
Use Case Resource-constrained devices (8-bit microcontrollers)

MQTT vs CoAP:

Feature MQTT CoAP
Transport TCP UDP
Model Pub/Sub Request-Response
Overhead 2 bytes 4 bytes
Reliability QoS levels (0,1,2) Confirmable messages
Use Case Sensor data streaming Device control, on-off
Multicast No (via broker) Yes (native)

2.3 AMQP (Advanced Message Queuing Protocol)

Feature Description
Type Message-oriented middleware
Transport TCP
Model Publish/Subscribe, Point-to-Point
Features Routing, transactions, security, queuing
Use Case Enterprise messaging, financial systems

Key Constructs:
- Exchange: Routes messages to queues based on rules (direct, topic, fanout, headers)
- Queue: Buffer holding messages for consumers
- Binding: Rule connecting exchange to queue

2.4 XMPP (Extensible Messaging and Presence Protocol)

Feature Description
Type XML-based real-time communication
Transport TCP (persistent connection)
Model Client-Server
Strengths Federation, presence, identity, security
Use Case Chat, presence, real-time IoT messaging

2.5 6LoWPAN (IPv6 over Low-Power Wireless Personal Area Networks)

Feature Description
Type Network layer adaptation protocol
Purpose Enables IPv6 packets over IEEE 802.15.4 (low-power radio)
Compression Compresses IPv6 header from 40 bytes to ~2 bytes
MTU 127 bytes (802.15.4) → fragmentation/reassembly
Use Case Connect tiny devices (sensors) to the Internet directly

Protocol Comparison Summary

Protocol Layer Transport Model Best For
MQTT Application TCP Pub/Sub Sensor telemetry
CoAP Application UDP Request-Response Device control
AMQP Application TCP Messaging Enterprise IoT
XMPP Application TCP Client-Server Real-time IoT
6LoWPAN Network 802.15.4 IPv6 Tiny IP devices
HTTP/REST Application TCP Request-Response Resource-rich devices

3. IoT Communication Models

3.1 Request-Response Model

Client ──Request──▶ Server
Client ◀──Response── Server

3.2 Publish-Subscribe Model

Publisher──→ [Broker] ──→ Subscriber₁
                     └──→ Subscriber₂
                     └──→ Subscriber₃

3.3 Push-Pull Model

Producer ──Push──→ [Message Queue] ──Pull──→ Consumer

3.4 Exclusive Pair Model

Client ◀═══════════════▶ Server
          (Dedicated Channel)

Model Comparison

Model Coupling Communication Real-time Example
Request-Response Synchronous One-to-one Moderate REST APIs
Pub/Sub Loosely coupled One-to-many Yes MQTT
Push-Pull Loosely coupled Many-to-many Yes Kafka
Exclusive Pair Tightly coupled One-to-one Yes WebSocket

4. Sensors and Actuators

Sensors

A sensor detects changes in physical/environmental parameters and converts them to electrical signals.

Types of Sensors

Category Parameter Examples
Temperature Heat/cold Thermistor, RTD, thermocouple, LM35
Humidity Moisture DHT11, DHT22, capacitive sensors
Pressure Force per area Barometer, piezoresistive
Light Illuminance LDR, photodiode, phototransistor
Motion Movement PIR, accelerometer, gyroscope, MEMS
Proximity Distance Ultrasonic (HC-SR04), IR, capacitive
Gas Air quality MQ-2 (smoke), MQ-7 (CO), MQ-135 (air)
Sound Audio level Microphone, sound sensor
Location GPS coordinates GPS module (NEO-6M)
Biometric Body parameters Heart rate, SpO2, ECG, fingerprint

Sensor Characteristics

Characteristic Description
Range Minimum to maximum measurable value
Resolution Smallest detectable change
Accuracy Closeness to true value
Precision Repeatability of measurements
Sensitivity Output change per unit input change
Response Time Time to reach stable output after input change
Drift Gradual change in output over time

Actuators

An actuator converts electrical signals into physical action (movement, heat, light, sound).

Types of Actuators

Type Mechanism Examples
Electric Electromagnetic Motors (DC, servo, stepper), solenoids, relays
Hydraulic Fluid pressure Hydraulic cylinders, pumps
Pneumatic Air pressure Pneumatic cylinders, air muscles
Piezoelectric Crystal deformation Buzzers, precision positioning
Thermal Heat-induced change Heating elements, thermoelectric coolers

Sensor-Actuator System Flow

Physical Parameter → Sensor → ADC → Microcontroller → DAC → Actuator → Physical Action
                     (Sense)                  (Process)              (Act)

5. RFID in IoT

Components

Component Function
Tag (Transponder) Stores data; attached to objects
Reader (Interrogator) Reads/writes tag data via radio waves
Antenna Transmits/receives radio signals
Backend System Processes and stores tag data

RFID Types by Power

Type Power Source Range Cost Example
Passive Powered by reader signal Few cm to 10 m Low Access cards, supply chain
Active On-board battery Up to 100 m High Vehicle tracking, toll (FASTag)
Semi-passive Battery for circuit, reader for communication Medium Medium Environmental monitoring

Frequency Bands

Band Frequency Range Use Case
LF 125-134 kHz <10 cm Animal tracking, access control
HF 13.56 MHz 1 m NFC, library books, smart cards
UHF 860-960 MHz Up to 12 m Supply chain, inventory, toll collection
Microwave 2.45/5.8 GHz Up to 30 m Vehicle identification

RFID in IoT Applications


6. IoT Platforms

6.1 AWS IoT Core

Feature Description
Protocol Support MQTT, HTTPS, LoRaWAN
Device Management AWS IoT Device Management, fleet indexing
Security X.509 certificates, IAM policies, encryption
Rules Engine Routes data to AWS services (S3, DynamoDB, Lambda)
Shadow (Twin) JSON document storing device state
Analytics AWS IoT Analytics for data processing

6.2 Google Cloud IoT (Deprecated, replaced by Google Cloud)

Feature Description
Protocol Support MQTT, HTTPS
Device Registry Manage and configure devices
Data Pipeline Cloud Pub/Sub → BigQuery/Cloud Functions
Edge TPU Machine learning at the edge
Integration BigQuery, Data Studio, AutoML

6.3 Azure IoT Hub

Feature Description
Protocol Support MQTT, AMQP, HTTPS
Device-to-Cloud Telemetry from devices to cloud
Cloud-to-Device Commands to devices
Device Twin JSON document synced between device and cloud
IoT Edge Run cloud workloads on edge devices
IoT Central SaaS platform for IoT app development
Security Per-device authentication, X.509, SAS tokens

Platform Comparison

Feature AWS IoT Azure IoT Google Cloud
Protocols MQTT, HTTPS, LoRaWAN MQTT, AMQP, HTTPS MQTT, HTTPS
Device Twin Thing Shadow Device Twin Device Config
Edge Computing Greengrass IoT Edge Edge TPU
Analytics IoT Analytics Stream Analytics BigQuery
Pricing Per message Per message tier Per connection hour

Other Notable Platforms


7. Edge Computing vs Fog Computing

Edge Computing

Fog Computing

Comparison

Feature Edge Computing Fog Computing
Processing Location Device or nearest gateway Intermediate nodes (routers, switches)
Latency Very low Low
Processing Power Limited Moderate
Coverage Single device/local Regional/network-wide
Storage Minimal Moderate
Bandwidth Savings High High
Example Smartwatch, Raspberry Pi Factory server, neighborhood node
Architecture Distributed (device-level) Hierarchical (multiple layers)

Edge vs Fog vs Cloud

Feature Edge Fog Cloud
Latency <1 ms 1-10 ms >100 ms
Processing On-device Near-device Remote data center
Scalability Very limited Moderate Virtually unlimited
Use Case Real-time control Batch aggregation Big data analytics

8. IoT in Smart Cities

Key Applications

Application Description Technologies
Smart Traffic Adaptive traffic signals, congestion detection Loop detectors, cameras, AI
Smart Lighting Adaptive street lighting based on presence PIR sensors, ambient light sensors
Waste Management Smart bins with fill-level monitoring Ultrasonic sensors, LoRaWAN
Smart Parking Real-time parking availability Magnetic sensors, cameras
Air Quality Pollution monitoring across city Gas sensors, PM2.5 sensors
Smart Water Leak detection, quality monitoring Pressure sensors, pH sensors
Smart Grid Automated energy distribution Smart meters, SCADA
Public Safety Surveillance, emergency response Cameras, gunshot detectors

India's Smart Cities Mission

Benefits of IoT in Smart Cities


9. IoT in Healthcare

Applications

Application Description Devices
Remote Patient Monitoring Continuous vital sign tracking Wearables, patches
Smart Pill Dispensers Medication adherence Smart dispensers
Telemedicine Remote consultation Connected diagnostic devices
Hospital Asset Tracking Track equipment and patients BLE beacons, RFID
Smart Hospital Automated environment control HVAC, lighting sensors
Fall Detection Elderly care monitoring Accelerometers, gyroscopes
Glucose Monitoring Continuous blood sugar tracking CGM sensors

Key Devices

Benefits

Challenges


10. IoT in Agriculture

Smart Agriculture Technologies

Technology Application Sensors/Devices
Precision Farming Optimize inputs (water, fertilizer, pesticide) Soil sensors, drones, GPS
Smart Irrigation Automated watering based on soil moisture Soil moisture sensors, weather stations
Livestock Monitoring Track animal health and location GPS collars, RFID, accelerometers
Greenhouse Automation Climate control for crops Temp/humidity sensors, actuators
Crop Disease Detection Early identification of diseases Image sensors, spectral sensors
Soil Analysis Nutrient and pH monitoring NPK sensors, pH sensors, EC sensors
Weather Monitoring Micro-climate data Weather stations, rain gauges

India's IoT in Agriculture

Benefits


11. Industrial IoT (IIoT)

Overview

IIoT applies IoT technologies in manufacturing and industrial settings for automation, monitoring, and optimization.

Key Applications

Application Description
Predictive Maintenance Monitor equipment health to predict failures before they happen
Asset Tracking Track location and status of tools, vehicles, inventory
Quality Control Automated inspection using sensors and computer vision
Supply Chain Optimization End-to-end visibility of goods movement
Energy Management Monitor and optimize energy consumption
Safety Monitoring Detect hazardous conditions, monitor worker safety
Digital Twin Virtual replica of physical assets for simulation

IIoT Protocols

Protocol Use Case
OPC UA Machine-to-machine communication, interoperability
Modbus Industrial automation (PLC communication)
PROFINET Real-time industrial Ethernet
MQTT Lightweight telemetry from machines
CoAP Constrained device communication

Industry 4.0

Germany's initiative for the Fourth Industrial Revolution:
1. First: Mechanization (steam power)
2. Second: Mass production (conveyor belt, electricity)
3. Third: Automation (computers, PLC)
4. Fourth: Cyber-physical systems, IoT, AI, cloud

Key Enablers: IoT, AI/ML, Big Data, Cloud Computing, Cybersecurity, Digital Twin, Additive Manufacturing (3D Printing)


12. IoT Security Challenges

Unique Security Challenges

Challenge Description
Resource Constrained Limited CPU, memory, battery for encryption
Large Attack Surface Millions of devices = millions of potential entry points
Lack of Standards Heterogeneous protocols and devices
Physical Access Devices in public/unsecured locations
Firmware Updates Difficult to patch millions of deployed devices
Data Privacy Continuous data collection raises privacy concerns
Default Credentials Many devices ship with weak/default passwords

Common IoT Attacks

Attack Description
Botnet (Mirai) Hijack IoT devices to launch DDoS attacks
Man-in-the-Middle Intercept and alter communication
Firmware Tampering Replace legitimate firmware with malicious code
Eavesdropping Capture unencrypted sensor data
Side-Channel Extract keys via power analysis, timing
Replay Attack Capture and retransmit valid messages

Security Solutions

Layer Solution
Device Secure boot, hardware security modules, unique device identity
Communication TLS/DTLS, encryption, mutual authentication
Network Firewalls, intrusion detection, network segmentation
Cloud Secure APIs, access control, data encryption at rest
Lifecycle Regular firmware updates, certificate management, device decommissioning

IoT Security Frameworks


13. IoT Data Analytics

Types of IoT Analytics

Type Question Example
Descriptive What is happening? Current temperature reading
Diagnostic Why did it happen? Why did machine vibrate unusually?
Predictive What will happen? When will the motor fail?
Prescriptive What should be done? Adjust parameters to prevent failure

IoT Analytics Pipeline

Sensors → Data Collection → Preprocessing → Storage → Analysis → Visualization/Action
         (MQTT/CoAP)     (Cleaning)    (Cloud/TSDB)  (ML/AI)   (Dashboards/Actuators)

Analytics Techniques

Key Considerations


14. Digital Twins

Definition

A digital twin is a virtual replica of a physical object, process, or system that is continuously updated with real-time data from sensors.

Architecture

Physical Asset ──Sensors──▶ Data Platform ──Analytics──▶ Digital Twin
     ▲                                                     │
     │                   Actions/Commands                  │
     └─────────────────────────────────────────────────────┘

Components

Component Description
Physical Entity Real-world asset (machine, building, city)
Virtual Model Digital representation (3D model, simulation)
Data Connection Real-time data flow between physical and virtual
Analytics Engine Processes data, runs simulations, predicts outcomes

Types of Digital Twins

Type Description
Component Twin Single component/part (e.g., motor bearing)
Asset/Product Twin Entire product (e.g., jet engine)
System/Unit Twin System of assets (e.g., production line)
Process Twin Entire business process (e.g., supply chain)

Applications

Benefits


15. LPWAN Technologies

Overview

Low Power Wide Area Network (LPWAN) technologies provide long-range communication for IoT devices with minimal power consumption.

LPWAN Comparison

Feature LoRa/LoRaWAN Sigfox NB-IoT LTE-M
Spectrum Unlicensed (ISM) Unlicensed Licensed (cellular) Licensed (cellular)
Range 2-15 km 10-50 km 1-10 km 1-10 km
Data Rate 0.3-50 kbps 100 bps 200 kbps 1 Mbps
Power Very low Very low Low Low
Bidirectional Yes Limited (mostly uplink) Yes Yes
Topology Star-of-stars Star Cellular Cellular
Cost Low Very low Moderate Moderate
Standard LoRa Alliance Sigfox (proprietary) 3GPP 3GPP

LoRa (Long Range)

Sigfox

NB-IoT (Narrowband IoT)

LPWAN Application Areas


16. IoT Device Management

Key Functions

Function Description
Provisioning Registering and authenticating new devices
Configuration Setting device parameters and settings
Monitoring Tracking device health, connectivity, performance
Updating OTA (Over-The-Air) firmware/software updates
Decommissioning Securely removing devices from the network
Troubleshooting Remote diagnostics and issue resolution

Device Lifecycle

Manufacture → Provision → Deploy → Monitor → Maintain → Update → Decommission

Key Challenges

Challenge Description
Scale Managing millions of devices
Diversity Multiple device types, protocols, vendors
Security Secure provisioning, authentication, updates
Connectivity Intermittent connections, low bandwidth
Compliance Meeting regulatory requirements

OTA (Over-The-Air) Updates

IoT Device Management Protocols

Protocol Description
LwM2M Lightweight M2M — device management by OMA SpecWorks
TR-069 CPE WAN Management Protocol (broadband forum)
MQTT Used for device telemetry and management messages
CoAP Constrained device management

Key Protocols Comparison Summary

Protocol Transport Model Best For Overhead
MQTT TCP Pub/Sub Sensor telemetry 2 bytes
CoAP UDP Request-Response Device control 4 bytes
AMQP TCP Messaging Enterprise IoT Higher
XMPP TCP Client-Server Real-time Higher (XML)
6LoWPAN 802.15.4 IPv6 Tiny IP devices Compressed
HTTP TCP Request-Response Rich devices High

Exam Tips


Practice Questions

11 MCQs for Internet of Things and Applications with detailed explanations.

Q1. Regarding the following concept: '| TCP (connection-oriented) |

|...', which statement is correct?

✅ Correct Answer: Option B

Explanation:
The correct answer is Option B — | TCP (connection-oriented) |
|.

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option C — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option D — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.


Q2. Regarding the following concept: '| Edge/Fog Layer | Local processing & filtering | Edge devices, fog nodes, micro...', which statement is correct?

✅ Correct Answer: Option B

Explanation:
The correct answer is Option B — | Edge/Fog Layer | Local processing & filtering | Edge devices, fog nodes, microcontrollers |
|.

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option C — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option D — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.


Q3. Regarding the following concept: '| Lightweight publish-subscribe messaging |

|...', which statement is correct?

✅ Correct Answer: Option B

Explanation:
The correct answer is Option B — | Lightweight publish-subscribe messaging |
|.

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option C — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option D — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.


Q4. Regarding the following concept: 'Bridges perception and network layers; performs protocol translation, data aggre...', which statement is correct?

✅ Correct Answer: Option C

Explanation:
The correct answer is Option C — Bridges perception and network layers; performs protocol translation, data aggregation, security
-.

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option B — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option D — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.


Q5. Which of the following best describes digital twin?

✅ Correct Answer: Option D

Explanation:
The correct answer is Option D — a virtual replica of a physical object, process, or system that is continuously updated with real-time data from sensors..

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option B — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option C — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.


Q6. Regarding the following concept: '| Network Layer | Connectivity & transport | WiFi, Bluetooth, LoRaWAN, 5G, gatew...', which statement is correct?

✅ Correct Answer: Option C

Explanation:
The correct answer is Option C — | Network Layer | Connectivity & transport | WiFi, Bluetooth, LoRaWAN, 5G, gateways |
|.

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option B — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option D — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.


Q7. Regarding the following concept: '| Data Management | Storage & analytics | Cloud, databases, big data platforms |...', which statement is correct?

✅ Correct Answer: Option B

Explanation:
The correct answer is Option B — | Data Management | Storage & analytics | Cloud, databases, big data platforms |
|.

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option C — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option D — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.


Q8. Regarding the following concept: '| Minimal (2-byte minimum header) |

|...', which statement is correct?

✅ Correct Answer: Option D

Explanation:
The correct answer is Option D — | Minimal (2-byte minimum header) |
|.

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option B — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option C — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.


Q9. Regarding the following concept: '| Application Layer | User-facing services | Dashboards, apps, APIs, alerts |

...', which statement is correct?

Key Architectural Components

-

✅ Correct Answer: Option D

Explanation:
The correct answer is Option D — | Application Layer | User-facing services | Dashboards, apps, APIs, alerts |

Key Architectural Components

-.

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option B — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option C — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.


Q10. Regarding the following concept: '| Perception Layer | Sense the physical world | Sensors, actuators, RFID, camera...', which statement is correct?

✅ Correct Answer: Option B

Explanation:
The correct answer is Option B — | Perception Layer | Sense the physical world | Sensors, actuators, RFID, cameras |
|.

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option C — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option D — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.


Q11. Regarding the following concept: 'Central hub for message routing (in MQTT/AMQP)

-...', which statement is correct?

✅ Correct Answer: Option C

Explanation:
The correct answer is Option C — Central hub for message routing (in MQTT/AMQP)
-.

This concept is covered under Internet of Things and Applications in the CBDT Assistant Director Systems syllabus. The answer is established through standard definitions and widely accepted principles in the field.

Why other options are incorrect:
- Option A — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option B — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.
- Option D — This option is factually incorrect or describes a concept from a different domain, making it an invalid choice for this question.