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

Size: px
Start display at page:

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

Transcription

1 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 University Phagwara, Punjab, India 2 Assistant Professor, Department of Electronics and Communication, Lovely Professional University Phagwara, Punjab, India 3 Department of Electronics and Communication, Lovely Professional University Phagwara, Punjab, India Abstract: Wireless sensor networks are composed of low cost and extremely power constrained sensor nodes. In many applications of wireless sensor networks, a sensor node senses the environment to get data and delivers them to the sink via a single hop or multi-hop path. In wireless sensor networks, due to limited battery power of sensor nodes, one of the key challenge is to achieve minimum energy consumption in order to maximize network lifetime. Low Energy Adaptive Clustering Hierarchy (LEACH) is a well known routing protocol in WSN. It is a Clustering based protocol which helps in improving the lifetime of wireless sensor network This paper describes the comparative analysis of LEACH protocol with its various descendant protocols. Keywords: WSN, LEACH, Energy Efficiency I. INTRODUCTION The recent developments in making energy efficient Wireless Sensor Network is giving a new direction to deploy WSN in applications like surveillance, industrial monitoring, traffic monitoring, habitat monitoring, cropping monitoring, crowd counting etc. The growing use of these networks is making engineers to evolve innovative and efficient ideas in this field. A lot of research in data routing, data compression and in-network aggregation has been proposed in recent years [1]. A wireless sensor network consists of a large number of nodes spread over a specific area where we want to look after at the changes going on there. A sensor node generally consists of sensors, actuators, memory, a processor and they do have communication ability. Wireless sensor nodes, which are compact, light-weighted, and battery-powered devices that can be used virtually in any environment. Because of these special characteristics, sensor nodes are usually deployed near the targets of interest in order to do close-range sensing. All the sensor nodes are allowed to communicate through a wireless medium. The wireless medium may either of radio frequencies, infrared or any other medium, of course having no wired connection. These nodes are deployed in a random fashion and they can communicate among themselves to make an ad-hoc network. Basically nodes are driven by batteries and in many applications it is not easy to replace the batteries or sometimes not even recharge the batteries so each node has a limited energy supply [2] [3]. If the node is not able to communicate with other through direct link, i.e. they are out of coverage area of each other. The data can be sent to the other node by using the nodes in between them. This property is referred as multi-hoping. A network with clustering is divided into several clusters. Within each cluster, one of the sensor nodes is elected as a cluster head (CH) and with the rest being cluster members (CM). All sensor nodes work cooperatively to serve the requests. Cluster head collects the data locally from the cluster members and transmits the aggregated data either directly or via multi-hop transmission to the sink. Since the cluster heads spend more energy than the non-cluster heads so to distribute the workload of the cluster heads among the wireless sensor nodes their role is rotated among all nodes in order to equalize energy consumption [3]. Generally WSNs are not centralized one as there is peer-to-peer communication between the nodes. So there is no requirement of prior established infrastructure to deploy the network. WSN gives flexibility of adding nodes and removing the nodes as required. But this gives rise to many drastic changes to deal with in the network topology such as updating the path, or the network tree, etc. In a WSN the node that gathers the data information refers to sink. The sink may be connected to the outside world through internet where the information can be utilized within time constraints. The main problem in using these networks is limited battery life. This is due to fact that the size of a sensor node is expected to be small and this leads to constraints on size of its components i.e. battery size, processors, data storing memory, all are needed to be small. So any optimization in these ISSN: Page 22

