An Optimized Lifetime Enhancement Scheme for Data Gathering in Wireless Sensor Networks

Size: px
Start display at page:

Download "An Optimized Lifetime Enhancement Scheme for Data Gathering in Wireless Sensor Networks"

Transcription

1 An Optimized Lifetime Enhancement Scheme for Data Gathering in Wireless Sensor Networks Ayon Chakraborty, Kaushik Chakraborty, Swarup Kumar Mitra 2, M.K. Naskar 3 Department of Computer Science and Engineering, Jadavpur University, Kolkata 32, India. 2 Department of Electronics &Communication Engineering, MCKV Institute of Engineering, Howrah, India. 3 Advanced Digital and Embedded Systems Lab, Department of ETCE, Jadavpur University, Kolkata 32,India. Abstract Design of energy efficient schemes for data gathering is an important concern for lifetime enhancement of wireless sensor networks. Variation in the distances of nodes from the Base Station and differences in inter-nodal distances are primary factors causing unequal energy dissipation among the nodes. Thus energy difference between the various nodes increases with time resulting in degraded network performance. The LEACH and PEGASIS schemes which provided elegant solutions to the problem suffer basic drawbacks due to randomization of cluster heads and greedy chain formation respectively. In this paper, we propose an Optimized Lifetime Enhancement (OLE) Scheme which shows enhanced performance over these schemes. OLE increases the network performance by ensuring a sub-optimal energy dissipation of the individual nodes despite their random deployment. It employs modern heuristics like particle swarm optimization instead of the greedy algorithm as in PEGASIS to construct energy efficient routing paths. Extensive simulations validate the improved performance of OLE. Keywords: Network Lifetime, Wireless sensor networks, Data Gathering, Particle Swarm Optimization, Simulated Annealing I. INTRODUCTION Wireless sensor networks (WSNs) consist of sensor nodes that are randomly deployed in a large area, collecting important information from the sensor field. These sensor nodes have very limited energy resources and hence, the energy consuming operations such as data collection, transmission and reception, must be kept at a minimum []. Also, it is often infeasible to replace or recharge the sensors nodes deployed in inaccessible terrains. The sensor networks are required to transmit gathered data to a base station (BS) or sink, often distantly located from the sensor field. Network lifetime thus becomes an important metric for efficiency of a sensor network. In case of WSNs, the definition of network lifetime is application specific [2]. It may be taken as the time from inception to the time when the network becomes nonfunctional. A network may become non-functional when a single node dies or when a particular percentage of nodes perishes depending on requirement. However, it is universally acknowledged that equal energy dissipation for equalizing the residual energy of the nodes is one of the keys for prolonging the lifetime of the network [2]. Each sensor node is provided with transmit power control and omni-directional antenna and therefore can vary the area of its coverage [3]. It has been established in [4] that communication requires significant amount of energy as compared to computations. In this paper, we consider a wireless sensor network where the base station is fixed and located far off from the sensed area. Furthermore all the nodes are static, homogeneous, energy constrained and capable of communicating to the BS. The LEACH protocol [4] presents an elegant solution to this energy utilization problem where nodes are randomly selected to collaborate to form small number of clusters and the cluster heads take turn in transmitting to the base station during a data gathering cycle. The PEGASIS protocol [5] is a further improvement upon the LEACH protocol where a greedy chain of nodes is formed which take rounds in transmitting data to the base station. This problem was even approached by modern heuristic techniques like Ant colony Optimization [6], trying to optimize energy dissipation. [6] tried to form an optimized chain for data gathering. In this paper, we approach the problem from a new viewpoint. In our Optimized Lifetime Enhancement (OLE) scheme a chain is formed, but instead of allowing all nodes to become the leader, to communicate with the base station the same number of times, the network lifetime is increased by allowing the individual nodes to transmit unequal number of times to the base station depending on their residual energy and location. Furthermore, instead of forming a greedy chain, which may not always ensure minimum energy dissipation, we make use of modern heuristic optimization techniques like Particle Swarm

