The Impact of Link Unidirectionality and Reverse Path Length on Wireless Sensor Network Lifetime

Size: px
Start display at page:

Download "The Impact of Link Unidirectionality and Reverse Path Length on Wireless Sensor Network Lifetime"

Transcription

1 IEEE ICC Ad-hoc and Sensor Networking Symposium The Impact of Link Unidirectionality and Reverse Path Length on Wireless Sensor Network Lifetime Anil Ufuk Batmaz, Bulent Tavli Electrical & Electronics Engineering Department TOBB-ETU, Ankara, Turkey {aubatmaz,btavli}@etu.edu.tr Davut Incebacak Informatics Institute METU, Ankara, Turkey davut@ii.metu.edu.tr Kemal Bicakci Computer Engineering Department TOBB-ETU, Ankara, Turkey bicakci@etu.edu.tr Abstract The occurrence of unidirectional links in wireless sensor networks (WSNs) is an inherent feature of wireless communication. Transceiver characteristics, asymmetric interference, and many other properties of the electromagnetic propagation environment result in link unidirectionality, however, transmission power heterogeneity is the dominant factor that creates unidirectional links. Most of the data transfer mechanisms designed for wireless networks work only on bidirectional links, yet, there are some mechanisms capable of utilizing unidirectional links. Employment of a multi-hop reverse path for acknowledgement delivery is the key concept and hop length of the reverse path is an important design criterion in such mechanisms. If the maximum reverse path length is allowed to take large values then the number of usable unidirectional links increases. Increasing the number of available links leads to better energy balancing and longer network lifetime. But is it necessary to keep the reverse path length large to achieve the maximum network lifetime possible? In this study, we investigate the effects of reverse path length in WSNs with unidirectional links induced by transmission power heterogeneity on network lifetime through a novel mixed integer programming framework. Our results show that reverse path length has significant impact on WSN lifetime. Index Terms wireless sensor networks, unidirectional links, mixed integer programming, energy efficiency. I. INTRODUCTION Communication links in wireless networks are, often, assumed to be bidirectional (i.e., nodes can transmit packets to and receive packets from each other). However, the assumption of link bidirectionality does not hold in many practical network deployments. In fact, a significant portion of links in various wireless network testbeds are shown to be unidirectional [1]. Link unidirectionality can be attributed to several physical factors (e.g., transceiver characteristics, unequal interference). Transmission power heterogeneity is an important paradigm that leads to unidirectionality (i.e., a high transmission power node can reach a low transmission power node, however, communication in the reverse direction is not possible) [2]. Since most Medium Access Control (MAC) layer protocols (e.g., IEEE ) are designed to operate on bidirectional links (e.g., handshaking mechanism dictates that data transmission by a transmitter should be replied back with an acknowledgement ACK transmission by the receiver), any routing protocol utilizing such a MAC protocol can use only bidirectional links for routing [3]. However, for performance optimization reasons utilization of unidirectional links in conjunction to bidirectional links is necessary. To facilitate the use of unidirectional links many MAC protocols that have the capability to utilize unidirectional links are proposed. These protocols are designed to perform handshaking over unidirectional links (i.e., ACK packets are relayed back to the transmitter in a multi-hop fashion by using one or more relay nodes) [1]. Here, an important design problem is to determine the maximum reverse path length for unidirectional links. Note that the minimum reverse path length is two hops for any unidirectional link (i.e., there is only one relay node to forward the ACK packets from the receiver to the transmitter). On the other hand the reverse path length can be arbitrarily large. However, in practical wireless sensor network (WSN) applications, maintaining a long reverse path is not desirable. One of the most important design objectives for WSNs is lifetime optimization. To avoid premature exhaustion of any sensor node s energy dissipation should be evenly shared throughout the network which can be achieved by optimally balancing the flows. Lifetime can be maximized if both bidirectional and unidirectional links are utilized because elimination of any available link limits the options for energy balancing. However, utilization of unidirectional links are more costly than utilization of bidirectional links due to the multi-hop reverse path required for ACKs. Furthermore, the cost of unidirectional links increases as the reverse path length increases. The impact of any relevant paradigm affecting the energy dissipation characteristics of WSNs is worth investigating [4], yet, a systematic characterization of the impact of reverse path length on WSN lifetime has not been performed in the literature 1. In this study we perform an analysis on this subject by building a framework using Mixed Integer Programming (MIP). In the context of WSNs, MIP approach has been applied previously in many studies to model the unique characteristics of WSNs [5]. II. MODEL In this study, our main goal is to characterize the effects of reverse path length of unidirectional links induced by transmission power heterogeneity on WSN lifetime. In our framework, energy dissipation of sensors is dominated by communication 1 On the other hand, the impact of unidirectional links on other aspects of wireless networks such as network connectivity has been analyzed in earlier work (e.g., [1]). Due to space limitation, we cannot give a thorough overview of related work /13/$ IEEE 388

