Need help with this week’s assignment? Get detailed and trusted solutions for Introduction To Internet Of Things Week 7 NPTEL Assignment Answers. Our expert-curated answers help you solve your assignments faster while deepening your conceptual clarity.
✅ Subject: Introduction To Internet Of Things (nptel iot answers)
📅 Week: 7
🎯 Session: NPTEL 2025 July-October
🔗 Course Link: Click Here
🔍 Reliability: Verified and expert-reviewed answers
📌 Trusted By: 5000+ Students
For complete and in-depth solutions to all weekly assignments, check out 👉 NPTEL Introduction to Internet of Things Week 7 NPTEL Assignment Answers
🚀 Stay ahead in your NPTEL journey with fresh, updated solutions every week!
NPTEL Introduction To Internet Of Things Week 7 Assignment Answer 2025
1. A Raspberry Pi can read data from a sensor but cannot send it over to a remote server for further
processing.
a. Trie
b. False
Answer : See Answers
2. In Python socket programming, with respect to the sock.bind (server _address) function, which
among the following does the variable server _address contain?
a. IP address of destination
b. Port number of destination server
c. Neither IP address nor port number of destination server
d. Both IP address and port number of destination server
Answer :
3. In Python matplotlib, in order to display the graphical plot on a terminal, the command plt.plot(
is used in conjunction with which of the following?
a. plt.plt
b. plt.show0
c. plt.xticsO
d. plt.axes0
Answer :
4.

Answer :
5. With respect to the above Question (Question 4), which the must be added to make the code
display the parabola?
a. Nothing, the code works fine
b. plt.xtics( method
c. plt.plot0 method
d. plt.setfigure0 method
Answer :
6. In Python, suppose that that string text = ‘It is my#birthday!I am *Happy’. What will the output of the following instruction
data = text.split(‘ ‘)
print(data [1])
a. It’is my#birthday!I amHappy
b. my#birthday!]
c. amHappy
d. It’is
Answer : See Answers
7.

Answer :
8. With respect to SDN for IoT what does ‘end-devices’ in the phrase ‘control for end-devices’
mean?
a. SDN Controllers
b. SDN Switches
c. Sensors and Actuators
d. Database
Answer :
9. A Network Operating System (NOS) resides in which of the following logical plane?
a. Application Plane
b. Control Plane
c. Data Plane
d. Both Data Plane as well as Application Plane
Answer :
10.

Answer : See Answers
11. With respect to the same figure (given below), what does the blue directional dotted arrows from the controller to the switches represent?
a. Northbound API
b. Southbound API
c. Eastbound API
d. Westbound API
Answer :
12.

Answer :
13. Which among the following is the most suitable utility of Mininet?
a. To act as a virtual sensor
b. To provide a simulation environment for SDN with OpenFlow
c. To act as a generic antenna simulator
d. To perform load testing and analysis.
Answer :
14. Control of end devices such as sensors and actuators do not form a use-case for Software Defined IoT.
a. True
b. False
Answer :
15. With respect to packet delivery ratio, which of the following is true?
a. WSN outperforms Soft-WSN
b. Soft-WSN outperforms WSN
c. Neither of Soft-WSN and WSN outperform each other
d. No relation between Soft-WSN and WSN
Answer : See Answers
NPTEL Introduction To Internet Of Things Week 7 Assignment Answer 2024
Q1. DHT Sensor refers to Digital Humidity and Temperature Sensor.
a. True
b. False
Answer: a
Explanation: DHT sensors are used to measure temperature and humidity digitally.
Q2. Fill in the blanks. _____________is a python library used for plotting the data in 2D.
a. List
b. Numpy
c. Pandas
d. Matplotlib
Answer: d
Explanation: Matplotlib is a Python library specifically used for 2D data visualization and plotting.
Q3. Fill in the blanks. _________ makes a scatter plot of the given points.
a. ion()
b. figure()
c. Scatter()
d. None of these
Answer: c
Explanation: scatter() is the correct function to make scatter plots in Python using matplotlib.
Q4. What are the two main challenges of SDN?
a. File placement and Node placement
b. Rule placement and Controller placement
c. All of these
d. None of these
Answer: b
Explanation: The challenges in SDN mainly involve optimizing rule placement in switches and controller placement for efficient performance.
Q5. In soft-timeout, all the rules are deleted from the switch.
a. True
b. False
Answer: b
Explanation: In soft-timeout, rules are deleted only if they are not used within a certain time, not all are deleted unconditionally.
Q6. Which of the following is a component of SDN?
a. Hardware switches
b. Flow-rules
c. None of these
d. All of these
Answer: d
Explanation: SDN architecture includes hardware switches and flow rules managed by the controller.
Q7. What is introduced if a controller is down in SDN?
a. Back up controller
b. Intro controller
c. All of these
d. None of these
Answer: a
Explanation: A backup controller is used for redundancy in SDN to handle failure of the main controller.
Q8. Southbound API is used to communicate between control layer and application layer.
a. True
b. False
Answer: b
Explanation: Southbound APIs connect the control layer with the infrastructure layer (switches), not with the application layer.
Q9. SDN is OpenFlow.
a. True
b. False
Answer: b
Explanation: OpenFlow is a protocol used within SDN, but SDN is a broader concept than just OpenFlow.
Q10. Which of the following forwards the sensed data based on the ID of the source node?
a. Value-centric data forwarding
b. ID-centric data forwarding
c. All of these
d. None of these
Answer: b
Explanation: ID-centric data forwarding routes data based on the identity of the source node.
Q11. Does integrating SDN in IoT provide intelligent routing decisions?
a. Yes
b. No
Answer: a
Explanation: SDN in IoT enables dynamic and intelligent routing based on network conditions and data needs.
Q12. Are Indigo and LINC Open source?
a. Yes
b. No
Answer: a
Explanation: Both Indigo and LINC are open-source SDN controllers used in research and development.
Q13. Which of the following is used to communicate among multiple controllers in the control layer?
a. East-Westbound APIs
b. Northbound APIs
c. All of these
d. None of these
Answer: a
Explanation: East-Westbound APIs handle communication between multiple SDN controllers for coordination.
Q14. How many requests can a controller handle through a single thread?
a. 200/sec
b. 50/sec
c. None of these
d. All of these
Answer: a
Explanation: On average, a controller can process around 200 requests per second using a single thread.
Q15. Size of the ternary content-addressable memory is not limited at the switches.
a. True
b. False
Answer: b
Explanation: TCAM (Ternary Content-Addressable Memory) size is limited in hardware switches, which can limit rule scalability.