2 Optimization (PSO) [7] and Simulated Annealing (SA) [8]. This results in an enhanced network performance as balanced energy dissipation by the individual nodes is achieved in the network. The results obtained in the OLE scheme shows encouraging improvements over PEGASIS, LEACH and ACO schemes. The algorithm for the OLE scheme was implemented in nesc [9] for the TinyOS [0] software platform. This not only signifies the coding feasibility of our scheme, but also verifies it for running on real hardware platforms (embedded systems like MicaZ or Mica2 sensor motes). The packet reception ratios in these schemes has also been studied using the interference model offered by TOSSIM [] environment. The rest of the paper is organized as follows: Section II describes the energy dissipation model and Section III judges the emergence of an energy-efficient data gathering protocol followed by the gradual development of our scheme. Our scheme is evaluated by results obtained from extensive simulation in Section IV. Finally, we conclude in Section V. II. THE ENERGY DISSIPATION MODEL Our aim in this paper is to minimize the energy usage in the sensor nodes by formation of an optimal chain through which the data gathering will take place. For this purpose, we assume the radio model as discussed in [4] for the radio hardware dissipation. This is one of the most widely used models in sensor network simulation analysis. The energy spent in transmitting a k- bit packet over a distance of d meters, is given by: E tx(k,d)=(ξ elec + ξ amp * d n ) *k () and that for receiving the packet is, E rx(k)= ξ elec* k (2) Here ξ elec (45nJ/bit) is the energy dissipated per bit to run the radio electronics and ξ amp is the energy expended to run the power amplifier for transmitting a bit over unit distance. n is the path loss exponent, whose value enhances with increasing channel non-linearities (usually, 2.0 n 4.0). In our approach, we have used both the free space (distance 2 power loss) and the multipath fading (distance 4 power loss) channel modes. In our model, we assume, that inter-nodal distances are small compared to distance between the nodes and the Base Station (BS). Thus for communication among sensors we take n = 2, and that between the leader and BS, we take n = 4, in equation (). Value of ξ amp = 0pJ/bit/m 2 for n = 2 and 0.00pJ/bit/ m 4 for n = 4. Now for all practical purposes, we can assume that the computational energy is much less than the communicational energy and thus can be neglected. Thus for the chain of length n, the total energy expended in data gathering is the summation of the energy used by the individual sensor nodes and the leader. Assuming a constant packet size of k = 2000 bits, n E total= [ (ξelec+ξamp*di2 ) +(ξ elec+ξ amp* D 4 ) ]* k (3) i = In equation (3) d i denotes the distance between the (i+) th node and the i th node in the data gathering chain. D is the distance between the leader and the base station. The values of ξ elec and ξ amp are stated earlier. Here we impose a threshold value on d i as d TH. This ensures reliable communication in between the nodes reducing unwanted noise and packet loss probability. It is also assumed that the channel is symmetric so that the energy spent in transmitting from node i to j is the same as that of transmitting from node j to i for any given value of SNR. III. PROPOSED OPTIMIZED LIFETIME ENHANCEMENT SCHEME The PEGASIS scheme [5] depends upon a greedy chain formation whereas the LEACH scheme [4] randomizes the leader selection in the network. While the greedy chain can not always guarantee minimal energy consumption, the randomized leader selection does not take into account the node's capability in being the leader, in terms of its energy content and transmit distance. Keeping the above drawbacks in mind, we proceed to form a suboptimal chain for data gathering and device a scheme to choose an efficient leader for communicating to the base station. A. Chain formation based on Particle Swarm Optimization In order to avoid trapping at the local minima and increase the diversity of the swarm, the simulated annealing algorithm [8] is applied to PSO [7] to solve the problem of chain formation. The total number of nodes being n, the solution space U can be said to be a collection of arrangements of {,2,3,,n} where two consecutive numbers denote a direct link between those nodes. Thus every arrangement C j represents a chain, where U = {C j C j is a permutation of (,2,.. n)}. So C j denotes the j th particle in our n-dimensional system. Energy Function: The energy function for the SA algorithm is designed as, f(c j) = n di2 (4) i= The above equation is derived from equation (3), we have considered the terms (in the chain) related to distance only. When a particle C old updates its position to C new, f = f(c new) f(c old) is used as E representing the energy difference the two energy states. We start by guessing an initial solution, and proceed, resulting in a solution with smaller energy value, than the last solution. In case of a larger energy value, the decision to accept

3 or reject the solution, is determined by the probability function below, in equation (5), P = if E 0 = exp (- f/ Ө) if E > 0 (5) If E is not positive, implying lower energy value of the new solution, it is accepted; else the acceptable probability P is calculated as in equation (5). If P > rand (0, ), a random number between 0 and, the new solution is also accepted else it is rejected. Cooling Schedule: One of the most important control parameter in equation (5) is Ө, called the annealing temperature; a parameter which is decremented, every time the system of particles approaches a better solution (or a low energy state). If Ө i be the initial temperature and Ө f be the final temperature, and t be the cooling time, Ө(t) = Ө f + (Ө i - Ө f )*α t (6),is the designed cooling schedule. Here α is the rate of cooling, (usually, 0.7 α <.0) and t is the cooling time. For our purpose we considered t as the number of iterations. The SA algorithm incorporates the concept of probability through the Metropolis acceptance rule [2] into the fast optimal search ability of PSO, a new algorithm is proposed for the optimal energy chain formation. B. Proposed algorithm for chain formation Input: A set of N sensor nodes, randomly deployed in the sensor field, and a base station. Step : Initialization :- At first, a swarm of m particles selected at random is initialized which are expressed as: C, C 2, C 3. C m. Ci={node[], node[2],...,node[n]}, where node[i] = j means that the i th member (node) of the chain has id j. The parameters Ө i (initial temperature), Ө f (final temperature), α (cooling rate) are initialized. The higher the initial temperature, the better the result is. At low temperature, every particle finds its local best chain C ilbest in its local area. L is maximum number of iterations at a certain temperature and t is the maximum number of iterations for the total process (t is analogous to the maximum cooling time). Step 2 : Finding a local best chain :- For all the m particles, each one searches for its local best chain, at a particular temperature Ө, for L iterations. This searching is done by a random binary swapping, where two positions in a chain (C old) are randomly selected and exchanged, resulting in a new chain (C new). The new chain is checked such that distance between the individual nodes do not exceed d TH or else another swapping is done. The old chain is updated by the newly formed chain according to the acceptance rule as stated in equation (5). Step 3 : Updating the pbest and gbest values :- For each particle the C ilbest chain obtained in Step 2 is compared to the historically obtained best chain C ipbest for that particle. Again, C ipbest is updated by C ilbest according to the following rule : C ipbest = C ilbest if { f( Cilbest) f(c ipbest) } < 0 = C ipbest if { f( Cilbest) f(c ipbest) } 0 (7) Now, comparing all the C ipbest values, C gbest is updated by that C ipbest which has minimum energy state i.e. f(c ipbest). Step 4 : Formation of a new chain :- Based on the global knowledge of the swarm each particle forms a new chain from its original best chain (C ipbest) and the globally obtained best chain (C gbest) by the crossing method as discussed in [3]. For eg. say, C ipbest = {4,5,2,3,6,} and C gbest = {5,2,,4,3,6}. The slot {2,,4} is randomly chosen from C gbest and inserted in the same position in C ipbest and the node ids that are repeated are deleted. Thus C inew becomes {5,2,,4,3,6}. After the crossover, the energy state of C inew is compared with that of C ipbest and the best one (i.e. with lower energy state) is taken as the new individual best position. The crossover can help the particles jump out of the local optimization by sharing the global information about the swarm. Step 5: Loop :- The temperature Ө(t) is calculated. If its value is less than or equal to Ө f or the total number of iterations up to now exceeds the value of t, the algorithm comes to a halt. The best chain formed is C gbest. Else go to Step 2. C. Leader selection phase Once the sub-optimal chain is formed we look for the node which has the maximum value of E resi /D 4. Here E resi denotes the residual energy of an individual node before starting a data gathering round and D is the distance of the base station from that node. The node with the maximum value of E resi /D 4 becomes the leader. Here we consider the multipath fading (distance 4 power loss) channel mode, as the leader is concerned with communicating to the distant base station. IV. SIMULATION A.. Hardware Implementation The OLE scheme was implemented in nesc [9], a component based dialect of the C programming language, meant to be hosted on the TinyOS [0] software platform, an operating system which runs in the Berkeley Mica Motes like Mica2 or MicaZ. But, in absence of real motes, we simulated OLE in the TOSSIM [] environment, which acts as a simulator for TinyOS platform. Thus the implementation and coding of the algorithm in