2 networks should focus on optimizing energy consumption. In WSN a lot of sensed data and routing information has to be sent which often 3 have some time constraints so that the information can be utilized before any mishap occurs, e.g. industrial monitoring, machinery monitoring, etc. The energy power consumption is much higher in data communication than internal processing. So energy conservation in WSN is needs to be addressed. Usually sensor nodes rely on a battery with limited lifetime, and their replacement is not possible due to physical constraints. Moreover the architecture and protocol of sensor networks must be able to scale up any number of sensor nodes. Since the battery lifetime can be extended if we manage to reduce the amount of communication, caching only the useful data for each sensor either in its local store or in the neighborhood nodes can prolong the network lifetime[1], [4], [5]. node through periodically selecting different nodes as cluster-head. This makes the survival time of nodes close to the lifetime of network. Thus, the energy consumption can be reduced and the lifetime of the entire network can be prolonged. There are two phases in LEACH protocol: i) Setup phase ii) steady-state phase. In the setup phase the clusters are formed and the cluster-heads are selected. In the steady-state phase, the data from non-cluster heads are transmitted to the sink. The sensor nodes communicate to the cluster-heads using TDMA schedule. The nodes communicate to the cluster-head only in their allotted slots. It avoids collision. The cluster-heads are selected randomly for every round [4], [8], [9]. The operation of LEACH is divided into several rounds. Each round begins with a set-up phase when the clusters are organized, followed by a steady state phase. In the set-up state when the clusters are organized, the LEACH sets a threshold value T (n) first, and then sensor node i generates a random number between 0 and 1 automatically by distributed computing. If the random number < T (n), the node will become the cluster-head of the current round r, and common nodes join in the nearest cluster. After a period of data transmission, the network starts cluster reconstruction of the new round. And the circular processes like that. The threshold value [6] is: T(n) = p/1-p*(rmod1/p) if nɛg 0 otherwise Fig.1 Wireless sensor network II. LEACH PROTOCOL Leach is called Energy efficient Adaptive protocol for clustered Wireless sensor networks. This protocol facilitates the nodes with more residual energy have more chances to be selected as cluster head. In order to extend the lifetime of the whole sensor network, energy load must be evenly distributed among all sensor nodes so that the energy at a single sensor node or a small set of sensor nodes will not be drained out very soon. Low Energy Adaptive Clustering Hierarchy (LEACH) is the first energy efficient routing protocol for hierarchical clustering. It reduces the energy significantly. The LEACH protocol forms clusters in the sensor networks and randomly selects the Clusterheads for each cluster. Non cluster-head nodes sense the data and transmit to the cluster-heads. The clusterheads aggregate the received data and then forward the data to the sink. The basic principle is that it assigns overall energy consumption of the network uniformly to each sensor Where p is the probability of the nodded being selected as a cluster-head node; r is the number of rounds passed, and G is the collection of ordinary nodes; mod denotes modulo operator. The value of p is the expected number of cluster-head nodes. In the LEACH algorithm, all nodes in the cluster take it turns to act as the head node, to achieve the purpose of balancing node energy consumption. Therefore, only the nodes that have not already been cluster-heads recently and have more energy available may become cluster-heads at round r +1. Once the cluster-head is selected, all nodes join the corresponding cluster according to the broadcast signal intensity of the cluster-head node. Then, the cluster set-up phase of this round is completed. When the cluster-head assigns time slots for its members using TDMA mode, the network will enter the steady-state. In this phase, after all member nodes sent monitoring data information, the head node will process data fusion, and then send data information to the base station. After this round, it turns to the next round, and starts cluster reconstruction of the new round [6]. ISSN: Page 23

