Power-Aware Markov Chain Based Tracking Approach for Wireless Sensor Networks

Size: px
Start display at page:

Download "Power-Aware Markov Chain Based Tracking Approach for Wireless Sensor Networks"

Transcription

1 Power-Aware Markov Chain Based Tracking Approach for Wireless Sensor Networks Hui Kang and Xiaolin Li Scalable Software Systems Lab, Department of Computer Science Oklahoma State University, Stillwater, OK 74078, USA Patrick J. Moran AirSprite Technologies, Inc. Marlborough, MA 01532, USA Abstract We propose a novel measure method of information utility for tracking and localization in wireless sensor networks (WSNs). The target moving arbitrarily in WSNs is modeled by Markov chains using a transition matrix. The proposed information utility measurement allows us to expect the next state of the target and identify the informative sensors. Further, compared with existing localization methods, the proposed poweraware sensor selection considers the energy constraint of WSNs. To conserve energy, a subset of sensor nodes are activated based on a combinative measurement including information utility, communication cost, and residual energy. We have implemented the proposed localization system on real motes and experimented in an obstacle-free environment. The experimental results demonstrate that the proposed method outperforms two popular baseline schemes, k-nearest-neighbor and stochastic schemes, at extending the network lifetime. In addition, it balances the energy level of sensors in the network so that energy consumption is spread uniformly over all the sensors. I. INTRODUCTION Wireless sensor network (WSN) emerges as a promising and significant technology to revolutionize our physical environment and lives, but posing many research challenges due to its special characteristics such as limited computing capability, constrained on-board energy, and unreliable radio links [2]. Because sensor nodes are powered by small batteries in most cases, energy will be depleted quickly without any conservation scheme. The extreme scarcity of energy requires WSNs to work in discrete dynamic energy level modes corresponding to different working states such as transmit, receive, and sleep. Usually nodes in sleep mode consume a large magnitude of energy less than in other modes, and some mechanism is employed to switch nodes between sleep mode and others. Motivated by this principle, WSNs wake up enough and appropriate number of sensor nodes around the phenomena to accomplish desired missions. Localization and tracking are two canonical applications in WSNs and closely related. We focus on developing an energyefficient collaborative processing approach in this scenario. Essentially, to reduce the energy consumption only a small number of sensors are activated to track and localize the target; while others are turned into sleep mode. In this paper, we propose a novel measurement of information utility based on Markov chains. Compared to existing 1 A preliminary version of this paper appears as Work-in-Progress and Poster [1] in IPSN 06. metrics, it is able to model the random moving trajectory of a target and also take the physical topology of the network into account. A newly defined combinative measurement, including information utility, communication cost, and residual energy level of each sensor, allows the proposed system to select informative sensors while considering the principal constraint in WSNs energy. Traditionally, however, intensive usage of either the most informative sensors or energy-efficient sensors leads to poor performance in network lifetime or data quality. Leveraging some recent technologies of ultra low power sensor devices, these parameters can be obtained without complicated computations. We develop the proposed system based on real motes and deploy it in an obstacle-free environment to show the improved network lifetime and localization results. II. RELATED WORK In this section, we give an overview of current and previous research efforts on energy saving and target tracking in wireless sensor networks. A. Tradeoff between energy consumption and information utility Energy saving is fundamental for system design in wireless sensor networks due to limited on-board resources of sensor nodes. An extensive amount of solutions have been developed to conserve energy in order to extend the lifetime of sensor networks. Stochastic sensor network in [3] is demonstrated to reduce energy consumption by unsynchronized low-duty-cycle operation of sensor nodes. However, the underlying assumption that energy consumption is dominated by computational costs rather than communication costs makes it not well suited for most sensor networks in which communications consume much more energy than other operations [4]. Other methods [5] [7] achieve energy conservation by either reducing the communication in the sensor network (turn unnecessary nodes into sleep mode or consume as little power as possible), or minimizing the radio transmission power. Essentially, these approaches consider communications dominate the energy cost in a sensor network and try to reduce the amount of communication and the number of active sensors. On the other hand, the number of deployed sensors in tracking applications is always larger than the required number to localize the target, attributing to other two important

2 properties of WSNs, i.e., data-centric and redundancy. The concept of information utility is thus proposed to measure the data a sensor can provide so that those informative sensors are preferred to be selected to join the task and others are in sleep mode. Several kinds of information utility metrics have been developed, such as Mahalanobis distance, nearestneighbor, and entropy [7], [8]. In particular, they are used to predict the data an unused sensor observes to update the status of the target. Therein they always choose the most informative sensors. These methods, however, will deplete the energy of the most informative sensors much more quickly than others, leading to the network partition and performance degradation of the sensor network in worse case. Moreover, Mahalanobis distance is not suitable for tracking application in that they are used to update the belief state, instead of physical location, and entropy is based on the accumulated probability of the target, which does not model random moving trajectory. The significance between energy consumption and information utility should thus be well traded; emphasizing one and ignoring the other result in expected poor performance of sensor networks. As such [9] advocates an energy-aware utility based approach by formulating utility function with energy constraints. However, it does not propose a concrete measurement of information utility, nor three special cases considered therein can be applied to tracking application. In this paper, specifically in Sect. III-A we derive the information utility based on Markov chains, which model the moving trajectory of a target. Afterwards, it will be used to select appropriate sensors in a power-aware manner. B. Tracking and localization Localization is one of the most important and hot topics in the community of WSNs; many algorithms have been proposed to improve the accuracy and robustness to noises existing in the surroundings. Tracking, which aims to obtain fine-grained or coarse-grained location of the specific target, significantly depends on the quality of localization. Most localization methods based on ranging estimations between sensor nodes can be classified into two categories: RF-based and time-of-flight (TOF). RF-based localization algorithm is widely employed due to its elimination of additional hardware equipments and other favorable properties with respect to energy consumption [10] [12]. The received signal strength indicator (RSSI), which becomes available in most representative wireless sensor modules, is used to estimate the distance between two sensors usually by a log-normal shadowing model. Since RSSI is a built-in value passing by the sender and receiver, no additional cost, energy, and configuration are required. This method, however, is sensitive to reflection, interference, multi-path, and so forth. The effects of different conditions on RF-based method are investigated in [13], [14]. Compared to RF-based, TOF-based localization algorithm provides more accurate results [15], [16]. The distance between two sensor nodes can be computed from the travel time from the sender to the receiver by some acoustic signal like audible sound or ultrasound, which has constant travel speed. As opposed to RF-based methods, some sophisticated hardware and software are required, e.g., powerful sound source and synchronized clocks at both ends. None of these proposed localization systems, however, considers energy consumption of sensor nodes; the performance can be degraded when the energy of sensor networks decreases. Since we base our tracking algorithm on the RFbased method, experiments are carried in a real-world wideopen area to avoid the interference and other noises. In general, the proposed sensor selection method can be readily applied to other localization systems. III. MARKOV CHAIN MODELING AND SENSOR SELECTION Typically in a tracking scenario, a target to be localized moves at random within the coverage of the sensor network. Although some previous work used the prior probability and probability distribution function (PDF) to predict the moving trajectory, there is no guarantee that the prior positions would influence the future status of the target. Further, because a target moving to its next position only depends on its current status, it can be modeled by Markov chains, from which information utility is derived (Sect. III-A). As mentioned above sensor nodes consume less energy in the sleep mode than the active mode and continuous radio communication drains energy quickly, it is desirable that the number of sensors to be activated should be necessary, but redundant. Therefore, information utility is further combined with energy consideration to select appropriate sensors in a power-aware fashion (Sect. III-B). In this section, sensor nodes and sensors are interchangeable and referred to deployed sensors to track and localize the target. We assume that the sink node has strong computational capability and is wired to a power supplier such as PC. A. Markovian utility measurement In our Markov chains model, a target moves to the next state from its current state with a probability, and this probability does not depend on which states the target was in before the current state. The state herein refers to a region where the target stays covered by a particular sensor node. As a result, the state is directly related to the location of the target and the state transition represents a moving step. For a certain topology of a sensor network, the whole area is divided into n nonoverlapping regions by n sensors. Each of them represents the range of a sensor the target could be in. Then we have a set of states for the target, S = {s 1, s 2,, s n }. The transition in the sensor network is described by a Markov chain as shown in Fig. 1. From this figure we see that a target can move from any state to any, but at each step it can only reach the neighboring states. Taking grid topology as an example, moving direction within the range of the sensor network can be described by Fig. 2(a). If the target is on the boundary, assuming that it will not be out of the range, Fig. 2(b) shows the moving direction on

3 Fig. 1. Markov chain describes behaviors of the target. (a) Fig. 2. Moving direction of the target (The current state is at T.) on, (a) non-boundary region of the sensor network (b) boundaries of the sensor network boundaries of the grid sensor network. In general, it can be extended to different physical topologies of sensor networks. Let P be the n by n transition matrix for the target in a network with n sensors, whose element p i,j denotes the probability with which the chain moves from state i to state j. n states are represented by n rows of P ; for each state, the columns are the states that it will move to. Evidently the higher probability indicates a higher possibility that the target will enter in its next step; the sensor on that column provides more informative sensing data. The powers, P (t), give transition matrix at discrete time sequence t. In addition, we define signal strength gain (SSG) as the difference of RSSI for a sensor node at different time. SSG is used to quantify whether the target is approaching the sensor node or not. A positive value of SSG for a sensor indicates that the target is moving towards it. Because both the transition matrix and SSG are related to the locations of the target and sensor nodes which are principle factors in the tracking context, they can be used to estimate the information utility of sensor nodes. Information utilities for deployed sensor nodes is denoted by a vector u, and formulated as u = [v T P (t) ] q, t = 1, (1) where v is the current state vector of the target and q is the SSG vector for all sensors in the network. The elementwise product ( ) determines the information utility of each sensor to contribute to the tracking task. Transition matrix as described above can be derived from the neighbor relation of specific topology of a sensor network. For example, in the n n grid sensor network, the corresponding initial transition matrix is (b) P (1) = p 11 p 12 p 1n p 21 p 22 p 2n p n1 p n2 p nn (2) p i,j is nonzero if sensor i and j are neighbors. The probabilities of moving from current state to its neighbors are equally divided after a sensor identifying its neighbors. This means that if one node has 8 neighbors, for that row each nonzero probability equals 1 8. Otherwise, a zero means the target can not move to the state. However, since the target can reach any state after several steps, the probability may not be zero even two sensors are not neighbors. Therefore, after every step we need to compute the powers of P so that the accumulated matrix is able to express the probability that a target can move to its non-neighboring states. Moreover, through some basic matrix computations, the probability from one state to another depends on their intermediate neighbors only (see the APPENDIX). For each row, the summation of p i,j satisfies p i,j = 1, i = 1 n; (3) j=1 then let C = v T P (t), and C should be normalized by, C i = C i n j=1 (C, i = 1 n. (4) j) The vector, q, in (1) is SSG for all the sensors; SSG for sensor i is calculated by { f(i, t), f(i, t) > 0 q i = 0, f(i, t) < 0, (5) where f(i, t) is the difference of RSSI value at discrete successive times, f(i, t) = RSSI(i, t k+1 ) RSSI(i, t k ). (6) The procedure of our tracking approach is summarized in Fig. 3. At phase a, the target is localized, and elements of its state vector v is set either 1 or 0; the position of 1 represents the current state of the target. Since the target belongs to exactly one range of a sensor node, we have only one element of the state vector equal to 1. At phase b, based on transition matrix and RSSI, the information utility vector, u, is determined using the algorithm given in Table I. Following that, at phase c these results will be further used with the proposed power-aware sensor selection scheme to activate informative sensors and balance the energy level. B. Power-aware sensor selection Since energy in WSNs is mainly consumed by communications between sensor nodes, it is critical that redundant information and unnecessary data transfer should be minimized. To achieve this, the information utility of each sensor node is used to evaluate the quality of data, and then we choose appropriate sensor nodes to update the status of the

4 Fig. 4. Localiztion of the target by three senosr nodes.! " Fig. 3. #"$ " " ""% Flowchart of the proposed tracking approach TABLE I ALGORITHM TO CALCULATE THE INFORMATION UTILITIES 1: q = 0; 2: C = 0; 3: If (initialization) Set P by the topology of the sensor work; Else P t = P (t 1) P (1) ; 4: C = v T P t ; 5: Normalize C ; 6: q i = f(i, t) > 0? f(i, t) : 0, i = 1 n ; 7: u = C q ; target. However, without considering the energy level of each sensor nodes, those most informative sensors will run out of energy much more quickly than other nodes, leading to a wide disparity in the energy levels of the nodes, and eventually disconnecting the network. To avoid intensive usage of certain nodes, the proposed power-aware method takes the energy cost and remaining energy as the parameters to select sensors. We define the following notations to ease the presentation: Cost(i, j): energy cost of the communication between i and j; µ i : the information utility for node i; e i : the remaining energy at node i. Given the above notations, the problem is considered to optimize the information utility and energy consumption, and formulated as a combinative measurement, λ i = αµ i + βcost(i, t) + γe i, i = 1 n. (7) Here α, β, and γ are the weighing factors adapted to coordinate the magnitude of the three factors. For the communication cost, because communication between sensors are the main energy consumption in the sensor network, they should ensure reliable transmission to avoid packet loss so that unnecessary retransmission is minimized. LQI (link quality indicator) implemented by IEEE is used in ChipCon2420 trans- ceiver, and adopted by most recent sensor modules, including Tmote sky/telos, micaz, and Intel Mote. LQI is an effective measurement of chip error rate and experimented to be an indicator of the link quality between two nodes [17]. Thus we use LQI to measure the communication cost between deployed sensors and the target. The remaining energy is one of the characteristics of each node. It can be stored and updated by the sink node. Here we ignore the energy cost to send the remaining energy from deployed sensors to the sink node. Then the combinative measurements are ordered so that λ 1 > λ 2 > λ 3 > λ n. By choosing the first k sensors, the sink node can collect informative data and avoid using those informative sensors intensively. During the data communication phase, deployed sensor nodes have two working modes: active and sleep. Sensor nodes in active mode receive signal emitted from the target, track it, and send data to the sink node; while in sleep mode, they only consume a small amount of energy to receive the beacon message from the sink node and do not talk with the target. The beacon message contains the command whether the specific sensor should be active or sleep based on the combinative measurement. Particularly, at phase c of Fig. 3, the activated sensor nodes form a subsystem of the sensor network to localize the target. The subsystem consists of at least three sensor nodes so that the position of the target can be finalized by their ranging distances shown in Fig. 4. IV. EXPERIMENTAL EVALUATION We implement the proposed localization system using Tmote sky motes [18], and compare its performance with other two baseline schemes, k-nearest-neighbor (k-nn) and stochastic selection method. K-NN method selects sensors that are closest to the target so that they can provide more reliable communication and sensing data. In contrast, stochastic selection method randomly chooses sensors avoiding intensive use of some nodes. A. Experimental settings The experiments are performed in an obstacle-free environment (Fig. 5) so that the effects of fading, path-loss, interference, and reflection are minimized for RF-based method. Before deploying the sensor nodes, the relation between RSSI and distance in the specific surrounding is sampled and plotted as shown in Fig. 6. In the experiment setup, 16 motes were placed on 50cmtall paper brackets in a 4 4 grid topology. The target was carried by a person who moved arbitrarily, and emitted radio

5 Fig. 5. Experiment environment (basketball court). 16 sensors standing on frames were deployed in a 4 4 grid pattern; sink node was connected to a PC as a base station and collected data from sensors. Fig. 7. Network lifetime comparison. TABLE II NUM OF EXISTING NODES AT TIME STEP 760 AND 920 Time step K-nearest neighbor 4 0 Stochastic selection 11 3 Proposed method Fig. 6. RSSI versus distance in the experiment. messages every three seconds. To facilitate the analysis and comparison of the results, every sensor nodes were given identical amount of initial energy. The parameters of energy consumption were set according to Tmote sky datasheet [18], i.e., the energy consumption in transmission, reception, and idle state is 52.2mW, 59.1mW, and 0.001mW respectively. We used other two motes, one as the sink node and one to display the data on a PC. Information utility, communication cost, and remaining energy are considered equivalent factors with reasonable parameters α = 100, β = 1, γ = 1 in (7). We are currently working on a middleware to address dynamic adaption of these parameters. When a sensor node receives messages signaled from the target, it reports the data, including RSSI and LQI, to the sink node. Then it turns into sleep mode to conserve energy. After the sink node collects data from all the sensors for one epoch time, it calculates information utilities by the transition matrix and construct combinative measurements for the 16 motes. Three nodes with the largest value are activated to track and localize the target until the next epoch time. B. Results and discussion We first illustrate that the network lifetime of the sensor network is improved by the proposed method. Here network lifetime is defined as the time till the network fails to serve its design purpose [19]. Because we need at least three nodes to position the target, lifetime should be counted until the number of nodes is less than three in the network. Fig. 7 shows the comparison results with respect to the number of nodes that run out of energy and the time step. The proposed method achieves longer lifetime than other two baseline schemes; while k-nearest-neighbor is the shortest. The improvements are 25% and 5%, respectively. Further, from this figure we observe that the number of depleted nodes in two baseline schemes increases much more quickly than the proposed method does. This means during the same time period, energy consumption spreads uniformly in the proposed network, instead of focusing on several nodes. For example, Table II gives the number of available nodes for three schemes after the network running for some time. Our method performs much better than the other two. Even at time step 920, which is very close to the end of lifetime, there are 10 nodes working using our method, while using stochastic selection there are 3 and none for k-nearest-neighbor method. In the second experiment, the mobile target follows a specified trajectory, and moves to its next position every five seconds. Sensor nodes selected by the proposed method use ranging estimation to localize the target. Fig. 8 shows the results plotted over ground truths. The average localization error is 4.7m, which is consistent with [14]. The localization algorithm used is less precise than TOF-based methods with some sophisticated hardware, but it is substantially cheaper and does not introduce additional computational cost since we use the inexpensive built-in RSSI values. In addition, the localization results can be improved by some RF-based Fig. 8. Localization results; ground truths and localized positions are linked by dash lines.

6 algorithms [11], [12], which is beyond the scope of this paper. V. CONCLUSION Stringent energy constraint of sensor networks requires sensor nodes to work collaboratively so that uninformative ones could be turned into sleep to conserve energy and extend the network lifetime. Specifically, for tracking application, we proposed a novel method to measure the information utility of sensor nodes by formulating a Markov chains model. Further, we presented the power-aware sensor selection to avoid continuously consuming those informative and energyefficient sensors by combining information utility, communication cost, and residual energy comprehensively. Experiments on real motes demonstrated that the proposed method extends network lifetime and efficiently balances the energy level of sensor nodes in the network, while not affecting the localization/tracking accuracy. Our future work on power-awareness in WSNs focuses on two areas: application-specific dynamic adaptation to balance the weights of different factors and middleware to abstract the underlying infrastructure. The middleware aims to ease the development of application programs regarding to power management, policy interpretation, tasking, collaborative information fusion, and message routing. APPENDIX Definition: A target moves from state s i to state s (k+1) through a set of intermediate nodes as s i d 1 d 2 d k s k+1. d k is called k-step-neighbor transferred by P (k), and is the intermediate node between d (k 1) and s (k+1). As such s k+1 is the (k+1)-step-neighbor of state s i. Since there are at least more than one neighbor for each state, d 1 d k are the set of immediate neighbors of its previous state, i.e., s d 1 are immediate neighbors of s i, s d 2 immediate neighbors of d 1, and so forth. The element of the transition matrix in (2) related to state s i and s k+1 is calculated step by step through intermediate nodes as follows, p (2) i,d 2 = p (k+1) i,s (k+1) = p (3) i,d 3 = i,d 1 = P r (8) i,l p(1) l,d 2 = i,d 1 d 1,d 2 (9) p (2) i,l p(1) l,d 3 = p (2) i,d 2 d 2,d 3 (10) p (k) i,l p(1) l,s k+1 = p (k) i,d k d k,s k+1. (11) Equation 11 can be rewritten by replacing previous equations as k p (k+1) i,s (k+1) = i,d 1 ( d l,d (l+1) ) d k,s (k+1). (12) Because d 1 d k are intermediate nodes between s i, and s (k+1), the information utility depends only on these intermediate nodes. REFERENCES [1] H. Kang and X. Li, Power-aware sensor selection in wireless sensor networks, 2006, ipsn06/wiplist.htm. [2] D. Culler, D.Estrin, and M. Srivastava, Overview of sensor networks, IEEE Computer, vol. 37, no. 8, pp , [3] S. C. Zhang, F. Koprulu, R. Koetter, and D. Jones, Feasibility analysis of stochastic sensor networks, in Sensor and Ad Hoc Communications and Networks, IEEE SECON First Annual IEEE Communications Society Conference on, no. 4-7, 2004, pp [4] L. Doherty, B. A. Warneke, B. E. Boser, and K. S. J. Pister, Energy and performance considerations for smart dust, Int. J. Parallel Distributed Systems and Networks, vol. 4, no. 3, pp , [5] G. Xing, C. Lu, Y. Zhang, Q. Huang, and R. Pless, Minimum power configuration in wireless sensor networks, in MobiHoc 05: Proceedings of the 6th ACM international symposium on Mobile ad hoc networking and computing. New York, NY, USA: ACM Press, 2005, pp [6] R. Shah and J. Rabaey, Energy aware routing for low energy ad hoc sensor networks, in Wireless Communications and Networking Conference, WCNC IEEE, ser , vol. 1. Wireless Communications and Networking Conference, WCNC IEEE, 2002, pp [7] H. Wang, K. Yao, G. Pottie, and D. Estrin, Entropy-based sensor selection heuristic for target localization, in IPSN 04: Proceedings of the third international symposium on Information processing in sensor networks. New York, NY, USA: ACM Press, 2004, pp [8] F. Zhao and L. Guibas, Wireless Sensor Networks: An Information Processing Approach, D. Clark, Ed. Morgan Kaufmann Publishers, [9] W.-P. Chen and L. Sha, An energy-aware data-centric generic utility based approach in wireless sensor networks, in IPSN 04: Proceedings of the third international symposium on Information processing in sensor networks. New York, NY, USA: ACM Press, 2004, pp [10] P. Bahl and V. Padmanabhan, Radar: an in-building rf-based user location and tracking system, in INFOCOM Nineteenth Annual Joint Conference of the IEEE Computer and Communications Societies. Proceedings. IEEE, vol. 2, 2000, pp [11] N. Patwari and I. Alfred O. Hero, Using proximity and quantized rss for sensor localization in wireless networks, in WSNA 03: Proceedings of the 2nd ACM international conference on Wireless sensor networks and applications. New York, NY, USA: ACM Press, 2003, pp [12] R. Stoleru and J. Stankovic, Probability grid: a location estimation scheme for wireless sensor networks, in Sensor and Ad Hoc Communications and Networks, 2004, IEEE SECON First Annual IEEE Communications Society Conference on, vol. 4, no. 7, 2004, pp [13] D. Lymberopoulos, Q. Lindsey, and A. Savvides, An empirical analysis of radio signal strength variability in ieee networks using monopole antennas, ENALAB, Yale University, Technical Report, , [14] K. Whitehouse, C. Karlof, A. Woo, F. Jiang, and D. Culler, The effects of ranging noise on multihop localization: an empirical study, in Information Processing in Sensor Networks, IPSN Fourth International Symposium on, 2005, pp [15] J. Sallai, G. Balogh, M. Maroti, and A. Ledeczi, Acoustic ranging in resource constrained sensor networks, Institute for Software Integrated Systems, Technical Reports ISIS , [16] L. Girod and D. Estrin, Robust range estimation using acoustic and multimodal sensing, in Proc. IEEE International Conference on Intelligent Robots and Systems, vol. 3, pp , [17] J. Polastre, R. Szewczyk, and D. Culler, Telos: enabling ultra-low power wireless research, in Information Processing in Sensor Networks, IPSN Fourth International Symposium on, 2005, pp [18] Tmote Sky Datasheet, [19] D. M. Blough and P. Santi, Investigating upper bounds on network lifetime extension for cell-based energy conservation techniques in stationary ad hoc networks, in MobiCom 02: Proceedings of the 8th annual international conference on Mobile computing and networking. New York, NY, USA: ACM Press, 2002, pp

Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks

Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks Mobile Base Stations Placement and Energy Aware Routing in Wireless Sensor Networks A. P. Azad and A. Chockalingam Department of ECE, Indian Institute of Science, Bangalore 5612, India Abstract Increasing

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

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

Indoor Localization in Wireless Sensor Networks

Indoor Localization in Wireless Sensor Networks International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 03 (August 2014) PP: 39-44 Indoor Localization in Wireless Sensor Networks Farhat M. A. Zargoun 1, Nesreen

More information

Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks

Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks He Ba, Ilker Demirkol, and Wendi Heinzelman Department of Electrical and Computer Engineering University of Rochester

More information

A Passive Approach to Sensor Network Localization

A Passive Approach to Sensor Network Localization 1 A Passive Approach to Sensor Network Localization Rahul Biswas and Sebastian Thrun Computer Science Department Stanford University Stanford, CA 945 USA Email: rahul,thrun @cs.stanford.edu Abstract Sensor

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

A Practical Approach to Bitrate Control in Wireless Mesh Networks using Wireless Network Utility Maximization

A Practical Approach to Bitrate Control in Wireless Mesh Networks using Wireless Network Utility Maximization A Practical Approach to Bitrate Control in Wireless Mesh Networks using Wireless Network Utility Maximization EE359 Course Project Mayank Jain Department of Electrical Engineering Stanford University Introduction

More information

Self Localization Using A Modulated Acoustic Chirp

Self Localization Using A Modulated Acoustic Chirp Self Localization Using A Modulated Acoustic Chirp Brian P. Flanagan The MITRE Corporation, 7515 Colshire Dr., McLean, VA 2212, USA; bflan@mitre.org ABSTRACT This paper describes a robust self localization

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

Q-Coverage Maximum Connected Set Cover (QC-MCSC) Heuristic for Connected Target Problem in Wireless Sensor Network

Q-Coverage Maximum Connected Set Cover (QC-MCSC) Heuristic for Connected Target Problem in Wireless Sensor Network Global Journal of Computer Science and Technology: E Network, Web & Security Volume 15 Issue 6 Version 1.0 Year 2015 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS NETWORKS

LOCALIZATION AND ROUTING AGAINST JAMMERS IN WIRELESS 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. 4, Issue. 5, May 2015, pg.955

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

A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks

A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks Eiman Alotaibi, Sumit Roy Dept. of Electrical Engineering U. Washington Box 352500 Seattle, WA 98195 eman76,roy@ee.washington.edu

More information

Modelling the Localization Scheme Integrated with a MAC Protocol in a Wireless Sensor Network

Modelling the Localization Scheme Integrated with a MAC Protocol in a Wireless Sensor Network Modelling the Localization Scheme Integrated with a MAC Protocol in a Wireless Sensor Network Suman Pandey Assistant Professor KNIT Sultanpur Sultanpur ABSTRACT Node localization is one of the major issues

More information

Coverage in Sensor Networks

Coverage in Sensor Networks Coverage in Sensor Networks Xiang Luo ECSE 6962 Coverage problems Definition: the measurement of quality of service (surveillance) that can be provided by a particular sensor network Coverage problems

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

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

Delay-Tolerant Data Gathering in Energy Harvesting Sensor Networks With a Mobile Sink

Delay-Tolerant Data Gathering in Energy Harvesting Sensor Networks With a Mobile Sink Globecom 2012 - Ad Hoc and Sensor Networking Symposium Delay-Tolerant Data Gathering in Energy Harvesting Sensor Networks With a Mobile Sink Xiaojiang Ren Weifa Liang Research School of Computer Science

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

Minimum Transmission Power Configuration in Real-Time Wireless Sensor Networks

Minimum Transmission Power Configuration in Real-Time Wireless Sensor Networks University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange Masters Theses Graduate School 8-2009 Minimum Transmission Power Configuration in Real-Time Wireless Sensor Networks Xiaodong

More information

FTSP Power Characterization

FTSP Power Characterization 1. Introduction FTSP Power Characterization Chris Trezzo Tyler Netherland Over the last few decades, advancements in technology have allowed for small lowpowered devices that can accomplish a multitude

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

ATPC: Adaptive Transmission Power Control for Wireless Sensor Networks

ATPC: Adaptive Transmission Power Control for Wireless Sensor Networks ATPC: Adaptive Transmission Power Control for Wireless Sensor Networks Shan Lin, Jingbin Zhang, Gang Zhou, Lin Gu, Tian He, and John A. Stankovic Department of Computer Science, University of Virginia

More information

On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks

On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks Symon Fedor and Martin Collier Research Institute for Networks and Communications Engineering (RINCE), Dublin

More information

Reliable and Energy-Efficient Data Delivery in Sparse WSNs with Multiple Mobile Sinks

Reliable and Energy-Efficient Data Delivery in Sparse WSNs with Multiple Mobile Sinks Reliable and Energy-Efficient Data Delivery in Sparse WSNs with Multiple Mobile Sinks Giuseppe Anastasi Pervasive Computing & Networking Lab () Dept. of Information Engineering, University of Pisa E-mail:

More information

ENERGY-EFFICIENT ALGORITHMS FOR SENSOR NETWORKS

ENERGY-EFFICIENT ALGORITHMS FOR SENSOR NETWORKS ENERGY-EFFICIENT ALGORITHMS FOR SENSOR NETWORKS Prepared for: DARPA Prepared by: Krishnan Eswaran, Engineer Cornell University May 12, 2003 ENGRC 350 RESEARCH GROUP 2003 Krishnan Eswaran Energy-Efficient

More information

Spatio-Temporal Characteristics of Link Quality in Wireless Sensor Networks

Spatio-Temporal Characteristics of Link Quality in Wireless Sensor Networks 2012 IEEE Wireless Communications and Networking Conference: PHY and Fundamentals Spatio-Temporal Characteristics of Link Quality in Wireless Sensor Networks C. Umit Bas and Sinem Coleri Ergen Electrical

More information

Measurement and Experimental Characterization of RSSI for Indoor WSN

Measurement and Experimental Characterization of RSSI for Indoor WSN International Journal of Computer Science and Telecommunications [Volume 5, Issue 10, October 2014] 25 ISSN 2047-3338 Measurement and Experimental Characterization of RSSI for Indoor WSN NNEBE Scholastica.

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

INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD

INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD INDOOR LOCALIZATION SYSTEM USING RSSI MEASUREMENT OF WIRELESS SENSOR NETWORK BASED ON ZIGBEE STANDARD Masashi Sugano yschool of Comprehensive rehabilitation Osaka Prefecture University -7-0, Habikino,

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

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

Localization of tagged inhabitants in smart environments

Localization of tagged inhabitants in smart environments Localization of tagged inhabitants in smart environments M. Javad Akhlaghinia, Student Member, IEEE, Ahmad Lotfi, Senior Member, IEEE, and Caroline Langensiepen School of Science and Technology Nottingham

More information

Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu1, a, Feng Hong2,b, Xingyuan Chen 3,c, Jin Zhang2,d, Shikai Shen1, e

Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu1, a, Feng Hong2,b, Xingyuan Chen 3,c, Jin Zhang2,d, Shikai Shen1, e 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 06) Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu, a, Feng Hong,b, Xingyuan

