Introduction To Internet Of Things Week 7 Nptel Answers

Are you searching for Introduction To Internet Of Things Week 7 Nptel Answers 2024 ? Look no further! Our comprehensive assignment solutions are designed to guide you through the key concepts of IoT, including networking protocols, sensor technologies, and data communication.

Course Link: Click Here

Table of Contents

Introduction To Internet Of Things Week 7 Nptel Answers

Introduction To Internet Of Things Week 7 Nptel Answers (July-Dec 2024)

Q1. ‘Adafruit provides a library to work with DHT22 Sensor. a. True b. False

Answer: a. True

Q2 .‘Which python library is used for plotting the data in 2D. a. List b. Numpy c. Pandas d. Matplotlib

Answer: d. Matplotlib

For answers or latest updates join our telegram channel: Click here to join

Q3. Fill in the blanks. creates a two-way communication between two nodes in | a network.  a. Peer-to-Peer Network  b. Parallel Programming  c. Socket Programming  d. None of these 

Answer: c. Socket Programming 

Q4 ‘What are the two main challenges of SDN? a. File placement and Node placement b. Rule placement and Controller placement c. Both a and b d. Neither a nor b

Answer: b. Rule placement and Controller placement

Q5. IoT cannot control the network remotely. a. True b. False

Answer: b. False

Q6 .‘Which of the following is a part of data processing?  a. Splitting  b. Filtering  ¢. Neither a no rb  d. Both a and b 

Answer: d. Both a and b 

Q7 .‘What is introduced if a controller is down in SDN? a. Backup controller b. Intro controller c. Both a and b d. Neither a nor b

Answer : a. Backup controller

Q8 .Ion() is used to add a subplot in the data plotting in python. a. True b. False

Q9 .Matplotlib cannot plot in 2D. a. True b. False

Q10 .How many rules are deleted from the switch at hard timeout? a. None b. All c. Half d. Some

Answer: b. All

Q11 .Are controllers able to handle all incoming requests from switches? a. Yes b. No

Answer: a. Yes

Q12. Are Indigo and LINC Open source?  a Yes  b. No

Answer: a. Yes 

Q13 ‘Which of the following forward the sensed data based on the ID of the source node? a. ID-centric data forwarding  b. Northbound IDs  c. Both a and b  d. Neither a nor b

Answer: a. ID-centric data forwarding 

Q14 .‘How many requests can a controller handle through a single thread? a. 200/sec b. 50/sec ¢. Neither a nor b d. Both a and b

Answer: a. 200/sec

Q15 .Switches that forward the traffic in a distributed manner have a global view of the network. a. True b. False

More Weeks of Introduction To Internet Of Things: Click here

More Nptel Courses: https://progiez.com/nptel-assignment-answers

Introduction To Internet Of Things Week 7 Nptel Answers (JAN-APR 2024 )

Course Name: Introduction To Internet Of Things

Course Link:  Click Here

For answers or latest updates join our telegram channel:  Click here to join

These are Introduction To Internet Of Things Assignment 7 Answers

Q1. DHT Sensor refers to Digital Humidity and Temperature Sensor. a. True b. False

Q2. Fill in the blanks ________ is a python library used for plotting the data in 2D. a. List b. Numpy c. Pandas d. Matplotlib

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. Scatter()

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

Q5. In soft-timeout, all the rules are deleted from the switch. a. True b. False

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. All of these

Q7. What is introduced if a controller is down in SDN? a. Backup controller b. Intro controller c. All of these d. None of these

Answer: a. Backup controller

Q8. Southbound API is used to communicate between control layer and application layer. a. True b. False

Q9. SDN is OpenFlow. a. True b. False

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. ID-centric data forwarding

Q11. Does integrating SDN in IoT provide intelligent routing decisions? a. Yes b. No

Q12. Are Indigo and LINC Open source? a. Yes b. No

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. East-Westbound APIS

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

Q15. Size of the ternary content-addressable memory is not limited at the switches. a. True b. False

More Weeks of Introduction To Internet Of Things:  Click here

More Nptel Courses:  Click here

Introduction To Internet Of Things Week 7 Nptel Answers (July-Dec 2023)

Q1. Raspberry Pi is like a mini computer which can perform a wide range of general purpose tasks. a. True b. False

