A ROBUST SCHEME TO TRACK MOVING TARGETS IN SENSOR NETS USING AMORPHOUS CLUSTERING AND KALMAN FILTERING

Size: px
Start display at page:

Download "A ROBUST SCHEME TO TRACK MOVING TARGETS IN SENSOR NETS USING AMORPHOUS CLUSTERING AND KALMAN FILTERING"

Transcription

1 A ROBUST SCHEME TO TRACK MOVING TARGETS IN SENSOR NETS USING AMORPHOUS CLUSTERING AND KALMAN FILTERING Gaurang Mokashi, Hong Huang, Bharath Kuppireddy, and Subin Varghese Klipsch School of Electrical and Computer Engineering New Mexico State University, USA ABSTRACT This paper presents a Kalman-filter-based, distributed processing scheme to track a moving target in a sensor net. There are two major new features about the proposed scheme. First, distributed processing clusters are formed amorphously. That is: no explicit control message exchanges are needed to form a cluster and elect a leader; rather, data packets are routed to a place where leaders are spontaneously generated if they pass certain threshold condition. This leads to great savings in cost associated with cluster and leader management. Second, the proposed scheme loosens the strict requirement in traditional tracking schemes that there exists exactly one cluster leader at a particular step; rather, multiple leaders can exist at the same step. This leads to more robust operation where leaders can fail due to either device or communications links reasons. Further, the creation of multiple leaders is leveraged on the one and same packet flow and no extra cost is incurred. The proposed scheme is simulated in an example tracking application and the effects on error performance of various parameters are studied. I. INTRODUCTION Sensor nets have emerged as a promising technology that has important applications in environment study, homeland security, digital battlefields, etc [][2]. To fully realize the potential of sensor nets, however, significant challenges have to be addressed to deal with the harsh environment sensor nets typically present. Specifically, sensors are tiny, unreliable, resourceconstrained, particularly energy-constrained devices, and communications links between sensors are volatile and unreliable. This work was partially supported through the Sandia National Laboratories SURP Program, grant number Any opinions, findings, and conclusions expressed in this material are those of the author(s) and do not necessarily reflect the views of the Sandia National Laboratories. It is commonly believed that in-network processing is preferable to centralized processing which requires sending all the data to the base station and consumes a large amount of energy. However, to perform robust, low overhead in-network processing is a challenging endeavor in a sensor net which is resource-constrained and where device and communications failures are frequent and common. This paper is intended to make some progress in this direction and presents a low overhead, robust, in-network processing scheme that tracks a moving target in a sensor net. Target tracking is an important application for sensor nets [3]. A classical method for the task is Kalman filtering [4]. One possible implementation is as follows. The system state consists of the position and velocity of the target. At each step, sensors close to the target form clusters and elect a leader to perform the Kalman filtering, and the updated state is forwarded to the cluster leader of the next step. While implementing Kalman filtering in a centralized setting is straight forward, doing so in a distributed manner in a sensor net presents some new difficulties. To form a cluster, determine the membership of a particular sensor, elect a cluster leader, and for the current leader to determine the next leader and to hand off the state, all incur significant communications cost and the correctness of operation is not entirely assured in the harsh environment of a sensor net. This paper proposes a robust scheme for tracking moving targets in sensor nets. The proposed scheme is based on the Kalman filter, but is implemented in such a way that requires little organization, minimal overhead, and is robust against node failure and message loss. There are two major new features about the proposed scheme. First, clusters are formed amorphously. That is: no explicit control message exchanges are needed to form a cluster and elect a leader; rather, data packets are routed to a place where leaders are spontaneously generated if they pass certain threshold condition. This leads to great savings in cost associated with cluster and leader management. Second, the strict requirement that there exists exactly one leader at a particular step is loosened; rather, multiple leaders can exist at the same step, and even no leader at a particular step is allowed of 5

2 (in that case, the state update is forwarded to the step after that). This leads to more robust operation where leaders can fail due to either device or communications links reasons. It is important to note here that the creation of multiple leaders is leveraged on the one and same packet flow and no extra cost is incurred. In the following, we provide a general description of the proposed scheme in Section II, discuss parameter settings in Section III, present simulation results in Section IV, and conclude in Section V. II. DESCRIPTION OF THE PROPOSED SCHEME The proposed scheme is based on Kalman filter, and the state of the dynamical system is the position and velocity of the target. At each step, sensors form amorphous clusters to aggregate sensor measurements to the cluster leaders, which update state estimations and hand off to the next potential cluster leaders. At any particular time, there may be multiple clusters working in parallel to estimate the state, so that the scheme is robust against message loss and device failure. The tracking results are periodically transmitted to the base station. We assume a two-dimensional space, though it not difficult to extend our results to higher dimension. The target is assumed to emit acoustic signal, which decays according to an inversely squared law, and the sensors measure the strength of this signal in noise. The sensors are assumed to know their positions using any of localization methods currently available. Sensors exchange their position information periodically among one-hop neighbors. Below, we provide more details about two crucial components in the proposed scheme: amorphous clustering and Kalman filtering. A. Amorphous Clustering Amorphous clusters are formed by using signallevel-based routing (SLR). A sensor transmits a message, which consists of the signal level and the sensor location, only if the signal level is above a threshold s th. A message is sent to the one-hop neighbor that has the highest signal level. A sensor relays a message only if there is a neighbor which has a higher signal level, otherwise it only receives message and consider itself a potential candidate for a cluster leader. A potential candidate decides itself to be a cluster leader if it received at least m th distinct messages by the end of the time slot. In cases of multiple local maximum, we will have multiple cluster leaders. Message transmissions occur randomly during the first α fraction of the slot T to avoid synchronization and to allow all messages to be delivered before the end of the slot. In essence, SLR marshals sensory data to cluster leaders, which have local maxima in signal strength, but does that without explicitly forming clusters and incurring the associated cost. To be selected as a cluster leader, a sensor needs to satisfy two conditions: a) it is around a local signal maximum; b) it has received sensory data from at least m th other sensors. The combination of these two conditions acts as a deterrent against false selection of a cluster leader without enough information to make an estimate. The above method allows cluster leaders to be created spontaneously simply by marshaling the packet flow towards local signal maxima, and requires virtually zero cluster management and maintenance overhead. This greatly reduces communications cost. The method also allows multiple cluster leaders to be created at one particular step, but that is leveraged on the same packet flow and incurs no extra cost. Allowing multiple cluster leaders is more robust as compared with the traditional approach that insists on exactly one cluster leader at a time, because a cluster leader failure, due to malfunction of device or break of communications links, etc., is no longer that much detrimental. To deal with the case that no cluster leader is formed in a particular step due to low signal strength, low density of sensors or device failures, we make the packet carrying the estimation state persistent for certain number of hops. That is: if the packet could not find a leader at a particular step, it continues to the next predicated target position using geographical routing, and so continues until a leader is found or the hop limit is reached. B. Kalman filtering Kalman filtering occurs in cluster leaders, which update the prior state estimates and error covariance, compute Kalman gains, and compute posterior state estimates and error covariance. A cluster leader located at x k then sends a message, which include the posterior state estimate and error covariance, addressed to a location x k+ +vt, using geographical routing [5] with a little variation. The variation is that the message is delivered to a sensor in the neighborhood of x k+, and after which it continues to use SLR to reach the next cluster leader. More specifically, the state of the systems is defined as the two dimensional coordinates and velocity of the target: x k = [x, y, vx, vy]. And, we assume a constant velocity motion. The Kalman filter consists of two groups of equations, the time update equations for calculating the priori state and the measurement equations for incorporating the measurements into the 2 of 5