More information

How (Information Theoretically) Optimal Are Distributed Decisions?

How (Information Theoretically) Optimal Are Distributed Decisions? How (Information Theoretically) Optimal Are Distributed Decisions? Vaneet Aggarwal Department of Electrical Engineering, Princeton University, Princeton, NJ 08544. vaggarwa@princeton.edu Salman Avestimehr

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

ON THE CONCEPT OF DISTRIBUTED DIGITAL SIGNAL PROCESSING IN WIRELESS SENSOR NETWORKS

ON THE CONCEPT OF DISTRIBUTED DIGITAL SIGNAL PROCESSING IN WIRELESS SENSOR NETWORKS ON THE CONCEPT OF DISTRIBUTED DIGITAL SIGNAL PROCESSING IN WIRELESS SENSOR NETWORKS Carla F. Chiasserini Dipartimento di Elettronica, Politecnico di Torino Torino, Italy Ramesh R. Rao California Institute

More information

Localization in WSN. Marco Avvenuti. University of Pisa. Pervasive Computing & Networking Lab. (PerLab) Dept. of Information Engineering

Localization in WSN. Marco Avvenuti. University of Pisa. Pervasive Computing & Networking Lab. (PerLab) Dept. of Information Engineering Localization in WSN Marco Avvenuti Pervasive Computing & Networking Lab. () Dept. of Information Engineering University of Pisa m.avvenuti@iet.unipi.it Introduction Location systems provide a new layer

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

