WEEK 7 2022 Flashcards

1
Q

(T/F)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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

Both the IP address and port number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

General purpose Input Output(GPIO) pins of the RPi

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

(T/F)It is 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.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

Ground, Null, Data, Power

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

Pressure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

(T/F)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

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

Tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

Temperature of the switch motherboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

S2 sends PACKET_IN to controller, S1 forwards the packet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

(T/F)No matter how big an SDN network becomes, we can never have more than one SDN controller.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

(Y/N)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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A

Both Device and Topology Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly