Enhancement of LEACH Protocol Using Energy Heterogeneity Concept

Size: px
Start display at page:

Download "Enhancement of LEACH Protocol Using Energy Heterogeneity Concept"

Transcription

1 Enhancement of LEACH Protocol Using Energy Heterogeneity Concept Khushboo Pawar 1, Vishal Pawar 2, Tilotma Sharma 3 1 B.E. M.tech(IT),MITS Ujjain, India 2 B.E. M.E.(VLSI),SVITS Indore, India 3 B.E. M.tech(IT),MITS Ujjain, India Abstract Advances in wireless sensor network (WSN) technology has provided the availability of small and low-cost sensor nodes with capability of sensing various types of physical and environmental conditions. In the research area of wireless sensor networks the routing protocols is a major issue. One of the important issues in wireless sensor network is limited battery power within sensor nodes. In addition to maximize the lifespan of sensor nodes, it is preferable to distribute the energy dissipated throughout the wireless sensor network. Hierarchical routing protocols are best known in regard to energy efficiency. Low Energy Adaptive Clustering Hierarchy (LEACH) is one of the fundamental protocol in this class. In this paper, we propose a heterogeneous-aware protocol to prolong the time interval before the death of the first node, which is important for many applications where the response from the sensor network must be reliable. This is based on weighted election probabilities of each node to become cluster head according to the remaining energy in each node. The simulation results shows that Modified-LEACH yields longer stability region for higher values of extra energy brought by more powerful nodes.these results are further improved by applying genetic algorithm which is more effective in prolonging the network life time compared to LEACH. Keywords wireless sensor networks, hierarchical routing protocol, routing protocol,leach,genetic algorithm. 1. INTRODUCTION A Wireless Sensor Network has been recognized as one of the emerging technologies in the field of wireless communication.wsn is supposed to be made up of a large number of sensors and at least one base station. The sensors are autonomous small devices with several constraints like the battery power, computation capacity, communication range and memory. They also are supplied with transceivers to gather information from its environment and pass it on up to a certain base station, where the measured parameters can be stored and available for the end user. One of the major drawbacks with the operations of a WSN is lack of adequate energy in the battery powered nodes. Use of energy efficient routing algorithms can be useful to solve this problem. Hierarchical routing protocols are specifically designed to address the energy crisis in WSN. Heinzelman et al [1] proposed a hierarchical routing protocol, LEACH, to improve on energy efficiency and reliable transmission on a WSN. The main concept was formation of clusters of nodes from which one node became cluster head that transmit data to the base station on behalf of others. LEACH reduces communication energy by as much as 8x compared with direct transmission and minimum transmission- energy routing [1]. The major problem with the LEACH protocol is that it requires the user to specify probability for use with the threshold function. Because the network performance is extremely sensitive to this probability, and it is very difficult to find an optimum setting from available knowledge.this project further attempt to improve performance of LEACH protocol to prolong network lifetime by extending stable region. Objective of this research work is to modify Leach protocol by considering energy level of sensor nodes in the cluster head selection mechanism in heterogeneous environment.also finding optimal probability before the set-up phase of the first round for different locations of base station. We propose an improvement of Low Energy Adaptive Clustering Hierarchy (LEACH) protocol to further improve its energy efficiency capabilities. The remaining part of this paper is organized as follows. We briefly review numerous existing and emerging technologies that are related to the work presented in this paper in section 2. Section 3 summarizes the suggested approach of solving the problem formulated. In section 4, we present the proposed algorithm and implementation of the solution. Our simulation result is presented in section 5. Finally, in section 6, we conclude the paper from the work described and discusses possibilities for future development. 2. RELATED WORKS This section analyses prior published work in WSN study domain. It commences with an overview of WSN technology, then an analysis of routing protocols with an in-depth coverage of hierarchical routing protocol. We begin our study with a review of basic terminology and protocols that are energy efficient as well as some proposed methods of improvement and performance. In general, routing in WSNs can be divided into flatbased routing, hierarchical-based routing, and locationbased routing depending on the network structure [2]. Volume 2, Issue 1 January - February 2013 Page 49