Q2. What is the complete form of GPIO pins on Raspberry Pi devices. a. General Public Input/Output b. Generative Purpose Input/Output c. General Purpose Input/Output d. Global Purpose Input/Output

Answer: c. General Purpose Input/Output

Q3. The Python program which you execute on Raspberry Pi to read data from sensors and control actuators has the same syntax and style as any other Python program. a. False b. True

Answer: b. True

Q4. During remote server access by a Raspberry Pi, where the Raspberry Pi acts as a client, the client needs the following? a. Only IP address of server b. Only port number c. Both server IP address and port number d. Client’s IP address

Answer: c. Both server IP address and port number

Q5. Which among the following are valid data processing activities a. Data Splitting b. Data filtering c. Data plotting d. All of the given

Answer: d. All of the given

Q6. Consider the following Python code snippet. Assume the syntax is correct and all required libraries are imported var = ‘Sensor@Actuator%Arduino’ pt = var.split(‘%’) print(pt) What will be the output (See every detail, including the apostrophes carefully)? a. [‘Sensor’,’Actuator’,’Arduino’] b. [‘Sensor@Actuator’,’Arduino’] c. [‘Sensor’,’Actuator%Arduino’] d. [‘Sensor@Actuator%Arduino’]

Answer: b. [‘Sensor@Actuator’,’Arduino’]

Q7. Which among the following functions do you use while using MATPLOTLIB to add title to a plot? a. plot() b. add() c. label() d. title()

Answer: d. title()

Q8. In traditional non software-defined network consisting of a network of switches, suppose OSPF is being used as the routing protocol. In this context which among the following is true. a. All the switches execute OSPF distributively b. Only one switch executes OSPF c. No switch executes OSPF d. All of these are true

Answer: a. All the switches execute OSPF distributively

Q9. In SDN, the Operating System (OS) is separated (i.e not strongly coupled) from the physical hardware for each switch. a. True b. False

Q10. Which among the following is a popular protocol implementing SDN? a. OpenSwitch b. OpenStack c. OpenFlow d. OpenEdge

Answer: c. OpenFlow

Q11. With respect to Software Defined Networking (SDN), which among the following is true? a. SDN couples the data plane and control plane. b. SDN has no relation to either data plane or control plane c. SDN separates the data plane and control plane. d. None of the stated.

Answer: c. SDN separates the data plane and control plane.

Q12. Consider the following figure below. To which issue of SDN does this particular figure can be related to? a. Controller placement issue b. Flow Rule placement issue c. Hardware placement issue d. Analysis placement issue

Answer: b. Flow Rule placement issue

Introduction To Internet Of Things Week 5 Nptel Answers

niyander-logo

Niyander Tech

Learn with fun

Introduction to Internet of Things Week 7 Quiz Answer

In this article i am gone to share  NPTEL Course Introduction to Internet of Things Unit 9 – Week 7 Assignment Quiz Answer with you..

Also visit: Google Cloud Computing Foundations Week 5 Quiz Answer

Unit 9 – Week 7 Quiz Answer

Assignment 7

  • OpenDayLight
  • All of the above
  • [“Split”, “this”, “string”]</span > 
  • Split, this, string 
  • [“Split-“, “this-“, “string”] 
  • Split this string
  • Eastbound API 
  • Southbound API 
  • Northbound API </span >
  • Westbound API
  • Send data to the socket 
  • Initiate the connection
  • Read data from the socket
  • Specify the port for service on the specified host </span >
  • Overrides the existing data in the file
  • Cannot write data to a file in append mode
  • Adds the new data to the end of the existing file</span >
  • Adds the new data at the beginning of the existing file 
  • Server performs the task/service requested by the client
  • Creates a two-way communication between two nodes in a network 
  • Both a and b
  • None of these
  • SOCK_STREAM 

A. Create a client and server B. Establish connection between the two C. Send data from the client to the server D. Save the data in a file

  • None of the sequences are true
  • Adds lines to the plot
  • provides title to the plot
  • makes subplots in the plot area
  • turns on interactive plot mode</span >
  • Centralized control.
  • Switch configuration required according to the installed operating system (OS).
  • Vendor-specific architecture of switches limits dynamic configuration according to application-specific requirements.
  • Separate control logic from hardware switches 
  • Define the control logic in a centralized manner 
  • Control the entire network including individual switches 
  • Control message
  • Data message
  • Flow-rule message
  • PACKET-IN message

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