3 consumption minimum. In the E-LEACH minimum spanning tree between cluster heads is used, choose the cluster head which has largest residual energy as the root node [8]. Fig.2 Leach protocol architecture. III. DISADVANTAGES OF THE LEACH PROTOCOL Although LEACH protocol prolongs the network lifetime in contrast to plane multi-hop routing and static routing, it still has problems. The cluster heads are elected randomly, so the optimal number and distribution of cluster heads cannot be ensured. The nodes with low remnant energy have the same priority to be a cluster head as the node with high remnant energy. Therefore, those nodes with less remaining energy may be chosen as the cluster heads which will result that these nodes may die first. The cluster heads communicate with the base station in single-hop mode which makes LEACH cannot be used in large-scale wireless sensor networks for the limit effective communication range of the sensor nodes [8]. IV. LEACH PROTOCOL S DESCENDANTS A. Enhanced-leach (E-LEACH) E-LEACH IS based on LEACH protocol to balance the energy consumption of sensor nodes in order to solve the overload energy consumption problem. The E-LEACH adopts the same round concept with the original LEACH. In hierarchical routing protocols, the number of cluster-heads is a key factor that affects the performance of routing protocols. If the number of cluster-heads is less, each cluster-head needs to cover larger region, this will lead the problem that some cluster-members get far from their cluster-heads and consume much more energy. As the communication between cluster heads and the base station needs much more energy than common nodes, the excessive number of cluster-heads will increase the energy consumption of the whole network and shorten the network lifetime. Therefore, it is necessary to select optimal cluster head number to make the energy Fig.3 Architecture of E-LEACH B. Two level leach (TL- LEACH) In LEACH protocol, the CH collects and aggregates data from sensors in its own cluster and passes the information to the BS directly. CH might be located far away from the BS, so it uses most of its energy for transmitting and because it is always on it will die faster than other nodes. A new version of LEACH called Two-level Leach was proposed. In this protocol; CH collects data from other cluster members as original LEACH, but rather than transfer data to the BS directly, it uses one of the CHs that lies between the CH and the BS as a relay station [4].. Fig.4 TL-LEACH ISSN: Page 24

4 C. Multi-hop leach (M-LEACH) In LEACH protocol the information is transmitted from cluster head (CH) to base station (BS) node through single hop communication no matter the distance between BS and CH. Energy consumption will be more if distance is far. This M-LEACH protocol modifies LEACH allowing sensor nodes to use multi-hop communication within the cluster in order to increase the energy efficiency of the protocol. This work extends the existing solutions by allowing multi-hop inter-cluster communication in WSNs in which the direct communication between CHs or the sink is not possible due to the distance between them. Thus, the main innovation of the solution proposed here is that the multi-hop approach is followed inside the cluster and outside the cluster. CHs can also perform data fusion to the data receive, allowing a reduction in the total transmitted and forwarded data in the network [7]. heads are selected with use of the simulated annealing algorithm. The base station sends all nodes a message of the optimum cluster head IDs (Identifiers). The node, the ID of which is the same as the optimum cluster head ID, is nominated as a cluster head and prepares a TDMA schedule for data transfer. Other nodes wait for the TDMA schedule from their cluster heads [9]. Although LEACH-C solves the problem of uncertainty on the number of cluster-head at each round in LEACH, it still has problems such as preselection cluster-head, equal opportunities for clusterhead selection mechanism, and the unbalancing energy loads. This phenomenon means that nodes with less energy remaining may be also become clusterheads. However, once these nodes become clusterhead, their energy will soon exhaust. In the later periods of the network, even the phenomenon of the cluster-head is dead where it have not energy to forward the information may occurred. Therefore, the selection mechanism of cluster-head affects the performance and lifetime of the entire network. Besides, through the analysis of the node residual energy distribution, the network lifetime has direct relation to whether the energy utilization is balanced [9]. E. Cell-leach Fig.5 Multi-hop transmission (M-LEACH) D. Leach centralized (LEACH-C) The disadvantage to LEACH is that the number of cluster head nodes is little ambiguous to count. LEACH-C. has been proposed to clarify this problem. LEACH-C provides an efficient clustering configuration algorithm, in which an optimum cluster head is selected with minimization of data transmission energy between a cluster head and other nodes in a cluster. In LEACH-C, the base station receives information about residual node energy and node positions at the set up phase of each round. The received data can compute an average residual energy for all nodes. The nodes with less than average energy are excluded in selection of cluster heads. Among the nodes that have more than average energy, cluster In this proposed method, sensor network once will be divided in sections which are called cell. Each cell includes several sensors. One sensor which is inside the cell is selected as head of the cell. Each seven near cells will form a cluster, each provided with a sensor which is known as cluster-head, as shown in figure1. Clustering and celling will remain the same as long as network is working, just cell-heads and cluster-heads change dynamically. Cell-head inside each cell allocates a limit of time on the basis of TDM (Time Division Multiplexing) to sensor nodes. Each cell should transfer its data to the cell-head in designated time. This method is also used for transferring data from cell-head to cluster-head. When transferring data, all the cell nodes remain off (except the node that is already in charge of slicing time). Then cell head will either delete redundant information or aggregate received information from different sources. After removing redundant information and aggregating data in cell-head, this information will be send to cluster-heads. ISSN: Page 25

