Características Flashcards

1
Q

WSN features

A

fault tolerance, scalability, lifetime, security, programmability, affordability, heterogeneity and mobility

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

WSN lifetime and metrics

A

Duration for which the network can operate effectively before the nodes’ energy resources are depleted.

Time at which first/last node depletes battery, x% of nodes are alive and x% of area covered

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

CPS features

A

real-timeliness, intelligence, predictability, interoperability, heterogeneity, scalability, security

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

Properties of a sensor

A

Accuracy: How close to the actual value is it able to measure
Precision: Is the error always the same?
Resolution: The smaller the change able to capture, the more resolution.

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

Actuator types

A

Hydraulic (agua a presión)
Pneumatic (aire/gas a presión)
Electrical
Thermal and Magnetic (energía térmica/efectos magnéticos)
Mechanical
Soft Shape Memory (smart materials)

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

Bluetooth topologies

A

Piconet (Bluetooth devices form a network by connecting to each other in a master-slave relationship). Simplest form is P2P

Scatternet (multiple piconets)

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

Bluetooth node modes

A

Active (up to 7) / Hold / Sniff / Park (up to 255)

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

LPWAN protocols example

A

LoRaWAN / NB-IoT / Sigfox

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

Zigbee modes

A

Non-beacon (power active, continuous connection)

Beacon (power saving, synchronized with coordinator with beacons)

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

Constrained device types

A

Class 0 (Severely constrained, communication via proxy or gateway)
Class 1 (Some constrains, communication via CoAP)
Class 2 (Almost no constrains, allows HTTP)

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

Routing modes in 6LoWPAN

A

Mesh-under (layer 2/MAC) for small networks
Route-over (layer 3/ IPv6) for large scale

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

DODAG storing modes

A

Storing: each node keeps a routing entry for all the destinations reachable via its sub-DODAG.
Non-Storing: the root is the only network node maintaining routing information.

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

RPL control messages

A

DIO/DAO/DIS/DAO-ACK

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

Examples of application-layer protocols in IoT

A

MQTT / CoAP / HTTP

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

CoAP reliability mechanism

A

CoAP uses UDP, so incorporates other mechanisms:

Duplicate detection of messages + Retransmission of messages until ACK is recieved

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

Mechanisms to support for IoT push apps in WoT (like MQTT)

A

Webhooks: Thing and the client serve both as HTTP client and as HTTP server. Allowing for publish/subscribe
Long Polling: client sends the HTTP request to the server; the server holds the request till a new value of the resource is available, then it sends a response.

17
Q

FANETs challenges / problems

A

High latency, changing topology, no standard protocol.

18
Q

ROS topic actors

A

publishers and subscribers (asynchronous communication)

19
Q

ROS service actors

A

Servers and clients (synchronous communication)

20
Q

Gazebo and ROS differences

A

Gazebo provides simulation environment, ROS provides framework to create robots. can connect through ros_gz_bridge.