2 The protocols which fall under these categories work with respect to the design constraints given for the network structure or area. Hierarchical routing is the procedure of arranging routers in a hierarchical manner [3]. The basic idea of hierarchical routing protocol is to organize sensor nodes into cluster based on the received signal strength and use local cluster-heads as routers to base station [1]. It performs local data fusion and aggregation at clusterheads to further reduce energy consumption. Sensor nodes elect themselves to be local cluster heads with a certain probability. The non-cluster head node will join a cluster-head that requires minimum communication energy [4]. In the hierarchical routing protocol, we assume that the base station is fixed and located far away from the sensors. Also, we assume that every sensor can reach the base station directly so it will limit the applicability of the protocol. LEACH [1] is one of the first hierarchical routing approaches for sensors networks. The idea proposed in LEACH has been an inspiration for many hierarchical routing protocols [5,6,7,8,9,10,11,12]. We explore hierarchical routing protocols LEACH and IB-LEACH in this section. 2.1 Leach Low-Energy Adaptive Clustering Hierarchy (LEACH) protocol for sensor networks is proposed by W. R. Heinzelman et.al [1] which minimizes energy dissipation in sensor networks. It is very famous hierarchical routing algorithms for sensor networks which make clusters of the sensor nodes based on the received signal strength. The 5% of the total number of nodes becomes the cluster head which act as router to the sink. Energy consumption is less as transmission will only be done by cluster head. Design: LEACH organizes nodes into clusters with one node from each cluster serving as a cluster-head (CH) shown in figure 1. It randomly selects some predetermined number of nodes as cluster heads. Cluster heads then advertise themselves and other nodes join one of those cluster heads whose signal they found strongest (i.e. the CH which is nearest to them) [1]. Figure 1: cluster based mechanism of LEACH in WSN Operation: LEACH operation is broken into rounds, with each round having a set-up phase and a steady state phase [1]. Set-up phase: During this phase, each node decides whether or not to become a cluster head (CH) for the current round. This decision is based on choosing a random number between 0 and 1, if number is less than a threshold T(s), the node become a cluster head for the current round. The threshold is defined as follows [1]: T(s) =p/1-p(r mod (1/p)) if s G (1) Where p is the desired percentage of cluster heads (e.g. 0.05), r is = the current round, and G is the set of nodes that have not been cluster heads in the last 1/p rounds. The cluster head node sets up a TDMA schedule and transmits this schedule to all the nodes in its cluster, completing the setup phase which is then followed by a steady-state operation. Steady-state phase: each cluster-head waits to receive data from all nodes in its cluster and then sends the aggregated or compressed result back to a BS. Figure 2: Time Line operation of LEACH [1] Weaknesses: Clustering is a good approach which, if implemented properly, can lead to energy efficient networking in WSNs. Despite the significant overall energy savings, however, the assumptions made by the protocol raise a number of issues as explained in [13]: LEACH assumes that all nodes can communicate with each other and are able to reach the sink (therefore, it is only suitable for small size networks), LEACH assumes that all nodes have data to send and so assign a time slot for a node even though some nodes might not have data to transmit, LEACH assumes that all nearby nodes have correlated data which is not always true, LEACH requires that all nodes are continuously listening ( this is not realistic in a random distribution of the sensor nodes, for example, where cluster-heads would be located at the edge of the network), there is no mechanism to ensure that the elected clusterheads will be uniformly distributed over the network ( hence, there is the possibility that all cluster heads will be concentrated in one part of the network), periodic dynamic clustering carries significant overhead which may off-set energy gains derived by the clustering option. 2.2 IB-Leach The Improved And Balanced Leach Protocol (IB- LEACH) [14], is an extension of the LEACH, which improves the stable region of the clustering hierarchy and decrease probability of failure nodes using the characteristic parameters of heterogeneity. Volume 2, Issue 1 January - February 2013 Page 50