5 Fig.6 Cell-leach All the functions that are done in cell-head will be performed in cluster-head as well. To select cell-head and cluster-head the same technique will be used. The first time after the network setup, a cell-head inside each cell and a cluster-head inside each cluster will be determined randomly, since all the sensors have the same energy. In next times, as an example, each old cell-head have to select a new cell-head dynamically and replace it [9]. F. Vice-cluster head leach (V- LEACH) In LEACH protocol, the cluster contains; Cluster Head (CH). But when the cluster head does not have sufficient energy to transmit the received data (from cluster members) to the base station (BS) and cluster head dies, in this case the data of the particular cluster will not reach to BS. To overcome this problem V- LEACH is introduced. It includes CH (responsible only for sending data that is received from the cluster members to the BS), a vice-ch (the node that will become a CH of the cluster in case of CH dies), cluster nodes (gathering data from environment and send it to the CH). In the original leach, the CH is always on receiving data from cluster members, aggregate these data and then send it to the BS that might be located far away from it. The CH will die earlier than the other nodes in the cluster because of its operation of receiving, sending and overhearing. When the CH die, the cluster will become useless because the data gathered by cluster nodes will never reach the base station. Fig.7 Vice-Cluster Head LEACH (V-LEACH) In our V-LEACH protocol, besides having a CH in the cluster, there is a vice-ch that takes the role of the CH when the CH dies because the reasons we mentioned above. By doing this, cluster nodes data will always reach the BS; no need to elect a new CH each time the CH dies. This will extend the overall network life time [4]. V. CONCLUSION In this paper, a well-known protocol in wireless sensor networks called LEACH is described. LEACH is first low energy protocol introduced in WSN which save energy and increase lifetime of the sensor networks. With the number of advantages of LEACH protocol it also comes with some disadvantages. To overcome those disadvantages and make LEACH more efficient many descendants of LEACH protocol are introduced and some of them like E-LEACH, TL-LEACH, MULTI-HOP LEACH, LEACH-C, CELL-LEACH and V-LEACH are described in this paper that how these protocol overcome the disadvantage of the LEACH protocol and make the sensor networks more efficient. REFERENCES 1. Vivek Katiyar Narottam Chand Surender Soni Improving Lifetime of Large-scale Wireless Sensor Networks through Heterogeneity ICETECT Chi-Tsun Cheng, Chi K. Tse, C. M. Lau A Clustering Algorithm for Wireless Sensor Networks Based on Social Insect Colonies 2010 IEEE 3. Chi-Tsun Cheng, Chi K. Tse and Francis C. M. Lau A Delay- Aware Data Collection Network Structure for Wireless Sensor Networks 2011 IEEE 4. M. Bani Yassein, A. Al-zou'bi, Y. Khamayseh, W. Mardini Improvement on LEACH Protocol of Wireless Sensor Network (VLEACH) International Journal of Digital Content Technology and its Applications Volume 3, Number 2, June Aruna Pathak, Zaheeruddin, D.K. Lobiyal, Manoj Kr. Tiwari Improvement of Lifetime of Wireless sensor network by jointly effort of Exponential node distribution and mixed routing 2012 International Conference on Communication Systems and Network Technologies ISSN: Page 26