Localization in Wireless Sensor Networks

Localization in Wireless Sensor Networks Localization in Wireless Sensor Networks Part 2: Localization techniques Department of Informatics University of Oslo Cyber Physical Systems, 11.10.2011 Localization problem in WSN In a localization problem

More information

Deployment-Based Lifetime Optimization Model for Homogeneous Wireless Sensor Network under Retransmission

Deployment-Based Lifetime Optimization Model for Homogeneous Wireless Sensor Network under Retransmission Sensors 2014, 14, 23697-23723; doi:10.3390/s141223697 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article Deployment-Based Lifetime Optimization Model for Homogeneous Wireless Sensor

More information

SENSOR PLACEMENT FOR MAXIMIZING LIFETIME PER UNIT COST IN WIRELESS SENSOR NETWORKS

SENSOR PLACEMENT FOR MAXIMIZING LIFETIME PER UNIT COST IN WIRELESS SENSOR NETWORKS SENSOR PACEMENT FOR MAXIMIZING IFETIME PER UNIT COST IN WIREESS SENSOR NETWORKS Yunxia Chen, Chen-Nee Chuah, and Qing Zhao Department of Electrical and Computer Engineering University of California, Davis,

More information

Localization (Position Estimation) Problem in WSN

Localization (Position Estimation) Problem in WSN Localization (Position Estimation) Problem in WSN [1] Convex Position Estimation in Wireless Sensor Networks by L. Doherty, K.S.J. Pister, and L.E. Ghaoui [2] Semidefinite Programming for Ad Hoc Wireless