3 priori estimate to get the posteriori estimate. The two groups of equations are as follow: Time update equations, Measurement update equations, xˆk - = Axˆ k + Bu k () P k - = AP k A T + Q (2) K k = P k - H T ( HP k - H T + R ) (3) xˆk = xˆk- + K k ( z k -Hxˆk- ) (4) P k = (I- K k H )P k - (5) In the above, xˆk is the priori state estimate at step k, A is the state update matrix: A = T T There is no forcing, so B and u are zero. P k - is the priori estimate of error covariance at step k. Q is the process noise and is assumed to be zero. K k is Kalman filter gain at step k. H is the observation matrix: H = Lastly, R is the measurement noise covariance. Initialization of states and noise covariance is around somewhere not far away from the true values to expedite convergence. Least mean square error estimation is performed on the received sensory data at the cluster leader to produce the measurement (target coordinates z k ) at current step, which, together with the prior estimate coming from cluster leads of the previous step, is feed into Kalman Filter to produce a posterior estimate and to predict the position of the target at the next step. This new position estimate and estimated error covariance are then sent to the predicted new position using geographical routing. The cycle is repeated in next step, and so forth. III. PARAMETERS DETERMINATION IN THE PROPOSED SCHEME The proposed method uses the notion of a step. At the start of each step, all the sensors wake up and measure the acoustic signal strength in their neighborhood. The time period of a step is T, which is roughly the time taken by the target to travel from one cluster leader to another. Hence T is dependent on two parameters, the target speed v and the distance between two cluster leaders. The distance between two cluster leaders is assumed to be some multiple of the communication radius or in other words multiple hop distance. To deal with the situation that the target exhibits litter motion and to feed information to the base station at a minimal frequency, T is set to be no larger that a certain value. The value of T generally adapts to the target speed, but is constant if the target exhibits a uniform speed motion, which is the case, considered in the simulation that follows. The measured signal strength is compared with the signal threshold s th to decide whether the current sensor should transmit its sensory data and participate in further processing or go back to sleep until the start of the next step. This keeps only the sensors that received strong enough signals awake and put sensors that received ambiguous signals to sleep, thus saving energy and extending the network lifetime. A lower value of s th activates more number of sensors and vice versa. Hence the value of the s th is an important parameter as it decides the tradeoff between conserving energy and enhancing sensitivity and robustness of detection. The effect of s th on the estimation performance is studied in the simulation. A sensor can consider it self as a cluster leader if all the signal strength values accumulated in its buffer are less its own signal strength value and the number of these data values in the buffer is greater the value m th. The parameter m th acts as deterrent against formation of a false cluster leader due to noise, etc. The value of m th should be large enough to prevent false triggering but it should also be small enough to ensure that a cluster leader is formed in each step. Even by taking this precaution and choosing the m th properly, there is a possibility that the cluster leader could not be formed as the number of data values in the buffer did not exceed the m th. This problem is dealt with by making the packet carrying the estimation state persistent for certain number of hops. That is: if the packet could not find a leader at a particular step, it continues to the next predicated target position using geographical routing, and so continues until a leader is found or the hop limit is reached. There is also the possibility of forming false cluster leaders whose estimation is not accurate enough. This is deal with by requiring a cluster leader assimilate an estimate in Kalman filtering from a previous step only if it is not far from its own measurement. If it is, the previous estimate is forwarded to the next step until either it is close to the measurement of some cluster 3 of 5

4 leader and gets assimilated in Kalman filtering or a certain hop limit has been reached. In this way, outliners will die quietly. The effect of m th on estimation performance is investigated in the simulation. IV. SIMULATION EXPERIMENTS We simulated a tracking application using our method. The setup involved sensors spread around an area of square meter field. The sensors were perturbed from the grid positions with a variance of. The target is assumed to move within the sensor area with constant velocity. Various parameters such as s th, m th, measurement noise variance and the number of cluster leaders are evaluated to study their effect on the estimation error. Figure shows the effect of signal threshold s th and the measurement noise variance on the average mean square error (MSE) in the position estimation of the target. The signal power is set to 2 units, signal threshold 2 or 4 units, m th value (the minimal number of messages received to qualify as a cluster leader) is equal to 6. It is no surprise that increase in measure noise variance increases MSE. However, s th also has some modest effect on MSE. Generally, lower s th leads to smaller MSE, since more sensors are involved in the estimation processes. But there is anomaly at the noise variance value of 4, whose explanation is not entirely clear to us and the guess is it originates from statistical fluctuation. the average MSE. The smaller the value of m th ; the more likely multiple cluster leaders are formed, and the less likely that no cluster leader is formed at particular step. Thus, smaller values of m th generally lead to smaller MSE as seen in Figure 2. Figure 3 shows the relationship between m th and the number of cluster leaders formed. Obviously, more cluster leaders are formed with a lower m th threshold. But this has to be cautioned against the risk of false triggering. In the setting of our simulation, a m th value of 4 seems to be an optimal one, which almost always guarantees at least one cluster leader at each step without much false triggering. Average MSE Average MSE vs Measurement Noise Variance Measuremnt Noise Variance mth = 4 mth = 6 mth = 8 Figure 2: The effect of m th and the measurement noise variance on the average mean square error (MSE) in the position estimation of the target. Average MSE Average MSE vs Measurement Noise Variance Measurement Noise Variance sth = 2 sth = 4 sth = 6 Figure : the effect of signal threshold s th and the measurement noise variance on the average mean square error (MSE) in the position estimation of the target Average number of cluster heads per cycle Average No. of Cluster heads vs Mth mth Avg. # cluster heads Figure 3: The effect of m th on the average number of cluster leaders formed per step. V. CONCLUSION The m th is a very important parameter as it controls the size of a cluster. Figure 2 shows the effect of m th on We have presented a Kalman-filter-based, distributed processing scheme to track a moving target in a sensor net. The proposed scheme incorporates two major new features: amorphous clustering for reducing overhead 4 of 5

