Hybrid Protocol to Improve Network Lifetime in Wireless Sensor Network

Size: px
Start display at page:

Download "Hybrid Protocol to Improve Network Lifetime in Wireless Sensor Network"

Transcription

1 Hybrid Protocol to Improve Network Lifetime in Wireless Sensor Network Sippy GZS PTU Campus, Bathinda (Punjab) Jyoti Saxena Professor, GZS PTU Campus, BTI Sukhjinder Singh Assistant Professor, GZS PTU Campus, BTI Abstract Energy efficiency is an important research issue in Wireless Sensor Networks (WSNs) to maximize network lifetime. Hence energy efficiency needs to be boosted in order to improve the network lifetime. Researchers suggested various protocols such as LEACH and I-LEACH etc. in order to meet above said requirements. However, LEACH fails for heterogeneous environment whereas I-LEACH results in improved network lifetime as compared to LEACH but not much efficient as compared to PEGASIS. So in order to further improve the performance of I-LEACH, a new hybrid protocol based on the chain-formation of PEGASIS has been developed and implemented using MATLAB platform in this paper. Experimental result showed that proposed protocol efficiently improves network lifetime over I-LEACH and PEGASIS with 250 and 101 rounds respectively at initial energy of 0.25J/Node over a network area of 100m x 100m. 1. Introduction The enhancement of technology in wireless communication has evoked much interest in WSNs Due to this growing up interest, tiny, low power, in expensive and multifunctional sensor nodes are being developed. Hundreds to thousands of sensing nodes are. densely deployed throughout a physical space to set up a WSN to observe numerous environmental parameter such as motion, pressure, humidity and temperature etc. The collaborative efforts of a vast number of sensor nodes has wide range of applications from s health, home and environment to military, space and commercial. After coming into light, WSNs have reformed the perspective on the collection and communication of data over wireless channel. Information about the environment is collected by sensor node, processed and transmitted to Base Station (BS). Much smaller number of sensor nodes may be equipped with the potential of data aggregation (process of combining distributed data into meaningful information) and data fusion (method in which different type of data from several sensors, are integrated to improve efficiency) which provide support to transmit partial processed data instead of fresh data. All sensor nodes are generally deployed randomly which creates an ad-hoc network. In a WSN, there are multi paths available to transmit the information from source to destination. Method of discovering out these paths is called as routing. Sensor nodes in WSNs are likely to be battery oriented and often it is difficult to recharge or change its battery make these nodes alive. So prolonging the network lifetime is desirable. One round is said to be completed when BS collects data from all nodes [12]. Routing protocols having low energy consumption [1, 10 and 14] is desirable in order to increase network lifetime. In addition, for limited channel bandwidth routing protocols has been put into practice to minimize bandwidth requirement. The most widely used hierarchical routing protocols such as LEACH, PEGASIS and I-LEACH etc. LEACH follows cluster formation concept. PEGASIS is near optimal chain-based protocol. I- LEACH was purposed to overcome shortcoming of LEACH and PEGASIS such as probability based CH 177

2 selection and uncertainty about CHs position in WSN. Hence, a new hybrid protocol is purposed that outperforms above said protocols. The implementation of a hybrid protocol to improve the network lifetime of WSNs is the main focus of this paper. The remainder of the paper is organized as follows: section-2 describes briefly, the related works and widely used routing protocols. The proposed technique and implementation is given in section-3. Section-4 provides the experimental setup and results obtained followed by conclusion and future scope of this paper in section Related Works The sensor nodes of WSN collect data from surrounding fields for onward transmission to BS. For the transmission, data packets need to follow some path and this is decided using routing protocol. Routing protocols [6] on the basis of network structure can be classified as flat based, location based and hierarchical based. In flat, each node typically plays the same role (homogeneous) so connection between the nodes is set for short distance communication. In Location based, sensor nodes are addressed by means of their locations. The distance between neighbouring nodes can be estimated on the basis of incoming signal strengths. In Hierarchical [2] based methods, higherenergy nodes may be used to process and send the information, while low-energy nodes may be used to perform the sensing in the proximity of the target. It deals with the creation of clusters and assigning special tasks to Cluster Heads (CHs). To minimise energy consumption and improving network lifetime, various hierarchical routing techniques proposed in literature such as LEACH [8], PEGASIS and I-LEACH etc. are briefly reviewed below: 2.1. LEACH W.R.Heinzelman [3], introduced a hierarchical clustering protocol for sensor networks, called Low Energy Adaptive Cluster Hierarchy. The purpose of this is to select a different set of CHs during each round. Each round in LEACH consists of a set-up phase and steady-state phase. Set-Up phase Set-Up phase further consists of two step discussed as follows: Cluster formation In this, neighboring nodes dynamically form cluster in distributed manner assuming all the nodes start with equal energy. Cluster Head Selection CH selection depends on decision made by the node by choosing a random number between 0 and 1. If the number is less than a threshold T(n), the node becomes a CH for the current round. The threshold is set as: (1) Where P is desired percentage of CHs, r is the current round; G is the set of nodes that have not been CHs in the last 1/P rounds. T(n) is the threshold probability value for candidate node n to become a CH at round r, n is node that choose a random number between 0 and 1. Using T(n), each node will be a CH at some point within 1/P rounds. Time Division Multiple Access (TDMA) is deployed for better management and scheduling. Steady-State Phase At the completion of each round, each node that is not a CH will select the nearest CH and joins that cluster to transmit data. The CHs combine and compress the data and forward it to the BS directly, thereby extending the life span of major nodes. After a certain period of time, network goes back to set-up phase and again starts a new round of CH selection. LEACH assumes that 5% of the total nodes play as CHs in every round PEGASIS An improvement over LEACH named as Power- Efficient Gathering in Sensor Information Systems (PEGASIS) has been proposed by S. Lindsey and C. S. Raghavendra [4]. This is chain-based protocol for extending the life span of network. In PEGASIS, every node communicates only with the adjoining neighbour by adjusting its power signal to be only heard by this adjoining neighbour. Every node uses signal strength to measure the distance to neighbourhood nodes in order to locate the closest nodes. In this chains of nodes are formed and during the formation of chain, care must be taken so that nodes already in chain should not be revisited and once a node die, then the chain is reconstructed by 178