More information

Maximizing Number of Satisfiable Routing Requests in Static Ad Hoc Networks

Maximizing Number of Satisfiable Routing Requests in Static Ad Hoc Networks Maximizing Number of Satisfiable Routing Requests in Static Ad Hoc Networks Zane Sumpter 1, Lucas Burson 1, Bin Tang 2, Xiao Chen 3 1 Department of Electrical Engineering and Computer Science, Wichita

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

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

Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks

Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks Comparison between Preamble Sampling and Wake-Up Receivers in Wireless Sensor Networks Richard Su, Thomas Watteyne, Kristofer S. J. Pister BSAC, University of California, Berkeley, USA {yukuwan,watteyne,pister}@eecs.berkeley.edu

More information

ActSee: Activity-Aware Radio Duty Cycling for Sensor Networks in Smart Environments

ActSee: Activity-Aware Radio Duty Cycling for Sensor Networks in Smart Environments ActSee: Activity-Aware Radio Duty Cycling for Sensor Networks in Smart Environments Shao-Jie Tang Debraj De Wen-Zhan Song Diane Cook Sajal Das stang7@iit.edu, dde1@student.gsu.edu, wsong@gsu.edu, djcook@wsu.edu,

More information

Wi-Fi Fingerprinting through Active Learning using Smartphones