6 6. Chenmin Li, Guoping Tan, Jingyu Wu, Zhen Zhang, Lizhong Xu Analyzing Cluster-head Selection Mechanisms and Improving the LEACH 2011 IEEE 7. Hwa Young Lim, Sung Soo Kim, Hyun Jun Yeo, Seung Woon Kim, and Kwang Seon Ahn Maximum Energy Routing Protocol based on Strong Head in Wireless Sensor Networks 2007 IEEE 8. Jia Xu,Ning Jin, Xizhong Lou,Ting Peng,Qian Zhou,Yanmin Chen Improvement of LEACH protocol for WSN 2012 IEEE 9. Arezoo Yektaparast, Fatemeh-Hoda Nabavi, Adel Sarmast An Improvement on LEACH Protocol (Cell-LEACH) ISSN: Page 27

Rajendra Singh Kushwah Deptt.of Computer Science & Engineering Institute of Technology & Management, Gwalior_INDIA

Rajendra Singh Kushwah Deptt.of Computer Science & Engineering Institute of Technology & Management, Gwalior_INDIA A Survey on Leach and its Enhanced Protocols in WSN Tripti Agrawal Research Scholar Deptt.of Computer Science & Engineering Institute of Technology & Management Gwalior_INDIA Rajendra Singh Kushwah Deptt.of

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

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

A Comparative Study on Advances in LEACH Routing Protocol for Wireless Sensor Networks: A survey

A Comparative Study on Advances in LEACH Routing Protocol for Wireless Sensor Networks: A survey A Comparative Study on Advances in LEACH Routing Protocol for Wireless Sensor Networks: A survey Alakesh Braman 1, Umapathi G. R 2 M.Tech. Student, Dept., of Information Science and Engineering, Acharya

More information

PEGASIS : Power-Efficient Gathering in Sensor Information Systems

PEGASIS : Power-Efficient Gathering in Sensor Information Systems 2015 IJSRST Volume 1 Issue 5 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Engineering and Technology PEGASIS : Power-Efficient Gathering in Sensor Information Systems Alpesh R. Sankaliya

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

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

A Survey on Energy Efficient Hierarchical (Leach) Clustering Algorithms in Wireless Sensor Network

A Survey on Energy Efficient Hierarchical (Leach) Clustering Algorithms in Wireless Sensor Network A Survey on Energy Efficient Hierarchical (Leach) Clustering Algorithms in Wireless Sensor Network M.Usha 1, Dr.N.Sankarram 2 Dept of CSE, Velammal Engineering College. Chennai, India 1 Dept of CSE, RMK

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

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

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

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

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

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

The Study of Distributed and Centralized Cluster Formation Protocol in WSNs

The Study of Distributed and Centralized Cluster Formation Protocol in WSNs The Study of Distributed and Centralized Cluster Formation Protocol in WSNs Anil Kumar K N 1, Chethan Kumar B H 2, Mohan B A 3, Dr. Sarojadevi H 4 12 PG Student, CSE Dept, Nitte Meenakshi Institute of

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

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

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

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

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

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

Fault tolerant Multi Cluster head Data Aggregation Protocol in WSN (FMCDA)

Fault tolerant Multi Cluster head Data Aggregation Protocol in WSN (FMCDA) Fault tolerant Multi Cluster head Data Aggregation Protocol in WSN (FMCDA) Sushruta Mishra 1, Lambodar Jena 2, Alok Chakrabarty 3, Jyotirmayee Choudhury 4 Department of Computer Science & Engineering 1,

More information

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS e-issn 2455 1392 Volume 1 Issue 1, November 2015 pp. 1-7 http://www.ijcter.com ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS Komal Shah 1, Heena Sheth 2 1,2 M. S. University, Baroda Abstract--

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

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

WIRELESS SENSOR NETWORK S LIFE TIME ENHANCEMENT WITH AID OF DATA FUSION, LEACH-C AND SPREADING TECHNIQUES

WIRELESS SENSOR NETWORK S LIFE TIME ENHANCEMENT WITH AID OF DATA FUSION, LEACH-C AND SPREADING TECHNIQUES I J I T E ISSN: 2229-7367 3(-2), 202, pp. 375-380 WIRELESS SENSOR NETWORK S LIFE TIME ENHANCEMENT WITH AID OF DATA FUSION, LEACH-C AND SPREADING TECHNIQUES NAGARAJAN M. & GEETHA T. 2 Programmer, Department

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

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

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

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

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

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

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

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

CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION

CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION CROSS LAYER PROTOCOL (APTEEN) USING WSN FOR REAL TIME APPLICATION V. A. Dahifale 1, N. Y. Siddiqui 2 PG Student, College of Engineering Kopargaon, Maharashtra, India 1 Assistant Professor, College of Engineering

More information

IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS

IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS 1 M.KARPAGAM, 2 DR.N.NAGARAJAN, 3 K.VIJAIPRIYA 1 Department of ECE, Assistant Professor, SKCET, Coimbatore, TamilNadu, India

More information

Neural Network based LEACH Clustering Algorithm in WSN

Neural Network based LEACH Clustering Algorithm in WSN Neural Network based LEACH Clustering Algorithm in WSN 1 Inderjeet Singh; 2 Pooja; 3 Varsha 1 Research Scholar, CTIEMT Shahpur, Jalandhar, Punjab, India 2 Assistant Professor, CTIEMT Shahpur, Jalandhar

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

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

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

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

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

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

More information

Survey on Reliability Control Using CLR Method with Tour Planning Mechanism in WSN

Survey on Reliability Control Using CLR Method with Tour Planning Mechanism in WSN Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.854

More information

To Enhance the Lifetime of WSN Network using PSO

To Enhance the Lifetime of WSN Network using PSO To Enhance the Lifetime of WSN Network using PSO K.SyedAliFathima 1, T.Sumitha 2 Assistant Professor, M. Kumarasamy College of engineering, Karur, Tamilnadu, India 1 PG Student, M. Kumarasamy College of

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

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

Enhanced Leach for Better Cluster Management Using MAX-HEAP

Enhanced Leach for Better Cluster Management Using MAX-HEAP Enhanced Leach for Better Cluster Management Using MAX-HEAP Rajni Kamboj 1, Rohit Chahal 2 1 M.Tech Scholar, Dept.of CSE, Haryana Engineering College Jagadhri 2 Lecturar CSE,Haryana Engineering College,Jagadhri

More information

Distributed Fuzzy Logic-based Cluster Routing for Wireless Sensor Networks

Distributed Fuzzy Logic-based Cluster Routing for Wireless Sensor Networks 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

More information

Enhancing Life Span for WSN Nodes using LEACH, Huffman Data Fusion and TSP- NN Algorithm

Enhancing Life Span for WSN Nodes using LEACH, Huffman Data Fusion and TSP- NN Algorithm Enhancing Life Span for WSN Nodes using LEACH, Huffman Data Fusion and TSP- NN Algorithm 1 M. Nagarajan, 2 S. Valli, 3 R. Sankaranarayanan 1 Programmer/ CSE, 2 Programmer/ CSE, 3 Programmer/ CSE 1 Valliammai

More information

CLUSTER HEAD SELECTION USING QOS STRATEGY IN WSN

CLUSTER HEAD SELECTION USING QOS STRATEGY IN WSN CLUSTER HEAD SELECTION USING QOS STRATEGY IN WSN Nidhi Bhatia Manju Bala Varsha Research Scholar, Khalsa College of Engineering Assistant Professor, CTIEMT Shahpur Jalandhar, & Technology, Amritsar, CTIEMT

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

Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor Network

Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor Network ISSN (e): 2250 3005 Volume, 06 Issue, 06 June 2016 International Journal of Computational Engineering Research (IJCER) Efficient Cluster Based Data Collection Using Mobile Data Collector for Wireless Sensor

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

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

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

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

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

ENERGY PROFICIENT CLUSTER BASED ROUTING PROTOCOL FOR WSN 1

ENERGY PROFICIENT CLUSTER BASED ROUTING PROTOCOL FOR WSN 1 ENERGY PROFICIENT CLUSTER BASED ROUTING PROTOCOL FOR WSN 1 Shriom Maurya, 2 Shish Ahmad, 3 Mohd Haroon Dept. of Computer Sc. & Engg., Integral University Lucknow, India 1 Shriommaurya87@gmail.com, 2 shish@iul.ac.in,