5 and allowing multiple leaders for robustness. The proposed scheme is simulated in an example tracking application and the effects on error performance of various parameters are studied. REFERENCE [] D. Estrin, R. Govindan, J. Heidemann and S. Kumar, Next Century Challenges: Scalable Coordination in Sensor Networks, in Proc. of Mobicom, 999. [2] I.F. Akyildiz, W. Su, Y. Sankarasubramaniam, and E. Cayirci., A Survey on Sensor Networks., IEEE Communication Magazine, August 22 [3] Dan Li, Kerry Wong, Yu Hen Hu, and Akbar Sayeed. Detection, Classification and Tracking of Targets in Distributed Sensor Networks, IEEE Signal Processing Magazine, March 22. [4] Peter S. Maybeck, Stochastic Models, Estimation, and Control, Volume, 979 Academic Press, Inc. [5] B. Karp and H. T. Kung, GPSR: Greedy Perimeter Stateless Routing for Wireless Networks, in Proc. of Mobicom, 2. 5 of 5

Performance study of node placement in sensor networks

Performance study of node placement in sensor networks Performance study of node placement in sensor networks Mika ISHIZUKA and Masaki AIDA NTT Information Sharing Platform Labs, NTT Corporation 3-9-, Midori-Cho Musashino-Shi Tokyo 8-8585 Japan {ishizuka.mika,

More information

Fast and efficient randomized flooding on lattice sensor networks

Fast and efficient randomized flooding on lattice sensor networks Fast and efficient randomized flooding on lattice sensor networks Ananth Kini, Vilas Veeraraghavan, Steven Weber Department of Electrical and Computer Engineering Drexel University November 19, 2004 presentation

More information

Energy-Efficient Communication Protocol for Wireless Microsensor Networks

Energy-Efficient Communication Protocol for Wireless Microsensor Networks Energy-Efficient Communication Protocol for Wireless Microsensor Networks Wendi Rabiner Heinzelman Anatha Chandrasakan Hari Balakrishnan Massachusetts Institute of Technology Presented by Rick Skowyra

More information

Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks

Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks Recently, consensus based distributed estimation has attracted considerable attention from various fields to estimate deterministic

More information

Scalable Routing Protocols for Mobile Ad Hoc Networks

Scalable Routing Protocols for Mobile Ad Hoc Networks Helsinki University of Technology T-79.300 Postgraduate Course in Theoretical Computer Science Scalable Routing Protocols for Mobile Ad Hoc Networks Hafeth Hourani hafeth.hourani@nokia.com Contents Overview

More information

Energy Consumption Reduction of Clustering Communication Based on Number of Neighbors for Wireless Sensor Networks

Energy Consumption Reduction of Clustering Communication Based on Number of Neighbors for Wireless Sensor Networks Energy Consumption Reduction of Clustering Communication Based on Number of Neighbors for Wireless Sensor Networks Noritaka Shigei, Hiromi Miyajima, and Hiroki Morishita Abstract The wireless sensor network

More information

Investigating the Wireless Wire

Investigating the Wireless Wire Investigating the Wireless Wire Timothy McGee Mario Lauria Shiro Harada Debra Strick Jan Wantia Henry Chong NECSI course on Complex Systems, June 16-2, 23 Introduction Advancements of silicon technology

More information

Performance Analysis of Energy Consumption of AFECA in Wireless Sensor Networks

Performance Analysis of Energy Consumption of AFECA in Wireless Sensor Networks Proceedings of the World Congress on Engineering 2 Vol II WCE 2, July 6-8, 2, London, U.K. Performance Analysis of Energy Consumption of AFECA in Wireless Sensor Networks Yun Won Chung Abstract Energy

More information

Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks

Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks Energy Consumption and Latency Analysis for Wireless Multimedia Sensor Networks Alvaro Pinto, Zhe Zhang, Xin Dong, Senem Velipasalar, M. Can Vuran, M. Cenk Gursoy Electrical Engineering Department, University

More information

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Mostafa Arbabi Monfared Department of Electrical & Electronic Engineering Eastern Mediterranean University Famagusta,

More information

On Event Signal Reconstruction in Wireless Sensor Networks

On Event Signal Reconstruction in Wireless Sensor Networks On Event Signal Reconstruction in Wireless Sensor Networks Barış Atakan and Özgür B. Akan Next Generation Wireless Communications Laboratory Department of Electrical and Electronics Engineering Middle

More information

Efficient Single-Anchor Localization in Sensor Networks

Efficient Single-Anchor Localization in Sensor Networks Efficient Single-Anchor Localization in Sensor Networks Haseebulla M. Khan, Stephan Olariu, Mohamed Eltoweissy 2 Department of Computer Science, Old Dominion University, USA olariu@cs.odu.edu 3 he Bradley

More information

Locali ation z For For Wireless S ensor Sensor Networks Univ of Alabama F, all Fall

Locali ation z For For Wireless S ensor Sensor Networks Univ of Alabama F, all Fall Localization ation For Wireless Sensor Networks Univ of Alabama, Fall 2011 1 Introduction - Wireless Sensor Network Power Management WSN Challenges Positioning of Sensors and Events (Localization) Coverage

More information

CS649 Sensor Networks IP Lecture 9: Synchronization

CS649 Sensor Networks IP Lecture 9: Synchronization CS649 Sensor Networks IP Lecture 9: Synchronization I-Jeng Wang http://hinrg.cs.jhu.edu/wsn06/ Spring 2006 CS 649 1 Outline Description of the problem: axes, shortcomings Reference-Broadcast Synchronization

More information

Data Dissemination in Wireless Sensor Networks

Data Dissemination in Wireless Sensor Networks Data Dissemination in Wireless Sensor Networks Philip Levis UC Berkeley Intel Research Berkeley Neil Patel UC Berkeley David Culler UC Berkeley Scott Shenker UC Berkeley ICSI Sensor Networks Sensor networks

More information

An Adaptable Energy-Efficient Medium Access Control Protocol for Wireless Sensor Networks

An Adaptable Energy-Efficient Medium Access Control Protocol for Wireless Sensor Networks An Adaptable Energy-Efficient ium Access Control Protocol for Wireless Sensor Networks Justin T. Kautz 23 rd Information Operations Squadron, Lackland AFB TX Justin.Kautz@lackland.af.mil Barry E. Mullins,

More information

Mathematical Problems in Networked Embedded Systems

Mathematical Problems in Networked Embedded Systems Mathematical Problems in Networked Embedded Systems Miklós Maróti Institute for Software Integrated Systems Vanderbilt University Outline Acoustic ranging TDMA in globally asynchronous locally synchronous

More information

SIGNIFICANT advances in hardware technology have led

SIGNIFICANT advances in hardware technology have led IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 56, NO. 5, SEPTEMBER 2007 2733 Concentric Anchor Beacon Localization Algorithm for Wireless Sensor Networks Vijayanth Vivekanandan and Vincent W. S. Wong,

More information

Fault-tolerant Coverage in Dense Wireless Sensor Networks

Fault-tolerant Coverage in Dense Wireless Sensor Networks Fault-tolerant Coverage in Dense Wireless Sensor Networks Akshaye Dhawan and Magdalena Parks Department of Mathematics and Computer Science, Ursinus College, 610 E Main Street, Collegeville, PA, USA {adhawan,

More information

Active RFID System with Wireless Sensor Network for Power

Active RFID System with Wireless Sensor Network for Power 38 Active RFID System with Wireless Sensor Network for Power Raed Abdulla 1 and Sathish Kumar Selvaperumal 2 1,2 School of Engineering, Asia Pacific University of Technology & Innovation, 57 Kuala Lumpur,

More information

Wireless in the Real World. Principles

Wireless in the Real World. Principles Wireless in the Real World Principles Make every transmission count E.g., reduce the # of collisions E.g., drop packets early, not late Control errors Fundamental problem in wless Maximize spatial reuse

More information

Design of an energy efficient Medium Access Control protocol for wireless sensor networks. Thesis Committee

Design of an energy efficient Medium Access Control protocol for wireless sensor networks. Thesis Committee Design of an energy efficient Medium Access Control protocol for wireless sensor networks Thesis Committee Masters Thesis Defense Kiran Tatapudi Dr. Chansu Yu, Dr. Wenbing Zhao, Dr. Yongjian Fu Organization

More information

Extending lifetime of sensor surveillance systems in data fusion model

Extending lifetime of sensor surveillance systems in data fusion model IEEE WCNC 2011 - Network Exting lifetime of sensor surveillance systems in data fusion model Xiang Cao Xiaohua Jia Guihai Chen State Key Laboratory for Novel Software Technology, Nanjing University, Nanjing,

More information

ARCH: Prac+cal Channel Hopping for Reliable Home- Area Sensor Networks. Chenyang Lu

ARCH: Prac+cal Channel Hopping for Reliable Home- Area Sensor Networks. Chenyang Lu ARCH: Prac+cal Channel Hopping for Reliable Home- Area Sensor Networks Chenyang Lu Home Area Network for Smart Energy Connecting power meters, thermostats, HVAC, appliances. Source: AT&T Labs 2 Wireless

More information

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Prepared For: UMIACS/LTS Seminar March 3, 2004 Telcordia Contact: Stephanie Demers Robert A. Ziegler ziegler@research.telcordia.com 732.758.5494

More information

Tracking Moving Targets in a Smart Sensor Network

Tracking Moving Targets in a Smart Sensor Network Tracking Moving Targets in a Smart Sensor Network Rahul Gupta Department of ECECS University of Cincinnati Cincinnati, OH 45221-0030 Samir R. Das Computer Science Department SUNY at Stony Brook Stony Brook,

More information

Towards a Unified View of Localization in Wireless Sensor Networks

Towards a Unified View of Localization in Wireless Sensor Networks Towards a Unified View of Localization in Wireless Sensor Networks Suprakash Datta Joint work with Stuart Maclean, Masoomeh Rudafshani, Chris Klinowski and Shaker Khaleque York University, Toronto, Canada

More information

Biologically-inspired Autonomic Wireless Sensor Networks. Haoliang Wang 12/07/2015

Biologically-inspired Autonomic Wireless Sensor Networks. Haoliang Wang 12/07/2015 Biologically-inspired Autonomic Wireless Sensor Networks Haoliang Wang 12/07/2015 Wireless Sensor Networks A collection of tiny and relatively cheap sensor nodes Low cost for large scale deployment Limited

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February-2016 181 A NOVEL RANGE FREE LOCALIZATION METHOD FOR MOBILE SENSOR NETWORKS Anju Thomas 1, Remya Ramachandran 2 1

More information

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols Josh Broch, David Maltz, David Johnson, Yih-Chun Hu and Jorjeta Jetcheva Computer Science Department Carnegie Mellon University

More information

Achieving Network Consistency. Octav Chipara

Achieving Network Consistency. Octav Chipara Achieving Network Consistency Octav Chipara Reminders Homework is postponed until next class if you already turned in your homework, you may resubmit Please send me your peer evaluations 2 Next few lectures

More information

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes

Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes 7th Mediterranean Conference on Control & Automation Makedonia Palace, Thessaloniki, Greece June 4-6, 009 Distributed Collaborative Path Planning in Sensor Networks with Multiple Mobile Sensor Nodes Theofanis

More information

Simple, Optimal, Fast, and Robust Wireless Random Medium Access Control

Simple, Optimal, Fast, and Robust Wireless Random Medium Access Control Simple, Optimal, Fast, and Robust Wireless Random Medium Access Control Jianwei Huang Department of Information Engineering The Chinese University of Hong Kong KAIST-CUHK Workshop July 2009 J. Huang (CUHK)

More information

Deployment Design of Wireless Sensor Network for Simple Multi-Point Surveillance of a Moving Target

Deployment Design of Wireless Sensor Network for Simple Multi-Point Surveillance of a Moving Target Sensors 2009, 9, 3563-3585; doi:10.3390/s90503563 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article Deployment Design of Wireless Sensor Network for Simple Multi-Point Surveillance

More information

Distributed receive beamforming: a scalable architecture and its proof of concept

Distributed receive beamforming: a scalable architecture and its proof of concept Distributed receive beamforming: a scalable architecture and its proof of concept François Quitin, Andrew Irish and Upamanyu Madhow Electrical and Computer Engineering, University of California, Santa

More information

GeoMAC: Geo-backoff based Co-operative MAC for V2V networks.

GeoMAC: Geo-backoff based Co-operative MAC for V2V networks. GeoMAC: Geo-backoff based Co-operative MAC for V2V networks. Sanjit Kaul and Marco Gruteser WINLAB, Rutgers University. Ryokichi Onishi and Rama Vuyyuru Toyota InfoTechnology Center. ICVES 08 Sep 24 th

More information

Syed Obaid Amin. Date: February 11 th, Networking Lab Kyung Hee University

Syed Obaid Amin. Date: February 11 th, Networking Lab Kyung Hee University Detecting Jamming Attacks in Ubiquitous Sensor Networks Networking Lab Kyung Hee University Date: February 11 th, 2008 Syed Obaid Amin obaid@networking.khu.ac.kr Contents Background Introduction USN (Ubiquitous

More information

Detection, Classification and Tracking in Distributed Sensor Networks

Detection, Classification and Tracking in Distributed Sensor Networks Detection, Classification and Tracking in Distributed Sensor Networks Dan Li, Kerry Wong, Yu Hen Hu and Akbar Sayeed Department of Electrical and Computer Engineering University of Wisconsin-Madison, USA

More information

Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks

Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks Improved MDS-based Algorithm for Nodes Localization in Wireless Sensor Networks Biljana Risteska Stojkoska, Vesna Kirandziska Faculty of Computer Science and Engineering University "Ss. Cyril and Methodius"

More information

Data Gathering. Chapter 4. Ad Hoc and Sensor Networks Roger Wattenhofer 4/1

Data Gathering. Chapter 4. Ad Hoc and Sensor Networks Roger Wattenhofer 4/1 Data Gathering Chapter 4 Ad Hoc and Sensor Networks Roger Wattenhofer 4/1 Environmental Monitoring (PermaSense) Understand global warming in alpine environment Harsh environmental conditions Swiss made

More information

Multihop Routing in Ad Hoc Networks

Multihop Routing in Ad Hoc Networks Multihop Routing in Ad Hoc Networks Dr. D. Torrieri 1, S. Talarico 2 and Dr. M. C. Valenti 2 1 U.S Army Research Laboratory, Adelphi, MD 2 West Virginia University, Morgantown, WV Nov. 18 th, 20131 Outline

More information

Adaptive Target Tracking in Sensor Networks

Adaptive Target Tracking in Sensor Networks Adaptive Target Tracking in Sensor Networks Xingbo Yu, Koushik Niyogi, Sharad Mehrotra, Nalini Venkatasubramanian University of California, Irvine fxyu; kniyogi; sharad; nalinig@ics:uci:edu Abstract Recent

More information

Coding aware routing in wireless networks with bandwidth guarantees. IEEEVTS Vehicular Technology Conference Proceedings. Copyright IEEE.

Coding aware routing in wireless networks with bandwidth guarantees. IEEEVTS Vehicular Technology Conference Proceedings. Copyright IEEE. Title Coding aware routing in wireless networks with bandwidth guarantees Author(s) Hou, R; Lui, KS; Li, J Citation The IEEE 73rd Vehicular Technology Conference (VTC Spring 2011), Budapest, Hungary, 15-18

More information

Node Localization using 3D coordinates in Wireless Sensor Networks

Node Localization using 3D coordinates in Wireless Sensor Networks Node Localization using 3D coordinates in Wireless Sensor Networks Shayon Samanta Prof. Punesh U. Tembhare Prof. Charan R. Pote Computer technology Computer technology Computer technology Nagpur University

More information

distributed, adaptive resource allocation for sensor networks

distributed, adaptive resource allocation for sensor networks GEOFFREY MAINLAND AND MATT WELSH distributed, adaptive resource allocation for sensor networks Geoffrey Mainland is currently a Ph.D. student at Harvard University and received his A.B. in Physics from

More information

Outline. Tracking with Unreliable Node Sequences. Abstract. Outline. Outline. Abstract 10/20/2009

Outline. Tracking with Unreliable Node Sequences. Abstract. Outline. Outline. Abstract 10/20/2009 Tracking with Unreliable Node Sequences Ziguo Zhong, Ting Zhu, Dan Wang and Tian He Computer Science and Engineering, University of Minnesota Infocom 2009 Presenter: Jing He Abstract This paper proposes

More information

Energy Efficient Data Gathering with Mobile Element Path Planning and SDMA-MIMO in WSN

Energy Efficient Data Gathering with Mobile Element Path Planning and SDMA-MIMO in WSN Energy Efficient Data Gathering with Mobile Element Path Planning and SDMA-MIMO in WSN G.R.Divya M.E., Communication System ECE DMI College of engineering Chennai, India S.Rajkumar Assistant Professor,

More information

BBS: Lian et An al. Energy Efficient Localized Routing Scheme. Scheme for Query Processing in Wireless Sensor Networks

BBS: Lian et An al. Energy Efficient Localized Routing Scheme. Scheme for Query Processing in Wireless Sensor Networks International Journal of Distributed Sensor Networks, : 3 54, 006 Copyright Taylor & Francis Group, LLC ISSN: 1550-139 print/1550-1477 online DOI: 10.1080/1550130500330711 BBS: An Energy Efficient Localized

More information

OLSR-L. Evaluation of OLSR-L Network Protocol for Integrated Protocol for Communications and Positionig

OLSR-L. Evaluation of OLSR-L Network Protocol for Integrated Protocol for Communications and Positionig OLSR-L 1 2 3 4 2 ROULA OLSR OLSR ROULA ROULA OLSR OLSR-L Evaluation of OLSR-L Network Protocol for Integrated Protocol for Communications and Positionig Kazuyoshi Soga, 1 Tomoya Takenaka, 2 Yoshiaki Terashima,

More information

Guaranteeing the network lifetime in wireless sensor networks: A MAC layer approach

Guaranteeing the network lifetime in wireless sensor networks: A MAC layer approach Computer Communications 3 (27) 2532 2545 www.elsevier.com/locate/comcom Guaranteeing the network lifetime in wireless sensor networks: A MAC layer approach Yongsub Nam a, Taekyoung Kwon b, *, Hojin Lee

More information

Adaptive Fault Tolerant QoS Control Algorithms for Maximizing System Lifetime of Query-Based Wireless Sensor Networks

Adaptive Fault Tolerant QoS Control Algorithms for Maximizing System Lifetime of Query-Based Wireless Sensor Networks Adaptive Fault Tolerant QoS Control Algorithms for Maximizing System Lifetime of Query-Based Wireless Sensor Networks Ing-Ray Chen*, Anh Phan Speer* and Mohamed Eltoweissy+ *Department of Computer Science

More information

Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks

Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks Energy-Efficient Duty Cycle Assignment for Receiver-Based Convergecast in Wireless Sensor Networks Yuqun Zhang, Chen-Hsiang Feng, Ilker Demirkol, Wendi B. Heinzelman Department of Electrical and Computer

More information

Anomaly Detection based Secure In-Network Aggregation for Wireless Sensor Networks

Anomaly Detection based Secure In-Network Aggregation for Wireless Sensor Networks Anomaly Detection based Secure In-Network Aggregation for Wireless Sensor Networks Bo Sun, Member, IEEE, Xuemei Shan, Kui Wu, Member, IEEE, and Yang Xiao, Senior Member, IEEE Abstract - Secure in-network

More information

Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks

Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks Sense in Order: Channel Selection for Sensing in Cognitive Radio Networks Ying Dai and Jie Wu Department of Computer and Information Sciences Temple University, Philadelphia, PA 19122 Email: {ying.dai,

More information

ENERGY EFFICIENT SENSOR NODE DESIGN IN WIRELESS SENSOR NETWORKS

ENERGY EFFICIENT SENSOR NODE DESIGN IN WIRELESS SENSOR NETWORKS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

Adaptation of MAC Layer for QoS in WSN

Adaptation of MAC Layer for QoS in WSN Adaptation of MAC Layer for QoS in WSN Sukumar Nandi and Aditya Yadav IIT Guwahati Abstract. In this paper, we propose QoS aware MAC protocol for Wireless Sensor Networks. In WSNs, there can be two types

More information

An Improved MAC Model for Critical Applications in Wireless Sensor Networks

An Improved MAC Model for Critical Applications in Wireless Sensor Networks An Improved MAC Model for Critical Applications in Wireless Sensor Networks Gayatri Sakya Vidushi Sharma Trisha Sawhney JSSATE, Noida GBU, Greater Noida JSSATE, Noida, ABSTRACT The wireless sensor networks

More information

DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK

DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK CHUAN CAI, LIANG YUAN School of Information Engineering, Chongqing City Management College, Chongqing, China E-mail: 1 caichuan75@163.com,

More information

Automatic power/channel management in Wi-Fi networks

Automatic power/channel management in Wi-Fi networks Automatic power/channel management in Wi-Fi networks Jan Kruys Februari, 2016 This paper was sponsored by Lumiad BV Executive Summary The holy grail of Wi-Fi network management is to assure maximum performance

More information

Energy-Efficient Data Management for Sensor Networks

Energy-Efficient Data Management for Sensor Networks Energy-Efficient Data Management for Sensor Networks Al Demers, Cornell University ademers@cs.cornell.edu Johannes Gehrke, Cornell University Rajmohan Rajaraman, Northeastern University Niki Trigoni, Cornell

More information

A Lateration-localizing Algorithm for Energy-efficient Target Tracking in Wireless Sensor Networks

A Lateration-localizing Algorithm for Energy-efficient Target Tracking in Wireless Sensor Networks Ad Hoc & Sensor Wireless Networks, Vol. 0, pp. 1 30 Reprints available directly from the publisher Photocopying permitted by license only 2016 Old City Publishing, Inc. Published by license under the OCP

More information

Medium Access Control Protocol for WBANS

Medium Access Control Protocol for WBANS Medium Access Control Protocol for WBANS Using the slides presented by the following group: An Efficient Multi-channel Management Protocol for Wireless Body Area Networks Wangjong Lee *, Seung Hyong Rhee

More information

Vision-Enabled Node Localization in Wireless Sensor Networks

Vision-Enabled Node Localization in Wireless Sensor Networks Vision-Enabled Node Localization in Wireless Sensor Networks Huang Lee and Hamid Aghajan Wireless Sensor Networks Lab Department of Electrical Engineering Stanford University, Stanford, CA 935 Email: huanglee@stanford.edu

More information

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks Elisabeth M. Royer, Chai-Keong Toh IEEE Personal Communications, April 1999 Presented by Hannu Vilpponen 1(15) Hannu_Vilpponen.PPT

More information

A Study on Performance Analysis of Distance Estimation RSSI in Wireless Sensor Networks

A Study on Performance Analysis of Distance Estimation RSSI in Wireless Sensor Networks A Study on Performance Analysis of Distance Estimation RSSI in Wireless Sensor Networks S.Satheesh 1, Dr.V.Vinoba 2 1 Assistant professor, T.J.S. Engineering College, Chennai-601206, Tamil Nadu, India.

More information

A survey on broadcast protocols in multihop cognitive radio ad hoc network

A survey on broadcast protocols in multihop cognitive radio ad hoc network A survey on broadcast protocols in multihop cognitive radio ad hoc network Sureshkumar A, Rajeswari M Abstract In the traditional ad hoc network, common channel is present to broadcast control channels

More information

Coordination-free Repeater Groups in Wireless Sensor Networks Andreas Willig

Coordination-free Repeater Groups in Wireless Sensor Networks Andreas Willig Technical University Berlin Telecommunication Networks Group Coordination-free Repeater Groups in Wireless Sensor Networks Andreas Willig awillig@tkn.tu-berlin.de Berlin, August 2006 TKN Technical Report

More information

REVIEW OF COOPERATIVE SCHEMES BASED ON DISTRIBUTED CODING STRATEGY

REVIEW OF COOPERATIVE SCHEMES BASED ON DISTRIBUTED CODING STRATEGY INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 REVIEW OF COOPERATIVE SCHEMES BASED ON DISTRIBUTED CODING STRATEGY P. Suresh Kumar 1, A. Deepika 2 1 Assistant Professor,

More information

A Wireless Communication System using Multicasting with an Acknowledgement Mark

A Wireless Communication System using Multicasting with an Acknowledgement Mark IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 07, Issue 10 (October. 2017), V2 PP 01-06 www.iosrjen.org A Wireless Communication System using Multicasting with an

More information

Exercise Data Networks

Exercise Data Networks (due till January 19, 2009) Exercise 9.1: IEEE 802.11 (WLAN) a) In which mode of operation is this network in? b) Why is the start of the back-off timers delayed until the DIFS contention phase? c) How

More information

Modulated Backscattering Coverage in Wireless Passive Sensor Networks

Modulated Backscattering Coverage in Wireless Passive Sensor Networks Modulated Backscattering Coverage in Wireless Passive Sensor Networks Anusha Chitneni 1, Karunakar Pothuganti 1 Department of Electronics and Communication Engineering, Sree Indhu College of Engineering

More information

Node Localization and Tracking Using Distance and Acceleration Measurements

Node Localization and Tracking Using Distance and Acceleration Measurements Node Localization and Tracking Using Distance and Acceleration Measurements Benjamin R. Hamilton, Xiaoli Ma, School of Electrical and Computer Engineering Georgia Institute of Technology Atlanta, Georgia,

More information

Trade-off Between Coverage and Data Reporting Latency for Energy-Conserving Data Gathering in Wireless Sensor Networks

Trade-off Between Coverage and Data Reporting Latency for Energy-Conserving Data Gathering in Wireless Sensor Networks Trade-off Between Coverage and Data Reporting Latency for Energy-Conserving Data Gathering in Wireless Sensor Networks Wook Choi and Sajal K. Das Center for Research in Wireless Mobility and Networking

More information

Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas

Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas Energy Efficient MAC Protocol with Localization scheme for Wireless Sensor Networks using Directional Antennas Anique Akhtar Department of Electrical Engineering aakhtar13@ku.edu.tr Buket Yuksel Department

More information

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Manijeh Keshtgary Dept. of Computer Eng. & IT ShirazUniversity of technology Shiraz,Iran, Keshtgari@sutech.ac.ir

More information

Coalitions for Distributed Sensor Fusion 1

Coalitions for Distributed Sensor Fusion 1 Coalitions for Distributed Sensor Fusion 1 Abstract - We address the problem of efficient use of communication bandwidth in a network of distributed sensors. Each sensor node has enough computational power

More information

An Energy Efficient Multi-Target Tracking in Wireless Sensor Networks Based on Polygon Tracking Method

An Energy Efficient Multi-Target Tracking in Wireless Sensor Networks Based on Polygon Tracking Method International Journal of Emerging Trends in Science and Technology DOI: http://dx.doi.org/10.18535/ijetst/v2i8.03 An Energy Efficient Multi-Target Tracking in Wireless Sensor Networks Based on Polygon

More information

Efficiency and detectability of random reactive jamming in wireless networks

Efficiency and detectability of random reactive jamming in wireless networks Efficiency and detectability of random reactive jamming in wireless networks Ni An, Steven Weber Modeling & Analysis of Networks Laboratory Drexel University Department of Electrical and Computer Engineering

More information

Energy-Scalable Protocols for Battery-Operated MicroSensor Networks

Energy-Scalable Protocols for Battery-Operated MicroSensor Networks Approved for public release; distribution is unlimited. Energy-Scalable Protocols for Battery-Operated MicroSensor Networks Alice Wang, Wendi Rabiner Heinzelman, and Anantha P. Chandrakasan Department

More information

Dynamically Configured Waveform-Agile Sensor Systems

Dynamically Configured Waveform-Agile Sensor Systems Dynamically Configured Waveform-Agile Sensor Systems Antonia Papandreou-Suppappola in collaboration with D. Morrell, D. Cochran, S. Sira, A. Chhetri Arizona State University June 27, 2006 Supported by

More information

Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks

Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks Utilization Based Duty Cycle Tuning MAC Protocol for Wireless Sensor Networks Shih-Hsien Yang, Hung-Wei Tseng, Eric Hsiao-Kuang Wu, and Gen-Huey Chen Dept. of Computer Science and Information Engineering,

More information

A novel algorithm for graded precision localization in wireless sensor networks

A novel algorithm for graded precision localization in wireless sensor networks A novel algorithm for graded precision localization in wireless sensor networks S. Sarangi Bharti School of Telecom Technology Management, IIT Delhi, Hauz Khas, New Delhi 110016 INDIA sanat.sarangi@gmail.com

More information

Contents Introduction...2 Revision Information...3 Terms and definitions...4 Overview...5 Part A. Layout and Topology of Wireless Devices...

Contents Introduction...2 Revision Information...3 Terms and definitions...4 Overview...5 Part A. Layout and Topology of Wireless Devices... Technical Information TI 01W01A51-12EN Guidelines for Layout and Installation of Field Wireless Devices Contents Introduction...2 Revision Information...3 Terms and definitions...4 Overview...5 Part A.

More information

Event-driven MAC Protocol For Dual-Radio Cooperation

Event-driven MAC Protocol For Dual-Radio Cooperation Event-driven MAC Protocol For Dual-Radio Cooperation Arash Khatibi, Yunus Durmuş, Ertan Onur and Ignas Niemegeers Delft University of Technology 2628 CD Delft, The Netherlands {a.khatibi,y.durmus,e.onur,i.niemegeers}@tudelft.nl

More information

Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks

Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks Wenbo Zhao and Xueyan Tang School of Computer Engineering, Nanyang Technological University, Singapore 639798 Email:

More information

Cognitive Radio Networks

Cognitive Radio Networks 1 Cognitive Radio Networks Dr. Arie Reichman Ruppin Academic Center, IL שישי טכני-רדיו תוכנה ורדיו קוגניטיבי- 1.7.11 Agenda Human Mind Cognitive Radio Networks Standardization Dynamic Frequency Hopping

More information

Bayesian Estimation of Tumours in Breasts Using Microwave Imaging

Bayesian Estimation of Tumours in Breasts Using Microwave Imaging Bayesian Estimation of Tumours in Breasts Using Microwave Imaging Aleksandar Jeremic 1, Elham Khosrowshahli 2 1 Department of Electrical & Computer Engineering McMaster University, Hamilton, ON, Canada

More information

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS A Thesis by Masaaki Takahashi Bachelor of Science, Wichita State University, 28 Submitted to the Department of Electrical Engineering

More information

A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM

A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM Sameer S. M Department of Electronics and Electrical Communication Engineering Indian Institute of Technology Kharagpur West

More information

Adaptive Sensor Selection Algorithms for Wireless Sensor Networks. Silvia Santini PhD defense October 12, 2009

Adaptive Sensor Selection Algorithms for Wireless Sensor Networks. Silvia Santini PhD defense October 12, 2009 Adaptive Sensor Selection Algorithms for Wireless Sensor Networks Silvia Santini PhD defense October 12, 2009 Wireless Sensor Networks (WSNs) WSN: compound of sensor nodes Sensor nodes Computation Wireless

More information

A Forwarding Station Integrated the Low Energy Adaptive Clustering Hierarchy in Ad-hoc Wireless Sensor Networks

A Forwarding Station Integrated the Low Energy Adaptive Clustering Hierarchy in Ad-hoc Wireless Sensor Networks A Forwarding Station Integrated the Low Energy Adaptive Clustering Hierarchy in Ad-hoc Wireless Sensor Networks Chao-Shui Lin, Ching-Mu Chen, Tung-Jung Chan and Tsair-Rong Chen Department of Electrical

More information

Using Sink Mobility to Increase Wireless Sensor Networks Lifetime

Using Sink Mobility to Increase Wireless Sensor Networks Lifetime Using Sink Mobility to Increase Wireless Sensor Networks Lifetime Mirela Marta and Mihaela Cardei Department of Computer Science and Engineering Florida Atlantic University Boca Raton, FL 33431, USA E-mail:

More information

WIRELESS sensor networks (WSNs) are increasingly

WIRELESS sensor networks (WSNs) are increasingly JOURNAL OF L A T E X CLASS FILES, VOL., NO., JANUARY 7 Probability-based Prediction and Sleep Scheduling for Energy Efficient Target Tracking in Sensor Networks Bo Jiang, Student Member, IEEE, Binoy Ravindran,

More information

Synchronization and Beaconing in IEEE s Mesh Networks

Synchronization and Beaconing in IEEE s Mesh Networks Synchronization and Beaconing in IEEE 80.s Mesh etworks Alexander Safonov and Andrey Lyakhov Institute for Information Transmission Problems E-mails: {safa, lyakhov}@iitp.ru Stanislav Sharov Moscow Institute

More information

SPATIAL CORRELATION BASED SENSOR SELECTION SCHEMES FOR PROBABILISTIC AREA COVERAGE

SPATIAL CORRELATION BASED SENSOR SELECTION SCHEMES FOR PROBABILISTIC AREA COVERAGE SPATIAL CORRELATION BASED SENSOR SELECTION SCHEMES FOR PROBABILISTIC AREA COVERAGE Ramesh Rajagopalan School of Engineering, University of St. Thomas, MN, USA ramesh@stthomas.edu ABSTRACT This paper develops

More information

Bottleneck Zone Analysis in WSN Using Low Duty Cycle in Wireless Micro Sensor Network

Bottleneck Zone Analysis in WSN Using Low Duty Cycle in Wireless Micro Sensor Network Bottleneck Zone Analysis in WSN Using Low Duty Cycle in Wireless Micro Sensor Network 16 1 Punam Dhawad, 2 Hemlata Dakhore 1 Department of Computer Science and Engineering, G.H. Raisoni Institute of Engineering

More information

College of Engineering

College of Engineering WiFi and WCDMA Network Design Robert Akl, D.Sc. College of Engineering Department of Computer Science and Engineering Outline WiFi Access point selection Traffic balancing Multi-Cell WCDMA with Multiple

More information

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1 ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS Xiang Ji and Hongyuan Zha Material taken from Sensor Network Operations by Shashi Phoa, Thomas La Porta and Christopher Griffin, John Wiley,

More information

Mesh Networks. unprecedented coverage, throughput, flexibility and cost efficiency. Decentralized, self-forming, self-healing networks that achieve

Mesh Networks. unprecedented coverage, throughput, flexibility and cost efficiency. Decentralized, self-forming, self-healing networks that achieve MOTOROLA TECHNOLOGY POSITION PAPER Mesh Networks Decentralized, self-forming, self-healing networks that achieve unprecedented coverage, throughput, flexibility and cost efficiency. Mesh networks technology

More information

An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks

An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks Article An Efficient Distributed Coverage Hole Detection Protocol for Wireless Sensor Networks Prasan Kumar Sahoo 1, Ming-Jer Chiang 2 and Shih-Lin Wu 1,3, * 1 Department of Computer Science and Information

More information