Wi-Fi Fingerprinting through Active Learning using Smartphones Wi-Fi Fingerprinting through Active Learning using Smartphones Le T. Nguyen Carnegie Mellon University Moffet Field, CA, USA le.nguyen@sv.cmu.edu Joy Zhang Carnegie Mellon University Moffet Field, CA,

More information

TTS: A Two-Tiered Scheduling Algorithm for Effective Energy Conservation in Wireless Sensor Networks

TTS: A Two-Tiered Scheduling Algorithm for Effective Energy Conservation in Wireless Sensor Networks TTS: A Two-Tiered Scheduling Algorithm for Effective Energy Conservation in Wireless Sensor Networks Nurcan Tezcan Wenye Wang Department of Electrical and Computer Engineering North Carolina State University

More information

ON THE OPTIMAL COVERAGE AREA FOR SOLVING ENERGY-EFFICIENT PROBLEM IN WIRELESS SENSOR NETWORK

ON THE OPTIMAL COVERAGE AREA FOR SOLVING ENERGY-EFFICIENT PROBLEM IN WIRELESS SENSOR NETWORK Jurnal Karya Asli Lorekan Ahli Matematik Vol. 8 No.1 (2015) Page 119-125 Jurnal Karya Asli Lorekan Ahli Matematik ON THE OPTIMAL COVERAGE AREA FOR SOLVING ENERGY-EFFICIENT PROBLEM IN WIRELESS SENSOR NETWORK

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

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2243-2255 Research India Publications http://www.ripublication.com Node Deployment Strategies and Coverage

More information

A Deadline-Aware Scheduling and Forwarding Scheme in Wireless Sensor Networks

A Deadline-Aware Scheduling and Forwarding Scheme in Wireless Sensor Networks Article A Deadline-Aware Scheduling and Forwarding Scheme in Wireless Sensor Networks Thi-Nga Dao 1, Seokhoon Yoon 1, * and Jangyoung Kim 2 Received: 8 November 15; Accepted: 17 December 15; Published:

More information

Radio Tomographic Imaging and Tracking of Stationary and Moving People via Kernel Distance

