On structure less and everlasting data collection in wireless sensor networks

178 566 0
On structure less and everlasting data collection in wireless sensor networks

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

ON STRUCTURE-LESS AND EVERLASTING DATA COLLECTION IN WIRELESS SENSOR NETWORKS DISSERTATION Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of The Ohio State University By Kai-Wei Fan, B.S., M.S ***** The Ohio State University 2008 Dissertation Committee: Approved by Prasun Sinha, Adviser Anish Arora David Lee Adviser Graduate Program in Computer Science & Engineering c Copyright by Kai-Wei Fan 2008 ABSTRACT Computing and maintaining network structures for efficient data aggregation incurs high overhead for dynamic events where the set of nodes sensing an event changes with time Prior works on data aggregation protocols have focused on tree-based or cluster-based structured approaches Although structured approaches are suited for data gathering applications, they incur high maintenance overhead in dynamic scenarios for event-based applications The goal of this dissertation is to design techniques and protocols that lead to efficient data aggregation without explicit maintenance of a structure We propose the first structure-free data aggregation technique that achieves high efficiency Based on this technique, we propose two semi-structured approaches to support scalability We conduct large scale simulations and real experiments on a testbed to validate our design The results show that our protocols can perform similar to an optimum structured approach which has global knowledge of the event and the network In addition to conserving energy through efficient data aggregation, renewable energy sources are required for sensor networks to support everlasting monitoring services Due to low recharging rates and the dynamics of renewable energy such as solar and wind power, providing data services without interruptions caused by battery runouts is non-trivial Moreover, most environment monitoring applications require ii data collection from all nodes at a steady rate The objective is to design a solution for fair and high throughput data extraction from all nodes in the network in presence of renewable energy sources Specifically, we seek to compute the lexicographically maximum data collection rate for each node in the network, such that no node will ever run out of energy We propose a centralized algorithm and an asynchronous distributed algorithm that can compute the optimal lexicographic rate assignment for all nodes The centralized algorithm jointly computes the optimal data collection rate for all nodes along with the flows on each link, while the distributed algorithm computes the optimal rate when the routes are pre-determined We prove the optimality for both the centralized and the distributed algorithms, and use a testbed with 158 sensor nodes to validate the distributed algorithm iii To my family iv ACKNOWLEDGMENTS First and foremost, I would like to express my sincerest gratitude to my Adviser, Dr Prasun Sinha, for the guidance and support in the last four years This work would have never reached completion without all the discussions and brainstorming with him His advice and patience make this work possible I am fortunate to have him as my adviser I am also thankful to my research committee members, Dr Anish Arora and Dr David Lee for their invaluable inputs and comments to make this work complete I would also like to express my gratitude to my colleagues in our research group, Sha Liu, Ren-Shiou Liu, and Zizhan Zheng, and my friends Ming-Feng Hsieh, YenChen Lu, and Yi-Wen Kuo, for numerous collaborations and discussions I would also like to thank Chi-Hsien Yao, Yu-Neng Li, Xu Wang, for being such wonderful friends Finally, I would like to thank all my family members for their unconditional love and support To my parents for giving my such a wonderful family, to my sister for looking after me, and to my brother for being so supportive v VITA May 25, 1975 Born - Hsinchu, Taiwan 1997 B.S Computer Science & Information Engineering, National Chiao Tung University, Taiwan 1999 M.S Computer Science & Information Engineering, National Chiao Tung University, Taiwan 1999-2004 Software Engineer & Project Manager, Formosoft Inc., Taiwan 2007 M.S Computer Science & Engineering, The Ohio State University 2004-present Graduate Teaching & Research Associate, The Ohio State University PUBLICATIONS Research Publications Kai-Wei Fan, Sha Liu, and Prasun Sinha “Dynamic Forwarding over Tree-on-DAG for Scalable Data Aggregation in Sensor Networks” IEEE Transactions on Mobile Computing (TMC), preprint, Apr 2008, doi:10.1109/TMC.2008.55 Ren-Shiou Liu, Kai-Wei Fan, and Prasun Sinha “ClearBurst: Burst Scheduling for Contention-Free Transmissions in Sensor Networks” IEEE Wireless Communications and Networking Conference (WCNC), pages 1899-1904, March 2008 Sha Liu, Kai-Wei Fan, and Prasun Sinha “CMAC: An Energy Efficient MAC Layer Protocol Using Convergent Packet Forwarding for Wireless Sensor Networks” Fourth vi Annual IEEE Communications Society Conference on Sensor, Mesh, and Ad Hoc Communications and Networks (SECON), pages 11-20, June 2007 Kai-Wei Fan, Sha Liu, and Prasun Sinha “Structure-free Data Aggregation in Sensor Networks” IEEE Transactions on Mobile Computing (TMC), August 2007 Kai-Wei Fan, Sha Liu, and Prasun Sinha “Scalable Data Aggregation for Dynamic Events in Sensor Networks” 4th ACM Conference on Embedded Networked Sensor Systems (SenSys), pages 181-194, November 2006 Kai-Wei Fan, Sha Liu, and Prasun Sinha “On the Potential of Structure-free Data Aggregation in Sensor Networks” IEEE INFOCOM, pages 1-12, April 2006 Sha Liu, Kai-Wei Fan, and Prasun Sinha “Dynamic Sleep Scheduling using Online Experimentation for Wireless Sensor Networks” in Proceedings of SenMetrics, July 2005 Wen-Her Yang, Kai-Wei Fan, and Shiuh-Pyng Shieh “A Secure Multicast Protocol for The Internet’s Multicast Backbone” ACM/PH International Journal of Network Management, March/April 2001 Wen-Her Yang, Kai-Wei Fan, and Shiuh-Pyng Shieh “A Scalable and Secure Multicast Protocol on MBone Environments” Information Security Conference, Taiwan, May 2000 Instructional Publications Sha Liu, Kai-Wei Fan, and Prasun Sinha “Protocols for Data Aggregation in Sensor Networks, chapter in book titled Wireless Sensor Networks and Applications” Springer Verlag’s book series Network Theory and Applications, 2005 Kai-Wei Fan, Sha Liu and Prasun Sinha “Ad-hoc Routing Protocols, chapter in book titled Algorithms and Protocols for Wireless and Mobile Networks” CRC/Hall Publisher, 2004 vii FIELDS OF STUDY Major Field: Computer Science and Engineering Studies in: Computer Networking Database System Operations Research Prof Prof Prof Prof Prof Prasun Sinha Anish Arora David Lee Hakan Ferhatosmanoglu Marc E Posner viii TABLE OF CONTENTS Page Abstract ii Dedication iv Acknowledgments v Vita vi List of Tables xii List of Figures xiii Chapters: Introduction 1.1 1.2 10 11 Structure-Free Data Aggregation 12 2.1 2.2 2.3 2.4 12 14 22 24 25 1.3 1.4 1.5 Background Data Aggregation in Wireless Sensor Networks 1.2.1 Cluster-Based Approaches 1.2.2 Tree-Based Approaches Rate Allocation in Rechargeable Sensor Networks Contributions Organization of the Dissertation Objective Spatial Convergence for Data Aggregation Temporal Convergence for Data Aggregation Analysis 2.4.1 Expected Number of Transmissions ix Fig 5.14 shows the total number of packets received at the sink and the percentage of nodes running out of energy during the 24 hours of simulation From the figure we can see clearly that NAVG can hardly receive any packets for about 2.5 hours of the time, from 5:50 to 8:15 due to a lot of nodes running out of energy during that period DLEX-A is better, however its throughput is also affected severely during the same period because the nodes that run out of energy are usually those nodes close to the sink When they run out of energy, they can not forward packets for other nodes, thus resulting in severe drop of the throughput DLEX is affected only for a small portion of time because it has fewest nodes running out of energy for very short duration Again, if we store finer grained recharging profile on sensor nodes, we can maintain stable throughput for entire simulation for all nodes This shows that DLEX performs better in terms of uniformly collecting data across time NAVG 100 DLEX-A 40 20 100 DLEX 40 20 0:00 Percentage (%) Througput (K pkts) 100 50 100 6:00 12:00 Time 18:00 24:00 Figure 5.14: Total number of packets received (top) and ratio of nodes out of energy 147 5.4.5 Topology In this experiment we vary the transmission power to create networks with different sizes and densities With lower transmission power, nodes have few choices for selecting the routing paths in shortest path tree, and the diameter, i.e., the maximum hop count of the network, will increase too Fig 5.15 shows the results of three different transmission powers We can see that with higher transmission power, we can get better lexicographic rate assignment This is due to the higher density of the network In high density network, there will be more nodes that are one hop away from the sink The size of subtrees rooted at these one hop nodes will be smaller, compared with the subtrees of one hop nodes in low density network which has fewer number of one hop nodes Since the first hop nodes are usually the bottleneck nodes, fewer nodes in the subtree implies higher share of the available energy thus resulting in higher achievable rate 12 -10 dBm -5 dBm dBm 10 Rate(pkt/s) 0 20 40 60 80 100 120 140 Figure 5.15: Rate assignment in different network topology 148 5.5 Summary In this chapter we study the rate assignment problem for rechargeable sensor networks We propose a centralized algorithm and a distributed algorithm for optimal lexicographic rate assignment The centralized algorithm computes the optimal rate for each node along with determining the amount of flow on all links, while the distributed algorithm computes the optimal rate when the routing tree is pre-determined We prove the optimality of both centralized and distributed algorithms To evaluate the proposed distributed algorithm, we conduct experiments using a testbed with 158 sensor nodes under various scenarios How to jointly compute the rates for all nodes and the flows on each link distributedly is still an open problem 149 CHAPTER CONCLUSIONS 6.1 The Thesis In this dissertation we propose techniques and structures that not incur control overhead for data aggregation in event-triggered networks We first propose DataAware Anycast (DAA), which is the first structure-free data aggregation protocol It achieves efficient data aggregation without explicit control messages by improving spatial convergence and temporal convergence The spatial convergence is achieved by MAC layer anycast which forwards packets to one of the neighbors that have packets for aggregation The temporal convergence is achieved by Randomized Waiting (RW) at the application layer at sources The structure-free approach makes the design and implementation simple since it does not maintain any structure, and performs close to the optimal structure without incurring any structure control overhead To improve the scalability of the structure-free data aggregation, we propose ToD, which guarantees that packets will be aggregated close to the sources if the maximum event size is known In ToD, two trees, F-Tree and S-Tree, are constructed such that for any event smaller than the size of the maximum event, it will be fully covered by the F-Tree or S-Tree Based on where packets originate from, nodes can 150 forward packets on one of the trees to achieve further aggregation AFT further extends ToD by eliminating the requirement of maximum event size and still guarantees early aggregation AFT creates multi-level, overlapping clusters with exponentially increasing cluster size at each level Packets are forwarded to parent clusters based on where they originate from AFT guarantees that the distance between the sources and where the packets are aggregated will be bounded by a constant factor of event √ diameter, which is 2(1 + 13) ToD and AFT eliminate high structure maintenance overhead by using structurefree data aggregation to avoid involving all nodes in the structure, thereby reducing control messages This shows that semi-structured approaches that only maintain a structure for a small set of nodes can actually reduce the overall control overhead while assuring scalability and performing close to the optimal structure approach In addition to conserving energy through data aggregation, we also study system optimization for rechargeable sensor networks in data collection applications We design fair and high throughput rate assignment algorithms for rechargeable sensor networks We propose a centralized algorithm and a distributed algorithm for optimal lexicographic rate assignment The centralized algorithm computes the optimal rate for each node along with determining the amount of flow on all links, while the distributed algorithm computes the optimal rate when the routing tree is predetermined We prove the optimality of both centralized and distributed algorithms To evaluate the proposed distributed algorithm, we conduct experiments on a sensor network testbed under various scenarios From the results of the experiments we know that the rates computed by the distributed algorithm are highly dependent on the routing tree If a data collection tree that considers load balance is used, 151 the rates computed by the distributed algorithm can achieve higher throughput and better fairness 6.2 Future Work Besides the works that have been done in this dissertation, here are two open problems in related areas: • Distributed Joint Computation of Routing and Rate Assignment: Though the distributed algorithm we proposed computes the optimal lexicographic rate assignment for fixed routes and unsplittable flows, jointly computation of the optimal rates for the nodes and the amount of flows on each link in distributed fashion is still an open problem • Optimal Rate Assignment in Presence of Storage: With the advances in NAND technology, the energy consumption for storing data in flash disk is much smaller than the energy consumption for radio transmission Therefore storage can be exploited to boost the data collection rate when the battery level and the energy recharging rate are low How to optimize the rate assignment in presence of storage is a quest worth investigating 152 BIBLIOGRAPHY [1] Center for Embedded Networked Sensing at UCLA http://www.cens.ucla.edu [2] ExScal http://www.cast.cse.ohio-state.edu/exscal/ [3] Networked Infomechanical Systems http://www.cens.ucla.edu [4] Stargate http://platformx.sourceforge.net/home.html [5] TinyOS http://www.tinyos.net [6] Noga Alon, Richard M Karp, David Peleg, and Douglas West A graph theoretic game and its application to the k-server problem In SIAM Journal of Computing, volume 24, pages 78–100, February 1995 [7] Argonne National Laboratory Millimeter-Wave Radar Detection of Chemicals, Gases, and Radiation http://www.anl.gov/techtransfer/pdf/Profile MMWave 9-16-04.pdf, 2007 [8] A Arora, P Dutta, and S Bapat Line in the Sand: A Wireless Sensor Network for Target Detection, Classification, and Tracking OSU-CISRC-12/03-TR71, 2003 [9] Anish Arora, Emre Ertin, Rajiv Ramnath, William Leal, and Mikhail Nesterenko Kansei: A High-Fidelity Sensing Testbed In IEEE Internet Computing, special issue on Large-Scale Sensor Networks, March 2006 [10] Anish Arora and et al ExScal: Elements of an Extreme Scale Wireless Sensor Network In Proceedings of the 11th IEEE International Conference on Embedded and Real-Time Computing Systems and Applications (RTCSA), August 2005 [11] Elizabeth M Belding-Royer Multi-Level Hierarchies for Scalable Ad Hoc Routing Wireless Networks, 9(5):461–478, September 2003 [12] Dimitri Bertsekas and Robert Gallagher Data Networks Prentice Hall, 1992 153 [13] Michael Buettner, Gary V Yee, Eric Anderson, and Richard Han X-MAC: A Short Preamble MAC Protocol for Duty-Cycled Wireless Sensor Networks In SenSys, pages 307–320, November 2006 [14] Nirupama Bulusu, John Heidemann, and Deborah Estrin GPS-less Low Cost Outdoor Localization For Very Small Devices In IEEE Personal Communications, Special Issue on ”Smart Spaces and Environments”, volume 7, October 2000 [15] Anna Charny, David D Clark, and Raj Jain Congestion Control With Explicit Rate Indication In IEEE International Conference on Communication, volume 3, pages 1954–1963, June 1995 [16] Shigang Chen, Yuguang Fang, and Ye Xia Lexicographic Maxmin Fairness for Data Collection in Wireless Sensor Networks In IEEE Transactions on Mobile Computing, volume 6, pages 762–776, July 2007 [17] Chipcon CC1000 http://www.chipcon.com [18] Douglas S J De Couto, Daniel Aguayo, John Bicket, and Robert Morris A High-Throughput Path Metric for Multi-Hop Wireless Routing In MobiCom, pages 134–146, 2003 [19] Razvan Cristescu, Baltasar Beferull-Lozano, and Martin Vetterli On Network Correlated Data Gathering In Proceedings of the 23rd Annual Joint Conference of the IEEE Computer and Communications Societies, volume 4, pages 2571–2582, March 2004 [20] Razvan Cristescu and Martin Vetterli Power Efficient Gathering of Correlated Data: Optimization, NP-Completeness and Heuristics In Summaries of MobiHoc 2003 posters, volume 7, pages 31–32, July 2003 [21] Crossbow Crossbow http://www.xbow.com [22] Crossbow Mica2 http://www.xbow.com [23] Benjamin J Culpepper, Lan Dung, and Melody Moh Design and Analysis of Hybrid Indirect Transmissions (HIT) for Data Gathering in Wireless Micro Sensor Networks In ACM SIGMOBILE Mobile Computing and Communications Review, volume 8, pages 61–83, January 2004 [24] Min Ding, Xiuzhen Cheng, and Guoliang Xue Aggregation Tree Construction in Sensor Networks In Proceedings of the 58th IEEE Vehicular Technology Conference, volume 4, pages 2168–2172, October 2003 154 [25] Prabal Dutta, Jonathan Hui, Jaein Jeong, Sukun Kim, Cory Sharp, Jay Taneja, Gilman Tolle, Kamin Whitehouse, and David Culler Trio: Enabling sustainable and scalable outdoor wireless sensor network deployments In The 5th International Conference on Information Processing in Sensor Networks, pages 407–415, April 2006 [26] Emre Ertin, Anish Arora, Rajiv Ramnath, Mikhail Nesterenko, Vinayak Naik, Sandip Bapat, Vinod Kulathumani, Mukundan Sridharan, Hongwei Zhang, and Hui Cao Kansei: A Testbed for Sensing at Scale In Proceedings of the 4th Symposium on Information Processing in Sensor Networks (IPSN/SPOTS track), 2006 [27] Kai Wei Fan, Sha Liu, and Prasun Sinha On the potential of Structure-free Data Aggregation in Sensor Networks In INFOCOM, pages 1–12, April 2006 [28] Kai-Wei Fan, Sha Liu, and Prasun Sinha Scalable Data Aggregation for Dynamic Events in Sensor Networks In SenSys 2006, pages 181–194, November 2006 [29] Qing Fang, Jie Gao, and Leonidas J Guibas Locating and Bypassing Routing Holes in Sensor Networks In Proceedings of INFOCOM, volume 4, pages 2458–2468, March 2004 [30] Raphael A Finkel and Jon Louis Bentley Quad Trees: A Data Structure for Retrieval on Composite Keys Acta Informatica, 4:1–9, 1974 [31] K Gabriel and R Sokal A New Statistical Approach to Geographic Variation Analysis In Systematic Zoology, pages 259–278, 1969 [32] Ashish Goel and Deborah Estrin Simultaneous Optimization for Concave Costs: Single Sink Aggregation or Single Source Buy-at-Bulk In Proceedings of the 14th Annual ACM-SIAM Symposium on Discrete Algorithms, pages 499–505, 2003 [33] John Heidemann, Fabio Silva, Chalermek Intanagonwiwat, Ramesh Govindan, Deborah Estrin, and Deepak Ganesan Building Efficient Wireless Sensor Networks with Low-Level Naming In Proceedings of the 18th ACM Symposium on Operating Systems Principles, pages 146–159, October 2001 [34] Wendi Heinzelman, Anantha Chandrakasan, and Hari Balakrishnan Energy-Efficient Communication Protocol for Wireless Microsensor Networks In Proceedings of the 33rd Annual Hawaii International Conference on System Sciences, January 2000 155 [35] Wendi Heinzelman, Anantha Chandrakasan, and Hari Balakrishnan An Application-Specific Protocol Architecture for Wireless Microsensor Networks In IEEE Transactions on Wireless Communications, volume 1, pages 660–670, October 2002 [36] Y Thomas Hou, Shivendra S Panwar, and Henry H.-Y Tzeng On Generalized Max-Min Rate Allocation and Distributed Convergence Algorithm for Packet Networks In IEEE Transactions on Parallel and Distributed Systems, volume 15, pages 401–416, May 2004 [37] J Hsu, A Kansal, J Friedman, V Raghunathan, and M Srivastava Energy Harvesting Support for Sensor Network In Proc of IEEE IPSN Demo, 2005 [38] Chalermek Intanagonwiwat, Deborah Estrin, and Ramesh Goviindan Impact of Network Density on Data Aggregation in Wireless Sensor Networks In Technical Report 01-750, University of Southern California, November 2001 [39] Chalermek Intanagonwiwat, Deborah Estrin, Ramesh Govindan, and John Heidemann Impact of Network Density on Data Aggregation in Wireless Sensor Networks In Proceedings of 22nd International Conference on Distributed Computing Systems, pages 457–458, July 2002 [40] Chalermek Intanagonwiwat, Ramesh Govindan, and Deborah Estrin Directed Diffusion: A Scalable and Robust Communication Paradigm for Sensor Networks In Proceedings of the 6th Annual International Conference on Mobile Computing and Networking, pages 56–67, August 2000 [41] Chalermek Intanagonwiwat, Ramesh Govindan, Deborah Estrin, John Heidemann, and Fabio Silva Directed Diffusion for Wireless Sensor Networking In IEEE/ACM Transactions on Networking, volume 11, pages 2–16, February 2003 [42] S Jain and S R Das Exploiting Path Diversity in the Link Layer in Wireless Ad Hoc Networks In Sixth IEEE International Symposium on World of Wireless Mobile and Multimedia Networks, pages 22–30, June 2005 [43] Lujun Jia, Guevara Noubir, Rajmohan Rajaraman, and Ravi Sundaram GIST: Group-Independent Spanning Tree for Data Aggregation in Dense Sensor Networks In International Conference on Distributed Computing in Sensor Systems, pages 282–304, June 2006 [44] Xiaofan Jiang, Joseph Polastre, , and David Culler Perpetual environmentally powered sensor networks In The 4th International Conference on Information Processing in Sensor Networks, pages 463–468, April 2005 156 [45] Aman Kansal, Jason Hsu, Sadaf Zahedi, and Mani B Srivastava Power Management in Energy Harvesting Sensor Networks In ACM Transactions on Embedded Computing Systems, volume 6, September 2007 [46] Aman Kansal, Dunny Potter, and Mani B Srivastava Performance Aware Tasking for Environmentally Powered Sensor Networks In ACM SigMetrics, pages 223–234, June 2004 [47] Aman Kansal and Mani B Srivastava An Environmental Energy Harvesting Framework for Sensor Networks In Proceedings of the International Symposium of Low Power Electronics and Design, pages 481–486, August 2003 [48] Koushik Kar, Ananth Krishnamurthy, and Neeraj Jaggi Dynamic Node Activation in Networks of Rechargeable Sensors In INFOCOM, volume 3, pages 1997–2007, March 2005 [49] Brad Karp and H T Kung GPSR: Greedy Perimeter Stateless Routing for Wireless Networks In Proceedings of ACM MOBICOM 2000, pages 243–254, August 2000 [50] Bhaskar Krishnamachari, Deborah Estrin, and Stephan Wicker The Impact of Data Aggregation in Wireless Sensor Networks In Proceedings 22nd International Conference on Distributed Computing Systems Workshops, pages 575–578, July 2002 [51] Stephanie Lindsey and Cauligi Raghavendra PEGASIS: Power-Efficient Gathering in Sensor Information Systems In Proceedings of IEEE Aerospace Conference, volume 3, pages 1125–1130, March 2002 [52] Stephanie Lindsey, Cauligi Raghavendra, and Krishna M Sivalingam Data Gathering Algorithms in Sensor Networks Using Energy Metrics In IEEE Transactions on Parallel and Distributed Systems, volume 13, pages 924–935, September 2002 [53] Stephanie Lindsey, Cauligi S Raghavendra, and Krishna M Sivalingam Data Gathering in Sensor Networks using the Energy*Delay Metric In Proceedings 15th International Parallel and Distributed Processing Symposium, pages 2001–2008, April 2001 [54] Sha Liu, Kai-Wei Fan, and Prasun Sinha CMAC: An Energy Efficient MAC Layer Protocol Using Convergent Packet Forwarding for Wireless Sensor Networks In SECON, June 2007 [55] Gang Lu, Bhaskar Krishnamachari, and Cauligi S Raghavendra An Adaptive Energy-Efficient and Low-Latency MAC for Data Gathering in Wireless Sensor 157 Networks In 18th International Parallel and Distributed Processing Symposium (IPDPS), 2004 [56] Hong Luo, Jun Luo, and Yonghe Liu Energy Efficient Routing with Adaptive Data Fusion in Sensor Networks In Proceedings of the Third ACM/SIGMOBILE Workshop on Foundations of Mobile Computing, pages 80–88, August 2005 [57] Samuel Madden, Michael J Franklin, Joseph M Hellerstein, and Wei Hong TAG: a Tiny AGgregation Service for Ad-Hoc Sensor Networks In Proceedings of the 5th symposium on Operating systems design and implementation, pages 131–146, December 2002 [58] Samuel Madden, Robert Szewczyk, Michael J Franklin, and David Culler Supporting Aggregate Queries Over Ad-Hoc Wireless Sensor Networks In Proceedings of the 4th IEEE Workshop on Mobile Computing Systems and Applications, pages 49–58, June 2004 [59] A Mainwaring, R Szewczyk, J Anderson, and J Polastre Habitat Monitoring on Great Duck Island http://www.greatduckisland.net [60] S Meninger, J.O Mur-Miranda, R Amirtharajah, A Chandrakasan, and J.H Lang Vibration-to-Electric Energy Conversion IEEE Transactions on VLSI Systems, 9(1):64–76, February 2001 [61] David Moore, John Leonard, Daniela Rus, and Seth Teller Robust Distributed Network Localization with Noisy Range Measurements In Proceedings of 2nd ACM Sensys, pages 50–61, November 2004 [62] Vinayak Naik and Anish Arora Harvest: A Reliable and Energy Efficient Bulk Data Collection Service for Large Scale Wireless Sensor Networks In OSU-CISRC-4/06-TR37, 2006 [63] Chulsung Park and Pai H Chou AmbiMax: Autonomous Energy Harvesting Platform for Multi-Supply Wireless Sensor Nodes In SECON, pages 168–177, September 2006 [64] Sundeep Pattern, Bhaskar Krishnamachari, and Ramesh Govindan The Impact of Spatial Correlation on Routing with Compression in Wireless Sensor Networks In Proceedings of the 3rd International Symposium on Information Processing in Sensor Networks, pages 28–35, April 2004 [65] Joseph Polastre Design and Implementation of Wireless Sensor Networks for Habitat Monitoring Master’s Thesis, Spring 2003 158 [66] Joseph Polastre, Jason Hill, and David Culler Versatile Low Power Media Access for Wireless Sensor Networks In SenSys, pages 95–107, November 2004 [67] G J Pottie and W J Kaiser Wireless Integrated Network Sensors In Communications of the ACM, volume 43, pages 51–58, May 2000 [68] V Raghunathana, A Kansal, J Hsu, J Friedman, and Mani Srivastava Design Considerations for Solar Energy Harvesting Wireless Embedded Systems In Proc of IPSN (SPOT Track), pages 457–462, April 2005 [69] Mahammad Rahimi, Hardik Shah, Gaurav S Sukhatime, John Heideman, and Deborah Estrin Studying the Feasibility of Energy Harvesting in a Mobile Sensor Network In IEEE International Conference on Robotics and Automation, volume 1, pages 19–24, September 2003 [70] Sumit Rangwala, Ramakrishna Gummadi, Ramesh Govindan, and Konstantinos Psounis Interference-Aware Fair Rate Control in Wireless Sensor Networks In SIGCOMM, volume 36, pages 63–74, October 2006 [71] Sylvia Ratnasamy, Brad Karp, Scott Shenker, Deborah Estrin, Ramesh Govindan, Li Yin, and Fang Yu Data-Centric Storage in Sensornets with GHT, a Geographic Hash Table volume 8, pages 427–442, August 2003 [72] M P Release MicroStrain wins Navy contract for self powered wireless sensor networks, 2003 [73] Hussein F Salama, Douglas S Reeves, and Yannis Viniotis Evaluation of Multicast Routing Algorithms for Real-time Communication on High-speed Networks In IEEE Journal on Selected Area in Communications, volume 15, pages 332–345, April 1997 [74] Anna Scaglione Routing and Data Compression in Sensor Networks: Stochastic Models for Sensor Data that Guarantee Scalability In Proceedings of IEEE International Symposium on Information Theory, page 174, June 2003 [75] Anna Scaglione and Sergio D Servetto On the Interdependence of Routing and Data Compression in Multi-Hop Sensor Networks In Proceedings of the 8th Annual International Conference on Mobile Computing and Networking, pages 140–147, September 2002 [76] Karim Seada, Marco Zuniga, Ahmed Helmy, and Bhaskar Krishnamachari Energy-Efficient Forwarding Strategies for Geographic Routing in Lossy Wireless Sensor Networks In SenSys, pages 108–121, 2004 [77] Sental Corporation Chemical/Bio Defense and Sensor Networks http://www.sentel.com/html/chemicalbio.html, 2007 159 [78] I Stark Thermal Energy Harvesting with Thermo Life In Proc of the International Workshop on Wearable and Implantable Body Sensor Networks (BSN), April 2006 [79] Tijs van Dam and Koen Langendoen An Adaptive Energy-Efficient MAC Protocol for Wireless Sensor Networks In Proceedings of the 1st International Conference on Embedded Networked Sensor Systems, November 2003 [80] Christopher M Vigorito, Deepak Ganesan, and Andrew G Barto Adaptive Control of Duty Cycling in Energy-Harvesting Wireless Sensor Networks In The 4th Annual IEEE Communications Society Conference on Sensor, Mesh, and Ad Hoc Communications and Networks, pages 21–30, June 2007 [81] Thiemo Voigt, Hartmut Ritter, and Jochen Schiller Utilizing Solar Power in Wireless Sensor Networks In Proceedings of the 28th Annual IEEE International Conference on Local Computer Networks, pages 416–422, October 2003 [82] J.L Wong, R Jafari, and M Potkonjak Gateway placement for latency and energy efficient data aggregation In 29th Annual IEEE International Conference on Local Computer Networks, pages 490–497, November 2004 [83] Alec Woo, Terence Tong, and David Culler Taming the Underlying Challenges of Reliable Multihop Routing in Sensor Networks In SenSys, pages 14–27, November 2003 [84] Wei Ye, John Heidemann, and Deborah Estrin An Energy-Efficient MAC Protocol for Wireless Sensor Networks In INFOCOM, volume 3, pages 1567–1576, June 2002 [85] Liyang Yu, Neng Wang, and Xiaoqiao Meng Real-time Forest Fire Detection with Wireless Sensor Networks International Conference on Wireless Communications, Networking and Mobile Computin, 2:1214–1217, September 2005 [86] Pei Zhang, Christopher M Sadler, Stephen A Lyon, and Margaret Martonosi Hardware Design Experiences in ZebraNet In Proceedings of the 2nd International Conference on Embedded Networked Sensor Systems, pages 227–238, November 2004 [87] Wensheng Zhang and Guohong Cao DCTC: Dynamic Convoy Tree-based Collaboration for Target Tracking in Sensor Networks In IEEE Transactions on Wireless Communications, volume 3, pages 1689–1701, September 2004 160 [88] Wensheng Zhang and Guohong Cao Optimizing Tree Reconfiguration for Mobile Target Tracking in Sensor Networks In Proceedings of INFOCOM, volume 4, pages 2434–2445, March 2004 [89] Liang Zhao, Xiang Hong, and Qilian Liang Energy-Efficient Self-Organization for Wireless Sensor Networks: A Fully Distributed Approach In Proceedings of the 47th Annual IEEE Global Telecommunications Conference, volume 5, pages 2728–2732, November 2004 [90] Michele Zorzi and Ramesh R Rao Geographic Random Forwarding (GeRaF) for Ad Hoc and Sensor Networks: Energy and Latency Performance In IEEE Transactions on Mobile Computing, volume 2, pages 349–365, October 2003 [91] Michele Zorzi and Ramesh R Rao Geographic Random Forwarding (GeRaF) for Ad Hoc and Sensor Networks: Multihop Performance In IEEE Transactions on Mobile Computing, volume 2, pages 337–348, October 2003 161

Ngày đăng: 04/07/2016, 17:26

Từ khóa liên quan

Tài liệu cùng người dùng

Tài liệu liên quan