3 bypassing that node. All nodes are homogenous and provided same amount of initial energy. Lifetime is maximized by increasing number of rounds. Data collection starts from the farthest node from the BS. In data collection cycle, each node receives a data packet and fuses that with its own data packet and then forwards it to other neighbouring node in network. This is called as token passing. A leader is selected from the chain formed on the basis of residual energy in every round and that leader collects data from the adjoining node to be transmitted to the BS.As an outcome, the average energy depleted by every node per round is reduced I-LEACH Naveen Kumar and Jasbir Kaur [5] proposed a new routing protocol named I-LEACH that outperformed LEACH by overcoming the limitations existing in its counterpart those are probability based CH selection and uncertainty about the location of CHs throughout the network. In LEACH also there is possibility that selected CHs may be concentrated in one part of network. Hence some nodes will not have any CHs in their neighborhood and as a result these nodes will have to transmit their data to far-distant CHs. In I-LEACH, first of all the probability based selection criteria for a CH was replaced with concept of residual energy and this energy is used for the selection of CH. The other limitation has been solved out by formation of clusters on the basis of x-axis coordinates of the nodes; it helped out in the uniform distribution [11] of the CHs i.e. CHs will not be selected at one portion of the network. This provision of co-ordinates based cluster-formation resulted in the reduction of energyconsumption in the WSN. LEACH completes 1077 rounds where as I-LEACH completes 1248 rounds when all nodes die over 100m 100m network area. As a results I-LEACH outperformed LEACH with 171 more rounds and 15% more energy efficient than LEACH at 1J/Node energy. But still it was not as much efficient as compared to PEGASIS because the number of dead nodes for a given number of rounds/runs [12] in this was significantly higher than PEGASIS that directly impact the network lifetime. using MATLAB platform. A wireless sensor network out of various possible models has been considered for the proposed protocol and it has following assumptions initially [7 and 9]. All sensor nodes in the network are static, homogeneous and with equal initial energy in starting. After first round, nodes will consider residual energy instead of initial energy and work as node heterogeneity. Each node periodically senses its nearby environment and would like to send its data to BS located at a fixed point. Distance is estimated from received signal strength. Data aggregation or data fusion is used to minimize redundancy in data assuming n packets of size k results in one packet of size k rather than n k size. Energy required for transmitting a message from A to B is same as energy required for transmitting message from B to A. So radio channel is symmetric. In this technique, the residual energy concept is used to select the CHs instead of probability based selection, so that non homogenous (heterogeneous) [13] sensor nodes can also perform well with this protocol and coordinates of the x-axis have been used to make sure that distribution of CHs is uniform. The diagrammatical representation to implement this protocol has been shown in figure 1. In residual energy concept, amount of energy for transmit electronics, amount of energy for receive electronics, amount of energy for transmit amplifier for k bits packet and amount of differential energy are calculated using first order radio energy model and calculated amount of energy is subtracted form initial energy. Depending upon the amount of energy left, node will become cluster head (CH). Each node is placed according to (x,y) coordinates. In this x- coordinates are taken at a fixed distance and y- coordinates are taken random to implement uniformity of nodes. 3. Proposed Technique To overcome the above said drawbacks, a new hybrid routing protocol has been developed and implemented 179

4 Table 1:- Initialization parameters Parameters Values No. of Runs/Rounds, r 3500 No. of Nodes, NODES 100 Network Size, (L L) Base Station Location, (BSx, BSy) No. of bits each node is transmitting, k Initial energy of a node, E 100m 100m (50,300) J,.5J, 1J Figure 1:- Implementation of proposed hybrid protocol Also, the conceptual advantages of chain-formation from the PEGASIS have been added while designing this protocol. The details are given below with the help of pseudo code Radio Energy Model Path loss exponential, c 2 Electronics Energy for Transmitter and receiver, E elec Transmit Amplifier Energy, E amp Data Aggregation, E diff Minimum energy,e min 50 nj/bit 100 pj/bit/m 2 5nJ/bit/message Joule Number of clusters,n 5 Radio energy model is used to calculate overall energy consumed in by a node for transmission and reception. It can control their power to enhance the least power required to reach the anticipated recipients. The radios can also be turned off to avoid receiving undesired transmissions [3]. A energy loss (c = 2) is utilized due to channel transmission. The equations used to calculate transmission energy and receiving energy for a k-bit message and a distance d are shown as: Transmitting: E Tx (k, d) = E elec k + E amp k d c (5) Receiving: E Rx (k) = E elec k (6) The radio channel is taken symmetric and number of receives and transmissions ought to be as low as possible because reception of data is a highly energy consuming operation. In simulations, the packet length k of 2000 bits is considered Initialization Table 1 represents various parameters that are used in initialization Pseudo code Initially for first round, energy of all sensor nodes are assumed to be equal (homogeneous). Selection of CHs and leader on the basis of minimum distance from BS has been summarized using following steps: Step 1: 100 random nodes of equal energy are deployed in an area of 100m x 100m and BS is at (50, 300). Step 2: Formation of cluster is done on the basis of x- coordinates. 100 nodes are distributed equally to form 5 clusters, each cluster has 20 nodes (1 to 20 nodes in first cluster, 21 to 40 nodes in second cluster and so on). The code for nodes distribution in cluster is given below. for i=1:1:100 NodeX(1,i)=i; NodeY = rand(1,nodes); end Step 3: Cluster Heads in the first round are selected on the basis of shortest distance between a node and BS. The distance is calculated using eq. 2. This step will be repeated for each cluster to select CH. 180