2 energy consumption rather than computation. This assumption is supported by the results of experiments in actual WSN testbeds (e.g., communication energy dissipation constitutes 91% of the total energy dissipation in Telos sensor nodes [6]). Our communication energy dissipation model is a widely accepted model introduced in [7]. In this model, the amount of energy to transmit one bit of data is E tx,ij = ρ + εd α ij and to receive one bit of data is E rx = ρ, where ρ represents the energy dissipated in the electronic circuitry, ε denotes the transmitters efficiency, α represents the path loss, and d ij is the distance between node-i (transmitting node) and node-j (receiving node). In our system model, there are N sensor nodes and a single base station. Time is organized into rounds with duration T rnd. Each sensor node-i creates the same amount of data (s i ) at each round to be conveyed to the base station (i.e., sensor nodes create CBR flows). Data generated at each node terminates at the base station either by direct transfer or through other sensors acting as relays. A directed graph G = (V, A) is used to represent the network topology. V is the set consisting of all sensor nodes and the base station (node- 1). Set W includes all the sensor nodes (i.e., W = V \ {1}). A = {(i, j) : i V, j V \ {i}} is the set of arcs (links). Note that the definition of A implies that no node sends data to itself. Total number of fixed sized data packets transmitted by node-i and received by node-j throughout the network lifetime is given by the integer variable f ij and the constant s i determines the data generated at node-i at each round in terms of number of data packets. The amount of ACK packets in reply to data flow f ji transmitted by node-k (node-i or a relay node) and received by node-l (node-j or a relay node) is represented by integer variable gij kl. The nominal maximum transmission range of nodes are denoted as R nom. Deviation from the nominal maximum transmission range leading to transmission power heterogeneity is modeled as a uniform random distribution in [ R het, R het ] range (i.e., each node-i has a maximum transmission range of R max,i = R nom + R dev,i, where R dev,i is an instance of random variable in [ R het, R het ] interval). Thus, nodei s maximum transmission range can, at most, be R max,i = R nom + R het and can, at least, be R max,i = R nom R het. This model of transmission power heterogeneity to create unidirectional links is known as the D-model [1]. Most of the studies on link unidirectionality use transmission power heterogeneity (nodes have unequal transmission ranges) to create link asymmetry [1], [2]. All system variables with their acronyms and descriptions are presented in Table I. The optimization problem is formulated as an MIP problem, presented in Figure 1. The objective is to maximize network lifetime by finding the f ij s (data flows) and gij kl s (ACK flows) that satisfy the constraints. Note that variable T gives the network lifetime in terms of number of rounds and the actual network lifetime can be expressed by the product T T rnd. Equation 1 and Equation 2 state that all flows are nonnegative. Equation 3 is used for flow balancing at the sensor nodes. The difference of incoming flows (from other sensor) TABLE I TERMINOLOGY FOR MIP FORMULATION Variable Description T Network lifetime in terms of rounds N Number of sensor nodes f ij Data flow from node-i to node-j (in terms of number of packets - integer variable) gij kl ACK flow from node-i to node-j transmitted by nodek and received by node-l (in terms of number of ACK packets - integer variable) b k ij ACK flow indicator which is unity if node-k is a relay node for ACK flow gij kl (binary variable) M A large integer L data Data packet size (bits) L ACK ACK packet size (bits) s i Amount of data generated at each round by node-i (in terms of number of packets) E rx Energy consumption for receiving one bit of data (J/bit) E tx,ij Energy consumption for transmitting one bit of data from node-i to node-j (J/bit) d ij Distance between node-i and node-j (m) ρ Energy dissipated in the electronic circuitry (J/bit) ε Transmitters efficiency (J/bit/m 2 ) α Path loss exponent e i Energy stored at each sensor node (J) ξ Battery energy (J) G = (V, A) Directed graph that represents network topology V Set of nodes, including the base station as node-1 W Set of nodes except the base station (node-1) A Set of arcs (links) T rnd Duration of one round (seconds) R nom Nominal maximum transmission range (m) R het Maximum deviation from R nom (m) R max,i Actual maximum transmission range of node-i (m) R dev,i Deviation of node-i s actual maximum transmission range from the nominal maximum transmission range (m) L RP HD Maximum value of reverse path hop distance and outgoing flows (to other sensors acting as relays or to the base station) is equal to the amount of generated data. Note that T s i gives the total amount of data packets generated at sensor node-i (s i is the number of fixed sized data packets generated at sensor node-i in each round which is a constant). Equation 4 guarantees that all data generated at the sensor nodes terminate at the base station. Equation 5 ensures that there are no outgoing flows from the base station. In many WSN applications sensor nodes acquire data periodically and captured data have a predetermined constant size [4], [7]. Equation 6 is used to model data routing on both unidirectional and bidirectional links. Flow f ij is zero if the distance between a transmitter and a receiver (d ij ) is larger than the maximum transmission range of node-i (R max,i ). Equation 7 states that the total number of ACKs received at node-i for its data transmissions to node-j is equal to the total number of data packets it sent to node-j (either directly or by relaying through other sensor nodes as relays). Note that Equation 7 is used for end-to-end data and ACK flow balancing. Equation 8 is used to equate the number of ACKs sent from node-j to its single hop neighbors destined for node-i to the number of data packets node-j receives from node-i. Equation 9 and Equation 10 prevent any ACK flows out of sender nodei and any ACK flows into destination node-j, respectively. 389

3 Equation 11 is used to balance ACK flows at relay nodes. Equation 12 is used to determine the value of binary variable b k ij (i.e., showing whether node-k is a relay for the ACK flow gij kl or not). Equation 13 is used to set the ACK flow to zero if the separation between the transmitter node-k and receiver node-l is more than the maximum range of node-k. Maximize T Subject to: l V f ij 0 (i, j) A (1) gij kl 0 (i, j) A k V l W (2) f ji + T s i = f ij i W (3) j W f j1 f 1j = T s i (4) j W j W i W f 1j = 0 (5) f ij = 0 if R max,i < d ij (i, j) A (6) f ij = f ij = g ki ji i W j V (7) g jk ji i W j V (8) g ki ij = 0 i V j V (9) g jk ij = 0 i V j V (10) gij kl gij lm = 0 i V j V m V l V \ {i, j} (11) g kl ij Mb k ij i V j V k V \ {j} (12) gij kl = 0 if R max,k < d kl i V j V \ {i} k V l V \ {k} (13) b k ij L RP HD i V j V (14) L data E tx,ij f ij + L ACK E tx,ij gij kl l V +E rx L data f ji + E rx L ACK j W Fig. 1. l V g kl ji e i i W (15) e i = ξ i W (16) MIP framework Equation 14 limits the maximum value of the reverse path hop distance (e.g., L RP HD = 1 means only bidirectional links can be used). Equation 15 states that for all nodes except the base station energy dissipation for data communication is bounded by the energy stored in batteries (e i ). Equation 16 is used to assign equal battery energy to all sensor nodes. The time when the first node runs out of energy lifetime of the network ends. This definition should be interpreted correctly. If the framework is examined carefully it can be seen that all nodes are forced to dissipate their energies in a balanced fashion to maximize the lifetime, as a result, sensor nodes in the network collaborate altogether to avoid premature death of any sensor node due to overutilization of its energy source. We also remind that MIP framework we present in this study provides the optimal results by using global network information. The design of network protocols with the objective of having performance figures close to the optimal results while requiring only local routing information is beyond our scope and left as a future work. WSNs are assumed to be consisting of stationary sensor nodes and unlike mobile networks topology changes are not frequent. Thus, topology discovery and route creation are one-time operations for substantial amount of time (rounds/epochs) these functions are not repeated [7]. If the network reorganization period is long enough then, the energy costs of these operations constitute a small fraction (less than 1%) of the total network energy dissipation [8]. Hence, routing overhead can be neglected in stationary WSNs without leading to significant underestimation of total energy dissipation. III. ANALYSIS We use General Algebraic Modeling System (GAMS) [9] for the numerical analysis of the developed MIP model. In our analysis, each sensor node generates one data packet per round (s i = 1) to be conveyed to the base station. Data and ACK packet sizes are 256 Bytes and 20 Bytes, respectively (L data = 2048 bits and L ACK = 160 bits). The communication parameters are chosen as ε = 100 pj/bit/m 2, ρ = 50 nj/bit and α = 2 same as the ones in [7]. Each node is assumed to be equipped with two AA batteries (ξ = 25.0 KJ). To illustrate the effects of limiting the maximum value of the reverse path length, graphically, we solve the optimization problem for the small scale topology (N = 5) presented in Figure 2. The optimal routes for R nom are shown in Figure 2(b). The effects of limiting the transmission range without any transmission power heterogeneity (R het = 0 m) is presented in Figure 2(c). Note that limiting the transmission ranges eliminates some optimal routes for maximal network lifetime which leads to a 2 % decrease in network lifetime (i.e., normalized network lifetimes for R nom and R nom = 125 m with R het = 0 m are 1.02 and 1.00, respectively). Network lifetimes obtained for configurations with transmission power heterogeneity (R het = 125 m) are 0.71, 0.88, and 0.90 for L RP HD = 1, L RP HD = 2, and L RP HD = 3, respectively. Network lifetimes obtained for L RP HD > 3 are the same with the network lifetime obtained 390