Radio Tomographic Imaging and Tracking of Stationary and Moving People via Kernel Distance Radio Tomographic Imaging and Tracking of Stationary and Moving People via Kernel Distance Yang Zhao, Neal Patwari, Jeff M. Phillips, Suresh Venkatasubramanian April 11, 2013 Outline 1 Introduction Device-Free

More information

Energy-Balanced Cooperative Routing in Multihop Wireless Ad Hoc Networks

Energy-Balanced Cooperative Routing in Multihop Wireless Ad Hoc Networks Energy-Balanced Cooperative Routing in Multihop Wireless Ad Hoc Networs Siyuan Chen Minsu Huang Yang Li Ying Zhu Yu Wang Department of Computer Science, University of North Carolina at Charlotte, Charlotte,

More information

Energy-aware Task Scheduling in Wireless Sensor Networks based on Cooperative Reinforcement Learning

Energy-aware Task Scheduling in Wireless Sensor Networks based on Cooperative Reinforcement Learning Energy-aware Task Scheduling in Wireless Sensor Networks based on Cooperative Reinforcement Learning Muhidul Islam Khan, Bernhard Rinner Institute of Networked and Embedded Systems Alpen-Adria Universität

More information

Power Control Optimization of Code Division Multiple Access (CDMA) Systems Using the Knowledge of Battery Capacity Of the Mobile.

Power Control Optimization of Code Division Multiple Access (CDMA) Systems Using the Knowledge of Battery Capacity Of the Mobile. Power Control Optimization of Code Division Multiple Access (CDMA) Systems Using the Knowledge of Battery Capacity Of the Mobile. Rojalin Mishra * Department of Electronics & Communication Engg, OEC,Bhubaneswar,Odisha

More information

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction , pp.319-328 http://dx.doi.org/10.14257/ijmue.2016.11.6.28 An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction Xiaoying Yang* and Wanli Zhang College of Information Engineering,

More information

Mobility-assisted Spatiotemporal Detection in Wireless Sensor Networks

Mobility-assisted Spatiotemporal Detection in Wireless Sensor Networks The 28th International Conference on Distributed Computing Systems Mobility-assisted Spatiotemporal Detection in Wireless Sensor Networks Guoliang Xing 1 ; Jianping Wang 1 ;KeShen 1 ; Qingfeng Huang 2

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

Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks

Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks Multiple Receiver Strategies for Minimizing Packet Loss in Dense Sensor Networks Bernhard Firner Chenren Xu Yanyong Zhang Richard Howard Rutgers University, Winlab May 10, 2011 Bernhard Firner (Winlab)

More information

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network EasyChair Preprint 78 A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network Yuzhou Liu and Wuwen Lai EasyChair preprints are intended for rapid dissemination of research results and

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

Surviving Wireless Energy Interference in RF-harvesting Sensor Networks: An Empirical Study

Surviving Wireless Energy Interference in RF-harvesting Sensor Networks: An Empirical Study Surviving Wireless Energy Interference in RF-harvesting Sensor Networks: An Empirical Study M. Yousof Naderi, Kaushik R. Chowdhury, Stefano Basagni, Wendi Heinzelman, Swades De, and Soumya Jana Department

More information

Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models

Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models Performance Analysis of Energy-aware Routing Protocols for Wireless Sensor Networks using Different Radio Models Adamu Murtala Zungeru, Joseph Chuma and Mmoloki Mangwala Department of Electrical, Computer

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 Sensor Network Protocol for Automatic Meter Reading in an Apartment Building

A Sensor Network Protocol for Automatic Meter Reading in an Apartment Building A Sensor Network Protocol for Automatic Meter Reading in an Apartment Building Tetsuya Kawai 1 and Naoki Wakamiya 1 and Masayuki Murata 1 and Kentaro Yanagihara 2 and Masanori Nozaki 2 and Shigeru Fukunaga

More information

EXTENDED BLOCK NEIGHBOR DISCOVERY PROTOCOL FOR HETEROGENEOUS WIRELESS SENSOR NETWORK APPLICATIONS

EXTENDED BLOCK NEIGHBOR DISCOVERY PROTOCOL FOR HETEROGENEOUS WIRELESS SENSOR NETWORK APPLICATIONS 31 st January 218. Vol.96. No 2 25 ongoing JATIT & LLS EXTENDED BLOCK NEIGHBOR DISCOVERY PROTOCOL FOR HETEROGENEOUS WIRELESS SENSOR NETWORK APPLICATIONS 1 WOOSIK LEE, 2* NAMGI KIM, 3 TEUK SEOB SONG, 4

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

Optimal Multicast Routing in Ad Hoc Networks

Optimal Multicast Routing in Ad Hoc Networks Mat-2.108 Independent esearch Projects in Applied Mathematics Optimal Multicast outing in Ad Hoc Networks Juha Leino 47032J Juha.Leino@hut.fi 1st December 2002 Contents 1 Introduction 2 2 Optimal Multicasting

More information

Broadcast with Heterogeneous Node Capability

Broadcast with Heterogeneous Node Capability Broadcast with Heterogeneous Node Capability Intae Kang and Radha Poovendran Department of Electrical Engineering, University of Washington, Seattle, WA. email: {kangit,radha}@ee.washington.edu Abstract

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

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

Lightweight Decentralized Algorithm for Localizing Reactive Jammers in Wireless Sensor Network

Lightweight Decentralized Algorithm for Localizing Reactive Jammers in Wireless Sensor Network International Journal Of Computational Engineering Research (ijceronline.com) Vol. 3 Issue. 3 Lightweight Decentralized Algorithm for Localizing Reactive Jammers in Wireless Sensor Network 1, Vinothkumar.G,

More information

Gateways Placement in Backbone Wireless Mesh Networks

