Distributed Fuzzy Logic-based Cluster Routing for Wireless Sensor Networks

Size: px
Start display at page:

Download "Distributed Fuzzy Logic-based Cluster Routing for Wireless Sensor Networks"

Transcription

1 Distributed Fuzzy Logic-based Cluster Routing for Wireless Sensor Networks Linlin LI School of Information Science and Technology, Heilongjiang University, Harbin, Heilongjiang,150080, China Abstract Energy consumption and network lifetime are main issues of Wireless Sensor Networks (WSNs). In this paper we consider distributed fuzzy logic-based cluster routing (DFLCR) for WSNs. In DFLCR protocol, sensor nodes compute the residual energy, local distance and centrality. They are considered to be fuzzy input variables. By fuzzy rules, the probability of nodes to become a CH and size of cluster are output of fuzzy logic system. DFLCR protocol forms unequal clusters to balance the energy consumption among CHs. Our simulation results show that the proposed DFLCR improves the network performance and outperforms existing routing schemes and, more specifically, DFLCR protocol yields 95.38%, 91.84% and 6.72% more average network lifetime compared with LEACH, CHEF and EAUCF respectively. Keywords- wireless sensor networks; routing protocol; clustering; fuzzy logic I. INTRODUCTION Wireless Sensor Networks(WSN) is a collection of lowcost, energy constrained, and unreliable multifunctional microsensor nodes. At present, WSN plays a key role in environmental monitoring, disaster prevention,traffic monitoring,and national border surveillance [1]. In WSN, each node sensed the environmental data,and transmit the sensed data to other sensor nodes or base station. However, due to hostile environment, the battery of each sensor node cannot be replenished, and energy resource-constrained is the most challenging aspect of WSN. In order to improve the energy utilization of sensor nodes, the researchers conducted a great deal of research, where cluster-based WSN routing protocol is good choices. The structure of cluster-based WSN is shown as Figure1. In Cluster-based WSN, those the nodes with characteristics in common or nearby nodes are grouped together to form cluster [2-3]. In each cluster, one node is selected to be a cluster head (CH), which have taken charge of gathering data from cluster member (CM) nodes, and transmit the gathering data to base station (BS). The process leads to vital reduction in the amount of transmitted data in the network, and reduce the overall energy consumption of network. In cluster-based routing, CHs have undertaken the important task. Therefore, the selection of CHs is very important. Since CHs have taken charge of collecting, integrating and transmitting data, its energy consumption speed is faster. Therefore, in general, residual energy of node is considered to be a vital metric to select CHs. Once residual energy of CHs is less than a certain value, the CHs may be unable to complete its task. In addition, fuzzy logic (FL) have been applied for solving various kind of problems in WSN [4]. FL is good technique to use in application with lots of uncertainties. Therefore, DFLCR protocol is proposed in this paper. DFLCR protocol have make use of FL system to calculate the probability of sensor node to become CH, combining the local information of sensor nodes. The node with maximum probability is considered to be CH. The residual energy, node centrality and local distance are computed. Then, they are considered to be input of FL system. Probability and size are the output of FL system. DFLCR assigns the size of a number of member nodes for a CH. Simulation results show that DFLCR protocol improves the network lifetime and energy consumption compared with its counterparts. Figure.1 Structure of cluster-based WSN II. RELATED WORK During the past decade, a large number of research efforts have been investigated in designing clustering algorithm in WSNs. Wendi [5] et.al have proposed a clustering algorithm, which is called LEACH. In LEACH, all nodes in network are organized into several clusters. The CHs are selected using optimal probability. Each node firstly generates a random number. If the random number of node is less than pre-determined threshold value, the node is successfully selected to be a CH for the current round. The threshold value is calculated by using equation (1): DOI / IJSSST.a ISSN: x online, print