4 (a) R nom = R het = 125, flow=0 (dashed line), flow 0 (solid) (b) R nom, R het = 0, L RP HD = 1, LT=1.02 (c) R nom = 125, R het = 0, L RP HD = 1, LT=1.00 (d) R nom = R het = 125, L RP HD = 1, LT=0.71 (e) R nom = R het = 125, L RP HD = 2, LT=0.88 (f) R nom = R het = 125, L RP HD = 3, LT=0.90 Fig. 2. Illustration of optimal routes for maximal lifetime using the parameter sets indicated. For each relevant configuration the amount of data generated by sensor nodes are normalized to unity and the numbers on each arc shows the amount of data flow. The base station is designated as node-1. Figure 2(a) illustrates the network topology where usable links (source node transmission range is larger than the distance between the source and the destination) are shown by solid lines (R nom = R het = 125 m). Lifetimes (LT) values are normalized with the lifetime obtained in Figure 2(c) (Best viewed in colors). with L RP HD = 3. Utilization of unidirectional links allows the network to balance the energy dissipation efficiently and improves the network lifetime significantly, however, most of this improvement can be achieved by employing a single relay node in the reverse path. For example, for L RP HD = 1, node- 3 carries the burden of relaying the data of all the other senor nodes by itself which makes node-3 the bottleneck, however, for L RP HD = 2, the burden of relaying is shared by both node-3 and node-4 and premature death of node-3 is avoided. Further increase of L RP HD does not improve the network lifetime significantly For L RP HD = 3, node-2 can transmit only a small fraction (0.18) of its data directly to node-1 and most of node-2 s data (0.82) is relayed by other sensor nodes due to two factors: (i) ACK flow from node-1 to node-2 traverses three hops and creates an extra energy burden on the network and (ii) distance between node-2 and node-1 is large and direct transmission dissipates more energy than relaying. To analyze the effect of reverse path length on network lifetime for larger topologies, we used a network consisting of regularly placed sensors 2 and a base station at the center. 2 We use the best known disk packing geometries reported in [10] to form the constellation for N nodes in a 1000 m diameter disk. 391

5 (a) N = 20 MIP problem is solved for 20 randomly selected maximum transmission ranges for each node and we present the average results in the figures. Lifetime values cannot be presented for the whole range of R het because for larger values of R het /R nom we cannot get any connected topologies with L RP HD = 1 (e.g., for N = 20 and R nom = 800 m, all topologies are disconnected for R het > 400 m). As the level of transmission power heterogeneity increases, normalized network lifetime decreases for L RP HD = 1. In other words, exclusion of unidirectional links prevents the network to reach the maximal lifetime possible with inclusion of unidirectional links especially for high heterogeneity levels. The decrease in normalized network lifetime is less than 2.0 % throughout the whole parameter space (not shown in the figures) for L RP HD 2 (when unidirectional links with at least one relay node in the reverse path are allowed). IV. CONCLUSION We investigate the impact of limiting the reverse path length of unidirectional links on WSN lifetime through a novel MIP framework. Our results show that if the reverse path length is limited by one, then the lifetime can decrease more than 70 % in comparison to a network with no limit on the reverse path length. However, if the reverse path length is limited by at least two then the decrease in network lifetime is negligible (at most 2 %). We conclude that utilizing unidirectional links with only one relay node in the reverse path leads to near-optimal network lifetime values and employment of unidirectional links that necessitate reverse paths with more than one relay nodes does not provide any significant lifetime gains. Fig. 3. (b) N = 25 (c) N = 30 Normalized lifetime with L RP HD = 1 for different network sizes. Figure 3 presents the normalized 3 network lifetime with L RP HD = 1 for different values of N, R nom and R het. The 3 Normalization is achieved by dividing all network lifetime values of each configuration with the lifetime obtained with L RP HD. REFERENCES [1] V. Ramasubramanian and D. Mosse, BRA: a bidirectional routing abstraction for asymmetric mobile ad hoc networks, IEEE/ACM Transactions on Networking, vol. 16, pp , [2] G. Wang, D. Turgut, L. Boloni, Y. Ji, and D. C. Marinescu, A MAC layer protocol for wireless networks with asymmetric links, Ad Hoc Networks, vol. 6, pp , [3] B. B. Chen, S. Hao, M. Zhang, M. C. Chan, and A. L. Ananda, DEAL: discover and exploit asymmetric links in dense wireless sensor networks, in Proceedings of the IEEE Conference on Sensor, Mesh and Ad Hoc Communications and Networks (SECON), 2009, pp [4] J. Yick, B. Mukherjee, and D. Ghosal, Wireless sensor network survey, Computer Networks, vol. 52, pp , [5] F. Ishmanov, A. S. Malik, and S. M. Kim, Energy consumption balancing (ECB) issues and mechanisms in wireless sensor networks (WSNs): a comprehensive overview, European Transactions on Telecommunications, vol. 22, pp , [6] M. Rahimi, R. Baer, O. Iroezi, J. Garcia, J. Warrior, D. Estrin, and M.Srivastava, Cyclops: in situ image sensing and interpretation in wireless sensor networks, in Proceedings of the ACM Conference on Embedded Networked Sensor Systems (SenSys), 2005, pp [7] W. Heinzelman, A. Chandrakasan, and H. Balakrishnan, An application specific protocol architecture for wireless microsensor networks, IEEE Transactions on Wireless Communications, vol. 1, pp , [8] K. Bicakci, H. Gultekin, and B. Tavli, The impact of one-time energy costs on network lifetime in wireless sensor networks, IEEE Communications Letters, vol. 13, pp , [9] General Algebraic Modeling System (GAMS). [Online]. Available: [10] E. Specht. (2010) The best known packings of equal circles in the unit circle. [Online]. Available: 392

Power Aware Metrics for Wireless Sensor Networks

Power Aware Metrics for Wireless Sensor Networks Power Aware Metrics for Wireless Sensor Networks Ayad Salhieh Department of ECE Wayne State University Detroit, MI 48202 ai4874@wayne.edu Loren Schwiebert Department of Computer Science Wayne State University

More information

A Cluster-Based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks

A Cluster-Based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks A Cluster-Based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks Jing Ai, Damla Turgut, and Ladislau Bölöni Networking and Mobile Computing Research Laboratory (NetMoC) Department of Electrical