4 nesc justifies the feasibility of OLE for real hardware platforms, with limited memory and resources. Since, this algorithm requires centralized knowledge about the sensor network, it would be best to carry out the algorithm in the Base Station (BS) and disseminate the result in the network before initiating data gathering tasks. However, this could well be dependent upon the application itself. In case, frequent communication with the BS is not feasible for all the nodes, this chain formation algorithm can also be applied in individual clusters in the sensor field, where these computations can be done by a local leader in each cluster. This will not only use up less resources as the number of nodes in a cluster is limited but also result in equalized energy dissipation among the local leaders. Secondly, this sort of distributed computation will speed up the process of self-organization of the network. Finally the BS could connect these local leaders to form the final optimized chain. B. Simulation Overview To evaluate the performance of the OLE scheme extensive simulations were performed on several random 00 node networks in a 50m*50m field as in [5]. Simulations performed in MATLAB show that OLE scheme outperforms the data gathering schemes like PEGASIS [5] and ACO [6]. This readily implies the efficiency of our method over LEACH [4]. As mentioned in Section III, for implementing our energy efficient data gathering protocol the chain formation was done by Particle Swarm Optimization with Simulated Annealing. Simulation results are shown in Table I. The base station was located at (25m, 50m) and energy per node was varied. As mentioned earlier, while comparing PEGASIS, ACO and OLE schemes, a common threshold was introduced as the inter-nodal distance. A second simulation was conducted in TOSSIM to study the packet reception ratios in the three schemes. The Simulation process in TOSSIM[] considers the TOSSIM radio loss model, shown in figure, which is based on the empirical data. The loss probability captures transmitter interference using original trace that yielded the model. More detailed measurements would be required to simulate the exact transmitter characteristics; however experiment have shown the model to be very accurate. Here a fixed number of 20 packets were considered for transmission from a network of 20 nodes, where each node had a packet to send, to the BS. But due to the factor of packet loss and unreliability of the links, all the packets could not ultimately reach the BS successfully, if no retransmission attempts are made. Retransmission attempt simply means that when node A sends a packet to node B, and the process fails, node A tries to resend the packet to B. The maximum number of times this process can happen is called the Maximum Retransmission Attempts (MRA). We intend to show here, how the number of successful packet transmission increases with increasing number of MRAs for the different schemes. Packet Reception Ratio (PRR) is defined as the ratio of the number of packets delivered successfully to the total number of packets sent. Hence, as the successful number of packet transmission increases, an increase in PRR also takes place. Thus this simulation also helped us to take into account any interference caused by noise, as if in a real life environment. Also the radio interference model used for simulation purposes helped us to study the problem from the perspective of a more realistic physical layer. Detailed results for the outcome are shown in Table II. Fig.. The mean packet loss rate versus distance is shown, with error bars indicating one standard deviation from the mean. The model is highly variable at intermediate distances.tossim radio loss model based on empirical data C. Simulation Results In this section we show the results obtained in simulating our algorithm. Table I demonstrates the enhancement of network lifetime compared to the other schemes. From figure 2, we find that OLE largely outperforms PEGASIS, and also the chain obtained by ACO as in [6]. It also reveals that OLE performs better than both ACO and PEGASIS till about 70% of nodes in the network are dead. Networks with over 70% of nodes dead are very inefficient and therefore the degradation of performance of our schemes under these conditions can easily be ignored keeping in mind the superior performance with lesser percentage of dead nodes.