More information

Energy Efficient and Collision Aware Routing Algorithm for Wireless Sensor Networks

Energy Efficient and Collision Aware Routing Algorithm for Wireless Sensor Networks Energy Efficient and Collision Aware Routing Algorithm for Wireless Sensor Networks Vinitha 1 1 Assistant Professor, Computer Science Engineering, P.S.R.Engineering College, Tamilnadu, India ABSTRACT Wireless

More information

Time Synchronization in Wireless Sensor Networks: CCTS

Time Synchronization in Wireless Sensor Networks: CCTS Time Synchronization in Wireless Sensor Networks: CCTS 1 Nerin Thomas, 2 Smita C Thomas 1, 2 M.G University, Mount Zion College of Engineering, Pathanamthitta, India Abstract: A time synchronization algorithm

More information

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication Vol., Issue.3, May-June 0 pp--7 ISSN: - Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication J. Divakaran, S. ilango sambasivan Pg student, Sri Shakthi Institute of

More information

A Survey On: Cluster Based Routing Protocols in Wireless Sensor Network

A Survey On: Cluster Based Routing Protocols in Wireless Sensor Network A Survey On: Cluster Based Routing Protocols in Wireless Sensor Network Sunil Kumar Patel 1, Dr. Ravi Kant Kapoor 2 P.G. Scholar, Department of Computer Engineering and Applications, NITTTR, Bhopal, MP,

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

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

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

Wireless Sensor Network Optimization using multiple Movable Sensors for Data Gathering

Wireless Sensor Network Optimization using multiple Movable Sensors for Data Gathering AUSTRALIAN JOURNAL OF BASIC AND APPLIED SCIENCES ISSN:1991-8178 EISSN: 2309-8414 Journal home page: www.ajbasweb.com Wireless Sensor Network Optimization using multiple Movable Sensors for Data Gathering

More information

Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology. Mobile Communication

Rab Nawaz Jadoon DCS. Assistant Professor. Department of Computer Science. COMSATS Institute of Information Technology. Mobile Communication Rab Nawaz Jadoon DCS Assistant Professor COMSATS IIT, Abbottabad Pakistan COMSATS Institute of Information Technology Mobile Communication WSN Wireless sensor networks consist of large number of sensor

More information

Keywords LEACH, Cluster head,wsn, Hierarchal, Energy efficiency.

Keywords LEACH, Cluster head,wsn, Hierarchal, Energy efficiency. Volume 5, Issue 11, November 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Review Paper

More information

A Survey on Energy Efficient Hierarchical Routing Protocol in Wireless Sensor Network

A Survey on Energy Efficient Hierarchical Routing Protocol in Wireless Sensor Network International Journal of Allied Practice, Research and Review Website: www.ijaprr.com (ISSN 2350-1294) A Survey on Energy Efficient Hierarchical Routing Protocol in Wireless Sensor Network Kaushik N. Gotefode

More information

There into, Ei : Residual energy of each node in I round; Er : average energy of rest nodes in I round;

There into, Ei : Residual energy of each node in I round; Er : average energy of rest nodes in I round; Volume 119 No. 16 2018, 1563-1567 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ Secure Data Aggregation Algorithms for Sensor Networks in the Presence of Collision Attacks A.AJIN ROCH

More information

DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE NETWORK LIFE TIME IN MANETS

DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE NETWORK LIFE TIME IN MANETS International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE NETWORK LIFE TIME IN MANETS Haftom Gebrehiwet Kidanu 1, Prof. Pallam

More information

A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks

A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks A Survey on Clustered-Aggregation Routing Techniques in Wireless Sensor Networks Sushma K M, Manjula Devi T H [PG Student], [Associate Professor] Telecommunication Department Dayananda Sagar College 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

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

A Modified Energy Efficient Communication Protocol for Wireless Sensor Network