Greetings, Hey i am Niyander, and I hail from India, we strive to impart knowledge and offer assistance to those in need.

Quizermania Logo

Introduction To Internet Of Things | NPTEL | Week 7 Solutions

This set of MCQ(multiple choice questions) focuses on the  Introduction To Internet Of Things Week 7 Solutions .

Course layout (All week answers link)

Week 0 Week 1 : Introduction to IoT Week 2: Basics of Networking Week 3: Communication Protocols Week 4:   Sensor Networks Week 5:   Interoperability in IoT Week 6: Introduction to Python programming Week 7:  Implementation of IoT with Raspberry Pi (contd), Introduction to SDN, SDN for IoT Week 8:   SDN for IoT (contd), Data Handling and Analytics, Cloud Computing Week 9 :  Cloud Computing(contd), Sensor-Cloud Week 10:  Fog Computing, Smart Cities and Smart Homes Week 11: Connected Vehicles, Smart Grid, Industrial IoT Week 12: Industrial IoT (contd), Case Study: Agriculture, Healthcare, Activity Monitoring

NOTE:  You can check your answer immediately by clicking show answer button. Moreover, this set of “Introduction To Internet Of Things Week 7 Solutions” contains 15 questions.

Now, start attempting the quiz.

Introduction To Internet Of Things Week 7 Solutions

Q1. Raspberry Pi is like a mini computer which can perform a wide range of general purpose tasks.

a. True b. False

Answer: a. True

Q2. What is the complete form of GPIO pins on Raspberry Pi devices.

a. General Public Input/Output b. Generative Purpose Input/Output c. General Purpose Input/Output d. Global Purpose Input/Output

Answer: c. General Purpose Input/Output

Q3. The Python program which you execute on Raspberry Pi to read data from sensors and control actuators has the same syntax and style as any other Python program.

a. False b. True

Answer: b. True

Q4. During remote server access by a Raspberry Pi, where the Raspberry Pi acts as a client, the client needs the following?

a. Only IP address of server b. Only port number c. Both server IP address and port number d. Client’s IP address

Answer: c. Both server IP address and port number

Q5. Which among the following are valid data processing activities

a. Data Splitting b. Data filtering c. Data plotting d. All of the given

Answer: d. All of the given

Q6. Consider the following Python code snippet. Assume the syntax is correct and all required libraries are imported var = ‘Sensor@Actuator%Arduino’ pt = var.split(‘%’) print(pt) What will be the output (See every detail, including the apostrophes carefully)?

a. [‘Sensor’,’Actuator’,’Arduino’] b. [‘Sensor@Actuator’,’Arduino’] c. [‘Sensor’,’Actuator%Arduino’] d. [‘Sensor@Actuator%Arduino’]

Answer: b. [‘Sensor@Actuator’,’Arduino’]

Q7. Which among the following functions do you use while using MATPLOTLIB to add title to a plot?

a. plot() b. add() c. label() d. title()

Answer: d. title()

Q8. In traditional non software-defined network consisting of a network of switches, suppose OSPF is being used as the routing protocol. In this context which among the following is true.

a. All the switches execute OSPF distributively b. Only one switch executes OSPF c. No switch executes OSPF d. All of these are true

Answer: a. All the switches execute OSPF distributively

Q9. In SDN, the Operating System (OS) is separated (i.e not strongly coupled) from the physical hardware for each switch.

Q10. Which among the following is a popular protocol implementing SDN?

a. OpenSwitch b. OpenStack c. OpenFlow d. OpenEdge

Answer: c. OpenFlow

Q11. With respect to Software Defined Networking (SDN), which among the following is true?

a. SDN couples the data plane and control plane. b. SDN has no relation to either data plane or control plane c. SDN separates the data plane and control plane. d. None of the stated.

Answer: c. SDN separates the data plane and control plane.

Q12. Consider the following figure below. To which issue of SDN does this particular figure can be related to?

a. Controller placement issue b. Flow Rule placement issue c. Hardware placement issue d. Analysis placement issue

Answer: b. Flow Rule placement issue