5 TABLE I NUMBER OF DATA GATHERING ROUNDS FOR VARIOUS SCHEMES WITH PERCENTAGE Intial Energy (J/node) N U M B E R O F R O U N D S Protocol PEGASIS ACO OLE PEGASIS ACO OLE PEGASIS ACO OLE OF DEAD NODES PERCENTAGE OF DEAD NODES TABLE II MAXIMUM AND MINIMUM NUMBER OF SUCCESSFUL TRANSMISSIONS WITH INCREASING MRAs OLE ACO PEGASIS MRA Min Max Min Max Min Max Figures 3. and 3.2 portray the chains formed by greedy and OLE algorithm respectively, for the same node distribution in a 50m x 50m field. It depicts clearly how the inter-nodal distances are bound to increase when the greedy algorithm is used. The bold lines in red indicate the inter-nodal distances which are larger than the threshold. The leader node is also shown as a red circle. Fig. 3. : Greedy Chain Fig. 2. Performance analysis of different protocols with Energy/node J and base station at (25,50). The packet loss rates has been compared in Table II. It shows how the number of successful packet transmissions (out of the total of 20 packets) increase with increasing the retransmission attempts. For a particular value of MRA the simulation has been conducted for 0 times. The figures show the maximum and minimum number of packets, delivered successfully to the BS for different values of MRAs. Here also, we see, that packet loss in OLE scheme is less compared to PEGASIS or ACO schemes. Thus less number of retransmissions are necessary on the average. This is also an important aspect of OLE in terms of energy efficiency. Fig. 3.2 : Chain by OLE Scheme V.CONCLUSION AND FUTURE WORK The protocols considered in this paper ensures that a near optimal energy utilization occurs thereby increasing network lifetime as is validated by simulation results. The Particle Swarm Optimization

6 along with Simulated Annealing helps to enhance the performance of our scheme. Reports of applications of using these meta-heuristic tools have been widely published, thus forming a solid background. Developing solutions with these tools offers two major advantages: (i) Development time is much shorter rather than using more traditional approaches. (ii) The systems are very robust, being relatively insensitive to noisy and/or missing data. Moreover, the OLE scheme has been coded in nesc, which justifies it to be feasible on real motes. Also, we have considered the TOSSIM interference model, while simulating packet loss rates for the various schemes. This simulation helped us to compare the reliability of the schemes for successful packet delivery, as if in a real life environment. All the results we obtained are in total compliance with our objective. Thus our OLE scheme in true sense plays a good role in enhancing the lifetime of a sensor network by optimizing the routing paths. We have already developed the chain using SA-PSO, and also have compared it to the ACO technique. Our future goal is to study the problem using Genetic Algorithms and compare it to the OLE scheme. [9] David Gay, Philip Levis, David Culler, Eric Brewer, nesc. Language Reference Manual,May [0] Philip Levis,TinyOS Programming, June 28, [] P. Levis, N. Lee, M. Welsh, and D. Culler. TOSSIM: Accurate and Scalable Simulation of Entire TinyOS, [2] N. Metropolis et. al. J. Chem. Phys (953). [3] Zhi-Feng Hao, Zhi-Gang Wang; Han Huang, A Particle Swarm Optimization Algorithm with Crossover Operator, International Conference on Machine Learning and Cybernetics 2007, pp -9-22, Aug REFERENCES [] Clare, Pottie, and Agre, Self-Organizing Distributed Sensor Networks,In SPIE Conference on Unattended Ground Sensor Technologies and Applications, pages , Apr [2] Yunxia Chen and Qing Zhao, On the Lifetime of Wireless Sensor Networks, Communications Letters, IEEE, Volume 9, Issue, pp: , DigitalObjectIdentifier0.09/ LCOMM , Nov [3] S. Lindsey, C. S. Raghavendra and K. Sivalingam, Data Gathering in Sensor Networks using energy*delay metric, In Proceedings of the 5 th International Parallel and Distributed Processing Symposium, pp , 200. [4] W. Heinzelman, A. Chandrakasan, H. Balakrishnan, Energy- Efficient Communication Protocol for Wireless Microsensor Networks, IEEE Proc. Of the Hawaii International Conf. on System Sciences, pp. -0,January [5] S. Lindsey, C.S. Raghavendra, PEGASIS: Power Efficient Gathering in Sensor Information Systems, In Proceedings of IEEE ICC 200, pp , June 200. [6] Ayan Acharya, Anand Seetharam, Abhishek Bhattacharyya, Mrinal Kanti Naskar, Balancing Energy Dissipation in Data Gathering Wireless Sensor Networks Using Ant Colony optimization,0th International Conference on Distributed Computing and Networking-ICDCN 2009, pp , January 3-6, [7] Eberhart, R. C, Kennedy, J. A new optimizer using particle swarm theory, 995. [8] Kirkpatrick S, Simulated Annealing, Sci, Vol 220, 983.

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 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

EDEEC-ENHANCED DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS SENSOR NETWORK (WSN)