2 p, mg 1 Tm 1 prmod p 0, otherwise Where r represent the round. m is individual sensor node. p is the pre-determined percentage of CH. G is the set of nodes which are not elected as CH yet in previous rounds. GUO [6] have proposed an improved LEACH. It reduces the distance between CHs and transmission distance of Sink by two-double clustering. However, the improved LEACH protocol has done two-hop transmission at most, which is not good for large network. BLAND [7] has proposed clusterhead election using fuzzy logic for wireless sensor networks, which is marked as CHEF. In CHEF, the residual energy, density and centrality is the input of fuzzy logic system. Then the CH is selected by Mamdani fuzzy logic inference. However, in CHEF, the BS needs to collect information of all nodes, and most of nodes must communicate with other nodes, which consume lots of energy. In addition, JAVAID [8] have proposed central CH election-based fuzzy logic engine, but the algorithm have taken conditions of demand into account. Bagci [9] have proposed distributed clustering algorithm, which is marked as EAUCF. EAUCF protocol has used fuzzy logic approach to elect the CHs. The residual energy and distance to BS are both input of fuzzy logic system. However, EAUCF protocol has do not consider the energy consumption due to high intra cluster communication which affects the network performance. Therefore, we proposed a novel distributed clustering algorithm which used fuzzy logic system to elect the CH and control the size of cluster, and it is marked as DFLCR. The vital aim of DFLCR is to prolong the network lifetime by achieving even energy consumption. Its main features are as follows:1) DFLCR is a distributed clustering algorithm, and the clusters are not unequal;2) the probability of node to become a CH is estimated by fuzzy logic;3) residual energy, local distance and centrality are considered to be input fuzzy variables;4) the output of fuzzy logic system are probability and size. The metric reflects the ability of a node to act as CH. The latter is limit in number of cluster members in a cluster. III. SYSTEM MODEL AND HYPOTHESIS In WSNs, all sensor nodes have scattered randomly on interest area. Each sensor node has transmitted sensing data to its CH, and CHs have gathered the sensing data. Finally, these data have been transmitted to BS by CHs. In addition, the initial energy and communication radius of all sensor nodes are the same. Once deploying, nodes are not mobile. Each node can calculate the distance between nodes by RSSI (Received Signal Strength Indicator). Energy of BS is not constrained, and it is having sufficient knowledge about the network. (1) A. Time Model In DFLCR protocol, the time is divided into several rounds, as shown as Figure 2. Each round consists of clustering and data gathering process. Thus clustering process is divided into CH selection sub-process and clusterforming sub-process. The division within data gathering process is the Frame. Figure 2 Time model of DFLCR protocol B. Radio Energy Dissipation Model Communication model for energy consumption used in this evaluation is as explored in [10]. Energy model is as shown as Figure 3, the consumptive energy for transmitting a k bit data to d distance is calculated as given in the equation (2). E TX k, d ke ke d, if d d k E k E d if d d 2 elec frris co 4 elec tworay, co Where E elec is transmitter energy to run the transmitter or receiver circuitry. E frris, E tworay is the unit amplifier energy required for the transmitter in the free space, the two ground mode, respectively. This is depends on the distance. Thus d co is the crossover distance, which is considered to be a threshold distance as given in the equation (3): d co tworay (2) E frris (3) E Accordingly, energy consumed in receiving k bit data is calculated using equation (4): A. Clustering Process (1) CH-selection E k, d E k (4) Rx elec ETX kd, E kd, Rx Figure3. Radio energy dissipation model IV. DFLCR DOI / IJSSST.a ISSN: x online, print

3 DFLCR protocol estimated the probability of a node to become a CH, which represents the ability of the node to act as CH. The residual energy, local distance and centrality are the input fuzzy variables, as shown Figure4. D E res C Figure 4. Fuzzy logic system model The first fuzzy output variable probability has very low, low, rather low, low medium, medium,high medium,rather high,high, very high as its five output linguistic variables as given equation (5): very low, low, rather low, low medium, medium, p high medium, ratherhigh, high, veryhigh (5) s p current energy of node. Centrality is a value that shows how central the node is among its neighbors in the entire network, its definition is as shown as equation (7): Where M j si d 2 i S i M C (7) A, j, and i j d, is the distance between node i and node j. S i is the set of neighbor nodes of node i. S i is the number of Si set. A is the sensing area. The lower value of the centrality, the lower amount of energy required by the other nodes to transmit the data through that node as CHs [11]. Local distance is the sum of the distances from a deployed node to its neighbors. For example, as shown Figure 5. In Figure 5, the local distance D i of node i : D d d d d. i Similarly, the second output variable size has very big, big, rather big, medium, rather small, small, very small as its seven output linguistic variables as given equation (6): very big, big, rather big, medium, s rathersmall, small, verysmall (6) The input fuzzy variables are residual energy, local distance and centrality. Residual energy represents the Figure 5. A deployed node with neighbors Figure 6 membership function for fuzzy variables DOI / IJSSST.a ISSN: x online, print