A Modified Energy Efficient Communication Protocol for Wireless Sensor Network A Modified Energy Efficient Communication Protocol for Wireless Sensor Network Aman Deep Singh M. Tech (Computer Science & Engineering) B.S.A College of Engineering and Technology Mathura (U.P) INDIA ABSTRACT

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

A Comparative Study on LEACH Routing Protocol and its Variants in Wireless Sensor Networks: A Survey

A Comparative Study on LEACH Routing Protocol and its Variants in Wireless Sensor Networks: A Survey A Comparative Study on LEACH Routing Protocol and its Variants in Wireless Sensor Networks: A Survey Heena Dhawan Department of Computer Science and Engineering Guru Nanak Dev University Amritsar, Punjab

More information

Energy Conservation through Sleep Scheduling in Wireless Sensor Network 1. Sneha M. Patil, Archana B. Kanwade 2

Energy Conservation through Sleep Scheduling in Wireless Sensor Network 1. Sneha M. Patil, Archana B. Kanwade 2 Energy Conservation through Sleep Scheduling in Wireless Sensor Network 1. Sneha M. Patil, Archana B. Kanwade 2 1 Student Department of Electronics & Telecommunication, SITS, Savitribai Phule Pune University,

More information

Webpage: Volume 3, Issue III, March 2015 ISSN

Webpage:   Volume 3, Issue III, March 2015 ISSN A Survey on Hierarchical Routing Protocols for Wireless Sensor Networks Suparti Koul 1, Kiran Narang 2 1 M.Tech student Department of Computer Science and Engineering Hindu college of Engineering, Sonipat,

More information

Cluster Head Selection using Vertex Cover Algorithm

Cluster Head Selection using Vertex Cover Algorithm Cluster Head Selection using Vertex Cover Algorithm Shwetha Kumari V M.Tech Scholar (Computer Network Engineering), Dept. of Information Science & Engineering, NMAMIT, Nitte Vasudeva Pai Assistant Professor,

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

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

A Survey on Secure Routing for Cooperative Heterogeneous Network

A Survey on Secure Routing for Cooperative Heterogeneous Network A Survey on Secure Routing for Cooperative Heterogeneous Network Patil Madhuri Shivaji, Pro.S.P.Patil ME Student, Department of E&Tc, D.N.Patel COE Shahada Dis.Nandurbar, North Maharashtra University,

More information

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

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

More information

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

Clustering in Wireless Sensor Networks: Performance Comparison of EAMMH and LEACH Protocols using MATLAB

Clustering in Wireless Sensor Networks: Performance Comparison of EAMMH and LEACH Protocols using MATLAB Clustering in Wireless Sensor Networks: Performance Comparison of EAMMH and LEACH Protocols using MATLAB Nishanth Thimmegowda Department of Computer Science & Engineering MSRIT Monica R Mundada Research

More information

Optimization on TEEN routing protocol in cognitive wireless sensor network

Optimization on TEEN routing protocol in cognitive wireless sensor network Ge et al. EURASIP Journal on Wireless Communications and Networking (2018) 2018:27 DOI 10.1186/s13638-018-1039-z RESEARCH Optimization on TEEN routing protocol in cognitive wireless sensor network Yanhong

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

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

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

More information

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

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

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

Wireless Sensor Networks: Clustering, Routing, Localization, Time Synchronization

Wireless Sensor Networks: Clustering, Routing, Localization, Time Synchronization Wireless Sensor Networks: Clustering, Routing, Localization, Time Synchronization Maurizio Bocca, M.Sc. Control Engineering Research Group Automation and Systems Technology Department maurizio.bocca@tkk.fi

More information

A Genetic Algorithm Optimized Forward Aware Factor based Energy Balanced Routing in WSN

A Genetic Algorithm Optimized Forward Aware Factor based Energy Balanced Routing in WSN A Genetic Algorithm Optimized Forward Aware Factor based Energy Balanced Routing in WSN Harpreet Kaur Student, Chandigarah Engineering College, Landran, India. Dr. Rohit Bajaj Associate Professor, Chandigarah

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

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

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

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