EDEEC-ENHANCED DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS SENSOR NETWORK (WSN) EDEEC-ENHANCED DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTOCOL FOR HETEROGENEOUS WIRELESS SENSOR NETWORK (WSN) 1 Deepali Singhal, Dr. Shelly Garg 2 1.2 Department of ECE, Indus Institute of Engineering

More information

A Review on Energy Efficient Protocols Implementing DR Schemes and SEECH in Wireless Sensor Networks

A Review on Energy Efficient Protocols Implementing DR Schemes and SEECH in Wireless Sensor Networks A Review on Energy Efficient Protocols Implementing DR Schemes and SEECH in Wireless Sensor Networks Shaveta Gupta 1, Vinay Bhatia 2 1,2 (ECE Deptt. Baddi University of Emerging Sciences and Technology,HP)

More information

arxiv: v1 [cs.ni] 21 Mar 2013

arxiv: v1 [cs.ni] 21 Mar 2013 Procedia Computer Science 00 (2013) 1 8 Procedia Computer Science www.elsevier.com/locate/procedia 4th International Conference on Ambient Systems, Networks and Technologies (ANT), 2013 arxiv:1303.5268v1

More information

Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks

Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks Wu Xiaoling, Shu Lei, Yang Jie, Xu Hui, Jinsung Cho, and Sungyoung Lee Department of Computer Engineering, Kyung Hee University, Korea

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

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

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

Distributed Clustering Method for. Energy-Efficient Data Gathering in

Distributed Clustering Method for. Energy-Efficient Data Gathering in Int. J. Wireless and Mobile Computing, Vol. x, No. x, xxxx 1 Distributed Clustering Method for Energy-Efficient Data Gathering in Sensor Networks Abstract: By deploying wireless sensor nodes and composing

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

Improving Lifetime of WSNs Using Energy-Efficient Information Gathering Algorithms and Magnetic Resonance

Improving Lifetime of WSNs Using Energy-Efficient Information Gathering Algorithms and Magnetic Resonance Advances in Wireless Communications and Networks 2015; 1(2): 11-16 Published online October 30, 2015 (http://www.sciencepublishinggroup.com/j/awcn) doi: 10.11648/j.awcn.20150102.11 Improving Lifetime of

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

Fire-LEACH: A Novel Clustering Protocol for Wireless Sensor Networks based on Firefly Algorithm

Fire-LEACH: A Novel Clustering Protocol for Wireless Sensor Networks based on Firefly Algorithm Int. J. Comput. Sci. Theor. App., 2014, vol. 1, no. 1., p. 12-17. Available online at www.orb-academic.org International Journal of Computer Science: Theory and Application ISSN: 2336-0984 Fire-LEACH:

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

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

Comparative Study of Various Cluster Formation Algorithms in Wireless Sensor Networks

Comparative Study of Various Cluster Formation Algorithms in Wireless Sensor Networks Comparative Study of Various Cluster Formation Algorithms in Wireless Sensor Networks Zhan Wei Siew, Yit Kwong Chin, Aroland Kiring, Hou Pin Yoong and Kenneth Tze Kin Teo Modelling, Simulation & Computing

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

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

An Energy Efficient Localization Strategy using Particle Swarm Optimization in Wireless Sensor Networks

An Energy Efficient Localization Strategy using Particle Swarm Optimization in Wireless Sensor Networks An Energy Efficient Localization Strategy using Particle Swarm Optimization in Wireless Sensor Networks Ms. Prerana Shrivastava *, Dr. S.B Pokle **, Dr.S.S.Dorle*** * Research Scholar, Electronics Department,

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

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

Improvement of Robot Path Planning Using Particle. Swarm Optimization in Dynamic Environments. with Mobile Obstacles and Target

Improvement of Robot Path Planning Using Particle. Swarm Optimization in Dynamic Environments. with Mobile Obstacles and Target Advanced Studies in Biology, Vol. 3, 2011, no. 1, 43-53 Improvement of Robot Path Planning Using Particle Swarm Optimization in Dynamic Environments with Mobile Obstacles and Target Maryam Yarmohamadi

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

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

Energy Efficient Sensor Node Deployment in an Event Driven Sensor Network

Energy Efficient Sensor Node Deployment in an Event Driven Sensor Network Energy Efficient Sensor Node Deployment in an Event Driven Sensor Network Ganesh Prasad Assistant Professor, Department of Electronics and Communication Engineering, National Institute of Technology, Silchar-788010,

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

CHAPTER 5 PSO AND ACO BASED PID CONTROLLER

CHAPTER 5 PSO AND ACO BASED PID CONTROLLER 128 CHAPTER 5 PSO AND ACO BASED PID CONTROLLER 5.1 INTRODUCTION The quality and stability of the power supply are the important factors for the generating system. To optimize the performance of electrical

More information

Using Network Traffic to Infer Power Levels in Wireless Sensor Nodes

Using Network Traffic to Infer Power Levels in Wireless Sensor Nodes 1 Using Network Traffic to Infer Power Levels in Wireless Sensor Nodes Lanier Watkins, Johns Hopkins University Information Security Institute Garth V. Crosby, College of Engineering, Southern Illinois

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

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

Channel Sensing Order in Multi-user Cognitive Radio Networks

Channel Sensing Order in Multi-user Cognitive Radio Networks 2012 IEEE International Symposium on Dynamic Spectrum Access Networks Channel Sensing Order in Multi-user Cognitive Radio Networks Jie Zhao and Xin Wang Department of Electrical and Computer Engineering

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

Research Article A New Iterated Local Search Algorithm for Solving Broadcast Scheduling Problems in Packet Radio Networks

Research Article A New Iterated Local Search Algorithm for Solving Broadcast Scheduling Problems in Packet Radio Networks Hindawi Publishing Corporation EURASIP Journal on Wireless Communications and Networking Volume 2010, Article ID 578370, 8 pages doi:10.1155/2010/578370 Research Article A New Iterated Local Search Algorithm

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

Transmission Scheduling in Capture-Based Wireless Networks

Transmission Scheduling in Capture-Based Wireless Networks ransmission Scheduling in Capture-Based Wireless Networks Gam D. Nguyen and Sastry Kompella Information echnology Division, Naval Research Laboratory, Washington DC 375 Jeffrey E. Wieselthier Wieselthier

More information

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Vivek Kumar Bhatt 1, Dr. Sandeep Bhongade 2 1,2 Department of Electrical Engineering, S. G. S. Institute of Technology

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

An Efficient Forward Error Correction Scheme for Wireless Sensor Network

An Efficient Forward Error Correction Scheme for Wireless Sensor Network Available online at www.sciencedirect.com Procedia Technology 4 (2012 ) 737 742 C3IT-2012 An Efficient Forward Error Correction Scheme for Wireless Sensor Network M.P.Singh a, Prabhat Kumar b a Computer

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

Efficient Algorithms for Maximum Lifetime Data Gathering and Aggregation in Wireless Sensor Networks 1,2

Efficient Algorithms for Maximum Lifetime Data Gathering and Aggregation in Wireless Sensor Networks 1,2 Efficient Algorithms for Maximum Lifetime Data Gathering and Aggregation in Wireless Sensor Networks, Konstantinos Kalpakis, Koustuv Dasgupta, and Parag Namjoshi Abstract The rapid advances in processor,

More information

A power-variation model for sensor node and the impact against life time of wireless sensor networks

A power-variation model for sensor node and the impact against life time of wireless sensor networks A power-variation model for sensor node and the impact against life time of wireless sensor networks Takashi Matsuda a), Takashi Takeuchi, Takefumi Aonishi, Masumi Ichien, Hiroshi Kawaguchi, Chikara Ohta,