Q13. Suppose that there are two LANs, each configured to be SDN enabled with their own set of switches and controller. Which among the following directional APIs will be used for communication between the two controllers?

a. Northbound API b. East-Westbound API c. Southbound API d. Northeastbound API

Answer: b. East-Westbound API

Q14. Which among the following is true?

a. Backup Controllers have no use is SDN b. There is no difference between the main controller and backup controller c. Backup controllers take over when the main controller goes down d. It is not a good idea to keep backup controllers.

Answer: c. Backup controllers take over when the main controller goes down

Q15. IoT being data intensive and having a lot of security concerns, it is a good idea to integrate SDN with IoT to mitigate many of these issues.

Q1. You have an IoT temperature sensor that is sensing temperature from a particular location and sending the data over the network to a server situated far away in another city for storage. This is an example of remote data logging.

a) True b) False

Answer: a) True

Q2. For a two-way communication between a client and server, i.e both the client and the server send data to each other, it is important that both of them knows about the following about each other

a) Only the IP address of server b) Only the port number of client c) Both the IP address and port number d) Neither the IP address nor the port number

Answer: c) Both the IP address and port number

Q3. If you are using Raspberry Pi (RPi) to connect standard IoT sensors (such as DHT temperature sensors), which among the following components of the Raspberry Pi do you use connect your Pi to your sensor for data transfer.

a) HDMI port of the RPi b) MicroSD card slot of the RPi c) Ethernet LAN port of the RPi d) General Purpose Input Output (GPIO) pins of the RPi

Answer: d) General Purpose Input Output (GPIO) pins of the RPi

Q4. Is it possible to connect a single DHT temperature sensor with a suitable number of connection wires with two Raspberry Pis acting as a client for the same sensor.

Q5. Which among the following denotes the correct connection order for a standard 4-PIN DHT sensor with the order of PIN numbers taken as 4, 3, 2, 1 (from right to left)

a) Data, Null, Ground, Power b) Ground, Data, Power, Null c) Ground, Null, Data, Power d) Power, Data, Null, Ground

Answer: c) Ground, Null, Data, Power

Q6. Using the matplotlib library in Python, you are plotting a graph of pressure values versus time, with pressure taken in the vertical axis and time taken in the horizontal axis. While writing the code to plot the graph, which among the following is the correct parameter (denoted by ‘??’) that you can write within the function “ylabel(??)”

a) Time b) Pressure c) Length d) Mass

Answer: b) Pressure

Q7. Lack of centralized control is a problem and limitation of traditional network architectures without Software Defined Networking (SDN) support

Q8. Detaching the physical hardware from the overlying software components, such as the Operating System (OS) and applications forms an important aspect of transitioning to SDN

Q9. Flow rules are stored within SDN switches that run the OpenFlow protocol in the following format.

a) Images b) Files c) Tables d) None of these

Answer: c) Tables

Q10. Among the following, which is the most unlikely to be considered as a suitable candidate for a match-field for flow rules in SDN

a) Source port number of the packet b) Destination IP address of the packet c) Temperature of the switch motherboard d) Destination MAC address

Answer: c) Temperature of the switch motherboard

Q11. In SDN, the central controller of one network can communicate with the central controller of another SDN network through which of the following directional APIs

a) East-West bound APIs b) Southbound APIs c) Westbound APIs d) None of these

Answer: a) East-West bound APIs

Q12. Suppose in SDN, there are two switches S1 and S2. The same packet P arrives in both the switches, S2 does not have the appropriate flow rule to forward this particular packet, whereas S1 has. Then with respect to the two switches, what is the correct action that is taken.

a) S1 sends PACKET_IN to controller, S2 forwards the packet b) S2 sends PACKET_IN to controller, S1 forwards the packet c) Both S1 and S2 send PACKET_IN to controller d) Both S1 and S2 forward the packet

Answer: b) S2 sends PACKET_IN to controller, S1 forwards the packet

Q13. No matter how big and SDN network becomes, we can never have more than one SDN controller.

Answer: b) False

Q14. With Software Defined IoT, it is possible to control the individual physical sensor and actuator nodes as well as rule placement of the backbone network remotely by suitable orchestration and software.

a) Yes b) No

Answer: a) Yes

Q15. Soft-WSN that has been proposed as one of the solutions to Software Defined IoT achieves the following