3 Design: In this protocol a percentage of sensor nodes are equipped with more energy resources than the rest of the nodes. Let m be the fraction of the total number of nodes N which are equipped with a times more energy than the others and b is the fraction of the total number of nodes N which are elected Gateways. We refer to these powerful nodes as NCG nodes (node selected as normal node or cluster head or gateway), and the rest (1-m) * N as normal nodes. We assume that all nodes are distributed uniformly over the sensor field. Figure 3 The IB-LEACH Network model [14] Operation: Routing in IB-LEACH works in rounds and each round is divided into two phases, the Setup phase and the Steady State; each sensor knows when each round starts using a synchronized clock. Setup phase: During the set-up phase the gateways are elected and the clusters are organized. It is constituted by gateway selection algorithm and cluster selection algorithm and cluster formation algorithm. Steady State: After the set-up phase is the steady-state phase when data are transmitted from the nodes to the cluster head and on to the gateway that requires the minimum communication energy and transmit it to the BS. The duration of the steady phase is longer than the duration of the setup phase in order to minimize overhead. IB-LEACH improves the stable region of the clustering hierarchy and decrease probability of failure nodes using the characteristic parameters of heterogeneity in networks. It achieves better performance in this respect, compared LEACH in both heterogeneous and homogenous environments. 3. THE PROPOSED SCHEME In this section we introduce the proposed protocol. Proposed work introduces modified Leach to find out which sensor nodes are able to become cluster heads and how long they retains as cluster head on the basis of their energy level to prolong the network lifetime. The GA-based optimization procedure is performed to improve the results coming from modified Leach protocol for various base station placements. 3.1 Modified Leach protocol The original version of LEACH does not take into consideration the heterogeneity of nodes in terms of their initial energy, and as a result the consumption of energy resources of the sensor network is not optimized in the presence of such heterogeneity. In this Model, a heterogeneous-aware protocol to prolong the time interval before the death of the first node (we refer to as stability period), which is crucial for many applications where the feedback from the sensor network must be reliable. Our modified protocol improves the stable region of the clustering hierarchy process using the characteristic parameters of heterogeneity, namely the additional energy factor between advanced and normal nodes (α). Cluster head selection is randomly done, that take into account the additional energy factor between advanced and normal nodes (α) of sensor node. Our protocol successfully extends the stable region by being aware of heterogeneity through assigning probabilities of cluster-head election weighted by the relative initial energy of nodes. This yields a longer stability region for higher values of extra energy. 3.2 Methodology The impacts of heterogeneity of nodes, in terms of their energy, in wireless sensor networks that are hierarchically clustered are analyzed. In these networks some of the nodes become cluster heads, aggregate the data of their cluster members and transmit it to the sink. We assume that a percentage of the population of sensor nodes is equipped with additional energy resources. This is a source of heterogeneity which may result from the initial setting or as the operation of the network evolves. We also assume that the sensors are randomly (uniformly) distributed and are not mobile, the coordinates of the sink and the dimensions of the sensor field are known. We show that the behavior of such sensor networks becomes very unstable once the first node dies, especially in the presence of node heterogeneity. Classical clustering protocols assume that all the nodes are equipped with the Volume 2, Issue 1 January - February 2013 Page 51