More information

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Sai kiran pudi 1, T. Syama Sundara 2, Dr. Nimmagadda Padmaja 3 Department of Electronics and Communication Engineering, Sree

More information

A Random Network Coding-based ARQ Scheme and Performance Analysis for Wireless Broadcast

A Random Network Coding-based ARQ Scheme and Performance Analysis for Wireless Broadcast ISSN 746-7659, England, U Journal of Information and Computing Science Vol. 4, No., 9, pp. 4-3 A Random Networ Coding-based ARQ Scheme and Performance Analysis for Wireless Broadcast in Yang,, +, Gang

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

Energy Efficiency for Mica Mode to Improve Network Life Time using Greedy Scheduling Algorithm

Energy Efficiency for Mica Mode to Improve Network Life Time using Greedy Scheduling Algorithm IJIRST National Conference on Latest Trends in Networking and Cyber Security March 2017 Energy Efficiency for Mica Mode to Improve Network Life Time using Greedy Scheduling Algorithm S. Kannadhasan 1 M.

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

WSN Based Fire Detection And Extinguisher For Fireworks Warehouse

WSN Based Fire Detection And Extinguisher For Fireworks Warehouse WSN Based Fire Detection And Extinguisher For Fireworks Warehouse 1 S.Subalakshmi, 2 D.Balamurugan, Abstract-Security is primary concern for everyone. There are many ways to provide security at industries.

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

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

Maximizing Lifetime of Wireless Sensor Networks with Mobile Sensor Nodes

Maximizing Lifetime of Wireless Sensor Networks with Mobile Sensor Nodes Maximizing Lifetime of Wireless Sensor Networks with Mobile Sensor Nodes Ryo Katsuma, Yoshihiro Murata, Naoki Shibata, Keiichi Yasumoto, and Minoru Ito Graduate School of Information Science, Nara Institute

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

Probabilistic Approach of Improved Binary PSO Algorithm Using Mobile Sink Nodes

Probabilistic Approach of Improved Binary PSO Algorithm Using Mobile Sink Nodes MIS Review Vol. 21, Nos. 1/2, September(2015)/March (2016), pp. 1-13 DOI: 10.6131/MISR.2015.2101.01 2016 Department of Management Information Systems, College of Commerce National Chengchi University &

More information

Performance of ALOHA and CSMA in Spatially Distributed Wireless Networks

Performance of ALOHA and CSMA in Spatially Distributed Wireless Networks Performance of ALOHA and CSMA in Spatially Distributed Wireless Networks Mariam Kaynia and Nihar Jindal Dept. of Electrical and Computer Engineering, University of Minnesota Dept. of Electronics and Telecommunications,

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

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

Performance Analysis of DV-Hop Localization Using Voronoi Approach