More information

End-To-End Delay Optimization in Wireless Sensor Network (WSN)

End-To-End Delay Optimization in Wireless Sensor Network (WSN) Shweta K. Kanhere 1, Mahesh Goudar 2, Vijay M. Wadhai 3 1,2 Dept. of Electronics Engineering Maharashtra Academy of Engineering, Alandi (D), Pune, India 3 MITCOE Pune, India E-mail: shweta.kanhere@gmail.com,

More information

Prolonging Network Lifetime via Partially Controlled Node Deployment and Adaptive Data Propagation in WSN

Prolonging Network Lifetime via Partially Controlled Node Deployment and Adaptive Data Propagation in WSN Prolonging Network Lifetime via Partially Controlled Node Deployment and Adaptive Data Propagation in WSN Fangting Sun, Mark Shayman Department of Electrical and Computer Engineering University of Maryland,

More information

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL 2.1 Topology Control in Wireless Sensor Networks Network topology control is about management of network topology to support network-wide requirement.

More information

Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks

Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks Ayad Salhieh Department of Electrical and Computer Engineering Wayne State University Detroit, MI 48202 ai4874@wayne.edu Loren

More information

WIRELESS Sensor Networks (WSNs) is envisioned to. Transmission Power Control for Link Level Handshaking in Wireless Sensor Networks

WIRELESS Sensor Networks (WSNs) is envisioned to. Transmission Power Control for Link Level Handshaking in Wireless Sensor Networks Transmission Power Control for Link Level Handshaking in Wireless Sensor Networks Huseyin Ugur Yildiz, Student Member, IEEE, Bulent Tavli, Member, IEEE, and Halim Yanikomeroglu, Senior Member, IEEE Abstract

More information

Zonal based Deterministic Energy Efficient Clustering Protocol for WSNs

Zonal based Deterministic Energy Efficient Clustering Protocol for WSNs Zonal based Deterministic Energy Efficient Clustering Protocol for WSNs Prabhleen Kaur Punjab Institute of Technology, Kapurthala (PTU Main Campus), Punjab India ABSTRACT Wireless Sensor Network has gained

More information

Novel Cluster Based Routing Protocol in Wireless Sensor Networks

Novel Cluster Based Routing Protocol in Wireless Sensor Networks ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 32 Novel Cluster Based Routing Protocol in Wireless Sensor Networks Bager Zarei 1, Mohammad Zeynali 2 and Vahid Majid Nezhad 3 1 Department of Computer

More information

Power Efficient Data Gathering and Aggregation in Wireless Sensor Networks

Power Efficient Data Gathering and Aggregation in Wireless Sensor Networks Power Efficient Data Gathering and Aggregation in Wireless Sensor Networks Hüseyin Özgür Tan and İbrahim Körpeoǧlu Department of Computer Engineering, Bilkent University 68 Ankara, Turkey E-mail:{hozgur,korpe}@cs.bilkent.edu.tr

More information

IEEE SENSORS JOURNAL, VOL. 16, NO. 2, JANUARY 15,

IEEE SENSORS JOURNAL, VOL. 16, NO. 2, JANUARY 15, IEEE SENSORS JOURNAL, VOL. 16, NO. 2, JANUARY 15, 2016 561 Transmission Power Control for Link-Level Handshaking in Wireless Sensor Networks Huseyin Ugur Yildiz, Student Member, IEEE, Bulent Tavli, Member,

More information

Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1

Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1 Modulation-Aware Energy Balancing in Hierarchical Wireless Sensor Networks 1 Maryam Soltan, Inkwon Hwang, Massoud Pedram Dept. of Electrical Engineering University of Southern California Los Angeles, CA

More information

Summary of Energy-Efficient Communication Protocol for Wireless Microsensor Networks

Summary of Energy-Efficient Communication Protocol for Wireless Microsensor Networks Summary of Energy-Efficient Communication Protocol for Wireless Microsensor Networks Juhana Yrjölä, Tik 58673B, jayrjola@cc.hut.fi 13th March 2005 Abstract Conventional routing protocols may not be optimal

More information

Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks

Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks RESEARCH ARTICLE OPEN ACCESS Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks Mrs. P. V. Meghare 1, Prof. P. A. Deshmukh 2 1 Department of Computer Science, Nagpur University,

More information

CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level

CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level CFMTL: Clustering Wireless Sensor Network Using Fuzzy Logic and Mobile Sink In Three-Level Ali Abdi Seyedkolaei 1 and Ali Zakerolhosseini 2 1 Department of Computer, Shahid Beheshti University, Tehran,

More information

A Cluster-based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks

A Cluster-based Energy Balancing Scheme in Heterogeneous Wireless Sensor Networks A Cluster-based Energy Balancing cheme in Heterogeneous Wireless ensor etworks Jing Ai, Damla Turgut, and Ladislau Bölöni Department of Electrical and Computer Engineering University of Central Florida

More information

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks William Shaw 1, Yifeng He 1, and Ivan Lee 1,2 1 Department of Electrical and Computer Engineering, Ryerson University, Toronto,

More information

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks

Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Minimum Overlapping Layers and Its Variant for Prolonging Network Lifetime in PMRC-based Wireless Sensor Networks Qiaoqin Li 12, Mei Yang 1, Hongyan Wang 1, Yingtao Jiang 1, Jiazhi Zeng 2 1 Department

More information

MODIFIED LEACH-C PROTOCOL FOR CLUSTER BASED ROUTING IN ENERGY EFFICIENT WIRELESS SENSOR NETWORKS

MODIFIED LEACH-C PROTOCOL FOR CLUSTER BASED ROUTING IN ENERGY EFFICIENT WIRELESS SENSOR NETWORKS MODIFIED LEACH-C PROTOCOL FOR CLUSTER BASED ROUTING IN ENERGY EFFICIENT WIRELESS SENSOR NETWORKS Neha 1, Sugandha Singh 2, Manju 3 1 Research Scholar, 2 Asso. Professor and Head, CSE Deptt., 3 Asst. Professor,

More information

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks

The Impact of Clustering on the Average Path Length in Wireless Sensor Networks The Impact of Clustering on the Average Path Length in Wireless Sensor Networks Azrina Abd Aziz Y. Ahmet Şekercioğlu Department of Electrical and Computer Systems Engineering, Monash University, Australia

More information

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Mina Malekzadeh Golestan University Zohre Fereidooni Golestan University M.H. Shahrokh Abadi

More information

ANewRoutingProtocolinAdHocNetworks with Unidirectional Links

ANewRoutingProtocolinAdHocNetworks with Unidirectional Links ANewRoutingProtocolinAdHocNetworks with Unidirectional Links Deepesh Man Shrestha and Young-Bae Ko Graduate School of Information & Communication, Ajou University, South Korea {deepesh, youngko}@ajou.ac.kr

