





















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of security primitives, encryption schemes, keying mechanisms, and protocols used in wireless multimedia sensor networks (wmsn) and wireless sensor actor networks (wsan). It covers topics such as message authentication codes (mac), initialization vectors (iv), symmetric key encryption schemes, and cbc mode encryption. The document also discusses the advantages and design considerations of wmsn and wsan, as well as their motivations and differences.
Typology: Slides
1 / 29
This page cannot be seen from the preview
Don't miss anything!






















2
Architecture ►
Applications ►
Advantages ►
Design Considerations ►
Protocols
Motivation ►
WSN vs WSAN ►
Architecture ►
Issues
3
5
TinySec encrypts the data payload and authenticates thepacket with a MAC.
-^
The MAC is computed over the encrypted data and thepacket header.
TinySec authenticates the entire packet with a MAC, but thedata payload is not encrypted.
6
If we use a n bit counter repetitions will not happen before thatpoint. ►
Pseudorandom would repeat with probability of 2^(n/2)
Active message handler type
Destination
8
IV is XOR'ed with the first data block before it is encrypted.
Feed the result of encryption back into the encryption of the nextblock.
The plain-text is XOR'ed with the previous cipher-text block beforeit is encrypted.
The encryption of each block depends on all the previous blocks.
This requires that the decryption side processes all encryptedblocks sequentially
An error in an encrypted block ►^
causes the block with the error to be completely garbled. ►
The subsequent block will have bit errors at the same positions as theoriginal erroneous block. ►
The blocks following the second block will not be affected by the error.Hence, CBC is self-recovering
9
separate Tinysec key for each pair of node wishing tocommunicate. ►
Drawback: Key distribution becomes a challenge.
Group keying provides an intermediate level of resilience.
Use a single key for the entire network, Preload the key beforedeployment.-Adversary can compromise on node and get thekey..
11
12
14
Snapshot and Streaming multimedia ►
Flexible architecture to support heterogeneous applications
intra-frame/inter-frame ►
distributed source coding
15
Three tasks: object detection, recognition
and tracking. ►
Objective: Demonstrate a camera sensor
network containingheterogeneous elementsprovides numerous benefitsover traditionalhomogeneous sensornetworks.
17
Tasks: ►^
Prevent applications from establishing data flows when the networkresources needed are not available ►
Traffic classes - provide differentiated service between real-time anddelay-tolerant applications, and loss-tolerant and loss-intolerantapplications.
Related work: ►^
An application admission control algorithm is proposed whoseobjective is to maximize the network lifetime subject to bandwidth andreliability constraints.(2003) ►
An application admission control method is proposed to determineadmissions based on the added energy load and application rewards.(2003)
18
20
Regulating streaming through multiple TCP connections. (2005) ►^
Sender sends the desired streaming rate and allows throughputreduction to the receiver. ►
Receiver measures the actual throughput, controls the rate within theallowed bounds by using multiple TCP connections and dynamicallychanging its TCP window size for each connection.
Spliting a large burst of data into several smaller bursts ►^
Multi-flow Real-time Transport Protocol (MRTP). (2006)
Allows the sink to regulate multiple sources associated with asingle event ►^
COngestion Detection and Avoidance (CODA) protocol. (2003)
21
Detecting and extinguishingforest fire
Mobile robots dispersedthroughout the field in sensornetworks, e.g. minesdetection and destruction.