Poster: Single Packet Link Estimation Wireless Embedded Systems Swiss Center for Electronics and Microtechnology (CSEM)

Camilo Rojas

Wireless Embedded Systems Swiss Center for Electronics and Microtechnology (CSEM)

Damien Piguet

Jean-Dominique Decotignie

[email protected]

[email protected]

[email protected]

Abstract

The state-of-the-art routing protocols for Wireless Sensor Networks (WSNs) require statistical information about the wireless links to the neighbors in order to estimate their quality and select the best route to convey the data. This information is obtained through probing the neighborhood with beacons and/or the application traffic, thus becoming overhead expensive in terms of energy and bandwidth or dependent on the presence of application traffic (in the case of low power Medium Access Control - MAC layers). This work proposes the idea of obtaining the link quality information from a resource commonly present in WSNs but so far unexplored: the packet repetitions used for transmission (TX) in sender initiated preamble sampling MAC protocols. It explains an approach for modifying ContikiMAC (the default MAC protocol in Contiki's Rime stack) to extract useful link quality information from a single packet. The study performs an estimation of the cost of the proposal in terms of energy and reliability. The results support the claim that the method can yield an overall reduction in energy and bandwidth if the routing layer uses the provided link quality information.

Categories and Subject Descriptors

C.2.1 [Computer-Communication Networks]: Network Architecture and Design - Wireless communication

General Terms

Reliability, Performance

Keywords

WSN, Medium access control, routing, Contiki, link estimation

1

Introduction

State-of-the-art collection protocols for WSNs, such as Collection Tree Protocol (CTP) [4] and its similar ContikiCollect [2], incur in an energy and bandwidth overhead to estimate the quality of the links, cannot separate the quality

International Conference on Embedded Wireless Systems and Networks (EWSN) 2016 15–17 February, Graz, Austria © 2016 Copyright is held by the authors. Permission is granted for indexing in the ACM Digital Library ISBN: 978-0-9949886-0-7

Wireless Embedded Systems Swiss Center for Electronics and Microtechnology (CSEM)

of a link in each TX direction and use samples taken with a period of ~seconds, thus hiding the link dynamics that occur within a smaller time-scale. The previous features can be improved if the link quality information is provided by the MAC layer by analysing the packet repetitions used for signalling a transmission (TX) in preamble sampling MAC protocols, such as WiseMAC [3] or ContikiMAC [1]. This work details a novel approach for extracting useful statistics for link estimation (LE), such as the Packet Success Ratio (PSR) and the average Received Signal Strength Indication (RSSI), from a single packet in preamble sampling MAC protocols. It presents an estimation of its cost in terms of energy and reliability.

2

Design

The MAC repetitions from both unicast and broadcast packets can be used for LE. ContikiMAC-Repetitions (ContikiMAC-R) uses only the broadcast ones. It is based on ContikiMAC modified as follows: i) upon reception (RX) of a broadcast repetition, the radio keeps listening during a time window Wm so that it listens to m repetitions (assuming they have a constant length and no TX failures) and ii) the TX of broadcasts must also be extended by Wm to ensure that a receiver will always listen for m repetitions from each broadcast. The following events illustrate its operation (Figure 1): (A) Node N1 broadcasts a beacon by sending repetitions of the packet to fill a sampling period. (B) Then N1 extends the broadcast time by W10 . (C) N2 wakes up and receives one of the repetitions from N1. Since it is a broadcast, it extends its listening interval by W10 . During the window it receives 10/10 repetitions (PSR=100% for this link). (D) N3 receives 7/10 repetitions (PSR=70%). (E) N3 wakes up and receives a repetition from the packet already used in (D) for LE. This signals that there might be less than 10 repetitions left for RX and the result of a new LE could be erroneous. Therefore, N3 does not extend the listening interval. In contrast to the state-of-the-art, ContikiMAC-R uses a single network layer broadcast packet to estimate the link quality. It isolates the quality of a single link direction and performs a fine granularity LE by using samples taken with a ~ms period.

263

N2

E

D

N3

C B

A

N1

W10 Sampling interval

Received Repetition time Missed Repetition Sent Repetition

Figure 1. LE from the MAC repetitions. Table 1. Cooja Simulation Settings Parameter Value OS Contiki v3, no collect announc. Simulator Cooja [5], 16 repetitions per point Channel Model Unit Disk Graph - Distance Loss Application traffic 50 packets, period 90s, max. 32 reTX Topology grid, 30m separation, sink in corner Radio Ranges TX = 200m, interference = 250m

3

Results and Discussion