More information

Extending Network Lifetime of Clustered-Wireless Sensor Networks Based on Unequal Clustering

Extending Network Lifetime of Clustered-Wireless Sensor Networks Based on Unequal Clustering 96 IJCSNS International Journal of Computer Science and Network Security, VOL.16 No.5, May 2016 Extending Network Lifetime of Clustered-Wireless Sensor Networks Based on Unequal Clustering Arunkumar V

More information

An Adaptive Self-Organization Protocol for Wireless Sensor Networks

An Adaptive Self-Organization Protocol for Wireless Sensor Networks An Adaptive Self-Organization Protocol for Wireless Sensor Networks Kil-Woong Jang 1 and Byung-Soon Kim 2 1 Dept. of Mathematical and Information Science, Korea Maritime University 1 YeongDo-Gu Dongsam-Dong,

More information

Energy Efficient Routing for Wireless Sensor Networks with Grid Topology

Energy Efficient Routing for Wireless Sensor Networks with Grid Topology Energy Efficient Routing for Wireless Sensor Networks with Grid Topology Hock Guan Goh 1, Moh Lim Sim 2, and Hong Tat Ewe 1 1 Faculty of Information Technology, 2 Faculty of Engineering, Multimedia University,

More information

Routing protocols in WSN

Routing protocols in WSN Routing protocols in WSN 1.1 WSN Routing Scheme Data collected by sensor nodes in a WSN is typically propagated toward a base station (gateway) that links the WSN with other networks where the data can

More information

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network

Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network Intra and Inter Cluster Synchronization Scheme for Cluster Based Sensor Network V. Shunmuga Sundari 1, N. Mymoon Zuviria 2 1 Student, 2 Asisstant Professor, Computer Science and Engineering, National College

More information

Evaluating the Performance of Mobile Agent-Based Message Communication among Mobile Hosts in Large Ad Hoc Wireless Network

Evaluating the Performance of Mobile Agent-Based Message Communication among Mobile Hosts in Large Ad Hoc Wireless Network Evaluating the Performance of Mobile Agent-Based Communication among Mobile Hosts in Large Ad Hoc Wireless Network S. Bandyopadhyay Krishna Paul PricewaterhouseCoopers Limited Techna Digital Systems Sector

More information

An Industrial Employee Development Application Protocol Using Wireless Sensor Networks

An Industrial Employee Development Application Protocol Using Wireless Sensor Networks RESEARCH ARTICLE An Industrial Employee Development Application Protocol Using Wireless Sensor Networks 1 N.Roja Ramani, 2 A.Stenila 1,2 Asst.professor, Dept.of.Computer Application, Annai Vailankanni

More information

Power aware routing algorithms for wireless sensor networks

Power aware routing algorithms for wireless sensor networks Power aware routing algorithms for wireless sensor networks Suyoung Yoon 1, Rudra Dutta 2, Mihail L. Sichitiu 1 North Carolina State University Raleigh, NC 27695-7911 {syoon2,rdutta,mlsichit}@ncsu.edu

More information

Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks

Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.16 No.4, April 2016 115 Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks Shideh Sadat Shirazi,

More information

Energy Aware Node Placement Algorithm for Wireless Sensor Network

Energy Aware Node Placement Algorithm for Wireless Sensor Network Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 541-548 Research India Publications http://www.ripublication.com/aeee.htm Energy Aware Node Placement Algorithm

More information

Energy-efficient Data Dissemination in Wireless Sensor Networks

Energy-efficient Data Dissemination in Wireless Sensor Networks Energy-efficient Data Dissemination in Wireless Sensor Networks Ji-Han Jiang 1 Kuo-Hua Kao 2 Singing ee 2 1 Department of Computer Science and Information Engineering National Formosa University, Yun-in,

More information

Hierarchical Routing Algorithm to Improve the Performance of Wireless Sensor Network

Hierarchical Routing Algorithm to Improve the Performance of Wireless Sensor Network Hierarchical Routing Algorithm to Improve the Performance of Wireless Sensor Network Deepthi G B 1 Mrs. Netravati U M 2 P G Scholar (Digital Electronics), Assistant Professor Department of ECE Department

More information

Performance Comparison of Energy Efficient Clustering Protocol in Heterogeneous Wireless Sensor Network

Performance Comparison of Energy Efficient Clustering Protocol in Heterogeneous Wireless Sensor Network Performance Comparison of Energy Efficient Clustering Protocol in Heterogeneous Wireless Sensor Network Priyanka.B.Patil 1 Student,Department of Electronics &Telecommunication D.Y. Patil College of Engineering

More information

Issues of Long-Hop and Short-Hop Routing in Mobile Ad Hoc Networks: A Comprehensive Study

Issues of Long-Hop and Short-Hop Routing in Mobile Ad Hoc Networks: A Comprehensive Study Issues of Long-Hop and Short-Hop Routing in Mobile Ad Hoc Networks: A Comprehensive Study M. Tarique, A. Hossain, R. Islam and C. Akram Hossain Dept. of Electrical and Electronic Engineering, American

More information

(EBHCR) Energy Balancing and Hierarchical Clustering Based Routing algorithm for Wireless Sensor Networks

(EBHCR) Energy Balancing and Hierarchical Clustering Based Routing algorithm for Wireless Sensor Networks Australian Journal of Basic and Applied Sciences, 5(9): 1376-1380, 2011 ISSN 1991-8178 (EBHCR) Energy Balancing and Hierarchical Clustering Based Routing algorithm for Wireless Sensor Networks 1 Roghaiyeh

More information

Index Terms: Base Station, Hop Count Indicator (HCI), Node Usage Indicator (NUI), Resource Biased Routing (RBR).

Index Terms: Base Station, Hop Count Indicator (HCI), Node Usage Indicator (NUI), Resource Biased Routing (RBR). Resource Biased Routing (RBR) Algorithm for Energy Optimization in Wireless Sensor Networks Lalit Kumar Saraswat, Dr. Sachin Kumar Abstract: Energy efficiency is the major concern in the design of Wireless

More information

3. Evaluation of Selected Tree and Mesh based Routing Protocols

3. Evaluation of Selected Tree and Mesh based Routing Protocols 33 3. Evaluation of Selected Tree and Mesh based Routing Protocols 3.1 Introduction Construction of best possible multicast trees and maintaining the group connections in sequence is challenging even in

More information

IMPROVING THE DATA COLLECTION RATE IN WIRELESS SENSOR NETWORKS BY USING THE MOBILE RELAYS

IMPROVING THE DATA COLLECTION RATE IN WIRELESS SENSOR NETWORKS BY USING THE MOBILE RELAYS IMPROVING THE DATA COLLECTION RATE IN WIRELESS SENSOR NETWORKS BY USING THE MOBILE RELAYS 1 K MADHURI, 2 J.KRISHNA, 3 C.SIVABALAJI II M.Tech CSE, AITS, Asst Professor CSE, AITS, Asst Professor CSE, NIST