4 The membership function for fuzzy input variables is as shown as Figure 6, respectively. As shown Figure 6(a), less,average,hugh is the fuzzy linguistic variable for centrality. Similarly, low, moderate,high is the fuzzy linguistic variable for residual energy, which is depicted in Figure 6(b). As input variable, local distance has to take the equivalent fuzzy linguistic variable, namely, far,reachable, nearby is the fuzzy linguistic variable for local distance. In addition, DFLCR fuzzy if-then rules are depicted in Table1. TABLE 1. DFLCR FUZZY IF-THEN RULES transmitting CM _ join message, the node is waiting for receiving CM _ acceptance message from CH [12-14]. In order to limit the size of cluster, each checks the number of cluster members when it have received CM _ join message. If the number of cluster members is less than size s, which is second output variable of fuzzy logic system. The CH reply a CM _ acceptance message to the node, otherwise, it reply CM _ rejection message. Once receiving CM _ acceptance message, the node successfully join the CH, and become a cluster member. B. Data Gathering Process Once forming a cluster, each CH schedules TDMA slot for cluster members. In transmitting time slot, node transmits its sensing data to CH. In order to save energy, the node is active just in transmitting time slot, and the node is sleep in other time slot. Of course, the CH should be active in order to receive the data from its cluster members and aggregates it s the received data. Finally, CH transmits the aggregated data to BS in multi-hop way [15]. V. SIMULATION AND NUMBER ANALIYSIS In order to better analyze the performance of DFLCR protocol, MATLAB simulation software is used. In 200m 200m zone, there are 100 nodes. In order to fully analyze performance of DFLCR, three different scenes are considered in the simulation, namely, the first scene: BS is in the central of zone; the second scene: BS is at the corner of zone; the third scene: BS is outside of zone. The simulation parameters are shown as Table 2. Each simulation is independently replicated 100 times, and average value of simulation data is consider to be final simulate data. TABLE 2 SIMULATION PARAMETERS 200m 200m 1J Finally, the node with maximum probability is elected as CH. Then the CH broadcast CH _ won message in its transmission range. (2) cluster- forming The node that is not CH needs to select nearby cluster and join in the cluster. More specifically, CH broadcasts CH _ won message, and neighbor nodes may receive one or more CH _ won messages. The node is to join the cluster if it only receives a CH _ won message, and transmit CM _ join message toward the CH. Otherwise, it select a nearest CH and transmit CM _ join message toward the CH. After A. Energy Consumption Per Round The metric represent the total energy spent in data collection for the single communication round, including energy consumption of all member nodes and CHs. The simulation results are depicted in Table 3. From above Table 3, we know that LEACH protocol consume most energy, compared with LEACH, CHEF, and EAUCF. The reason is that CHs communicate with BS in direct way, and it has increased energy consumption. By contrast, energy consumption of CHEF is less than LEACH protocol. As predicted, energy consumption of DFLCR is least. This is because that DFLCR have make use of residual DOI / IJSSST.a ISSN: x online, print