An experiment was performed to measure the cost in terms of energy and reliability of the link quality information extracted by ContikiMAC-R. It consisted of simulating the network using ContikiMAC (W0 ) and ContikiMACR with m=5 (W5 ) and m=10 (W10 ), while using the same routing layer (Contiki-Collect). Therefore, the nodes expend the energy to extract the link quality information with ContikiMAC-R in W5 and W10 , but they do not use it in the routing layer. It can be expected that any negative effects due to the extension of TX and RX times become more evident when the channel is highly occupied. This motivated the use of a challenging scenario where: i) all the nodes are within TX range and ii) the PSR of the links decreases logarithmically with the distance so that it is 1% at the border of the TX range. The results show that ContikiMAC-R does not have a statistically significant impact on the TX energy and the PSR (>99% until 40 nodes). For a 50 nodes topology the PSR of W0 is ~60%, showing that the experiment is close to the congestion limit. Figure 2 shows that the RX energy increases with the size of W and follows the same non-linear growth trend of ContikiMAC. Figure 3 shows that the overhead RX energy stabilizes at ~10% for W5 and ~20% for W10 . The results show that ContikiMAC-R can perform a LE with no cost in terms of reliability. Moreover, the cost in TX energy is negligible and the RX energy does not increase with the density of the network. This suggests that ContikiMAC-R can achieve an overall energy and bandwidth reduction if the routing layer uses the extracted link quality information for reducing the number of TX beacons. Moreover, the information of each sense of the link and the fine granularity of the LE could be exploited to further increase the reliability of the network by improving the accuracy of the LE. This method for LE could also be applied for routing in mobile networks. These claims will be further investigated.

4

Conclusions and Next Steps

This study proposes a novel method for extracting statistical information about the link quality, such as the PSR and mean RSSI, by increasing the listening time during a

264

Figure 2. Average percentage of the simulation time that the nodes spend with the radio in RX state.

Figure 3. Overhead RX time as a percentage of W0 . broadcast. The state-of-the-art routing protocols use multiple packets to obtain the link quality that this method can provide with a single packet, with fine granularity accuracy and decoupled on each transmission direction. The results suggest that even in challenging conditions of high network density and channel occupation, the energy overhead of ContikiMAC-R can be compensated with the energy savings of the routing protocol due to the reduction of beacon TX. This method could also reduce the channel occupation and yield a better accuracy of the LE and an increase in reliability. The next step is to enable Contiki-Collect to take advantage of ContikiMAC-R.

5

Acknowledgments

6

References

The authors would like to acknowledge the extensive support provided by the colleagues from the sector 141 of CSEM. This work was developed in the framework of WiseSkin, a Swiss nano-tera project. Partly funded by nano-tera and partly funded by the partners. The authors would like to thank nano-tera for their support. [1] A. Dunkels. The contikimac radio duty cycling protocol. 2011. ¨ [2] A. Dunkels, F. Osterlind, and Z. He. An adaptive communication architecture for wireless sensor networks. In Proceedings of the 5th international conference on Embedded networked sensor systems, pages 335–349. ACM, 2007. [3] A. El-Hoiydi and J.-D. Decotignie. Wisemac: An ultra low power mac protocol for multi-hop wireless sensor networks. In Algorithmic Aspects of Wireless Sensor Networks, pages 18–31. Springer, 2004. [4] O. Gnawali, R. Fonseca, K. Jamieson, D. Moss, and P. Levis. Collection tree protocol. In Proceedings of the 7th ACM Conference on Embedded Networked Sensor Systems, pages 1–14. ACM, 2009. [5] F. Osterlind, A. Dunkels, J. Eriksson, N. Finne, and T. Voigt. Crosslevel sensor network simulation with cooja. In Local Computer Networks, Proceedings 2006 31st IEEE Conference on, pages 641–648. IEEE, 2006.

Poster: Single Packet Link Estimation

with beacons and/or the application traffic, thus becoming overhead expensive ... statistics for link estimation (LE), such as the Packet Success. Ratio (PSR) and ...

265KB Sizes 2 Downloads 118 Views

Recommend Documents

Poster: Distance Estimation Modelling in High ...
Warsaw University of Technology ... ware system for wireless sensor networks localization – High ... Architecture and Design—Wireless communication, dis-.

Estimation of multiple phases from a single fringe ...
OCIS codes: (090.1995) Digital holography; (090.2880) Holographic interferometry;. (120.2650) Fringe analysis. References and links. 1. G. Pedrini, Y. L. Zou, and H. J. Tiziani, “Simultaneous quantitative evaluation of in-plane and out-of-plane def

Single-Image Optical Center Estimation from Vignetting ...
[email protected] [email protected] [email protected]. 1 ... defined as the gradient along the tangential direction of the circle that is centered at .... cal center and estimated optical center are marked by the red dot and purple ...