5 d = (2) Step 4: Chain is formed in each cluster starting from farthest node, distance between two nodes is calculate using coordinates formula (ref eq. 2).Nodes with minimum w.r.t. its neighbourhood node, forms a chain. Step 5: Similarly the distance between selected CHs and BS is calculated using eq. 2, CH having minimum distance will be selected as Cluster leader that transmits data to BS. For second round onwards (up to r rounds/runs) the steps are summarized as: Step 6: Now with the help of first order radio model, dissipated energy is calculated and subtracted from initial energy to find residual energy and is calculated using eq. 3.Node with maximum residual energy is selected as CH. different initial energy of 0.25 Joule, 0.5 Joule and 1 Joule, scattered randomly with in network area. The BS is located at. Dissipated energy will be calculated using radio model. MATLAB is used for simulating of this protocol Results After the implementation of proposed protocol using MATLAB, results show that certainty about distribution of CHs is uniform and with residual energy, nodes can work for homogeneous as well as heterogeneous environment efficiently. Chain formation is also successfully implemented. Figure 2 represents Cluster Leader, CHs and dead nodes in each cluster of sensing field. (3) Step 7: Step 4 of first round will repeat. Step 8: Cluster Leader is selected with maximum (ref eq. 3) among already selected CHs. Step 9: After the completion of a round, each node is again calculated. If for of a node is less than E min ( minimum energy required by a node to be alive) then that node will declared dead node. E min has been calculated using eq. 4 E min = (4) Step 10: Step 6 to 9 will repeat itself until all rounds completed. In code, x- coordinate, y- coordinate, energy, CH, leader, alive node and dead node etc. are stored in different columns of matrices Finalization r(1) = No. of rounds when first node get dead r(2) = No. of rounds when 50 nodes get dead r(3) =No. of rounds when 100 nodes get dead Plot =No. of rounds v/s % of dead nodes Figure 2:- Representation of leader, cluster head and dead Nodes Simulations are run to determine the number of rounds of communication when 1%, 50% and 100% nodes die. The number of runs for different failure at initial energy 0.25J/Node is as under: Number of runs when 1node die: 436 Number of runs when 50 nodes die: 727 Number of runs when 100 nodes die: 792 The comparison of new hybrid protocol with LEACH, PEGASIS and I-LEACH is shown in Table 2 and Figure 3. Results represent that new hybrid protocol outperform I-LEACH with 250 and PEGASIS with 101 more rounds when 1% nodes died at lowest energy i.e. 0.25J/Node energy. 4. Experimental Setup & Results 4.1. Experimental Setup To evaluate the performance of hybrid protocol, simulation consists of 100 homogenous nodes with 181

6 No. Of Rounds Sippy et al, International Journal of Computer Science & Communication Networks,Vol 5(3), Table 2: The number of rounds until 1%, 50% and 100% nodes die for a 100m x 100m network for LEACH, I-LEACH, PEGAIS and Hybrid protocol at different initial energy Initial Energy Protocol 1% 50% 100% 0.25J/Node LEACH J/Node I-LEACH J/Node PEGASIS J/Node Hybrid J/Node LEACH J/Node I-LEACH J/Node PEGASIS J/Node Hybrid J/Node LEACH J/Node I-LEACH J/Node PEGASIS J/Node Hybrid Initial Energy 0.25 J/Node 1% 50% 100% Figure 3:- Comparison of different protocol for a 100m x 100m network with initial energy of 0.25J/Node 5. Conclusion & Future Scope Experimental results show that new hybrid protocol works even if the nodes have different initial energy, so it solves the issue of node heterogeneity. The uncertainty about the location of CHs has been resolved by the provision of x-coordinates based cluster formation. It also implements chain formation concept from PEGASIS. The node distribution in this is uniform as in I-LEACH. Therefore new hybrid protocol, improves the network lifespan over LEACH, PEGASIS and I-LEACH in terms of number of rounds/runs with respect to number of alive nodes. From future perspective, some of the parameters: different topologies, network area and no. of CHs in the protocols can be changed to verify the results. 6. References [1] Malka N.Halgamuge, Siddesware Mayura Guru and Andrew Jennings, Energy Efficient Cluster Formation in Wireless Sensor Networks, IEEE Tenth International Conference on Telecommunications, 2, 2003, pp [2] LaialiAlmazaydeh, EmanAbdelfattah, Manal Al- Bzoor, and Amer Al- Rahayfehanalyze, Performance Evaluation of Routing Protocols in Wireless Sensor Networks, International Journal of Computer Science and Information Technology, 2, 2010, pp [3] Wendi Rabiner Heinzelman, Anantha Chandrakasan, and Hari Balakrishnan, Energy-Efficient Communication Protocol for Wireless Microsensor Networks, Thirty-third Annual Hawaii International Conference on System Science, 2000, pp [4] Stephanie Lindsey and Cauligi S. Raghavendra, Power- Efficient Gathering in Sensor Information Systems, IEEE Aerospace Conference, 2002, pp [5] Naveen Kumar and Jasbir Kaur, Improved LEACH Protocol for Wireless Sensor Networks IEEE Seventh International Conference on Wireless Communications, Networking and Mobile Computing, 2011, pp [6] Jamal N.Al-Karaki and Ahmed E.Kamal, Routing Techniques WSN: A Survey, IEEE Wireless Communication, 2004, 11, pp [7] Fuzhe Zhao, You Xu, Ru Li and Wei Zhang, Improved Leach Communication Protocol for WSN, International Conference on Control Engineering and Communication Technology, 2012, pp [8] Raed M. Bani Hani and Abdalraheem A. Ijjeh, A Survey on LEACH-Based Energy Aware Protocols for WSN, Journal of Communications, 2013, 8, pp [9] Kyung Tae Kim, Han Ku Yoo, Byung Ha Son, and Hee Yong Youn, An Energy Efficient Clustering Scheme for Self-Organizing Distributed Wireless Sensor Networks, IEEE Tenth International Conference on Computer and Information Technology, 2010, pp [10] Kanojia Sindhuben Babulal and Rajiv Ranjan Tewari, Cross layer Energy Efficient Routing (XLE2R) for Prolonging Lifetime of Wireless Sensor Networks, IEEE International Conference on Computer and Communication Technology, 2010, pp [11] Prof. K. Manikandan and Dr. T. Purusothaman, An Efficient Routing Protocol Design for Distributed Wireless Sensor Networks, International Journal of Computer Application, 2010, 10(4), pp [12] Keyhan Khamforoosh and Hana Khamforoush, A New Routing Algorithm for Energy Reduction in Wireless Sensor 182