4 same amount of energy and as a result, they cannot take full advantage of the presence of node heterogeneity. Method is applied in a sensor field of area m. Number of nodes in the field is 100. Initial energy of a node is 0.5 joule. Advanced nodes have α time more energy than a normal node. Hence energy of advanced node becomes = initial Energy (α). Initially the dissipated energy is zero & residual energy is the amount of initial energy in a node, hence total energy Et is the amount of residual energy. Average distance between the cluster-head and the base station is calculated by [15]. dbs= (one dimension of field/2) Optimum number of clusters are calculated by[15] K opt = Where, n is the number of nodes, ε fs, ε amp represent amplifier energy consumptions for a short distance and long distance transmission, M is one dimension of field. The average distance between the cluster members and the cluster-head is calculated by[15] The total energy dissipated in the network during a round is calculated by[15] E t = Where, E da is the data aggregation energy. Also we calculated the average energy Ea of a node after the particular round with the knowledge of total energy and a particular number of round numbers.[15] Ea= 1/n(Et (1 - r/rmax)) Here, r is the current round and Rmax is the maximum number of rounds. We calculated the dead statistics before assigning a cluster head, and its value renewed every new round. The new expression for optimum probability can be calculated from different energy levels and optimum probability defined earlier, for the cluster head selection in nodes which have higher energy. p(i)= Here, an Advanced will becomes Cluster Head, if a Temporary number assigned to it is Less than the Probability Structure Below, T(s i )=p i /1-p i (r mod(1/p i )) if s G eq.(1) Here, Pi is come out from new expression for optimum probability p(i) After an advanced becomes cluster head, energy models are applied to calculate the amount of energy spent by it on that particular round and complete the round of steady state phase. If a node will not an advanced node and discarded from the criteria above, than it goes to a set of normal node, and follow the behaviour of normal node and complete the round of steady state phase. Each node is elected cluster-head once every 1/P rounds (election length). On average, n x P nodes elected per round. 3.3 Genetic Algorithm based optimization A Genetic Algorithm performs fitness tests on new structures to select the best population. Fitness determines the quality of the individual on the basis of the defined criteriain a genetic algorithm, fitness is evaluated by the function defining the problem. The fate of an individual chromosome depends on the fitness value; the better the fitness value, the better the chance of survival. Genetic Algorithms solve design problems similar to that of natural solutions for biological design problems [16]. 1) Population: A population consists of a group of individuals called chromosomes that represent a complete solution to a defined problem. Each chromosome is a sequence of 0s or 1s. The initial set of the population is a randomly generated set of individuals. 2) Fitness: In nature, an individual s fitness is its ability to pass on its genetic material. This ability includes traits that enable it to survive and further reproduce [2]. In a genetic algorithm, fitness is evaluated by the function defining the problem. The fate of an individual chromosome depends on the fitness value. The chances of survival are higher for better fitness values. 3) Selection: The selection process determines which of the chromosomes from the current population will mate (crossover) to create new chromosomes. These new chromosomes join the existing population. This combined population will be the basis for the next selection. The individuals (chromosomes) with better fitness values have better chances of selection. 4) Crossover: Crossover is also known as recombination of component materials due to mating. It is a simulation of the sexual reproductive process which is responsible for the transfer of genetic inheritance. Volume 2, Issue 1 January - February 2013 Page 52