Performance Analysis of DV-Hop Localization Using Voronoi Approach Vol.3, Issue.4, Jul - Aug. 2013 pp-1958-1964 ISSN: 2249-6645 Performance Analysis of DV-Hop Localization Using Voronoi Approach Mrs. P. D.Patil 1, Dr. (Smt). R. S. Patil 2 *(Department of Electronics and

More information

GMMC: Gaussian Mixture Model Based Clustering Hierarchy Protocol in Wireless Sensor Network

GMMC: Gaussian Mixture Model Based Clustering Hierarchy Protocol in Wireless Sensor Network ISS (Online): 37-3878, Impact Factor (): 3.5 : Gaussian Mixture Model Based Clustering Hierarchy Protocol in Wireless Sensor etwork Shaveta Gupta, Vinay Bhatia Baddi University of Emerging Sciences and

More information

PRIMARY USER BEHAVIOR ESTIMATION AND CHANNEL ASSIGNMENT FOR DYNAMIC SPECTRUM ACCESS IN ENERGY-CONSTRAINED COGNITIVE RADIO SENSOR NETWORKS

PRIMARY USER BEHAVIOR ESTIMATION AND CHANNEL ASSIGNMENT FOR DYNAMIC SPECTRUM ACCESS IN ENERGY-CONSTRAINED COGNITIVE RADIO SENSOR NETWORKS PRIMARY USER BEHAVIOR ESTIMATION AND CHANNEL ASSIGNMENT FOR DYNAMIC SPECTRUM ACCESS IN ENERGY-CONSTRAINED COGNITIVE RADIO SENSOR NETWORKS By XIAOYUAN LI A DISSERTATION PRESENTED TO THE GRADUATE SCHOOL

More information

The Impact of the Death Criterion on the WSN Lifetime using EM Pollution Monitoring Algorithm

The Impact of the Death Criterion on the WSN Lifetime using EM Pollution Monitoring Algorithm The American University in Cairo School of Sciences and Engineering The Impact of the Death Criterion on the WSN Lifetime using EM Pollution Monitoring Algorithm A Thesis Submitted to Electronics and Communication

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

Novel Localization of Sensor Nodes in Wireless Sensor Networks using Co-Ordinate Signal Strength Database

Novel Localization of Sensor Nodes in Wireless Sensor Networks using Co-Ordinate Signal Strength Database Available online at www.sciencedirect.com Procedia Engineering 30 (2012) 662 668 International Conference on Communication Technology and System Design 2011 Novel Localization of Sensor Nodes in Wireless

More information

Limitations, performance and instrumentation of closed-loop feedback based distributed adaptive transmit beamforming in WSNs

Limitations, performance and instrumentation of closed-loop feedback based distributed adaptive transmit beamforming in WSNs Limitations, performance and instrumentation of closed-loop feedback based distributed adaptive transmit beamforming in WSNs Stephan Sigg, Rayan Merched El Masri, Julian Ristau and Michael Beigl Institute

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

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

Lab/Project Error Control Coding using LDPC Codes and HARQ

Lab/Project Error Control Coding using LDPC Codes and HARQ Linköping University Campus Norrköping Department of Science and Technology Erik Bergfeldt TNE066 Telecommunications Lab/Project Error Control Coding using LDPC Codes and HARQ Error control coding is an

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

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements 15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements Simas Joneliunas 1, Darius Gailius 2, Stasys Vygantas Augutis 3, Pranas Kuzas 4 Kaunas University of Technology, Department

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

The Pennsylvania State University The Graduate School DISTRIBUTED ENERGY-BALANCED ROUTING IN WIRELESS SENSOR NETWORKS

The Pennsylvania State University The Graduate School DISTRIBUTED ENERGY-BALANCED ROUTING IN WIRELESS SENSOR NETWORKS The Pennsylvania State University The Graduate School DISTRIBUTED ENERGY-BALANCED ROUTING IN WIRELESS SENSOR NETWORKS A Dissertation in Industrial Engineering by Chang-Soo Ok c 2008 Chang-Soo Ok Submitted

More information

Location Estimation in Ad-Hoc Networks with Directional Antennas

Location Estimation in Ad-Hoc Networks with Directional Antennas Location Estimation in Ad-Hoc Networks with Directional Antennas Nipoon Malhotra, Mark Krasniewski, Chin-Lung Yang, Saurabh Bagchi, William Chappell School of Electrical and Computer Engineering Purdue

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

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

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 447 453 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

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

Impact of Interference Model on Capacity in CDMA Cellular Networks

Impact of Interference Model on Capacity in CDMA Cellular Networks SCI 04: COMMUNICATION AND NETWORK SYSTEMS, TECHNOLOGIES AND APPLICATIONS 404 Impact of Interference Model on Capacity in CDMA Cellular Networks Robert AKL and Asad PARVEZ Department of Computer Science

More information

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

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

Energy-Optimal and Energy-Balanced Sorting in a Single-Hop Wireless Sensor Network

Energy-Optimal and Energy-Balanced Sorting in a Single-Hop Wireless Sensor Network Energy-Optimal and Energy-Balanced Sorting in a Single-Hop Wireless Sensor Network Mitali Singh and Viktor K Prasanna Department of Computer Science University of Southern California Los Angeles, CA 90089,

More information

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks

AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks AS-MAC: An Asynchronous Scheduled MAC Protocol for Wireless Sensor Networks By Beakcheol Jang, Jun Bum Lim, Mihail Sichitiu, NC State University 1 Presentation by Andrew Keating for CS577 Fall 2009 Outline

More information

Energy-aware Routing to Maximize Lifetime in Wireless Sensor Networks with Mobile Sink

Energy-aware Routing to Maximize Lifetime in Wireless Sensor Networks with Mobile Sink 141 JOURNAL OF COMMUNICATIONS SOFTWARE AND SYSTEMS, VOL. 2, NO. 2, JUNE 2006 Energy-aware Routing to Maximize Lifetime in Wireless Sensor Networks with Mobile Sink Ioannis Papadimitriou and Leonidas Georgiadis

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

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

Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks

Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks Divya.R PG Scholar, Electronics and communication Engineering, Pondicherry Engineering College, Puducherry, India Gunasundari.R

More information

An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks

An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks Heungwoo Nam and Sunshin An Computer Network Lab., Dept. of Electronics Engineering,

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

Information Theory at the Extremes

Information Theory at the Extremes Information Theory at the Extremes David Tse Department of EECS, U.C. Berkeley September 5, 2002 Wireless Networks Workshop at Cornell Information Theory in Wireless Wireless communication is an old subject.

More information

An approach for solving target coverage problem in wireless sensor network

An approach for solving target coverage problem in wireless sensor network An approach for solving target coverage problem in wireless sensor network CHINMOY BHARADWAJ KIIT University, Bhubaneswar, India E mail: chinmoybharadwajcool@gmail.com DR. SANTOSH KUMAR SWAIN KIIT University,

More information

A Computational Approach to the Joint Design of Distributed Data Compression and Data Dissemination in a Field-Gathering Wireless Sensor Network

A Computational Approach to the Joint Design of Distributed Data Compression and Data Dissemination in a Field-Gathering Wireless Sensor Network A Computational Approach to the Joint Design of Distributed Data Compression and Data Dissemination in a Field-Gathering Wireless Sensor Network Enrique J. Duarte-Melo, Mingyan Liu Electrical Engineering

More information

Different node deployments in a square area grid of wireless sensor network and optimal number of relays

Different node deployments in a square area grid of wireless sensor network and optimal number of relays Different node deployments in a square area grid of wireless sensor network and optimal number of relays Farah A Nasser 1 and Haider M AlSabbagh 2 1 Department of Computer Engineering, College of Engineering,

More information

Calculation on Coverage & connectivity of random deployed wireless sensor network factors using heterogeneous node

Calculation on Coverage & connectivity of random deployed wireless sensor network factors using heterogeneous node Calculation on Coverage & connectivity of random deployed wireless sensor network factors using heterogeneous node Shikha Nema*, Branch CTA Ganga Ganga College of Technology, Jabalpur (M.P) ABSTRACT A

More information

CoCMA: Energy-Efficient Coverage Control in Cluster-Based Wireless Sensor Networks Using a Memetic Algorithm

CoCMA: Energy-Efficient Coverage Control in Cluster-Based Wireless Sensor Networks Using a Memetic Algorithm Sensors 2009, 9, 4918-4940; doi:10.3390/s90604918 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors CoCMA: Energy-Efficient Coverage Control in Cluster-Based Wireless Sensor Networs

More information

Study of Turbo Coded OFDM over Fading Channel

Study of Turbo Coded OFDM over Fading Channel International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 3, Issue 2 (August 2012), PP. 54-58 Study of Turbo Coded OFDM over Fading Channel

More information

Open-Loop and Closed-Loop Uplink Power Control for LTE System

Open-Loop and Closed-Loop Uplink Power Control for LTE System Open-Loop and Closed-Loop Uplink Power Control for LTE System by Huang Jing ID:5100309404 2013/06/22 Abstract-Uplink power control in Long Term Evolution consists of an open-loop scheme handled by the

More information

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network

Performance comparison of AODV, DSDV and EE-DSDV routing protocol algorithm for wireless sensor network Performance comparison of AODV, DSDV and EE-DSDV routing algorithm for wireless sensor network Mohd.Taufiq Norhizat a, Zulkifli Ishak, Mohd Suhaimi Sauti, Md Zaini Jamaludin a Wireless Sensor Network Group,

More information

METHODS FOR ENERGY CONSUMPTION MANAGEMENT IN WIRELESS SENSOR NETWORKS

METHODS FOR ENERGY CONSUMPTION MANAGEMENT IN WIRELESS SENSOR NETWORKS 10 th International Scientific Conference on Production Engineering DEVELOPMENT AND MODERNIZATION OF PRODUCTION METHODS FOR ENERGY CONSUMPTION MANAGEMENT IN WIRELESS SENSOR NETWORKS Dražen Pašalić 1, Zlatko

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

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

The throughput analysis of different IR-HARQ schemes based on fountain codes

The throughput analysis of different IR-HARQ schemes based on fountain codes This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the WCNC 008 proceedings. The throughput analysis of different IR-HARQ schemes

More information

Information-Theoretic Study on Routing Path Selection in Two-Way Relay Networks

Information-Theoretic Study on Routing Path Selection in Two-Way Relay Networks Information-Theoretic Study on Routing Path Selection in Two-Way Relay Networks Shanshan Wu, Wenguang Mao, and Xudong Wang UM-SJTU Joint Institute, Shanghai Jiao Tong University, Shanghai, China Email:

More information