7 Networks, IEEE Second International Conference on Computer Science and Information Technology, 2009, pp [13] Li Qing, Qingxin Zhu, and Mingwen Wang, Design of a Distributed Energy-Efficient Clustering Algorithm for Heterogeneous Wireless Sensor Networks, Computer Communication, 2006, pp [14] Mohamed Younis, Moustafa Youssef and Khaled Arisha, Energy-Aware Routing in Cluster-Based Sensor Networks, IEEE Tenth International Symposium on Modeling, Analysis and Simulation of Computer and Telecommunications System, 2002, pp

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

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

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

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

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

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

DE-LEACH: Distance and Energy Aware LEACH

DE-LEACH: Distance and Energy Aware LEACH DE-LEACH: Distance and Energy Aware LEACH Surender Kumar University of Petroleum and Energy Studies, India M.Prateek, N.J.Ahuja University of Petroleum and Energy Studies, India Bharat Bhushan Guru Nanak

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

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

IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK

IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 3, May-June 2016, pp. 99 107, Article ID: IJCET_07_03_009 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=7&itype=3

More information

An Improved Chain-based Hierarchical Routing Protocol for Wireless Sensor Networks

An Improved Chain-based Hierarchical Routing Protocol for Wireless Sensor Networks An Improved Chain-based Hierarchical Routing Protocol for Wireless Sensor Networks Samah Alnajdi, Fuad Bajaber Department of Information Technology Faculty of Computing and Information Technology King

More information

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks S. Faisal 1, N. Javaid 1, A. Javaid 2, M. A. Khan 1, S. H. Bouk 1, Z. A. Khan 3 1 COMSATS Institute of Information Technology, Islamabad,

More information

Gateway Based WSN algorithm for environmental monitoring for Energy Conservation

Gateway Based WSN algorithm for environmental monitoring for Energy Conservation International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 Gateway Based WSN algorithm for environmental monitoring for Energy Conservation Arunesh Kumar Singh 1, Arjun Kumar

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

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

Performance of I-LEACH Routing protocol for Wireless Sensor Networks

Performance of I-LEACH Routing protocol for Wireless Sensor Networks Performance of I-LEACH Routing protocol for Wireless Sensor Networks Neelima Arora Research scholar,department of ECE UCOE,Punjabi university, Patiala,Punjab,INDIA aneelima2421@gmail.com, Dr. Charanjit

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

SCH-BASED LEACH ALGORITHM TO ENHANCE THE NETWORK LIFE TIME IN WIRELESS SENSOR NETWORK (WSN)

SCH-BASED LEACH ALGORITHM TO ENHANCE THE NETWORK LIFE TIME IN WIRELESS SENSOR NETWORK (WSN) SCH-BASED LEACH ALGORITHM TO ENHANCE THE NETWORK LIFE TIME IN WIRELESS SENSOR NETWORK (WSN) Md. Nadeem Enam 1, Arun Kumar Bag 2 1 M.tech Student, 2 Assistant.Prof, Department of ECE, Bengal Institute of

More information

Energy Efficient Scheme for Clustering Protocol Prolonging the Lifetime of Heterogeneous Wireless Sensor Networks

Energy Efficient Scheme for Clustering Protocol Prolonging the Lifetime of Heterogeneous Wireless Sensor Networks International Journal of Computer Applications (975 8887) Volume 6 No., September Energy Efficient Scheme for Clustering Protocol Prolonging the Lifetime of Heterogeneous Wireless Sensor Networks Parul

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

Multi-Hop Clustering Protocol using Gateway Nodes in Wireless Sensor Network

Multi-Hop Clustering Protocol using Gateway Nodes in Wireless Sensor Network Multi-Hop Clustering Protocol using Gateway Nodes in Wireless Sensor Network S. Taruna 1, Rekha Kumawat 2, G.N.Purohit 3 1 Banasthali University, Jaipur, Rajasthan staruna71@yahoo.com 2 Banasthali University,

More information

Comparative Analysis of EDDEEC & Fuzzy Cost Based EDDEEC Protocol for WSNs

Comparative Analysis of EDDEEC & Fuzzy Cost Based EDDEEC Protocol for WSNs Comparative Analysis of EDDEEC & Fuzzy Cost Based EDDEEC Protocol for WSNs Baljinder Kaur 1 and Parveen Kakkar 2 1,2 Department of Computer Science & Engineering, DAV Institution of Engineering & Technology,