5 The outcome of crossover heavily depends on the selection of chromosomes made from the population. 5) Mutation: As a result of crossover, the new generation introduced will only have the traits of the parents. This can sometimes lead to a problem where no new genetic material is introduced in the offspring. Mutation allows new genetic patterns to be introduced in the new chromosomes. Mutation introduces a new sequence of genes into a chromosome but there is no guarantee that mutation will produce desirable features in the new chromosome. Genetic Toolbox in MATLAB7.7 The Genetic Algorithm and Direct Search Toolbox is a collection of functions that extend the capabilities of the Optimization Toolbox and the MATLAB numeric computing environment. The Genetic Algorithm and Direct Search Toolbox includes routines for solving optimization problems using Genetic algorithm Direct search These algorithms enable you to solve a variety of optimization problems that lie outside the scope of the standard Optimization Toolbox. All the toolbox functions are MATLAB M-files, made up of MATLAB statements that implement specialized optimization algorithms. Calling the Function ga at the Command Line To use the genetic algorithm at the command line, call the genetic algorithm function ga with the syntax [x fval] = ga(@fitnessfun, nvars, options) is a handle to the fitness function. nvars is the number of independent variables for the fitness function. options is a structure containing options for the genetic algorithm. If you do not pass in this argument, ga uses its default options. 4. IMPLEMENTATION The implementation procedure is described. We then attempt to analyze and interpret the data gathered during implementation and present the results. 4.1 Energy Dissipation radio model Depending on the distance between the transmitter and receiver, both the free space (d 2 power loss) and the multi path fading (d 4 power loss) channel models are used [15, 17]. Thus, to transmit a k-bit message a distance d, the radio expends: [17] where In the Expression, E elec =is the circuit energy cost for transmitting or receiving one bit data. ε fs = represent amplifier energy consumptions for a short distance transmission. ε amp =represent amplifier energy consumptions for a long distance transmission. d 0 = threshold distance. And to receive this k-bit message, the radio expends: 4.2 Simulation Parameters The table below indicates the other parameters as set during simulation. Table 1: Simulation Parameters Sr.No Parameter Value. 1 Simulation Area 100m x 100m 2 Channel type Channel/wireless channel 3 Radio propagation Two ray ground model 4 Number of nodes CH probability Energy model Battery 7 Transmitter amplifier Energy dissipation (a) Efs amp 10 pj/bit/m2 8 Initial node power 0.5 Joule 9 Nodes distribution Nodes are randomly distributed 10 Base Station position Located at 50 x 175 The resultant network after simulation setup looked as shown in figure 5. The nodes are randomly distributed across the sensor field. Field topography show the initial field distribution of the network, where LEACH protocol is implemented. A 100m*100m field is taken and nodes are randomly placed in it. Here, the nodes are shown by a star symbol (*). Figure 4 Radio energy dissipation model [17] Volume 2, Issue 1 January - February 2013 Page 53

6 4.4 Implementing Modified LEACH in MATLAB Figure 5 Field topography 4.3 Implementing LEACH in MATLAB In this work, the following assumptions were made. Nodes are homogenous. The nodes have initial uniform energy, of 0.5 joules. Each sensor node initially has the ability to transmit data to any other sensor node or directly to BS. The sensor nodes are stationary. Packet size is the same for all nodes, with a minimum packet size of 2000kbit. Nodes have unique IDs. A node belongs to only one cluster, but may change its cluster affiliation during each round. It was assumed that the sensor node are scattered all over the field. Steps for implementation are as following: Initializing the random sensor network and declaring the parameters used in the field. Declaring the initial energy level of nodes and advanced nodes have higher energy than that of normal node. After starting the round, we declare the election probability for advanced nodes on which selection criteria of cluster head depends. Firstly we check if there is a dead node in the sensor field, and checking this criteria after every round. Election of cluster heads for normal nodes and advanced node are done in different loops which depends on the election probability used. After a cluster head sent its data to sink, calculation of energy dissipated is done, through energy models considered in the project, in order to calculate how much energy dissipated after a steady state and whether a cluster head is eligible to transmits data in the next round too. This energy thoroughly depends upon the distance between base station and cluster head. The graph in figure 7 illustrates the number of rounds for which a node is alive at given time intervals for Modified LEACH protocol. The graph in figure 6 illustrates the number of rounds for which a node is alive at given time intervals for LEACH protocol. Figure 7 Comparison of the number of alive nodes as the round proceeds 5. COMPARISON BASED ON NETWORK LIFETIME Network lifetime is defined to be the overall period of time from the beginning of the sensor network to the instance the first node runs out of its energy. Figure 6 Comparison of the number of alive nodes as the round proceeds Volume 2, Issue 1 January - February 2013 Page 54

