5TH Semester Question Bank Iot Based System
5TH Semester Question Bank Iot Based System
TECHNOLOGY
- Page 1 of 34
|| ी ||
Paper Pattern
Q-1 (A) Five One line Questions (1 marks each) [5 Marks]
(B) Five fill in the blanks (1 marks each) [5 Marks]
Q-2 Attempt any four (Short Questions)(3 marks each) [12 Marks]
Q-3 Attempt any two questions (4 marks each) [8 Marks]
Q.4 (A) Compulsory Question [5 Marks]
(B) Optional Question [5 Marks]
OR
(B) Optional Question [5 Marks]
- Page 2 of 34
CHAPTER-1
Basics of Networking & Basics of Network Security
- Page 3 of 34
Q-1 (B) Fill In The Blanks:(1 Marks Each)
TYPES OF COMPUTER
NETWORKS
- Page 4 of 34
1. LAN (Local Area Network): Covers a small geographical area like an office or home.
2. MAN (Metropolitan Area Network): Spans a city or large campus.
3. WAN (Wide Area Network): Covers large areas, even across countries.
4. PAN (Personal Area Network): Used for personal devices like smartphones, laptops.
5. WLAN (Wireless LAN): A wireless form of LAN.
6. SAN (Storage Area Network): Used for data storage and access.
7. VPN (Virtual Private Network): Secure private connection over public networks.
Answer:
The OSI (Open Systems Interconnection) Model is a set of rules that explains how different
OSI Model was developed by the International Organization for Standardization (ISO).
The OSI Model consists of 7 layers and each layer has specific functions and responsibilities.
This layered approach makes it easier for different devices and technologies to work together.
OSI Model provides a clear structure for data transmission and managing network issues.
The OSI Model is widely used as a reference to understand how network systems function.
- Page 5 of 34
1) Physical Layer:
This layer includes the physical equipment involved in the data transfer, such as the cables
and switches.
This is also the layer where the data gets converted into a bit stream, which is a string of 1s and 0s.
2) Data-Link Layer:
The data link layer is very similar to the network layer, except the data link layer facilitates data
transfer between two devices on the same network.
The data link layer takes packets from the network layer and breaks them into smaller pieces
called frames.
3) Network Layer:
The network layer is responsible for facilitating data transfer between two different networks.
If the two devices communicating are on the same network, then the network layer is
unnecessary.
The network layer breaks up segments from the transport layer into smaller units,
called packets, on the sender’s device, and reassembling these packets on the receiving
device. The network layer also finds the best physical path for the data to reach its destination;
this is known as routing.
- Page 6 of 34
4) Transport Layer:
5) Session Layer:
This is the layer responsible for opening and closing communication between the two devices.
The time between when the communication is opened and closed is known as the session.
The session layer ensures that the session stays open long enough to transfer all the data
being exchanged, and then promptly closes the session in order to avoid wasting resources.
6) Presentation Layer:
This layer is primarily responsible for preparing data so that it can be used by the application
layer; in other words, layer 6 makes the data presentable for applications to consume.
The presentation layer is responsible for translation, encryption, and compression of data.
- Page 7 of 34
7) Application Layer:
This is the only layer that directly interacts with data from the user.
Software applications like web browsers and email clients rely on the application layer to
initiate communications.
3. Define IP addressing.(3)
Answer:
Answer:
- Page 8 of 34
5. Why is network security important? (3)
Answer:
Answer:
Answer:
Answer:
- Page 9 of 34
9. What are digital signatures? (3)
Answer:
Answer:
Answer:
Answer:
- Page 10 of 34
13. Write a short note on the transport layer in the IoT TCP/IP stack.(4)
1. End-to-End Communication:
o Enables direct communication between IoT devices and remote servers/applications.
2. Protocol Support – TCP & UDP:
o TCP (Transmission Control Protocol):
Used where reliable and ordered data delivery is needed (e.g., firmware updates, data
logging).
o UDP (User Datagram Protocol):
Used where faster, lightweight, and loss-tolerant communication is sufficient (e.g.,
sensor data, real-time monitoring).
3. Data Segmentation and Reassembly:
o Breaks large data into smaller packets and reassembles them at the destination.
4. Port Addressing:
o Uses port numbers to direct data to specific services or processes on a device.
5. Error Detection and Recovery (in TCP):
o Ensures reliable data transmission by detecting errors and retransmitting lost packets.
6. Flow Control and Congestion Avoidance:
o Manages data flow between sender and receiver to avoid overload.
7. Lightweight Protocol Alternatives for IoT:
o Protocols like CoAP (Constrained Application Protocol) and MQTT (Message Queuing
Telemetry Transport) operate over UDP/TCP, optimized for low-bandwidth IoT
environments.
- Page 11 of 34
14. Differentiate between OSI and TCP/IP models. (3/5)
Connectivity – IoT devices are interconnected through networks (Wi-Fi, Bluetooth, Zigbee,
etc.) to communicate with each other and central systems.
Automation and Control – IoT enables automation of processes by allowing remote control
and real-time monitoring of devices and systems.
Data Collection and Sensing – IoT systems collect data from the environment using sensors,
providing meaningful insights for decision-making.
Scalability – IoT networks can scale from a few devices to millions, enabling applications
across homes, industries, cities, and agriculture.
First Industrial Revolution (1780s) – Mechanization using water and steam power to operate
machines in textile and manufacturing industries.
Second Industrial Revolution (1870s) – Introduction of electricity, mass production, and
assembly lines.
Third Industrial Revolution (1970s) – Rise of electronics, IT systems, and automation
through computers and digital technologies.
Fourth Industrial Revolution (Current) – Integration of cyber-physical systems, IoT, AI,
robotics, and cloud computing into industries.
- Page 12 of 34
17. What is digital signature? Write down steps to create digital signature.[3]
A digital signature is a cryptographic technique used to validate the authenticity and integrity of
digital messages or documents.
Hashing – A hash function generates a fixed-size message digest from the original data.
Encrypting Hash – The hash is encrypted using the sender's private key to create the digital
signature.
Attach Signature – The encrypted hash (signature) is sent along with the original data.
Verification – The receiver decrypts the signature using the sender’s public key and compares
it with the hash of the received data.
Definition – A firewall is a network security device or software that monitors and filters
incoming and outgoing traffic.
Purpose – It prevents unauthorized access and protects the internal network from external
threats like viruses and hackers.
Types – Common types include packet-filtering, stateful inspection, proxy, and next-generation
firewalls (NGFW).
Policy Rules – Firewalls use predefined security rules to allow or block traffic based on IP
address, port number, or protocol.
- Page 13 of 34
CHAPTER-2
Introduction To Internet Of Things
- Page 14 of 34
21. What is quarantine in context of Antivirus software?
→ It is the process of isolating infected or suspicious files to prevent them from harming the
system.
22. Which layer is responsible for reliable transmission of frames?
→ Data Link Layer
23. Which evolutionary phase enabled e-commerce and supply chain enhancements?
→ Internet 2.0 (Web 2.0)
24. What shall be done to overcome the performance constraints in an IT network?
→ Upgrade hardware, optimize configurations, and increase bandwidth.
25. Which sensor is used to detect the moisture of the soil?
→ Soil Moisture Sensor (e.g., Capacitive or Resistive type)
26. Which layer manages the transmission of packets?
→ Network Layer
27. Who coined the term Internet of Things?
→ Kevin Ashton
- Page 15 of 34
Q-2 Answer The Questions: (2,3,5 Marks Each)
(1) What industries can be benefitted from IoT? (3)
Manufacturing – IoT enables predictive maintenance, asset tracking, and real-time monitoring
through Industrial IoT (IIoT).
Healthcare – Wearables and connected medical devices allow remote monitoring, patient
tracking, and emergency alerts.
Agriculture – Smart irrigation, soil monitoring, and livestock tracking help in precision farming
and resource optimization.
Transportation – Fleet management, connected vehicles, and real-time traffic updates improve
logistics and safety.
Energy & Utilities – Smart grids, energy meters, and consumption analytics help in efficient
energy management.
Smart Homes & Cities – IoT enables smart lighting, surveillance, waste management, and
automated household systems.
(2) What are the different types of components used in IoT? (2)
Sensors/Actuators – Collect data (e.g., temperature, humidity, motion) or perform actions (e.g.,
open valve).
Microcontrollers/Microprocessors – Control unit for data processing and logic execution (e.g.,
Arduino, Raspberry Pi).
Connectivity Modules – Facilitate communication (Wi-Fi, Zigbee, Bluetooth, LTE, LoRa).
Power Source – Provide energy to IoT devices (batteries, solar panels, power adaptors).
Cloud Platform – Stores and analyzes the collected data and provides remote access.
Software/Application Layer – Used for data visualization, control interfaces, and decision-
making dashboards.
Definition – MEMS are miniaturized mechanical and electro-mechanical devices built using
microfabrication technology.
Size Range – Typically range from 1 micrometer to a few millimeters in size.
Components – Include micro-sensors, micro-actuators, and microstructures.
Applications – Found in smartphones (accelerometers, gyroscopes), airbags, medical devices,
and drones.
- Page 16 of 34
Benefits – High precision, low power consumption, and compact size make them ideal for IoT.
Integration – MEMS can integrate mechanical elements with electronics on a single chip.
First Industrial Revolution (Late 18th Century) – Mechanization using water and steam power
for textile and iron industries.
Second Industrial Revolution (Late 19th Century) – Mass production and electricity-driven
automation using assembly lines.
Third Industrial Revolution (1970s Onward) – Digital revolution with computers, IT systems,
and electronics-based automation.
Fourth Industrial Revolution (Current) – Integration of IoT, AI, robotics, cloud computing, and
cyber-physical systems.
Key Enabler of 4IR – Smart connectivity between devices and systems, enabling real-time data
sharing.
Impact – Enhanced productivity, personalized services, and smart manufacturing across
sectors.
Range criterion refers to how far a communication signal can travel effectively between devices or
nodes in a network.
Key Points:
- Page 17 of 34
(8) Explain the following terms: PAN, HAN, NAN, FAN (3)
These are types of IoT communication networks based on application and range:
PAN (Personal Area Network) – Short-range network connecting personal devices like
smartphones, wearables.
HAN (Home Area Network) – Network within a household, connecting smart appliances, lights,
sensors, etc.
NAN (Neighborhood Area Network) – Connects multiple HANs in a locality for utility or smart
grid purposes.
FAN (Field Area Network) – Used in industrial or utility settings to connect devices over a large
field or plant.
Scope – PAN < HAN < NAN < FAN in terms of range and coverage.
Technology Used – Examples include Zigbee (PAN), Wi-Fi (HAN), RF Mesh (NAN),
LTE/LPWAN (FAN).
IoT plays a critical role in transforming physical systems into digital ones, enabling digitization across
industries.
Key Points:
Data Collection – IoT devices collect real-time data from the physical environment.
Automation – Enables smart control and automation of processes like lighting, manufacturing,
etc.
Decision Making – Data is analyzed for insights, leading to intelligent decision-making.
Business Efficiency – Improves resource use, maintenance, and service delivery.
Digital Twins – Real-world systems are mirrored digitally for monitoring and simulation.
Transformation – Bridges the gap between traditional systems and digital technologies.
Smart objects are physical devices embedded with computing and communication capabilities.
Emerging trends include:
Miniaturization – Devices are becoming smaller and more powerful (e.g., wearable sensors).
Edge Intelligence – Smart objects process data locally using AI (edge computing).
Energy Efficiency – Use of low-power chips and energy harvesting techniques.
Interoperability – Devices now support multiple protocols and platforms.
Self-Healing and Adaptive – Smart objects adjust based on usage or environment.
Integration with Cloud and AI – Enhanced decision-making, automation, and learning
capabilities.
(12) Explain the genesis of IoT. How did the concept evolve and what were the key enabling
technologies? [5]
The term "Internet of Things" (IoT) was coined by Kevin Ashton in 1999 at MIT.
Initially developed to track inventory using RFID in supply chains.
- Page 18 of 34
The early concept focused on linking physical objects to the Internet for automation and
monitoring.
Growth of wireless communication (Wi-Fi, Bluetooth) made device interconnection easier.
Sensor miniaturization allowed embedding into various objects.
Microcontrollers (e.g., Arduino, Raspberry Pi) provided low-cost control systems.
Emergence of cloud computing enabled centralized data storage and access.
IPv6 allowed addressing a massive number of connected devices.
Machine-to-Machine (M2M) communication became more prevalent in industries.
Development of low-power communication protocols (Zigbee, LoRa) improved efficiency.
Smartphones and mobile apps facilitated user interfaces for controlling smart devices.
Advancement in AI and analytics enabled smarter decision-making using IoT data.
IoT matured with industrial applications like smart grids, healthcare, and agriculture.
Today, IoT integrates cyber-physical systems, forming the foundation of the Fourth Industrial
Revolution.
It continues to evolve with 5G, Edge Computing, and Blockchain integration.
13. Discuss the role of IoT in digitization. How does IoT support the digital transformation of
industries and services? [5]
IoT enables real-time data acquisition from physical systems through sensors.
Converts physical operations into digital formats, supporting decision-making.
IoT bridges hardware and software, enabling automation.
Digitization through IoT helps in process optimization (e.g., smart factories).
Enables remote monitoring and control in sectors like utilities, healthcare, and logistics.
Supports predictive maintenance by identifying faults before failure.
Transforms customer experience through smart products (e.g., smart TVs, wearables).
Cloud platforms store and process huge volumes of IoT data for analysis.
Helps in asset tracking and inventory control in supply chains.
IoT-powered digitization improves energy efficiency in homes and cities.
Facilitates data-driven decision-making at business and governmental levels.
Promotes automation in agriculture, smart irrigation, and livestock monitoring.
Empowers smart infrastructure such as smart grids, smart parking, and lighting.
Leads to better resource management and cost reduction.
Acts as a backbone for Industry 4.0 and digital economies.
14. Describe the evolutionary phases of the Internet. How has each phase led to the
development of IoT? [5]
Internet 1.0 (Connectivity Era): Focused on connecting computers using static web pages and
email.
Enabled basic client-server architecture and information exchange.
Internet 2.0 (Web 2.0): Introduced user-generated content, interactivity, and platforms like
social media.
Brought cloud computing, which later supported IoT data storage and analytics.
Internet 3.0 (Mobile and Cloud Era): Smartphones, apps, and mobile broadband became
widespread.
Enabled users to remotely access and control devices.
Rise of cloud infrastructure supported scalable IoT data handling.
- Page 19 of 34
Internet 4.0 (IoT Era): Introduced machine-to-machine communication and embedded
intelligence.
Devices like smart bulbs, cars, and wearables started communicating through the Internet.
Integration of AI and Big Data allowed advanced processing of IoT data.
Led to automation and real-time decision-making across industries.
Introduction of IPv6 allowed the connection of billions of IoT devices.
Edge and Fog Computing emerged to reduce latency in IoT applications.
Each phase contributed to the evolution of infrastructure and use cases required for IoT.
IoT is now part of the larger trend of cyber-physical system convergence.
15. What is the impact of IoT on modern industries and everyday life? Explain with suitable
examples. [5]
16. Describe any four applications of IoT with real-world examples such as Connected
Roadways, Smart Buildings, and Smart Creatures. [5]
1. Connected Roadways:
o IoT sensors detect traffic flow, accidents, and suggest alternative routes.
o Example: Smart traffic lights, toll booths, and V2X communication.
o Improves safety, reduces congestion, and saves fuel.
2. Connected Factory (IIoT):
o Machines communicate for predictive maintenance and error detection.
o Example: GE’s smart factories and Bosch’s industrial automation systems.
o Reduces downtime and increases productivity.
3. Smart Connected Buildings:
o Automated systems manage lighting, HVAC, and security.
o Example: Smart thermostats (Nest), access control systems.
o Increases energy efficiency and user comfort.
4. Smart Creatures (Wearables & Livestock Monitoring):
- Page 20 of 34
o IoT used to track animal health, movement, and location.
o Example: GPS collars for wildlife, Fitbit for pets.
o Enables better veterinary care and tracking of endangered species.
5. Convergence of IT and OT:
o Integration of data processing (IT) with real-world device control (OT).
o Used in smart grids, automated factories, and industrial robots.
o Enhances real-time decision-making and system coordination.
6. Other Applications: Smart parking, waste bins, agriculture, healthcare, energy monitoring, etc.
7. Common Features: Real-time data collection, analytics, automation, remote control.
Q 18 Give different types of sensors used in IoT and explain any one of them.
- Page 21 of 34
Explanation of Temperature Sensor:
1. Purpose: Measures the heat energy or coldness in the environment and converts it into a
readable electrical signal.
2. Common Types: Thermistors, Thermocouples, Resistance Temperature Detectors (RTDs).
3. Working Principle: The resistance of the sensor changes with temperature; this change is
measured and converted to a temperature reading.
4. Example: LM35 is a popular temperature sensor with linear output.
5. Applications:
o Smart thermostats (e.g., Nest)
o Industrial HVAC systems
o Greenhouse monitoring
o Medical devices like digital thermometers
6. Advantages:
o Compact
o Accurate
o Energy-efficient
7. Integration: Easily connected with microcontrollers like Arduino and Raspberry Pi.
8. Digital and Analog Versions: Available based on the system's needs.
9. Real-Time Monitoring: Helps in alerts and automation.
10. Example Output: LM35 provides 10 mV per °C temperature rise.
- Page 22 of 34
CHAPTER- 3
IoT Architecture State of the Art
- Page 23 of 34
Q-1 (B) Fill In The Blanks: (1 Marks Each)
- Page 24 of 34
Q-2 Answer The Questions: (2,3,5 Marks Each)
1. What is a reference model in the context of IoT architecture?(3)
A reference model is a conceptual framework that outlines key components and their
interactions in an IoT system.
It serves as a blueprint for developing standardized, interoperable IoT architectures.
It defines common layers, functions, and data flows.
Enables vendors and developers to align their systems.
Examples include the ISO/IEC IoT Reference Model and the IoT-A Model.
It facilitates scalability, modularity, and reuse.
TYPES OF LAYEERS
3. What are the key functions of the IoT middleware layer? (3)
- Page 25 of 34
4. Explain the significance of the perception layer in IoT. (2)
5. Define the purpose of the application layer in the IoT reference model. (2)
Describes the major functions of an IoT system such as sensing, data processing,
Functional View
analytics, and actuation.
Information Focuses on the flow of data, its structure, and how information is modeled, stored, and
View accessed.
Deployment Deals with physical distribution of devices, networks, and nodes; defines where each
View component is deployed in the system.
Operational Addresses system behavior under various operational conditions, including monitoring,
View fault handling, and maintenance.
- Page 27 of 34
Q12. Differentiate between IoT Reference Model and IoT Reference Architecture. (5 Marks)
Aspect IoT Reference Model IoT Reference Architecture
Includes layers like perception, network, Includes views like functional, deployment,
Components
data processing, application, etc. operational, security, etc.
Q13. Describe the deployment and operational view of IoT systems. (3 Marks)
1. Deployment View:
o Defines the physical layout and distribution of IoT components (devices, gateways, cloud
nodes).
o Specifies how devices are connected across geographical locations.
o Includes hardware specifications, connectivity, and energy sources.
o Ensures optimized placement for performance and scalability.
2. Operational View:
o Focuses on how the system performs during runtime.
o Includes monitoring, configuration, diagnostics, and fault tolerance.
o Handles software updates, security patches, and system health.
o Aims to ensure reliable and efficient long-term operation.
The IoT-A (Internet of Things - Architecture) was proposed under the European Lighthouse
Project to standardize the architecture of IoT systems. Its core components include:
The IoT Reference Architecture (IoT-RA) is designed to tackle several challenges that arise in
complex IoT ecosystems:
1. Interoperability:
Standardizes interfaces and protocols to enable communication between heterogeneous
devices and platforms.
2. Scalability:
Supports massive numbers of devices, services, and users without performance degradation.
- Page 29 of 34
3. Security and Privacy:
Implements access control, encryption, and user privacy to counter cyber threats and data
leaks.
4. Device Abstraction:
Hides underlying device complexities and exposes services in a unified way.
5. Modularity and Reusability:
Encourages reusable components and modular system development.
6. Integration of Legacy Systems:
Allows existing IT and OT systems to be part of modern IoT deployments.
7. Dynamic Configuration and Management:
Enables dynamic discovery, deployment, and orchestration of services and devices.
8. Data Management and Analytics:
Facilitates data acquisition, processing, and analytics for actionable insights.
9. Support for Heterogeneous Networks:
Accommodates various communication standards like Wi-Fi, Zigbee, LTE, NB-IoT, etc.
10. Standardization and Compliance:
Follows open standards to ensure compliance and future-proofing.
Q-18: Explain in detail the IoT Reference Architecture with its different views. Write a detailed
note on the functional, deployment, operational, and information views in IoT systems.
The IoT Reference Architecture defines the structural blueprint for building scalable and
interoperable IoT systems. It is organized into several architectural views:
1. Functional View:
2. Deployment View:
3. Operational View:
4. Information View:
Q-19: Explain the architecture reference model of IoT and its importance in system design.
The IoT Architecture Reference Model (ARM) provides a blueprint for designing IoT systems. It
captures fundamental elements and relationships needed to build consistent and interoperable
systems.
Key Elements:
Q-20: How does the IoT Reference Architecture support scalability, interoperability, and
modularity in IoT applications?
The IoT Reference Architecture is inherently designed to support modern application requirements
like scalability, interoperability, and modularity:
- Page 31 of 34
1. Scalability:
2. Interoperability:
Standard Protocols: Adopts standard protocols like HTTP, MQTT, CoAP, and RESTful APIs.
Semantic Models: Uses common ontologies and data formats (JSON, XML).
Device Abstraction Layer: Hides hardware details and presents uniform interfaces.
3. Modularity:
Real-Life Example:
A smart building system can add new energy meters (scalability), integrate third-party HVAC
systems (interoperability), and update only the lighting control module without affecting others
(modularity).
Q-21: Discuss the importance and structure of the layered IoT architecture with real-life
examples.
The layered IoT architecture divides complex systems into manageable layers, enhancing design
clarity and interoperability.
2. Network Layer:
3. Middleware Layer:
- Page 32 of 34
4. Application Layer:
5. Business Layer:
Importance:
Simplifies Complexity
Supports Scalability
Enables Interoperability
Secures Data Flow
Promotes Modularity
Modern IoT systems aim to converge IT and OT to enhance industrial and enterprise automation.
Integration Goals:
1. Unified Data Flow: Real-time sensor data (OT) used in analytics and dashboards (IT).
2. Predictive Maintenance: OT sensors detect anomalies; IT analytics predict failures.
3. Enhanced Security: Unified security policies for both physical and cyber assets.
4. Automated Control: IT systems can control OT devices through AI logic.
5. Industry 4.0 Enablement: Supports smart factories and digital twins.
Challenges in Integration:
- Page 33 of 34
Solutions:
-x-
END
- Page 34 of 34