5 energy, local distance and centrality to select CHs. So the optimal CH is selected. This has reduced the intra-cluster communicated distance. TABLE 3 ENERGY CONSUMPTION PER ROUND B. Number of Message Transmissions In this experiment, we have analyzed the number of messages by BS received successfully when the half of node is dead. The metric represent the performance of transmitting data. Experiment results are depicted in Table 4. TABLE 4 NUMBER OF AVERAGE MESSAGE TO BS TILL HND As shown as Table 4, number of average message is least. The reason is that LEACH protocol has not limited the number of cluster members. In addition, CHEF protocol has the same problem, and it only taken residual energy into account. For the EAUCF protocol, it adaptively form cluster according to distance between node and BS, but it also have not taken the number of cluster members into account. In fact, LEACH, CHEF, and EAUCF protocol do not control the size of cluster. This may form a big cluster. Once forming a bigger cluster, it results that lots of data packets are aggregated to one data packet. This reduce the number of message to BS. Compared with EAUCF and CHEF protocol, DFLCR has good performance. C. Network Lifetime Finally, we analyzed the network lifetime. The network lifetime is the number of rounds completed by the network before the first node died (FND) and half node died (HND).The experiment results depicted in Table 5. TABLE 5 NUMBER OF ROUNDS BEFORE FND AND HND From the Table 5, we know that DFLCR protocol outperform in term of network lifetime compared with LEACH, CHEF, and EAUCF protocol. In the first scene, DFLCR protocol increase lifetime (FND) than LEACH, CHEF, and EAUCF by 71.87%, 31.91%,and 16.07%, respectively. Similarly, DFLCR protocol increase lifetime (HND) than LEACH, CHEF, and EAUCF by 31.78%, 16.74%,and 16.74%, respectively. VI. CONCLUSION For the problem of network lifetime and energy consumption in WSNs, we has proposed distributed fuzzy logic-based clustering routing (DFLCR) protocol. Compared with similar protocols, the proposed DFLCR protocol has taken residual energy and local distance, centrality into account. The DFLCR protocol is able to select the optimal node as CH, and control the size of cluster. DFLCR protocol improves the network lifetime. Simulation results show that the proposed DFLCR can increase network lifetime and improve the efficient of transmitting data. ACKNOWLEDGMENTS This work is supported by 2015 National 863 Project (2015AA040302), National High Tech Research and development program (863 Program). REFERENCES [1] Muruganathan S D, Ma D C, Bhasin R I.A centralized energyefficient routing protocol for wireless sensor networks.ieee Radio Communications, 2011,43(3):8-13. [2] F.Zhao, J.Liu. Collaborative Signal and information processing : an information directed approach[j].processing IEEE,2013,91(8): [3] A.Abbasi, M.F.Younis. A survey on clustering algorithms for wireless sensor networks[j].computing Communication, 2012,30(15): [4] B.Baranidharan,B.Santhi.DUCF:Distributed load balancing unequal clustering in wireless sensor networks using fuzzy approach[j].applied Soft Computing,2016,(40): [5] W. Wendi, A. Chandrakasan, H. Balakrishnan. An applicationspecificprotocol architecture for wireless microsensor networks[j], IEEE Transaction Wireless Communications. 2012:1 (4) : [6] Guo xiang-ping. An improved LEACH-ED algorithm[j].chinese journal of sensors and actuators,2011,21(10): [7] Kim J M, PARK S H. Cluster head election mechanism using fuzzy logic in wireless sensor networks[c].//proceedings of th IEEE International Conference on Advanced Communication Technology,2008,(1): [8] JAVAID N,QURESHI T N, KHAN A H. Enhanced developed distributed energy-efficient clustering for heterogeneous wireless sensor networks[j]. Procedia computer science,2013,(19): [9] H.Bagci,A.Yazici.An energy aware fuzzy approach to unequal clustering in wireless sensor networks[j].application Soft Computing,2013,13(4): [10] IZADI D, ABAWAJY J, GHANAVATI S. A new energy efficient cluster-head and backup selection scheme in WSN[C].in IEEE 14th International Conference on Information Reuse and Integration (IRI), San Francisco,USA,2013: [11] IZADI D, ABAWAJY J, GHANAVATI S. An alternative clustering scheme in WSN[J].IEEE Sensor Journal,2015:1-10. [12] CHENG C T, TSE C K, LAU F C. A clustering algorithm for wireless sensor networks based on social insect colonies[j].sensors Journal, IEEE, 2011,11(3): DOI / IJSSST.a ISSN: x online, print

6 [13] LIAO Y, QI H, LI W.Load-balanced clustering algorithm with distributed self-organization for wireless sensor networks[j].sensors Journal, IEEE, 2013,13(8): [14] LEE J S, CHENG W L. Fuzzy-logic-based clustering approach for wireless sensor networks using energy predication[j].sensors Journal, IEEE, 2012,12(7): [15] ANKIT T, KETAN K.Cluster Head Election for Energy and Delay Constraint Applications of Wireless Sensor Network[J].IEEE Sensors Journal, 2014,14(8): [16] Yang, J., Lin, Y., Gao, Z., Lv, Z., Wei, W., & Song, H. (2015). Quality index for stereoscopic images by separately evaluating adding and subtracting. PloS one, 10(12), e [17] Lv, Z., & Li, X. (2015, November). Virtual Reality Assistant Technology for Learning Primary Geography. In International Conference on Web-Based Learning (pp ). Springer International Publishing. [18] Feng, L., Lv, Z., Guo, G., & Song, H. (2016). Pheromone based alternative route planning. Digital Communications and Networks, 2(3), DOI / IJSSST.a ISSN: x online, print

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

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

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

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

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