Gateways Placement in Backbone Wireless Mesh Networks I. J. Communications, Network and System Sciences, 2009, 1, 1-89 Published Online February 2009 in SciRes (http://www.scirp.org/journal/ijcns/). Gateways Placement in Backbone Wireless Mesh Networks Abstract

More information

Wireless Network Security Spring 2012

Wireless Network Security Spring 2012 Wireless Network Security 14-814 Spring 2012 Patrick Tague Class #8 Interference and Jamming Announcements Homework #1 is due today Questions? Not everyone has signed up for a Survey These are required,

More information

Energy Efficient Arbitration of Medium Access in Wireless Sensor Networks

Energy Efficient Arbitration of Medium Access in Wireless Sensor Networks Energy Efficient Arbitration of Medium Access in Wireless Sensor Networks Abstract Networking of unattended sensors has become very attractive for many civil and military applications such as disaster

More information

Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks

Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks Mingming Lu, Jie Wu, Mihaela Cardei, and Minglu Li Department of Computer Science and Engineering Florida Atlantic University,

More information

Path Planning of Mobile Landmarks for Localization in Wireless Sensor Networks

Path Planning of Mobile Landmarks for Localization in Wireless Sensor Networks Path Planning of Mobile Landmarks for Localization in Wireless Sensor Networks Dimitrios Koutsonikolas Saumitra M. Das Y. Charlie Hu School of Electrical and Computer Engineering Center for Wireless Systems

More information

An Experimental Study of The Multiple Channels and Channel Switching in Wireless Sensor Networks

An Experimental Study of The Multiple Channels and Channel Switching in Wireless Sensor Networks An Experimental Study of The Multiple Channels and Channel Switching in Wireless Sensor Networks Haiming Chen 1,2, Li Cui 1, Shilong Lu 1,2 1 Institute of Computing Technology, Chinese Academy of Sciences

More information

A New Model of the Lifetime of Wireless Sensor Networks in Sea Water Communications

A New Model of the Lifetime of Wireless Sensor Networks in Sea Water Communications A New Model of the Lifetime of Wireless Sensor Networks in Sea Water Communications Abdelrahman Elleithy 1, Gonhsin Liu, Ali Elrashidi Department of Computer Science and Engineering University of Bridgeport,

More information

Fast Placement Optimization of Power Supply Pads

Fast Placement Optimization of Power Supply Pads Fast Placement Optimization of Power Supply Pads Yu Zhong Martin D. F. Wong Dept. of Electrical and Computer Engineering Dept. of Electrical and Computer Engineering Univ. of Illinois at Urbana-Champaign

More information

Cooperative Localization with Pre-Knowledge Using Bayesian Network for Wireless Sensor Networks

Cooperative Localization with Pre-Knowledge Using Bayesian Network for Wireless Sensor Networks Cooperative Localization with Pre-Knowledge Using Bayesian Network for Wireless Sensor Networks Shih-Hsiang Lo and Chun-Hsien Wu Department of Computer Science, NTHU {albert, chwu}@sslab.cs.nthu.edu.tw

More information

Coverage Issue in Sensor Networks with Adjustable Ranges

Coverage Issue in Sensor Networks with Adjustable Ranges overage Issue in Sensor Networks with Adjustable Ranges Jie Wu and Shuhui Yang Department of omputer Science and Engineering Florida Atlantic University oca Raton, FL jie@cse.fau.edu, syang@fau.edu Abstract

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

The Capability of Error Correction for Burst-noise Channels Using Error Estimating Code

The Capability of Error Correction for Burst-noise Channels Using Error Estimating Code The Capability of Error Correction for Burst-noise Channels Using Error Estimating Code Yaoyu Wang Nanjing University yaoyu.wang.nju@gmail.com June 10, 2016 Yaoyu Wang (NJU) Error correction with EEC June

More information

Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks

Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks arxiv:1001.0080v1 [cs.it] 31 Dec 2009 Hongyang Chen 1, Kenneth W. K. Lui 2, Zizhuo Wang 3, H. C. So 2,

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

Application-Specific Node Clustering of IR-UWB Sensor Networks with Two Classes of Nodes

Application-Specific Node Clustering of IR-UWB Sensor Networks with Two Classes of Nodes Application-Specific Node Clustering of IR-UWB Sensor Networks with Two Classes of Nodes Daniel Bielefeld 1, Gernot Fabeck 2, Rudolf Mathar 3 Institute for Theoretical Information Technology, RWTH Aachen

More information

p-percent Coverage in Wireless Sensor Networks

p-percent Coverage in Wireless Sensor Networks p-percent Coverage in Wireless Sensor Networks Yiwei Wu, Chunyu Ai, Shan Gao and Yingshu Li Department of Computer Science Georgia State University October 28, 2008 1 Introduction 2 p-percent Coverage

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

Sequential Multi-Channel Access Game in Distributed Cognitive Radio Networks

Sequential Multi-Channel Access Game in Distributed Cognitive Radio Networks Sequential Multi-Channel Access Game in Distributed Cognitive Radio Networks Chunxiao Jiang, Yan Chen, and K. J. Ray Liu Department of Electrical and Computer Engineering, University of Maryland, College

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

ENERGY-EFFICIENT NODE SCHEDULING MODELS IN SENSOR NETWORKS WITH ADJUSTABLE RANGES

ENERGY-EFFICIENT NODE SCHEDULING MODELS IN SENSOR NETWORKS WITH ADJUSTABLE RANGES International Journal of Foundations of Computer Science c World Scientific Publishing Company ENERGY-EFFICIENT NODE SCHEDULING MODELS IN SENSOR NETWORKS WITH ADJUSTABLE RANGES JIE WU and SHUHUI YANG Department

More information

Distributed Self-Localisation in Sensor Networks using RIPS Measurements

Distributed Self-Localisation in Sensor Networks using RIPS Measurements Distributed Self-Localisation in Sensor Networks using RIPS Measurements M. Brazil M. Morelande B. Moran D.A. Thomas Abstract This paper develops an efficient distributed algorithm for localising motes

More information

Ad hoc and Sensor Networks Chapter 9: Localization & positioning

Ad hoc and Sensor Networks Chapter 9: Localization & positioning Ad hoc and Sensor Networks Chapter 9: Localization & positioning Holger Karl Computer Networks Group Universität Paderborn Goals of this chapter Means for a node to determine its physical position (with

More information

Distributed Power Control in Cellular and Wireless Networks - A Comparative Study

Distributed Power Control in Cellular and Wireless Networks - A Comparative Study Distributed Power Control in Cellular and Wireless Networks - A Comparative Study Vijay Raman, ECE, UIUC 1 Why power control? Interference in communication systems restrains system capacity In cellular

More information

Optimized Sink Mobility for Energy and Delay Efficient Data Collection in FWSNs

Optimized Sink Mobility for Energy and Delay Efficient Data Collection in FWSNs Optimized Sink Mobility for Energy and Delay Efficient Data Collection in FWSNs Sharhabeel H. Alnabelsi, Hisham M. Almasaeid, and Ahmed E. Kamal Dept. of Electrical and Computer Eng., Iowa State University,

More information