The document outlines a comprehensive curriculum on the Internet of Things (IoT), covering topics such as definitions, characteristics, architecture, protocols, security challenges, and applications. It includes detailed discussions on embedded IoT devices, various IoT protocols, and specific applications in healthcare and smart cities. The content is structured into chapters with questions and topics for in-depth exploration and understanding of IoT systems and their functionalities.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
9 views4 pages
Iot Final Ip
The document outlines a comprehensive curriculum on the Internet of Things (IoT), covering topics such as definitions, characteristics, architecture, protocols, security challenges, and applications. It includes detailed discussions on embedded IoT devices, various IoT protocols, and specific applications in healthcare and smart cities. The content is structured into chapters with questions and topics for in-depth exploration and understanding of IoT systems and their functionalities.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4
Chap-1 Introduction to Internet of Things:
1. Define Internet of Things and explain it in brief. 03 s2022
2. Enlist various characteristics of IOT systems. 03 w2023,s2023,s2022 3. Define Internet of Things. Briefly describe vision of IoT. 03 w2022 4. Define IOT. Write the Applications of IOT. 03 s2023,s2022 5. Discuss in details the various components of IOT system. 04 w2023 6. What are the emerging trends in IoT? Explain briefly. 04 w2022 7. Describe IoT architecture in detail with block diagram. 07 w2022,s2022 8. Explain End to End IOT Architecture in detail. 07 s2023 9. Draw and discuss the Physical Design of IOT. 07 w2023 10.Explain IOT Protocols. 04 s2023 11.Write names of protocols which are used in Application layer. 03 w2022 12.Draw the logical design of IOT and explain in brief. 04 s2024 13.Discuss the IOTWF Reference model. 07 s2024 14.Describe Cloud Computing. 03 s2024,s2023,w2022 15.Explain Service Models of Cloud Computing in detail. 07 s2023,w2023 16.Write the difference between private cloud and public cloud. 03 s2023 17.Discuss IoT Levels in details. 03 s2022 18.With block diagram, explain IoT deployment level 3. Also give an example of working of such system. 07 w2022 19.Write about IOT Level – 3 and IOT Level – 4. 07 s2023 20.Differentiate M2M & IOT systems. 03 s2024, s2023,w2022 21.Explain Publish – Subscribe communication model. 04 w2022 22.Explain vulnerabilities in IoT. 04 w2022,s2022
Chap-2 Embedded IoT devices:
1. Define Sensors, Actuators, and Transducers. 03 s2023 2. Classify various types of sensors used in IOT systems and enlist the examples for each type. 07 s2024,w2023,s2022,w2022 3. Describe Gas Sensors in brief. 07 s2022 4. Describe how does a sensor data travel from one device to the Cloud? 07 s2022 5. Enlist various methods of uploading data from on field sensors to the cloud or on Mobile phones. s2024 6. Give examples of commonly used actuators in IoT. 03 w2022 7. What is Raspberry Pi? 03 s2023 8. Explain Architecture, Layout and Interface of Raspberry Pi. 04 s2023,w2022 9. Draw and describe basic Raspberry-pi boards pins functionalities. 03 s2024,w2023 10.Write a python program for blinking LED on Raspberry Pi. 03 w2022 11.What are IOT Gateways and enlist various features of IOT Gateways. 04 s2024,w2023,s2022,s2023 12.Draw and describe Arduino boards system architecture and pins. 03 s2024 13.Apply a single bus communication protocol for DHT11 sensor communication with ardunio. 07 s2024 14.Draw and explain the pin diagram of Arduino UNO Development board, for IOT applications 07 w2023 15.Write a Arduino sketch, to turn a LED ON for 5 secs and turn the LED off for 15 secs. The LED is to be connected to the digital pin D1. 07 w2023 16.Enlist various methods of uploading data from on field sensors to the cloud or on Mobile phones. 04 w2023 17.Decode-and evaluate the output of the following program on Arduino board void setup () {pinMode(D0, OUTPUT); } void loop() { digitalWrite(D0, HIGH); delay(2000); digitalWrite(D0, LOW); delay(5000); } 04 s2024 18.Write a program to detect the current signal issued by current sensor to Arduino board at its analog pin. The sensor is installed in a Industrial Power feeder. (Assuming: The output of Sensor is 0 to 5 Volts for 0 to 100 A range.) 07 s2024
Chap-3 IoT Protocols:
1. Describe Internet of Things protocols in detail. 07 s2022 2. Write Names of Protocols that are used at Link Layer of IOT. 04 s2023 3. Write short note on Network layer protocols. 03 w2022,s2022 4. Describe Transport layer protocol. 04 s2022 5. Explain MQTT, XMPP and AMQP protocols. 07 w2022 6. Discuss XMPP Protocol for embedded device 07 s2024,w2023,s2023 7. Discuss the WebSocket and REST based communication protocols. 7 s2024 8. Elaborate the functions of each Protocol layer of networked system, also list out protocols present at each layer. 4 s2024 9. Describe Bluetooth and BLE. 03 s2023 10.Elaborate BLE protocol 3 s2024 11.Discuss IP Protocol in details 3 s2024 12.Explain HTTP Protocol in detail. 4 s2024,w2023 13.Discuss MQTT Protocol 7 s2024 14.Discuss SPI, I2C and SPI protocols used in Raspberry PI Communication Interfacing. 07 w2023 15.Discuss the Request/Response, Publish/Subscribe, Push Pull Model and Exclusive pair models of communications between IOT Devices. 07 w2023 16.Differentiate CoAP and MqTT Protocol. 03 w2023 17.Elaborate Light Fidelity protocol. 04 w2023 18.Apply a single bus communication protocol for interfacing DHT11 sensor communication with Arduino. 07 w2023 19. Discuss various classes of IP addressing in detail. 07 w2023 20.Explain Message Queue Telemetry Transport Protocol (MQTT). 07 s2023 21.What is REST? Write various methods of REST. 04 s2023 22.vExplain SDN (Software Define Networking). 07 s2023 23.Write Names of Protocols that are used at Transport layer protocols of IOT. 04 s2023 24.Explain Constrained Application Protocol (COAP) in detail. 07 s2023 25.Discuss DDS protocol in Detail. 07 s2023 26.Discuss Zigbee. 04 s2023 27.Explain 802.16 – WiMAX with respect to IoT protocol. 03 w2022 28. Compare REST based and WebSocket based APIs. 04 w2022 29.Write short note on Message Queue Telemetry Transport protocol. 03 s2022
Chap-4 IoT Security and challenges :
1. Draw the Security Architecture of IOT System.03 s2024 2. Enlist the challenges faced in imposing secured IOT system. 3 s2024,s2023 3. What are the goals of security components? 4 s2024 4. Write a note on IOT security issues and need. 03 w2023 5. Explain components of Information security. 03 w2023 6. Enlist good practices for securing IoT systems. 07 w2022 7. Explain major issues and challenges with IoT. 07 w2022 8. Determine the challenges in IoT Security. 04 s2022 9. Describe Security components in IoT Security. 03 s2022
Chap-5 IoT Applications and case study
1. Classify the IOT systems based on their applications. 04 S2024,w2023 2. Discuss the application of IOT in health care monitoring. 07 w2023 3. Write applications of Internet of Things for Medical field. 03 s2022 4. Write applications of Internet of Things for Smart Parking in Smart City. 03 s2022 5. Describe recent developments and future aspects of IoT in brief. 07 Define the roles of IoT in Health Care Monitoring. 04 s2022 6. Design any one of the possible applications of ultrasonic sensor based embedded system used in Military field. 07 S2024 7. It has been decided that the conventional street lights and highway lights providing lightening to the vehicles and public must now be transformed into solar power based for implementing smart city concept, for it to be implemented it is required that these lightening must be turned ON or OFF on its own as the Night darkness fall upon. Design an embedded system for implementing the same using Photo Diode Light Sensor. 07 S2024 8. Design any one of the possible IOT based solution for river water pollution monitoring. 04 w2023 9. Draw and design a smart city street light control and monitoring. 07 w2023 10.Describe implementation of IoT with Edge devices. 07 w2022 11.Write a short note on IoT devices for home automation. 03 w2022 12.Define the roles of IoT in Health Care Monitoring. 04 w2022 13.Explain Smart Home Automation in detail. 07 s2022 14.Explain how Smart City and IoT are associated with each other? 07 s2022 15.Describe Constrained application protocol. 04 s2022 16.Explain access control and message integrity of IOT in detail. 07 s2022