7 Table 2 shows the simulation results obtained using LEACH and presented modified LEACH protocols for BS located at different positions. The initial energy for all nodes was 0.5(J) and the probability p used in LEACH is 5%, same as the settings in [1,10]. The number of rounds required when the number of dead nodes is 1%, 20%, 50%, and 100% are recorded during simulations. From our results, the proposed protocol outperforms LEACH in terms of lifetime of network. Figure 8 Comparison of the number of alive nodes as the round proceeds Fig 8 shows how many nodes are still alive with transmission rounds, compared with LEACH after 1200 rounds. The result shows that the network lifetime of our proposed protocol is prolonged compared to that of LEACH. The modified leach protocol performs better than LEACH, but we can see that the sensor nodes of LEACH die quicker than our proposed protocol. It is because the LEACH also ignore the real and the expectance number of cluster heads maybe different, and it decreases the efficiency of LEACH. Table 2 comparison of network lifetimes (number of rounds) between LEACH and proposed protocols Base Station (x, y) (100,175) (150,175) Protocol used Nodes dead 1% 20% 50% 100% Leach Modified Leach MLeach Leach Modified Leach GA- GA- MLeach CONCLUSION The core operation of a WSN is to gather and convey the collected data to a distant BS for further processing and analysis. Gathering information from a WSN in an energy effective manner is of paramount importance in order to prolong its life span. This calls for use of an appropriate routing protocol to ensure efficient data transmission through the network. In this research project, we have proposed an Amend implementation of LEACH protocol based on energy heterogeneity and optimize it through genetic algorithm. The result of simulations conducted indicates that the proposed approach is more energy efficient and hence effective in prolonging the network life time compared to LEACH. REFERENCES [1] W. Heinzelman, A. Chandrakasan, and H. Balakrishnan, Energy-Efficient Communication Protocols for Wireless Micro sensor Networks (LEACH) in HICSS, vol. 8, Maui, Hawaii, January 2000, pp [Online]. Available: citeseer. ist.psu.edu/rabinerhelman00energyefficient.html. [2] Jamal N., Al-Karaki, Ahmed E. Kamal Routing Techniques in Wireless Sensor Networks: A Survey in the ICUBE initiative of Iowa State University, Ames, IA [3] Wikipedia, free encyclopedia, article on hierarchical routing, routing. [4] A Survey on routing protocols for wireless sensor networks, [5] V. Loscri, G. Morabito, and S. Marano, A Two- Level Hierarchy for Low-Energy Adaptive Clustering Hierarchy, DEIS Department, University of Calabria. [6] A. Manjeshwar and D. P. Agrawal, TEEN: A Protocol for Enhanced Efficiency in Wireless Sensor Network 1st international Workshop on Parallel and Distributed Computing Issues in Wireless Networks and Mobile Computing, 2001, p.189. [7] A. Manjeshwar and D. P. Agrawal, APTEEN: A Hybrid Protocol for Efficient Routing and Comprehensive Information Retrieval in Wireless Sensor Networks, 2nd International Workshop on Parallel and Distributed Computing Issues in Volume 2, Issue 1 January - February 2013 Page 55