a) Only Device Management b) Only Topology Management c) Both Device and Topology Management d) Neither Device nor Topology Management

Answer: c) Both Device and Topology Management

Previous Course – NPTEL Week 7 Solutions

Q1. In Socket programming, the parameter AF_INET stands for ___________.

a) Unix protocols b) Internet Protocol (IP) c) File sharing d) Time slicing

Answer: b) Internet Protocol (IP)

Q2. During remote server access by a Raspberry Pi, where the Raspberry Pi acts as a client, the client needs the following?

a) Only IP address of server b) Only port number c) Both server IP address and port number d) Client’s IP address

Answer: c) Both server IP address and port number

Q3. If you are using Raspberry Pi to connect IoT sensors (such as DHT temperature sensors), which of the following python-based libraries lets you configure the sensors and read data from them?

a) Adafruit b) Matplotlib c) Numpy d) Socket

Answer: a) Adafruit

Q4. You can store and log the different sensor data for processing in text (.txt) files but not comma separated value (.csv) files.

Q5. Consider the following python script using the split() function, what will be the correct print output (SEE the options VERY carefully including the quotation marks) dat = ‘Apple,Guava#Banana’ var = dat.split(“”#””)  print(var)

a) [‘Apple’,’Guava’,’Banana’] b) [‘Apple’,’Guava’] c) [‘Guava’,’Banana’] d) [‘Apple,Guava’,’Banana’]

Answer: d) [‘Apple,Guava’,’Banana’]

Q6. In SDN, the central controller defines all the paths, flows and behavior of the network in a centralized manner.

Q7. OpenFlow is a protocol that is used for traditional distributed OSPF based networking.

Q8. In SDN _______ tables in switches describe the rules that the switch must follow for packet forwarding and are configured by the controller.

a) network b) distance c) hop d) flow

Answer: d) flow

Q9. In a network architecture one logical hop between two nodes can actually be composed of multiple physical hops in the physical network.

Q10. What among the following is a challenge while designing SDN architecture?

a) Control Placement only b) Both Rule and control placement c) Rule placement only d) Switch placement

Answer: b) Both Rule and control placement

Q11. PACKET_IN type of messages are associated with which of the following directional APIs?

a) Eastbound APIs b) Southbound APIs c) Westbound APIs d) Northbound APIs

Answer: b) Southbound APIs

Q12. For an SDN switch flow rule, the soft timeout is set to 2 minutes and the hard timeout is set to 6 minutes. After 6 minutes and 10 seconds since the flow rule was initialized, what will be the status of the flow be in the switch?

a) The flow will be surely deleted b) The flow will be deleted if it receives no packet for 4 minutes c) The flow will remain intact d) The flow will remain intact with a random probability

Answer: a) The flow will be surely deleted

Q13. It is a good idea to keep a backup controller in an SDN architecture along with the main controller.

Q14. Software Defined IoT solves the challenge of ____________ that is prevalent in traditional IoT networks.

a) uniformity b) deployment c) homogeneity d) heterogeneity

Answer: d) heterogeneity

Q15. Sensor OpenFlow, Soft-WSN and SDN-WISE are examples of ____________.

a) Traditional routing protocols b) Various SDN protocols for wired LANs c) Various implementations of the concept of Software Defined IoT d) Traditional IoT protocol examples

Answer: c) Various implementations of the concept of Software Defined IoT

<< Pre- Introduction To Internet Of Things Week 6 solutions

>> Next- Introduction To Internet Of Things Week 8 Solutions

For discussion about any question, join the below comment section. And get the solution of your query. Also, try to share your thoughts about the topics covered in this particular quiz.

Related Posts

Operating system fundamentals | nptel | week 0 assignment 0 solution, nptel operating system fundamentals week 1 assignment solutions, nptel operating system fundamentals week 10 answers, nptel operating system fundamentals week 2 assignment solutions, nptel operating system fundamentals week 3 assignment solutions, nptel operating system fundamentals week 4 assignment solutions, leave a comment cancel reply.

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

  • 1st Central Law Reviews: Expert Legal Analysis & Insights

swayam-logo

Introduction to internet of things

Note: This exam date is subject to change based on seat availability. You can check final exam date on your hall ticket.

Page Visits

Course layout, books and references, instructor bio.

