Características Flashcards
WSN features
fault tolerance, scalability, lifetime, security, programmability, affordability, heterogeneity and mobility
WSN lifetime and metrics
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
CPS features
real-timeliness, intelligence, predictability, interoperability, heterogeneity, scalability, security
Properties of a sensor
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.
Actuator types
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)
Bluetooth topologies
Piconet (Bluetooth devices form a network by connecting to each other in a master-slave relationship). Simplest form is P2P
Scatternet (multiple piconets)
Bluetooth node modes
Active (up to 7) / Hold / Sniff / Park (up to 255)
LPWAN protocols example
LoRaWAN / NB-IoT / Sigfox
Zigbee modes
Non-beacon (power active, continuous connection)
Beacon (power saving, synchronized with coordinator with beacons)
Constrained device types
Class 0 (Severely constrained, communication via proxy or gateway)
Class 1 (Some constrains, communication via CoAP)
Class 2 (Almost no constrains, allows HTTP)
Routing modes in 6LoWPAN
Mesh-under (layer 2/MAC) for small networks
Route-over (layer 3/ IPv6) for large scale
DODAG storing modes
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.
RPL control messages
DIO/DAO/DIS/DAO-ACK
Examples of application-layer protocols in IoT
MQTT / CoAP / HTTP
CoAP reliability mechanism
CoAP uses UDP, so incorporates other mechanisms:
Duplicate detection of messages + Retransmission of messages until ACK is recieved