More information

Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks

Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks Manal AL-Bzoor Department of Computer Science & Engineering University of Connecticut Storrs, CT, 0669 USA Laiali Almazaydeh

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

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

Data Gathering in Sensor Networks using the Energy*Delay Metric

Data Gathering in Sensor Networks using the Energy*Delay Metric Data Gathering in Sensor Networks using the Energy*Delay Metric Stephanie Lindsey*+, Cauligi Raghavendra*, and Krishna Sivalingam+ *Computer Systems Research Department The Aerospace Corporation P. O.

More information

EDAC: A Novel Energy-Aware Clustering Algorithm for Wireless Sensor Networks

EDAC: A Novel Energy-Aware Clustering Algorithm for Wireless Sensor Networks EDAC: A Novel Energy-Aware Clustering Algorithm for Wireless Sensor Networks Ahmad A. Ababneh Electrical Engineering Department Jordan University of Science & Technology Irbid, Jordan Ebtessam Al-Zboun

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

An Energy Efficient Clustering in Wireless Sensor Networks

An Energy Efficient Clustering in Wireless Sensor Networks , pp.37-42 http://dx.doi.org/10.14257/astl.2015.95.08 An Energy Efficient Clustering in Wireless Sensor Networks Se-Jung Lim 1, Gwang-Jun Kim 1* and Daehyon Kim 2 1 Department of computer engineering,

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

Data Gathering in Sensor Networks using the Energy*Delay Metric. Stephanie Lindsey Cauligi Raghavendra Krishna Sivalingam

Data Gathering in Sensor Networks using the Energy*Delay Metric. Stephanie Lindsey Cauligi Raghavendra Krishna Sivalingam Data Gathering in Sensor Networks using the Energy*Delay Metric Stephanie Lindsey Cauligi Raghavendra Krishna Sivalingam Corresponding Author: Cauligi Raghavendra Computer Systems Research Department The

More information

ENERGY EFFICIENT TWO STAGE CHAIN ROUTING PROTOCOL (TSCP) FOR WIRELESS SENSOR NETWORKS

ENERGY EFFICIENT TWO STAGE CHAIN ROUTING PROTOCOL (TSCP) FOR WIRELESS SENSOR NETWORKS ENERGY EFFICIENT TWO STAGE CHAIN ROUTING PROTOCOL (TSCP) FOR WIRELESS SENSOR NETWORKS *1 HUSAM KAREEM, 2 S.J. HASHIM, 3 SHAMALA SUBERAMANIAM, 4 ADUWATI SALI 1, 2, 4 Faculty of Engineering, Universiti Putra

More information

High Speed Data Collection in Wireless Sensor Network

High Speed Data Collection in Wireless Sensor Network High Speed Data Collection in Wireless Sensor Network Kamal Kr. Gola a, *, Bhumika Gupta b, Zubair Iqbal c a Department of Computer Science & Engineering, Uttarakhand Technical University, Uttarakhand,

More information

924 IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 13, NO. 9, SEPTEMBER 2002

924 IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 13, NO. 9, SEPTEMBER 2002 924 IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS, VOL. 13, NO. 9, SEPTEMBER 2002 Data Gathering Algorithms in Sensor Networks Using Energy Metrics Stephanie Lindsey, Cauligi Raghavendra, Fellow

More information

MAGNIFY NETWORK LIFETIME IN WSN BY REDUCING DATA AGGREGATION DISTANCE OF WEAK NODES

MAGNIFY NETWORK LIFETIME IN WSN BY REDUCING DATA AGGREGATION DISTANCE OF WEAK NODES MAGNIFY NETWORK LIFETIME IN WSN BY REDUCING DATA AGGREGATION DISTANCE OF WEAK NODES Prashant Katoch 1 and Manik Gupta 2 1 Department of Computer Engineering, Chitkara University, Barotiwala 2 District

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

ESRP: Energy Sensitive Routing Protocol for Wireless Sensor Networks

ESRP: Energy Sensitive Routing Protocol for Wireless Sensor Networks 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 Moumita

More information

Efficient Cluster Head Selection Method Based On K-means Algorithm to Maximize Energy of Wireless Sensor Networks

Efficient Cluster Head Selection Method Based On K-means Algorithm to Maximize Energy of Wireless Sensor Networks Efficient Cluster Head Selection Method Based On K-means Algorithm to Maximize Energy of Wireless Sensor Networks Miss Saba S. Jamadar 1, Prof. (Mrs.) D.Y. Loni 2 1Research Student, Department of Electronics

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

Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator

Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator Analysis of Cluster based Routing Algorithms in Wireless Sensor Networks using NS2 simulator Ashika R. Naik Department of Electronics & Tele-communication, Goa College of Engineering (India) ABSTRACT Wireless

More information

A Modified LEACH Protocol for Increasing Lifetime of the Wireless Sensor Network

A Modified LEACH Protocol for Increasing Lifetime of the Wireless Sensor Network BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 3 Sofia 2016 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2016-0040 A Modified LEACH Protocol for

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

A PROPOSAL FOR IMPROVE THE LIFE- TIME OF WIRELESS SENSOR NETWORK

A PROPOSAL FOR IMPROVE THE LIFE- TIME OF WIRELESS SENSOR NETWORK A PROPOSAL FOR IMPROVE THE LIFE- TIME OF WIRELESS SENSOR NETWORK ABSTRACT Tran Cong Hung1 and Nguyen Hong Quan2 1Post & Telecommunications Institute of Technology, Vietnam 2University of Science, Ho Chi

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

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

Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN

Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN Impact of Black Hole and Sink Hole Attacks on Routing Protocols for WSN Padmalaya Nayak V. Bhavani B. Lavanya ABSTRACT With the drastic growth of Internet and VLSI design, applications of WSNs are increasing