8 Wireless Networks and Mobile Computing, 2002, [8] S. Lindsey and C. S. Raghavendra, PEGASIS: Power-efficient gathering in sensor information systems, in Proc. of the IEEE Aerospace Conference, vol. 3, Los Angels, CA, USA, March 2002, pp [9] O. Younis and S. Fahmy, HEED: A Hybrid Energy-Efficient Distributed Clustering Approach for Ad Hoc Sensor Networks, IEEE Transactions on Mobile Computing, vol. 3, no. 4, Oct-Dec [10]W.R.Heinzelman, A.Chandrakasan and H.Balakrishnan An Application-Specific Protocol Architecture for Wireless Micro sensor Networks, in IEEE Transactions on Wireless Communications (October 2002), vol. 1(4), pp [11] V. Mhatre and C. Rosenberg,.Homogeneous vs heterogeneous clustered sensor networks: a comparative study, Communications, 2004 IEEE International Conference on, 6, [12] 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 [13] K. Chan, F. Fekri, and H. Pishro-Niki, Analysis of hierarchical algorithms for wireless sensor network routing protocols, IEEE Wireless Communications and Networking Conference, vol. 3, pp , [14] BEN ALLA Said*, EZZATI abdellah**, Abderrahim BENI HSSANE *, Moulay Lahcen HASNAOUI *, Improved and Balanced LEACH for heterogeneous wireless sensor networks, in (IJCSE) International Journal on Computer Science and Engineering Vol. 02, No. 08, 2010, [15]Poonam Tyagi, Ravinder Prakash Gupta, Rakesh Kumar Gill, Comparative Analysis of Cluster Based Routing Protocols used in Heterogeneous Wireless Sensor Network, International Journal of Soft Computing and Engineering (IJSCE) ISSN: , Volume-1, Issue-5, November [16] A. Manjeshwar and D. Agrawal, APTEEN: A Hybrid Protocol for Efficient Routing and Comprehensive Information Retrieval in Wireless Sensor Networks, In Proceedings of the 2nd International Parallel and Distributed Computing Issues in Wireless Networks and Mobile Computing, pp , Ft. Lauderdale, FL, April [17] Nitin Mittal, Davinder Pal Singh, Amanjeet Panghal, R.S. Chauhan, Improved LEACH Communication Protocol for WSN, NCCI National Conference on Computational Instrumentation CSIO Chandigarh, INDIA, March Volume 2, Issue 1 January - February 2013 Page 56

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

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

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

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

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

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

More information

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

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

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

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

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

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

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

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

More information

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

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

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

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

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

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

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

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

Clustering Based Routing Protocols for Wireless Sensor Networks: A Survey

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

More information

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

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

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

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

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

Position-Based Clustering: An Energy-Efficient Clustering Hierarchy for Heterogeneous Wireless Sensor Networks

Position-Based Clustering: An Energy-Efficient Clustering Hierarchy for Heterogeneous Wireless Sensor Networks Position-Based Clustering: An Energy-Efficient Clustering Hierarchy for Heterogeneous Wireless Sensor Networks Abderrahim BENI HSSANE, Moulay Lahcen HASNAOUI, Mostafa SAADI, Said BENKIRANE Chouaïb Doukkali

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

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

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

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

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

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

More information

Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks

Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks G. Beni (Assistant Professor) Department of Information Technology, C.S.I Institute of Technology, Thovalai, Tamil Nadu, India.

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

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

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

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

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

More information

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

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

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

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

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

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

Distributed Cluster Head Election (DCHE) Scheme for Improving Lifetime of Heterogeneous Sensor Networks

Distributed Cluster Head Election (DCHE) Scheme for Improving Lifetime of Heterogeneous Sensor Networks Tamkang Journal of Science and Engineering, Vol. 13, No. 3, pp. 337 348 (2010) 337 Distributed Cluster Head Election (DCHE) Scheme for Improving Lifetime of Heterogeneous Sensor Networks Dilip Kumar 1

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

ENERGY AWARE CLUSTERING PROTOCOL (EACP) FOR HETEROGENEOUS WSNS

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

More information

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

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

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

EETSR: Energy Efficient Threshold Sensitive Hierarchical Routing Protocol for Wireless Sensor Network

EETSR: Energy Efficient Threshold Sensitive Hierarchical Routing Protocol for Wireless Sensor Network www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 6 June 2015, Page No. 12345-12351 EETSR: Energy Efficient Threshold Sensitive Hierarchical Routing Protocol

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

HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK

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

More information

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

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

More information