introduction to internet of things nptel assignment 7 answers

Prof. Sudip Misra

Course certificate.

introduction to internet of things nptel assignment 7 answers

DOWNLOAD APP

introduction to internet of things nptel assignment 7 answers

SWAYAM SUPPORT

Please choose the SWAYAM National Coordinator for support. * :

  • Computer Science and Engineering
  • NOC:Introduction to internet of things (Video) 
  • Co-ordinated by : IIT Kharagpur
  • Available from : 2017-06-08
  • Intro Video
  • Lecture 1 : Introduction to IoT- Part-I
  • Lecture 2 : Introduction to IoT- Part-II
  • Lecture 3: Sensing
  • Lecture 4 : Actuation
  • Lecture 5 : Basics of IoT Networking- Part- I
  • Lecture 6 : Basics of IoT Networking-Part II
  • Lecture 7 : Basics of IoT Networking-Part- III
  • Lecture 8 : Basics of IoT Networking- Part-IV
  • Lecture 9 : Connectivity Technologies- Part-I
  • Lecture 10 : Connectivity Technologies- Part-II
  • Lecture 11:Connectivity Technologies- Part-III
  • Lecture 12: Connectivity Technologies- Part- IV
  • Lecture 13: Connectivity Technologies- Part- V
  • Lecture 14: Sensor Networks- Part- I
  • Lecture 15: Sensor Networks- Part- II
  • Lecture 16: Sensor Networks- Part-III
  • Lecture 17: Sensor Networks- Part- IV
  • Lecture 18: Sensor Networks- Part- V
  • Lecture 19: UAV Networks
  • Lecture 20: Machine to Machine Communication
  • Lecture 21 : Interoperability in Internet of Things
  • Lecture 22 : Introduction to Arduino- I
  • Lecture 23 : Introduction to Arduino- II
  • Lecture 24 : Integration of Sensors and Actuators with Arduino- I
  • Lecture 25 : Integration of Sensors and Actuators with Arduino- II
  • Lecture 26 : Introduction to Python Programming- I
  • Lecture 27 : Introduction to Python Programming- II
  • Lecture 28 : Introduction to Raspberry Pi- I
  • Lecture 29 : Introduction to Raspberry Pi- II
  • Lecture 30 : Implementation of IoT with Raspberry Pi- I
  • Lecture 31 : Implementation of IoT with Raspberry Pi- II
  • Lecture 32 : Implementation of IoT with Raspberry Pi- III
  • Lecture 33 : Software Defined Networking- Part- I
  • Lecture 34 : Software Defined Networking- Part- II
  • Lecture 35 : Software Defined IoT Networking- Part- I
  • Lecture 36 : Software Defined IoT Networking- II
  • Lecture 37 : Cloud Computing-Fundamental
  • Lecture 38 : Cloud Computing-Service Model
  • Lecture 39 : Cloud Computing-Service Management and Security
  • Lecture 40 : Cloud Computing- Case Studies
  • Lecture 41 : Cloud Computing- Practical
  • Lecture 42 : Sensor-Cloud- I
  • Lecture 43 : Sensor-Cloud- II
  • Lecture 44 : Fog Computing- I
  • Lecture 45 : Fog Computing- II
  • Lecture 46 : Smart Cities and Smart Homes- I
  • Lecture 47 : Smart Cities and Smart Homes- II
  • Lecture 48 : Smart Cities and Smart Homes- III
  • Lecture 49 : Connected Vehicles- I
  • Lecture 50 : Connected Vehicles- II
  • Lecture 51: Smart Grid- I
  • Lecture 52: Smart Grid- II
  • Lecture 53: Industrial Internet of Things- I
  • Lecture 54: Industrial Internet of Things- II
  • Lecture 55: Data Handling and Analytics- I
  • Lecture 56: Data Handling and Analytics- II
  • Lecture 57: Case Study: Agriculture
  • Lecture 58: Case Study: Healthcare
  • Lecture 59: Case Study: Activity Monitoring - I
  • Lecture 60: Case Study: Activity Monitoring - II
  • Live Session 20-09-2021
  • Live Session 20-10-2021
  • Live Session 09-02-2021
  • Live Session 05-03-2021
  • Live Session 01-04-2021
  • Live Session 07-10-2020
  • Live Session 26-11-2020
  • Live Session 10-12-2020
  • Live Session 12-09-2019
  • Live Session 22-10-2019
  • Live Session 25-10-2019
  • Watch on YouTube
  • Assignments
  • Download Videos
  • Transcripts
  • Lecture Notes (1)