More information

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.9, September 2017 139 Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks MINA MAHDAVI

More information

On the Interdependence of Congestion and Contention in Wireless Sensor Networks

On the Interdependence of Congestion and Contention in Wireless Sensor Networks On the Interdependence of Congestion and Contention in Wireless Sensor Networks Mehmet C. Vuran Vehbi C. Gungor School of Electrical & Computer Engineering Georgia Institute of Technology, Atlanta, GA

More information

New Data Clustering Algorithm (NDCA)

New Data Clustering Algorithm (NDCA) Vol. 7, No. 5, 216 New Data Clustering Algorithm () Abdullah Abdulkarem Mohammed Al-Matari Information Technology Department, Faculty of Computers and Information, Cairo University, Cairo, Egypt Prof.

More information

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks

Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks Vol. 5, No. 5, 214 Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks MOSTAFA BAGHOURI SAAD CHAKKOR ABDERRAHMANE HAJRAOUI Abstract Ameliorating

More information

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN

Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Analysis of Cluster-Based Energy-Dynamic Routing Protocols in WSN Mr. V. Narsing Rao 1, Dr.K.Bhargavi 2 1,2 Asst. Professor in CSE Dept., Sphoorthy Engineering College, Hyderabad Abstract- Wireless Sensor

More information

Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks

Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks Delay Analysis of ML-MAC Algorithm For Wireless Sensor Networks Madhusmita Nandi School of Electronics Engineering, KIIT University Bhubaneswar-751024, Odisha, India ABSTRACT The present work is to evaluate

More information

Heterogeneous LEACH Protocol for Wireless Sensor Networks

Heterogeneous LEACH Protocol for Wireless Sensor Networks Volume: 5 Issue: 1 Pages:1825-1829 (13) ISSN : 975-29 1825 Heterogeneous LEACH Protocol for Wireless Sensor Networks Nishi Sharma Department of Computer Science, Rajasthan Technical University Email: nishi.engg@gmail.com

More information

MESSCH PROTOCOL AN ENERGY EFFICIENT ROUTING PROTOCOL FOR WSN

MESSCH PROTOCOL AN ENERGY EFFICIENT ROUTING PROTOCOL FOR WSN MESSCH PROTOCOL AN ENERGY EFFICIENT ROUTING PROTOCOL FOR WSN Syed Tazirul Ilm 1 1 Assistant Professor, Dept. of Computer Science, AIMT, Guwahati, Assam, India. Abstract The rapid development in the diversified

More information

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks Appl. Math. Inf. Sci. 8, No. 1L, 349-354 (2014) 349 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/081l44 Energy Optimized Routing Algorithm in Multi-sink

More information

Keywords Wireless Sensor Network, Cluster, Energy Efficiency, Heterogeneous network, Cluster, Gateway

Keywords Wireless Sensor Network, Cluster, Energy Efficiency, Heterogeneous network, Cluster, Gateway Energy Efficient (EEC) Clustered rotocol for Heterogeneous Wireless Sensor Network Surender Kumar Manish rateek Bharat Bhushan Department of Computer Engg Department of Computer Engg Department of Computer

More information

Chapter 7 CONCLUSION

Chapter 7 CONCLUSION 97 Chapter 7 CONCLUSION 7.1. Introduction A Mobile Ad-hoc Network (MANET) could be considered as network of mobile nodes which communicate with each other without any fixed infrastructure. The nodes in

More information

ENHANCEMENT OF SENSOR NODE EFFICIENCY IN HETEROGENEOUS NETWORK USING DISTANCE (SEP) IN WSN

ENHANCEMENT OF SENSOR NODE EFFICIENCY IN HETEROGENEOUS NETWORK USING DISTANCE (SEP) IN WSN Int. J. Engg. Res. & Sci. & Tech. 2015 Bhagwati and Yashpal Yadav, 2015 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 4, No. 3, August 2015 2015 IJERST. All Rights Reserved ENHANCEMENT OF SENSOR NODE

More information

An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model. Zhang Ying-Hui

An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model. Zhang Ying-Hui Joint International Mechanical, Electronic and Information Technology Conference (JIMET 2015) An Energy Efficiency Routing Algorithm of Wireless Sensor Network Based on Round Model Zhang Ying-Hui Software

More information

An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks

An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks An Adaptive MAC Protocol for Efficient Group Communications in Sensor Networks Turkmen Canli, Zhihui Chen, Ashfaq Khokhar University of Illinois at Chicago Ajay Gupta Western Michigan University Abstract-This

More information

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks

Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11

More information

K-SEP: A more stable SEP using K-Means Clustering and Probabilistic Transmission in WSN

K-SEP: A more stable SEP using K-Means Clustering and Probabilistic Transmission in WSN Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet K-SEP:

More information

Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network

Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network Shikha Swaroop Department of Information Technology Dehradun Institute of Technology Dehradun, Uttarakhand. er.shikhaswaroop@gmail.com

More information

Keywords Clustering, Sensor Nodes, Residual Energy, Wireless Sensor Networks, Zones