(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

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

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

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 4, April 213 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Event Driven Hierarchical

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

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

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

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

More information

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

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

More information

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

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

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

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

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

More information

A Proposed Technique for Reliable and Energy Efficient Hierarchical Routing in Heterogeneous Wireless Sensor Networks

A Proposed Technique for Reliable and Energy Efficient Hierarchical Routing in Heterogeneous Wireless Sensor Networks A Proposed Technique for Reliable and nergy fficient Hierarchical Routing in Heterogeneous Wireless Sensor Networks Bharti 1, Mamta Sachdeva 2 1 M.Tech(CS), 2 Associate Professor 1 Computer Science and

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

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

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

Energy Efficient Homogeneous WSN protocols : An Analysis

Energy Efficient Homogeneous WSN protocols : An Analysis Energy Efficient Homogeneous WSN protocols : An Analysis Shipra Singla, Asst. professor, Computer science and Engineering, Giani Zail Singh College of Engineering, Bathinda, India Karamjot Kaur Asst. professor,

More information

Energy Efficient Multihop Routing scheme with in Network Aggregation for WSN

Energy Efficient Multihop Routing scheme with in Network Aggregation for WSN International Journal of Computational Engineering & Management, Vol. 5 Issue 5, September 202 www..org 0 Energy Efficient Multihop Routing scheme with in Network Aggregation for WSN Manisha Jangra, Shamsher

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

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

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

More information

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

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

More information

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

Distributive Energy Efficient Adaptive Clustering Protocol for Wireless Sensor Networks

Distributive Energy Efficient Adaptive Clustering Protocol for Wireless Sensor Networks Distributive Energy Efficient Adaptive Clustering Protocol for Wireless Sensor Networks Udit Sajjanhar Indian Institute of Technology, Kharagpur, India udit.sajjanhar@iitkgp.ac.in Pabitra Mitra Indian

More information

Energy-Efficient Communication Protocol for Wireless Micro-sensor Networks

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

More information

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

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

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

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

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

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

More information

A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks

A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks A Genetic Algorithm-Based Approach for Energy- Efficient Clustering of Wireless Sensor Networks A. Zahmatkesh and M. H. Yaghmaee Abstract In this paper, we propose a Genetic Algorithm (GA) to optimize

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

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

SEP: A Stable Election Protocol for clustered heterogeneous wireless sensor networks

SEP: A Stable Election Protocol for clustered heterogeneous wireless sensor networks Boston University OpenBU Computer Science http://open.bu.edu CAS: Computer Science: Technical Reports 24-5-3 SEP: A Stable Election Protocol for clustered heterogeneous wireless sensor networks Smaragdakis,

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

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

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

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

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

Integrated Routing and Query Processing in Wireless Sensor Networks

Integrated Routing and Query Processing in Wireless Sensor Networks Integrated Routing and Query Processing in Wireless Sensor Networks T.Krishnakumar Lecturer, Nandha Engineering College, Erode krishnakumarbtech@gmail.com ABSTRACT Wireless Sensor Networks are considered

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

International Journal of Research in Advent Technology Available Online at:

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

More information

A Comparative Study of Multipath Routing Protocols in WSN Ms. Deepika 1 Dr. Pardeep Kumar 2

A Comparative Study of Multipath Routing Protocols in WSN Ms. Deepika 1 Dr. Pardeep Kumar 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online): 2321-0613 A Comparative Study of Multipath Routing Protocols in WSN Ms. Deepika 1 Dr. Pardeep Kumar

More information

A survey on Clustering Energy Efficient Hierarchical Routing Protocols in Wireless Sensor Networks

A survey on Clustering Energy Efficient Hierarchical Routing Protocols in Wireless Sensor Networks ISSN:2320-0790 A survey on Clustering Energy Efficient Hierarchical Routing Protocols in Wireless Sensor Networks N.Legapriyadharshini Department of Information Technology Adhiparasakthi Engineering college

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

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

A Novel Multihop Energy Efficient Heterogeneous Clustered Scheme for Wireless Sensor Networks

A Novel Multihop Energy Efficient Heterogeneous Clustered Scheme for Wireless Sensor Networks Tamkang Journal of Science and Engineering, Vol. 14, No. 4, pp. 359 368 (2011) 359 A Novel Multihop Energy Efficient Heterogeneous Clustered Scheme for Wireless Sensor Networks Dilip Kumar 1 *, Trilok

More information