IMAGES

  1. NPTEL Introduction To Internet Of Things Week 7 Assignment Answers 2022 || Unique Jankari

    introduction to internet of things nptel assignment 7 answers

  2. Nptel Introduction to Internet of Things Week 7 Assignment 7 Answers and Solutions 2024

    introduction to internet of things nptel assignment 7 answers

  3. Introduction To Internet Of Things NPTEL Assignment 7 Answers || Unique Jankari ||

    introduction to internet of things nptel assignment 7 answers

  4. Introduction to internet of things

    introduction to internet of things nptel assignment 7 answers

  5. Introduction to Internet of Things Week 7 Assignment Answers

    introduction to internet of things nptel assignment 7 answers

  6. Introduction to Internet of Things|| WEEK-7 Quiz assignment Answers 2023||NPTEL||IoT||

    introduction to internet of things nptel assignment 7 answers

VIDEO

  1. NPTEL IOT Week 10 Assignment Answers

  2. NPTEL IOT Week 3 Assignment Answers

  3. NPTEL Course, Introduction to Internet of Things, Assignment 04 Answers, July 2024

  4. Introduction to IoT Week 11 Assignment Answers

  5. NPTEL Introduction to Internet of Things Week2 Quiz Assignment Solution

  6. Internet Of Things (IoT)||Week-7 Assignment Answers||Swayam (NPTEL).2023

COMMENTS

  1. Introduction to Internet of Things Week 7 Assignment Solution ...

    In this video, we present the complete solution for the Week 7 assignment of the NPTEL course "Introduction to Internet of Things" offered by IIT Kharagpur in August 2024. We...

  2. Introduction to Internet of Things Week 7 Assignment Answers ...

    If you're looking to unlock the answers to the Introduction to Internet of Things questions from the NPTEL 2023 Jul-Dec assignment, then watch this video! By the end of this video,...

  3. Introduction to internet of things | NPTEL | Week 7 ... - YouTube

    Introduction to internet of things | NPTEL | Week 7 | Assignment 7 Solution | July 2021. Internet of Things (IoT) is presently a hot technology worldwide. Government,...

  4. Introduction To Internet Of Things Week 7 Nptel Answers - PROGIEZ

    Looking for Introduction To Internet Of Things Week 7 Nptel Answers 2024? Get concise and accurate assignment solutions to your IoT course.

  5. Introduction to Internet of Things Week 7 Quiz Answer

    Introduction to Internet of Things Week 7 Quiz Answer. July 8, 2022 by Niyander. In this article i am gone to share NPTEL Course Introduction to Internet of Things Unit 9 – Week 7 Assignment Quiz Answer with you..

  6. Introduction To Internet Of Things Week 7 Solutions - Quizermania

    Introduction To Internet Of Things Week 7 Solutions. Q1. You have an IoT temperature sensor that is sensing temperature from a particular location and sending the data over the network to a server situated far away in another city for storage. This is an example of remote data logging.

  7. NPTEL Introduction To Internet Of Things Assignment 7 Answers ...

    NPTEL Introduction To Internet Of Things Assignment 7 Answers 2022 {July – Dec} 1. You have an IoT temperature sensor that is sensing temperature from a particular location and sending the data over the network to a server situated far away in another city for storage.

  8. Introduction to internet of things - Course - NPTEL

    Introduction to internet of things. By Prof. Sudip Misra | IIT Kharagpur. Learners enrolled: 28320. Internet of Things (IoT) is presently a hot technology worldwide. Government, academia, and industry are involved in different aspects of research, implementation, and business with IoT.

  9. Introduction to internet of things NPTEL week 7 assignment ...

    In this video, we provide answers for the Week 7 assignment in Introduction to internet of things. Whether you're a student working on this assignment or someone interested in iot...

  10. NPTEL :: Computer Science and Engineering - NOC:Introduction ...

    Books. INTRODUCTION TO IOT- PART-I. Watch on. NPTEL provides E-learning through online Web and Video courses various streams.