Keywords Clustering, Sensor Nodes, Residual Energy, Wireless Sensor Networks, Zones Zone-Based Clustering Protocol for Heterogeneous Wireless Sensor Networks S Taruna*, Sakshi Shringi** *(Department of Computer Science, Banasthali University, India) ** (Department of Information Technology,

More information

CHAPTER 5 PROPAGATION DELAY

CHAPTER 5 PROPAGATION DELAY 98 CHAPTER 5 PROPAGATION DELAY Underwater wireless sensor networks deployed of sensor nodes with sensing, forwarding and processing abilities that operate in underwater. In this environment brought challenges,

More information

Modified Low Energy Adaptive Clustering Hierarchy for Heterogeneous Wireless Sensor Network

Modified Low Energy Adaptive Clustering Hierarchy for Heterogeneous Wireless Sensor Network Modified Low Energy Adaptive Clustering Hierarchy for Heterogeneous Wireless Sensor Network C.Divya1, N.Krishnan2, A.Petchiammal3 Center for Information Technology and Engineering Manonmaniam Sundaranar

More information

Performance Analysis of MANET Routing Protocols OLSR and AODV

Performance Analysis of MANET Routing Protocols OLSR and AODV VOL. 2, NO. 3, SEPTEMBER 211 Performance Analysis of MANET Routing Protocols OLSR and AODV Jiri Hosek Faculty of Electrical Engineering and Communication, Brno University of Technology Email: hosek@feec.vutbr.cz

More information

Increasing Node Density to Improve the Network Lifetime in Wireless Network

Increasing Node Density to Improve the Network Lifetime in Wireless Network Increasing Node Density to Improve the Network Lifetime in Wireless Network Shilpa Teli 1, Srividhya ganesan 2 M. Tech 4 th SEM, Dept. of CSE, AMC Engineering College, Bangalore, India 1 Assistant professor,

More information

Fault Tolerant, Energy Saving Method for Reliable Information Propagation in Sensor Network

Fault Tolerant, Energy Saving Method for Reliable Information Propagation in Sensor Network Fault Tolerant, Energy Saving Method for Reliable Information Propagation in Sensor Network P.S Patheja, Akhilesh Waoo & Parul Shrivastava Dept.of Computer Science and Engineering, B.I.S.T, Anand Nagar,

More information

WSN Routing Protocols

WSN Routing Protocols WSN Routing Protocols 1 Routing Challenges and Design Issues in WSNs 2 Overview The design of routing protocols in WSNs is influenced by many challenging factors. These factors must be overcome before

More information

VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks

VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks VisualNet: General Purpose Visualization Tool for Wireless Sensor Networks S. Rizvi and K. Ferens Department of Electrical and Computer Engineering University of Manitoba Winnipeg, Manitoba, Canada Ken.Ferens@ad.umanitoba.ca

More information

A Centroid Hierarchical Clustering Algorithm for Data Gathering in Wireless Sensor Networks.

A Centroid Hierarchical Clustering Algorithm for Data Gathering in Wireless Sensor Networks. A Centroid Hierarchical Clustering Algorithm for Data Gathering in Wireless Sensor Networks. Abdullah I. Alhasanat 1, Khetam Alotoon 2, Khaled D. Matrouk 3, and Mahmood Al-Khassaweneh 4 1,3 Department

More information

AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS

AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS Shivakumar A B 1, Rashmi K R 2, Ananda Babu J. 3 1,2 M.Tech (CSE) Scholar, 3 CSE, Assistant Professor,

More information

OPTICAL NETWORKS. Virtual Topology Design. A. Gençata İTÜ, Dept. Computer Engineering 2005

OPTICAL NETWORKS. Virtual Topology Design. A. Gençata İTÜ, Dept. Computer Engineering 2005 OPTICAL NETWORKS Virtual Topology Design A. Gençata İTÜ, Dept. Computer Engineering 2005 Virtual Topology A lightpath provides single-hop communication between any two nodes, which could be far apart in

More information

Investigation on OLSR Routing Protocol Efficiency

Investigation on OLSR Routing Protocol Efficiency Investigation on OLSR Routing Protocol Efficiency JIRI HOSEK 1, KAROL MOLNAR 2 Department of Telecommunications Faculty of Electrical Engineering and Communication, Brno University of Technology Purkynova

More information

Clustering Routing Protocol Based on Location Node in Wireless Sensor Networks

Clustering Routing Protocol Based on Location Node in Wireless Sensor Networks Clustering Routing Protocol Based on Location Node in Wireless Sensor Networks NURHAYATI, KYUNG OH LEE Department of Computer Science Sun Moon University Kalsan-ri, Tangjeong-myeon, Asan-si, Chungnam 336-708

More information

ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing

ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing ViTAMin: A Virtual Backbone Tree Algorithm for Minimal Energy Consumption in Wireless Sensor Network Routing Jaekwang Kim Department of Electrical and Computer Engineering, Sungkyunkwan University, Suwon,

More information

IMPACT OF LEADER SELECTION STRATEGIES ON THE PEGASIS DATA GATHERING PROTOCOL FOR WIRELESS SENSOR NETWORKS

IMPACT OF LEADER SELECTION STRATEGIES ON THE PEGASIS DATA GATHERING PROTOCOL FOR WIRELESS SENSOR NETWORKS IMPACT OF LEADER SELECTION STRATEGIES ON THE PEGASIS DATA GATHERING PROTOCOL FOR WIRELESS SENSOR NETWORKS Indu Shukla, Natarajan Meghanathan Jackson State University, Jackson MS, USA indu.shukla@jsums.edu,

More information

Energy Efficient Tracking of Land-Based Targets Using Wireless Sensor Networks

Energy Efficient Tracking of Land-Based Targets Using Wireless Sensor Networks Energy Efficient Tracking of Land-Based Targets Using Wireless Sensor Networks Ali Berrached Le Phan University of Houston-Downtown One Main Street S705, Houston, Texas 77002 (713)221-8639 Berracheda@uhd.edu

More information

Reservation Packet Medium Access Control for Wireless Sensor Networks

Reservation Packet Medium Access Control for Wireless Sensor Networks Reservation Packet Medium Access Control for Wireless Sensor Networks Hengguang Li and Paul D Mitchell Abstract - This paper introduces the Reservation Packet Medium Access Control (RP-MAC) protocol for

More information

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey S. Rajesh, Dr. A.N. Jayanthi, J.Mala, K.Senthamarai Sri Ramakrishna Institute of Technology, Coimbatore ABSTRACT One of

More information

Performance Evaluation of DSDV, DSR AND ZRP Protocol in MANET

Performance Evaluation of DSDV, DSR AND ZRP Protocol in MANET Performance Evaluation of, AND Protocol in MANET Zaiba Ishrat IIMT Engg college,meerut Meerut, India Pankaj singh Sidhi vinayak Group of College,Alwar Alwar,Rajasthan Rehan Ahmad IIMT Engg college,meerut

More information

Transmit and Receive Power Optimization for Source-Initiated Broadcast in Wireless-Relay Sensor Networks

Transmit and Receive Power Optimization for Source-Initiated Broadcast in Wireless-Relay Sensor Networks Transmit and Receive Power Optimization for Source-Initiated Broadcast in Wireless-Relay Sensor Networks Chen-Yi Chang and Da-shan Shiu Abstract Minimization of power consumption is a critical design goal

More information

Load Repartition for Congestion Control in Multimedia Wireless Sensor Networks with Multipath Routing

Load Repartition for Congestion Control in Multimedia Wireless Sensor Networks with Multipath Routing Load Repartition for Congestion Control in Multimedia Wireless Sensor Networks with Multipath Routing Moufida Maimour CRAN, Nancy University, CNRS Moufida.Maimour@cran.uhp-nancy.fr C. Pham LIUPPA, University

More information

Prianka.P 1, Thenral 2

Prianka.P 1, Thenral 2 An Efficient Routing Protocol design and Optimizing Sensor Coverage Area in Wireless Sensor Networks Prianka.P 1, Thenral 2 Department of Electronics Communication and Engineering, Ganadipathy Tulsi s

More information

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks , pp.135-140 http://dx.doi.org/10.14257/astl.2014.48.22 An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks Jin Wang 1, Bo Tang 1, Zhongqi Zhang 1, Jian Shen 1, Jeong-Uk Kim 2

More information

A Weighted-Density Connected Dominating Set Data Gathering Algorithm for Wireless Sensor Networks

A Weighted-Density Connected Dominating Set Data Gathering Algorithm for Wireless Sensor Networks A Weighted-Density Connected Dominating Set Data Gathering Algorithm for Wireless Sensor Networks Larry King Clemson University, Clemson, SC 29634, USA E-mail: larryfking3@gmail.com Natarajan Meghanathan

More information

Energy-Aware Routing in Wireless Ad-hoc Networks

Energy-Aware Routing in Wireless Ad-hoc Networks Energy-Aware Routing in Wireless Ad-hoc Networks Panagiotis C. Kokkinos Christos A. Papageorgiou Emmanouel A. Varvarigos Abstract In this work we study energy efficient routing strategies for wireless

More information

COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K.

COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K. COMPARISON OF TIME-BASED AND SMAC PROTOCOLS IN FLAT GRID WIRELESS SENSOR NETWORKS VER VARYING TRAFFIC DENSITY Jobin Varghese 1 and K. Nisha Menon 2 1 Mar Baselios Christian College of Engineering and Technology,

More information

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET)

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET) INTERNATIONAL International Journal of Computer JOURNAL Engineering OF COMPUTER and Technology ENGINEERING (IJCET), ISSN 0976- & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4,