More information

COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS

COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS COMPARISON OF ENERGY EFFICIENT DATA TRANSMISSION APPROACHES FOR FLAT WIRELESS SENSOR NETWORKS Saraswati Mishra 1 and Prabhjot Kaur 2 Department of Electrical, Electronics and Communication Engineering,

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 2, February 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of

More information

PERFORMANCE EVALUATION OF DIFFERENT LOGICAL TOPOLOGIES AND THEIR RESPECTIVE PROTOCOLS FOR WIRELESS SENSOR NETWORKS

PERFORMANCE EVALUATION OF DIFFERENT LOGICAL TOPOLOGIES AND THEIR RESPECTIVE PROTOCOLS FOR WIRELESS SENSOR NETWORKS PERFORMANCE EVALUATION OF DIFFERENT LOGICAL TOPOLOGIES AND THEIR RESPECTIVE PROTOCOLS FOR WIRELESS SENSOR NETWORKS N. A. M. Alduais 1, L.Audah 2, A. Jamil 2 and J. Abdullah 2 1 Department of Computer Engineering,

More information

Minimum Spanning Tree based Improved Routing Protocol for Heterogeneous Wireless Sensor Network

Minimum Spanning Tree based Improved Routing Protocol for Heterogeneous Wireless Sensor Network Minimum Spanning Tree based Improved Routing Protocol for Heterogeneous Wireless Sensor Network Risha Vashist Research scholar Chandigarh Engineering College, Landran Suniti Dutt Assistant Professor Chandigarh

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

A REVIEW ON LEACH-BASED HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK

A REVIEW ON LEACH-BASED HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK A REVIEW ON LEACH-BASED HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK Md. Nadeem Enam 1, Ozair Ahmad 2 1 Department of ECE, Maulana Azad College of Engineering & Technology, Patna, (India)

More information

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks Guangyan Huang 1, Xiaowei Li 1, and Jing He 1 Advanced Test Technology Lab., Institute of Computing Technology, Chinese

More information

An Enhanced General Self-Organized Tree-Based Energy- Balance Routing Protocol (EGSTEB) for Wireless Sensor Network

An Enhanced General Self-Organized Tree-Based Energy- Balance Routing Protocol (EGSTEB) for Wireless Sensor Network www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 239-7242 Volume 4 Issue 8 Aug 205, Page No. 3640-3643 An Enhanced General Self-Organized Tree-Based Energy- Balance Routing

More information

MEEP: Multihop Energy Efficient Protocol for Heterogeneous Wireless Sensor Network

MEEP: Multihop Energy Efficient Protocol for Heterogeneous Wireless Sensor Network International Journal of Computer Science and Telecommunications [Volume 5, Issue 3, March 2014] 1 ISSN 2047-3338 MEEP: Multihop Energy Efficient Protocol for Heterogeneous Wireless Sensor Network Surender

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

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

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 1, January 2017

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 1, January 2017 Energy Efficient Hierarchical Clustering Algorithm for Heterogeneous Wireless Sensor Networks Ritu Department of Electronics and Communication Engineering Guru Nanak Institute of Technology Mullana (Ambala),

More information

An Energy-efficient Distributed Self-organized Clustering Based Splitting and Merging in Wireless Sensor Networks

An Energy-efficient Distributed Self-organized Clustering Based Splitting and Merging in Wireless Sensor Networks RESEARCH ARTICLE OPEN ACCESS An Energy-efficient Distributed Self-organized Clustering Based Splitting and Merging in Wireless Sensor Networks Mrs.J.Monisha, PG scholar, Mrs.M.MuthuSelvi, Assistant Professor,

More information

Low Energy Adaptive Clustering Hierarchy based routing Protocols Comparison for Wireless Sensor Networks

Low Energy Adaptive Clustering Hierarchy based routing Protocols Comparison for Wireless Sensor Networks IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. II (Nov Dec. 2014), PP 56-61 Low Energy Adaptive Clustering Hierarchy based routing Protocols

More information

Energy- efficient Routing Protocol for Homogeneous Wireless Sensor Networks

Energy- efficient Routing Protocol for Homogeneous Wireless Sensor Networks Energy- efficient Routing Protocol for Homogeneous Wireless Sensor Networks Gaurav Bathla #1 and Gulista Khan #2 # Department of Computer Science & Engineering, HEC, Jagadhri, India 1 gauravbathla86@gmail.com

More information

F-MCHEL: Fuzzy Based Master Cluster Head Election Leach Protocol in Wireless Sensor Network

F-MCHEL: Fuzzy Based Master Cluster Head Election Leach Protocol in Wireless Sensor Network International Journal of Computer Science and Telecommunications [Volume 3, Issue 1, October 212] 8 ISSN 247-3338 F-MCHEL: Fuzzy Based Master Cluster Head Election Leach Protocol in Wireless Sensor Network

More information

COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS

COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS COMPARATIVE PERFORMANCE ANALYSIS OF TEEN SEP LEACH ERP EAMMH AND PEGASIS ROUTING PROTOCOLS Neha Jain 1, Manasvi Mannan 2 1 Research Scholar, Electronics and Communication Engineering, Punjab College Of

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

Review on New Energy Efficient Cluster Based Protocol for Wireless Sensor Networks

Review on New Energy Efficient Cluster Based Protocol for Wireless Sensor Networks Review on New Energy Efficient Cluster Based Protocol for Wireless Sensor Networks Ravneet Kaur 1, Dr. Parveen Singla 2 1M. tech Student, Dept. Electronics & Communication Engineering, Chandigarh Engineering