FUZZY LOGIC APPROACH TO IMPROVING STABLE ELECTION PROTOCOL FOR CLUSTERED HETEROGENEOUS WIRELESS SENSOR NETWORKS

FUZZY LOGIC APPROACH TO IMPROVING STABLE ELECTION PROTOCOL FOR CLUSTERED HETEROGENEOUS WIRELESS SENSOR NETWORKS 3 st July 23. Vol. 53 No.3 25-23 JATIT & LLS. All rights reserved. ISSN: 992-8645 www.jatit.org E-ISSN: 87-395 FUZZY LOGIC APPROACH TO IMPROVING STABLE ELECTION PROTOCOL FOR CLUSTERED HETEROGENEOUS WIRELESS

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

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

(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

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

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

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

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

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

International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March-2016 1060 An Efficient Energy Aware ZRP-Fuzzy Clustering Protocol for WSN Osama A. Awad, Mariam Rushdi Abstract- Clustering

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

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

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

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

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

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

Cluster-Head Election Mechanism for Wireless Sensor Networks

Cluster-Head Election Mechanism for Wireless Sensor Networks Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Cluster-Head Election Mechanism for Wireless Sensor Networks 1 Ping WANG, 1 Guo Dong SU, 2 Cai Bi LI, 1 Bing Jie CHEN, 1 Bin CHEN 1 College

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

HCTE: Hierarchical Clustering based routing algorithm with applying the Two cluster heads in each cluster for Energy balancing in WSN

HCTE: Hierarchical Clustering based routing algorithm with applying the Two cluster heads in each cluster for Energy balancing in WSN www.ijcsi.org 57 HCT: Hierarchical Clustering based routing algorithm with applying the Two cluster heads in each cluster for nergy balancing in WSN Nasrin Azizi 1, Jaber Karimpour, Farid Seifi 3 1 Technical

More information

A Survey on LEACH-Based Energy Aware Protocols for Wireless Sensor Networks

A Survey on LEACH-Based Energy Aware Protocols for Wireless Sensor Networks A Survey on LEACH-Based Energy Aware Protocols for Wireless Sensor Networks Raed M. Bani Hani 1 and Abdalraheem A. Ijjeh 2 1 Jordan University of Science and Technology/Network Engineering and Security,

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

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

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

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

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

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

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

COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRATEGY IN WSNS

COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRATEGY IN WSNS COMPARATIVE ANALYSIS OF ROUTE INFORMATION BASED ENHANCED DIVIDE AND RULE STRATEGY IN WSNS Rajeev Kumar Harsukhpreet Singh and Anurag Sharma Department of Electronics and Communication Engineering, CTITR,

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

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

Comparative Analysis of Leach And Its Descendant Protocols In Wireless Sensor Network

Comparative Analysis of Leach And Its Descendant Protocols In Wireless Sensor Network Comparative Analysis of Leach And Its Descendant Protocols In Wireless Sensor Network Ravneet Kaur 1, Deepika Sharma 2 and Navdeep Kaur 3 1 Department of Electronics and Communication, Lovely Professional

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

Presenting A Distributed Algorithm For The Energy Consumption Reduction in Underwater.

Presenting A Distributed Algorithm For The Energy Consumption Reduction in Underwater. IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 5, Ver. II (Sept - Oct. 2016), PP 95-102 www.iosrjournals.org Presenting A Distributed Algorithm For

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

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

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

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

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

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

AN IMPROVED ENERGY EFFICIENT ROUTING PROTOCOL FOR HETEROGENEOUS WIRELESS SENSOR NETWORKS. Received January 2017; revised May 2017

AN IMPROVED ENERGY EFFICIENT ROUTING PROTOCOL FOR HETEROGENEOUS WIRELESS SENSOR NETWORKS. Received January 2017; revised May 2017 International Journal of Innovative Computing, Information and Control ICIC International c 2017 ISSN 1349-4198 Volume 13, Number 5, October 2017 pp. 1637 1648 AN IMPROVED ENERGY EFFICIENT ROUTING PROTOCOL

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

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

Intelligent Energy E cient and MAC aware Multipath QoS Routing Protocol for Wireless Multimedia Sensor Networks

Intelligent Energy E cient and MAC aware Multipath QoS Routing Protocol for Wireless Multimedia Sensor Networks Intelligent Energy E cient and MAC aware Multipath QoS Routing Protocol for Wireless Multimedia Sensor Networks Hasina Attaullah and Muhammad Faisal Khan National University of Sciences and Technology

More information

ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols

ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols ROUTING ALGORITHMS Part 2: Data centric and hierarchical protocols 1 Negative Reinforcement Time out Explicitly degrade the path by re-sending interest with lower data rate. Source Gradient New Data Path

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

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

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

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

Effect of Sensor Mobility and Channel Fading on Wireless Sensor Network Clustering Algorithms

Effect of Sensor Mobility and Channel Fading on Wireless Sensor Network Clustering Algorithms Effect of Sensor Mobility and Channel Fading on Wireless Sensor Network Clustering Algorithms Ahmed H. Gabr Department of Computer Engineering Arab Academy for Science & technology Cairo, Egypt E-mail:

More information

Dalimir Orfanus (IFI UiO + ABB CRC), , Cyber Physical Systems Clustering in Wireless Sensor Networks 2 nd part : Examples

Dalimir Orfanus (IFI UiO + ABB CRC), , Cyber Physical Systems Clustering in Wireless Sensor Networks 2 nd part : Examples Dalimir Orfanus (IFI UiO + ABB CRC), 27.10.2011, Cyber Physical Systems Clustering in Wireless Sensor Networks 2 nd part : Examples Clustering in Wireless Sensor Networks Agenda LEACH Energy efficient

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

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

PSO-based Energy-balanced Double Cluster-heads Clustering Routing for wireless sensor networks

PSO-based Energy-balanced Double Cluster-heads Clustering Routing for wireless sensor networks Available online at www.sciencedirect.com Procedia ngineering 15 (2011) 3073 3077 Advanced in Control ngineering and Information Science PSO-based nergy-balanced Double Cluster-heads Clustering Routing

More information

Fig. 2: Architecture of sensor node

Fig. 2: Architecture of sensor node Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com To Reduce

More information

An Energy Efficient Unequal Cluster Based Routing Protocol For WSN With Non-Uniform Node Distribution

An Energy Efficient Unequal Cluster Based Routing Protocol For WSN With Non-Uniform Node Distribution An nergy fficient Unequal Cluster Based Routing Protocol For WSN With Non-Uniform Node Distribution Dhanoop K Dhanpal, Ajit Joseph, Asha Panicker Abstract: Clustering is an efficient method for increasing

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

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

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

Performance of a Novel Energy-Efficient and Energy Awareness Scheme for Long-Lifetime Wireless Sensor Networks

Performance of a Novel Energy-Efficient and Energy Awareness Scheme for Long-Lifetime Wireless Sensor Networks Sensors and Materials, Vol. 27, No. 8 (2015) 697 708 MYU Tokyo S & M 1106 Performance of a Novel Energy-Efficient and Energy Awareness Scheme for Long-Lifetime Wireless Sensor Networks Tan-Hsu Tan 1, Neng-Chung

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

INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD

INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD Mohammad Sedighimanesh 1, Javad Baqeri 2 and Ali Sedighimanesh 3 1,2,3 Department of Electrical, Computer and It Engineering, Islamic Azad University

More information

Region Based Energy Balanced Inter-cluster communication Protocol for Sensor networks

Region Based Energy Balanced Inter-cluster communication Protocol for Sensor networks Region Based Energy Balanced Inter-cluster communication Protocol for Sensor networks NATIONAL CONFERENCE ON COMPUTING, COMMUNICATION AND INFORMATION PROCESSING (NCCCIP-2015) ISBN: 978-93-84935-27-6 Rohini

More information

Energy-Conserving Multi-Mode Clusters Maintenance For Hierarchical Wireless Sensor Networks

Energy-Conserving Multi-Mode Clusters Maintenance For Hierarchical Wireless Sensor Networks Energy-Conserving Multi-Mode Clusters Maintenance For Hierarchical Wireless Sensor Networks [1] Rahul dwivedi, [2] Dr. G. Josemin Bala [1] [2] ECE Program, Department of Electrical Sciences, Karunya Institute

More information

OPTIMIZED LEHE: A MODIFIED DATA GATHERING MODEL FOR WIRELESS SENSOR NETWORK

OPTIMIZED LEHE: A MODIFIED DATA GATHERING MODEL FOR WIRELESS SENSOR NETWORK ISSN: 0976-3104 SPECIAL ISSUE: Emerging Technologies in Networking and Security (ETNS) Arasu et al. ARTICLE OPEN ACCESS OPTIMIZED LEHE: A MODIFIED DATA GATHERING MODEL FOR WIRELESS SENSOR NETWORK S. Senthil

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

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

Modified Stable Election Protocol (M-SEP) for Hierarchical WSN

Modified Stable Election Protocol (M-SEP) for Hierarchical WSN Modified Stable Election Protocol (M-) for Hierarchical WSN Greeshma Arya Department of Electronics Engineering Indira Gandhi Delhi Technical University Delhi, India D S Chauhan Department of Electrical

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

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

Implementation of Energy Efficient Clustering Using Firefly Algorithm in Wireless Sensor Networks

Implementation of Energy Efficient Clustering Using Firefly Algorithm in Wireless Sensor Networks 014 1 st International Congress on Computer, Electronics, Electrical, and Communication Engineering (ICCEECE014) IPCSIT vol. 59 (014) (014) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.014.V59.1 Implementation

More information

Energy Efficient data collection through Double Cluster Heads in Wireless Sensor Network

Energy Efficient data collection through Double Cluster Heads in Wireless Sensor Network Energy Efficient data collection through Double Cluster Heads in Wireless Sensor Network Gurmeet Kaur 1, Varsha 2 1 Master of Technology (Student) 2 Assistant Professor 1, 2 Dept. CSE, CT Institute of

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

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

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

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

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

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 6, June -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 An Event

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

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

ENERGY EFFICIENCY IN WIRELESS SENSOR NETWORK USING IMPROVED O-LEACH PROTCOL

ENERGY EFFICIENCY IN WIRELESS SENSOR NETWORK USING IMPROVED O-LEACH PROTCOL ENERGY EFFICIENCY IN WIRELESS SENSOR NETWORK USING IMPROVED O-LEACH PROTCOL POOJA, ASST. PROF SURENDRA SINGH Abstract Wireless sensor network is composed of low cost small sensors nodes that are spatially

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

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

Zone Based Energy Efficient Clustering Routing Protocol for Wireless Sensor Network

Zone Based Energy Efficient Clustering Routing Protocol for Wireless Sensor Network IJEEE, Vol. 3, Issue 4 (Aug 2016) e-issn: 1694-2310 p-issn: 1694-2426 Zone Based Energy Efficient Clustering Routing Protocol for Wireless Sensor Network 1 Inderjit Singh, 2 Tripatjot Singh Panag Electronics

More information

Review of LEACH Protocol and Its Types

Review of LEACH Protocol and Its Types International Journal of Emerging Engineering Research and Technology Volume 3, Issue 5, May 2015, 20-25 ISSN 2349-4395 (rint) & ISSN 2349-4409 (Online) ABSTRACT *Address for correspondence amandeepgill954@gmail.com

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

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

A Clustering Routing Protocol for Energy Balance of Wireless Sensor Network based on Simulated Annealing and Genetic Algorithm

A Clustering Routing Protocol for Energy Balance of Wireless Sensor Network based on Simulated Annealing and Genetic Algorithm , pp.71-82 http://dx.doi.org/10.14257/ijhit.2014.7.2.08 A Clustering Routing Protocol for Energy Balance of Wireless Sensor Network based on Simulated Annealing and Genetic Algorithm Haitao Zhang, Shiwei

More information

IN THE past years, there have been increasing advances

IN THE past years, there have been increasing advances IEEE SENSORS JOURNAL, VOL. 12, NO. 9, SEPTEMBER 2012 2891 Fuzzy-Logic-Based Clustering Approach for Wireless Sensor Networks Using Energy Predication Jin-Shyan Lee, Senior Member, IEEE, and Wei-Liang Cheng

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

ADAPTIVE CLUSTERING IN WIRELESS SENSOR NETWORK: CONSIDERING NODES WITH LOWEST- ENERGY

ADAPTIVE CLUSTERING IN WIRELESS SENSOR NETWORK: CONSIDERING NODES WITH LOWEST- ENERGY ADAPTIVE CLUSTERING IN WIRELESS SENSOR NETWORK: CONSIDERING NODES WITH LOWEST- ENERGY Amir Akhavan Kharazian 1, Kamal Jamshidi and Mohammad Reza Khayyambashi 2 1 Department of Computer Engineering, University

More information