Blind Channel Estimation for Cyclic-Prefixed Single-Carrier Systems ...
based channel-estimation algorithms for CP-SC systems are developed in [3] and ... precoding technique is carried on in [12], and virtual carriers are exploited in ...

Segmentation Based Noise Variance Estimation from ... - Springer Link
the implementation of DTCWT, the wavelet software from [10] is used. In our work we ... is a modification of Bayesian estimation problem where the statistical depen- dency between .... The graph shows the mean of the esti- mated value ...

Network topology and parameter estimation: from ... - Springer Link
Feb 7, 2014 - No space constraints or color figure charges. • Immediate publication on acceptance. • Inclusion in PubMed, CAS, Scopus and Google Scholar. • Research which is freely available for redistribution. Submit your manuscript at www.bio

Perceiving Ribs in Single-View Wireframe Sketches of ... - Springer Link
belong to the rib (we call them "external edges") should be collinear with the ..... Varley, P.A.C.: Automatic Creation of Boundary-Representation Models from ...

Laser cooling of molecules via single spontaneous ... - Springer Link
posed to use losses in an optical cavity instead of sponta- ... cooling scheme which applies to molecular gas. In Sec- tion 4, we ...... Princeton, NJ, 1950). 16.

Kinetic market models with single commodity having ... - Springer Link
Jan 13, 2007 - In recent years, easy availability of data in electronic media has helped in the ... how the distribution of savings can be modified to re- produce the salient ..... B. Hayes, American Scientist, USA 90 (Sept.–Oct.), 400. (2002). 11.

Selecting the Condorcet Winner: single-stage versus ... - Springer Link
May 29, 2008 - Springer Science+Business Media, LLC 2008. Abstract In this paper, ... A number of alternative voting rules are in current use and many more have been proposed. The most ... 1Single Transferable Vote goes by a number of different names

Link-State & Ant-like Algorithm Behaviour for Single ...
Telecommunication System Research Group ... gorithm for asymmetric best effort IP networks based ... ulate a similar version of this algorithm in three network.

SPSP Poster 2015
www.sciencecox.com. Twitter: @ScienceCox. Gay-Stereotypic. (Shopping). Stereotype-Neutral. (Generic). Straight-Stereotypic. (Sports). Participants (N = 469) made gay-or-straight judgments about a series of fictitious men's. Facebook profiles, which h

poster -@ ! si
SUMMARY. The evolution of ... iodide acts as a primitive electron- donor, through peroxidase, and has ... iodine ions that acts in the unique environment of the ...

View Poster
University of California, San Francisco. Examples of Learning Issues to Explore. ▫ List a broad differential diagnosis for hemoptysis. ▫ Inquire about health related ...

NIPS17 ML4H Poster - GitHub
Page 1. End-to-end Training for Whole Image Breast Cancer. Diagnosis using An All Convolutional Design. Li Shen, [email protected]. Icahn School of Medicine at Mount Sinai, New York, New York. Introduction. Converting from patch to whole image classif

Search Tips Poster
school? Finding more specific. If you want to meet people. If Mom calls your puppy a info on the web often means who are having the same. "rapscallion" here's how you'd searching on more than one word: problems as you, try searching find out what she

Sunbelt poster
through which collective interests on the global plane are articulated, rights and ... comments. Funding for this presentation was provided by the CUNY Doctoral.

20151215_Notts_Wildlife_Trust_Advertising Poster-January ...
20151215_Notts_Wildlife_Trust_Advertising Poster-January-June2016.pdf. 20151215_Notts_Wildlife_Trust_Advertising Poster-January-June2016.pdf. Open.

OMF (DOE) Poster - GitHub
Page 1 ... at Amazon Web Services. Configure Model. Model GUIs are ... what-we-do/cooperative-research-network/white-papers/. 4 FEEDER EDITING ...

Poster Colombia.pdf
Page 1 of 1. Patogenicidad y grupos de compatibilidad micelial (GCM) de. Sclerotium cepivorum Berk en Mendoza y San Juan, Argentina. Valdez, JG1; Arriagada, S.2; Fernandez, SP1. 1 Laboratorio de Análisis de Semillas “José Crnko”. E.E.A. INTA La

CVA Recruitment Poster
The Community Volunteer Ambassador (CVA) Program is a year-long formal internship with the National Park. Service in partnership with the Stewards. Program and Northwest Youth Corps. B E C O M E A C O M M U N I T Y. V O L U N T E E R A M B A S S A D

Poster Edinburgh.pdf
Page 1 of 1. Relationship between germination, Fusarium incidence and pathogenicity in onion. seed samples. Jorge G. Valdez & Pablo Caligiore Gei.