More information

Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks

Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks International Journal of Computer Science & Communication Vol. 1, No. 1, January-June 010, pp. 113-118 Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks Sanjeev Saini 1, Ram Sewak

More information

Energy Efficient Homogeneous and Heterogeneous System for Wireless Sensor Networks

Energy Efficient Homogeneous and Heterogeneous System for Wireless Sensor Networks International Journal of Computer Applications (975 8887) Energy Efficient Homogeneous and Heterogeneous System for Wireless Sensor Networks R.Saravanakumar Professor / ECE PABCET.Trichy. Tamilnadu.India

More information

Energy-Efficient Communication Protocol for Wireless Microsensor Networks

Energy-Efficient Communication Protocol for Wireless Microsensor Networks Copyright 2 IEEE. Published in the Proceedings of the Hawaii International Conference on System Sciences, January 4-7, 2, Maui, Hawaii. Energy-Efficient Communication Protocol for Wireless Microsensor

More information

A Brief Study of Power Efficient Hierarchical Routing Protocols in Wireless Sensor Networks

A Brief Study of Power Efficient Hierarchical Routing Protocols in Wireless Sensor Networks A Brief Study of Power Efficient Hierarchical Routing Protocols in Wireless Sensor Networks Anuradha Department of Electronics Engineering SBS State Technical Campus Moga Road Ferozepur-152004, Punjab

More information

LEACH and PGASIS Protocols in wireless sensor network: Study and Simulation

LEACH and PGASIS Protocols in wireless sensor network: Study and Simulation Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2018, 5(10): 810-814 Research Article ISSN: 2394-658X LEACH and PGASIS Protocols in wireless sensor network: Study

More information

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

Hierarchical Energy Efficient Clustering Algorithm for WSN

Hierarchical Energy Efficient Clustering Algorithm for WSN Middle-East Journal of Scientific Research 23 (Sensing, Signal Processing and Security): 108-117, 2015 ISSN 1990-9233 IDOSI Publications, 2015 DOI: 10.5829/idosi.mejsr.2015.23.ssps.30 Hierarchical Energy

More information

Increase the Alive Nodes based on the Cluster Head Selection Algorithm for Heterogeneous Wireless Sensor Networks

Increase the Alive Nodes based on the Cluster Head Selection Algorithm for Heterogeneous Wireless Sensor Networks Global Journal of Computer Science and Technology Network, Web & Security Volume 13 Issue 9 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NETWORKS

DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NETWORKS DYNAMIC RE-CLUSTERING -BASED () PROTOCOL FOR WIRELESS SENSOR NETWORKS Abdallah Ijjeh 1,Abdalraheem Ijjeh 2,Huthaifa Al-Issa 1,Saed Thuneibat 1 1 Department of Electrical and Electronic Engineering, Al-Balqa`

More information

Distributed clustering algorithms for data-gathering in wireless mobile sensor networks

Distributed clustering algorithms for data-gathering in wireless mobile sensor networks J. Parallel Distrib. Comput. 67 (2007) 1187 1200 www.elsevier.com/locate/jpdc Distributed clustering algorithms for data-gathering in wireless mobile sensor networks Chuan-Ming Liu a,, Chuan-Hsiu Lee a,

More information

Clustering Based Routing Protocols for Wireless Sensor Networks: A Survey

Clustering Based Routing Protocols for Wireless Sensor Networks: A Survey International Journal of Scientific and Research Publications, Volume 4, Issue 11, November 2014 1 Clustering Based Routing Protocols for Wireless Sensor Networks: A Survey Vivek pandiya raj *, B.Gunasundari

More information

CVLEACH: Coverage based energy efficient LEACH algorithm

CVLEACH: Coverage based energy efficient LEACH algorithm CVLEACH: Coverage based energy efficient LEACH algorithm 1 Prof Ankit Thakkar and 2 Dr K Kotecha 1 Assistant Professor, CSE Department, Institute of Technology, Nirma University Ahmedabad, Gujarat 382

More information

HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK

HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK International Journal of Information Technology and Knowledge Management January June 2009, Volume 2, No. 1, pp. 97-101 HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK Dinesh Anand * & Sanjay

More information

Comparative Study of PEGASIS and PDCH Protocols in Wireless Sensor Network

Comparative Study of PEGASIS and PDCH Protocols in Wireless Sensor Network Comparative Study of PEGASIS and PDCH Protocols in Wireless Sensor Network Jigish Rana M.E. I.T. (pursuing) Thakur College of Engineering And Technology University of Mumbai Sangeeta Vhatkar Assistant

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

International Journal of Research in Advent Technology Available Online at:

International Journal of Research in Advent Technology Available Online at: HETEROGENEOUS CLUSTER BASED ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK- A SURVEY Padmavati 1, T.C. Aseri 2 1 2 CSE Dept 1 2 PEC University of Technology 1 padmavati@pec.ac.in, trilokchand@pec.ac.in ABSTARCT:

More information

A CLUSTERING TECHNIQUE BASED ON ENERGY BALANCING ALGORITHM FOR ROUTING IN WIRELESS SENSOR NETWORKS

A CLUSTERING TECHNIQUE BASED ON ENERGY BALANCING ALGORITHM FOR ROUTING IN WIRELESS SENSOR NETWORKS A CLUSTERING TECHNIQUE BASED ON ENERGY BALANCING ALGORITHM FOR ROUTING IN WIRELESS SENSOR NETWORKS Souad EHLALI, Awatif SAYAH Laboratoire de mathématiques, informatique et applications Faculty of Sciences

More information

An Energy Efficient Routing Protocol for extending Lifetime of Wireless Sensor Networks by Transmission Radius Adjustment

An Energy Efficient Routing Protocol for extending Lifetime of Wireless Sensor Networks by Transmission Radius Adjustment An Energy Efficient Routing Protocol for extending Lifetime of Wireless Sensor Networks by Transmission Radius Adjustment Dr. K. Mohaideen Pitchai Department of Computer Science and Engineering, National

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

CENTROID DYNAMIC SINK LOCATION FOR CLUSTERED WIRELESS MOBILE SENSOR NETWORKS

CENTROID DYNAMIC SINK LOCATION FOR CLUSTERED WIRELESS MOBILE SENSOR NETWORKS CENTROID DYNAMIC SINK LOCATION FOR CLUSTERED WIRELESS MOBILE SENSOR NETWORKS 1 MANAR A. MIZHER, 2 SALEH H. AL-SHARAEH, 3 MEI CHOO ANG, 4 AYMAN M. ABDALLA, 5 MANAL A. MIZHER 1,3,5 Institute of Visual Informatics,

More information

ISSN: [Krishan Bala* et al., 6(12): December, 2017] Impact Factor: 4.116

ISSN: [Krishan Bala* et al., 6(12): December, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY ENERGY EFFICIENT CLUSTERING HIERARCHY PROTOCOL IN WSN BASED ON RIDGE METHOD CLUSTER HEAD SELECTION Krishan Bala *1, Paramjeet

More information

ENERGY AWARE CLUSTERING PROTOCOL (EACP) FOR HETEROGENEOUS WSNS

ENERGY AWARE CLUSTERING PROTOCOL (EACP) FOR HETEROGENEOUS WSNS ENERGY AWARE CLUSTERING PROTOCOL (EACP) FOR HETEROGENEOUS WSNS Surender Kumar 1, Sumeet Kumar 2 and Bharat Bhushan 3 1 Department of Computer Engineering, Govt. Polytechnic, Ambala City, India 2 Accenture

More information

Energy Efficient System for Wireless Sensor Networks using Modified RECHS Protocol

Energy Efficient System for Wireless Sensor Networks using Modified RECHS Protocol Energy Efficient System for Wireless Sensor Networks using Modified RECHS Protocol Mr. Nikhil Vilasrao Deshmukh Department of Electronics Engineering K.I.T. s College of Engineering Kolhapur, India n.deshmukh83@gmail.com

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

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 02, 2016 ISSN (online): 2321-0613 A Review on the ing Protocols of the Wireless Sensor Networks Harshkiran Kaur 1 Simarjeet

More information

Energy Efficient Clustering Protocol for Wireless Sensor Network

Energy Efficient Clustering Protocol for Wireless Sensor Network Energy Efficient Clustering Protocol for Wireless Sensor Network Shraddha Agrawal #1, Rajeev Pandey #2, Mahesh Motwani #3 # Department of Computer Science and Engineering UIT RGPV, Bhopal, India 1 45shraddha@gmail.com

More information

A Novel Protocol for Better Energy-Efficiency, Latency and Fault Tolerance in Wireless Sensor Network

A Novel Protocol for Better Energy-Efficiency, Latency and Fault Tolerance in Wireless Sensor Network A Novel Protocol for Better Energy-Efficiency, Latency and Fault Tolerance in Wireless Sensor Er.Rakesh Kumar Gupta Department of Computer Science & Engineering K.C.Institute of Engineering & Technology

More information

Data Gathering for Wireless Sensor Network using PEGASIS Protocol

Data Gathering for Wireless Sensor Network using PEGASIS Protocol Data Gathering for Wireless Sensor Network using PEGASIS Protocol Kumari Kalpna a, Kanu Gopal b, Navtej katoch c a Deptt. of ECE, College of Engg.& Mgmt.,Kapurthala, b Deptt. of CSE, College of Engg.&

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) ISSN 0976-6480 (Print) ISSN 0976-6499 (Online) Volume 4, Issue 1, January- February (2013), pp. 50-58 IAEME: www.iaeme.com/ijaret.asp

More information

Hybrid Approach for Energy Optimization in Wireless Sensor Networks

Hybrid Approach for Energy Optimization in Wireless Sensor Networks ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Energy Efficiency and Latency Improving In Wireless Sensor Networks

Energy Efficiency and Latency Improving In Wireless Sensor Networks Energy Efficiency and Latency Improving In Wireless Sensor Networks Vivekchandran K. C 1, Nikesh Narayan.P 2 1 PG Scholar, Department of Computer Science & Engineering, Malabar Institute of Technology,

More information

Adapting Distance Based Clustering Concept to a Heterogeneous Network

Adapting Distance Based Clustering Concept to a Heterogeneous Network International Journal of Computer Theory and Engineering, Vol. 7, No. 3, June 215 Adapting Distance Based Clustering Concept to a Heterogeneous Network N. Laloo, M. Z. A. A. Aungnoo, and M. S. Sunhaloo

More information

732 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 61, NO. 2, APRIL 2014

732 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 61, NO. 2, APRIL 2014 732 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 61, NO. 2, APRIL 2014 A General Self-Organized Tree-Based Energy-Balance Routing Protocol for Wireless Sensor Network Zhao Han, Jie Wu, Member, IEEE, Jie

More information

Enhanced Energy-Balanced Lifetime Enhancing Clustering for WSN (EEBLEC)

Enhanced Energy-Balanced Lifetime Enhancing Clustering for WSN (EEBLEC) Enhanced Energy-Balanced Lifetime Enhancing Clustering for WSN (EEBLEC) Sandip Mandal Department of Information Technology DIT University Dehradun, Dehradun India. Rama Sushil Department of Information

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