More information

Energy Enhanced Base Station Controlled Dynamic Clustering Protocol for Wireless Sensor Networks

Energy Enhanced Base Station Controlled Dynamic Clustering Protocol for Wireless Sensor Networks Journal of Advances in Computer Networks, Vol. 1, No. 1, March 213 Energy Enhanced Base Station Controlled Dynamic Clustering Protocol for Wireless Sensor Networks K. Padmanabhan and P. Kamalakkannan consume

More information

An Improved Gateway Based Multi Hop Routing Protocol for Wireless Sensor Network

An Improved Gateway Based Multi Hop Routing Protocol for Wireless Sensor Network International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 15 (2014), pp. 1567-1574 International Research Publications House http://www. irphouse.com An Improved Gateway

More information

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks A Simple Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks Chun-Su Park, You-Sun Kim, Kwang-Wook Lee, Seung-Kyun Kim, and Sung-Jea Ko Department of Electronics Engineering, Korea

More information

An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks

An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks Volume 2 Issue 9, 213, ISSN-2319-756 (Online) An Energy-Efficient Hierarchical Routing for Wireless Sensor Networks Nishi Sharma Rajasthan Technical University Kota, India Abstract: The popularity of Wireless

More information

Optimal Multi-sink Positioning and Energy-efficient Routing in Wireless Sensor Networks

Optimal Multi-sink Positioning and Energy-efficient Routing in Wireless Sensor Networks Optimal Multi-sink Positioning and Energy-efficient Routing in Wireless Sensor Networks Haeyong Kim, Yongho Seok, Nakjung Choi, Yanghee Choi, and Taekyoung Kwon School of Computer Science and Engineering

More information

Enhancement of Hierarchy Cluster-Tree Routing for Wireless Sensor Network

Enhancement of Hierarchy Cluster-Tree Routing for Wireless Sensor Network Enhancement of Hierarchy Cluster-Tree Routing for Wireless Sensor Network Xuxing Ding Tel: 86-553-388-3560 E-mail: dxx200@163.com Fangfang Xie Tel: 86-553-388-3560 E-mail: fangtinglei@yahoo.com.cn Qing

More information

A deployment procedure for wireless sensor networks

A deployment procedure for wireless sensor networks A deployment procedure for wireless sensor networks Tzu-Che Huang, Hung-Ren Lai and Cheng-Hsien Ku Networks and Multimedia Institute, Institute for Information Industry tzuche@nmi.iii.org.tw Abstract Since

More information

Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless Sensor Networks

Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless Sensor Networks Distributed Sensor Networks Volume 2013, Article ID 858765, 6 pages http://dx.doi.org/10.1155/2013/858765 Research Article MFT-MAC: A Duty-Cycle MAC Protocol Using Multiframe Transmission for Wireless

More information

Using Mobile Relays to Prolong the Lifetime of Wireless Sensor Networks. Wang Wei Vikram Srinivasan Chua Kee-Chaing

Using Mobile Relays to Prolong the Lifetime of Wireless Sensor Networks. Wang Wei Vikram Srinivasan Chua Kee-Chaing Using Mobile Relays to Prolong the Lifetime of Wireless Sensor Networks Wang Wei Vikram Srinivasan Chua Kee-Chaing Overview The motivation of mobile relay The performance analysis for mobile relay in the

More information

An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks

An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks An Improved Approach in Clustering Algorithm for Load Balancing in Wireless Sensor Networks 1 J S Rauthan 1, S Mishra 2 Department of Computer Science & Engineering, B T Kumaon Institute of Technology,

More information

Routing Protocols in MANETs

Routing Protocols in MANETs Chapter 4 Routing Protocols in MANETs 4.1 Introduction The main aim of any Ad Hoc network routing protocol is to meet the challenges of the dynamically changing topology and establish a correct and an

More information

Enhanced Broadcasting and Code Assignment in Mobile Ad Hoc Networks

Enhanced Broadcasting and Code Assignment in Mobile Ad Hoc Networks Enhanced Broadcasting and Code Assignment in Mobile Ad Hoc Networks Jinfang Zhang, Zbigniew Dziong, Francois Gagnon and Michel Kadoch Department of Electrical Engineering, Ecole de Technologie Superieure

More information

Reliable Time Synchronization Protocol for Wireless Sensor Networks

Reliable Time Synchronization Protocol for Wireless Sensor Networks Reliable Time Synchronization Protocol for Wireless Sensor Networks Soyoung Hwang and Yunju Baek Department of Computer Science and Engineering Pusan National University, Busan 69-735, South Korea {youngox,yunju}@pnu.edu

More information

Mobile Element Scheduling for Efficient Data Collection in Wireless Sensor Networks: A Survey

Mobile Element Scheduling for Efficient Data Collection in Wireless Sensor Networks: A Survey Journal of Computer Science 7 (1): 114-119, 2011 ISSN 1549-3636 2011 Science Publications Mobile Element Scheduling for Efficient Data Collection in Wireless Sensor Networks: A Survey K. Indra Gandhi and

More information

Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks

Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks Paper by: Wendi Rabiner Heinzelman, Anantha Chandrakasan, and Hari Balakrishnan Outline Brief Introduction on Wireless Sensor

More information

Image Transmission in Sensor Networks

Image Transmission in Sensor Networks Image Transmission in Sensor Networks King-Shan Lui and Edmund Y. Lam Department of Electrical and Electronic Engineering The University of Hong Kong Pokfulam Road, Hong Kong, China Email {kslui,elam}@eee.hku.hk

More information