IN THE past years, there have been increasing advances

Size: px
Start display at page:

Download "IN THE past years, there have been increasing advances"

Transcription

1 IEEE SENSORS JOURNAL, VOL. 12, NO. 9, SEPTEMBER Fuzzy-Logic-Based Clustering Approach for Wireless Sensor Networks Using Energy Predication Jin-Shyan Lee, Senior Member, IEEE, and Wei-Liang Cheng Abstract In order to collect information more efficiently, wireless sensor networks (WSNs) are partitioned into clusters. Clustering provides an effective way to prolong the lifetime of WSNs. Current clustering approaches often use two methods: selecting cluster heads with more residual energy, and rotating cluster heads periodically, to distribute the energy consumption among nodes in each cluster and extend the network lifetime. However, most of the previous algorithms have not considered the expected residual energy, which is the predicated remaining energy for being selected as a cluster head and running a round. In this paper, a fuzzy-logic-based clustering approach with an extension to the energy predication has been proposed to prolong the lifetime of WSNs by evenly distributing the workload. The simulation results show that the proposed approach is more efficient than other distributed algorithms. It is believed that the technique presented in this paper could be further applied to large-scale wireless sensor networks. Index Terms Cluster head selection, energy predication, fuzzy reasoning, wireless sensor networks. I. INTRODUCTION IN THE past years, there have been increasing advances in digital electronics, semiconductor manufacturing technology, and wireless communications leading to the development of low-power, low-cost, and small-size devices with embedded sensing, computing, and communication capabilities. A wireless sensor network (WSN) is composed of hundreds or even thousands of such sensor devices which use radio frequencies to perform distributed sensing tasks [1] [6]. In general, since these sensor devices are equipped with non-rechargeable batteries, energy efficiency is a major design issue in order to increase the life-time of sensor networks. Cluster-based design is one of the approaches to conserve the energy of the sensor devices since only some nodes, called cluster heads (CHs), are allowed to communicate with the base station. The CHs collect the data sent by each node in that cluster, compress it, and then transmit the aggregated Manuscript received January 17, 2012; revised April 19, 2012; accepted May 31, Date of publication June 13, 2012; date of current version August 1, This work was supported by the National Science Council (NSC), Taiwan, under Grant NSC E and Grant NSC E The associate editor coordinating the review of this paper and approving it for publication was Prof. Ralph Etienne-Cummings. The authors are with the Department of Electrical Engineering, National Taipei University of Technology, Taipei 10608, Taiwan ( jslee@mail.ntut.edu.tw; t @ntut.edu.tw). Color versions of one or more of the figures in this paper are available online at Digital Object Identifier /JSEN X/$ IEEE data to the base station. The representative design is low-energy adaptive clustering hierarchy (LEACH) protocol [7], [8], which uses a pure probabilistic model to select CHs and rotates the CHs periodically in order to balance energy consumption. However, in some cases, inefficient CHs can be selected. Because LEACH depends on only a probabilistic model, some cluster heads may be very close each other and can be located in the edge of WSNs. These inefficient cluster heads could not maximize the energy efficiency. Appropriate cluster-head selection can significantly reduce energy consumption and prolong the lifetime of WSNs. Some of the clustering algorithms employ fuzzy logic to handle uncertainties in WSNs. Generally, fuzzy clustering algorithms use fuzzy logic for blending different clustering parameters to select cluster heads. To overcome the defects of LEACH, Gupta et al. [9] proposed to use three fuzzy descriptors (residual energy, concentration, and centrality) during the cluster-head selection. The concentration means the number of nodes present in the vicinity, while the centrality indicates a value which classifies the nodes based on how central the node is to the cluster. In every round, each sensor node forwards its clustering information to the base station at which the CHs are centrally selected. However, this mechanism is a centralized approach. Kim et al. [10] proposed a similar approach (namely CHEF: Cluster Head Election mechanism using Fuzzy logic), but in a distributed manner by using two fuzzy descriptors (residual energy and local distance). The local distance is the total distance between the tentative CH and the nodes within predefined constant competition radius. Hence, the base station does not need to collect clustering information from all sensor nodes. Moreover, since selecting the cluster head is not easy in different environments which may have different characteristics, Anno et al. [11] employed different fuzzy descriptors, including the remaining battery power, number of neighbor nodes, distance from cluster centroid, and network traffics, and evaluated their performance. The sensor nodes closer to the base station consume much more energy due to the increased network traffic near the base station. Hence, the sensor nodes closer to the base station quickly run out of battery. Besides the residual energy, Bagci et al. [12] further considered a fuzzy descriptor, distance to the base station, during the cluster head selection. This unequal clustering approach is based on the idea of decreasing the cluster sizes when getting close to the base station.

2 2892 IEEE SENSORS JOURNAL, VOL. 12, NO. 9, SEPTEMBER 2012 Based on LEACH, most existing fuzzy clustering approaches [9] [15] considered the residual energy of sensor nodes during the CH selection. However, the remaining energy after being selected as a CH and running a round has never been discussed. A round refers to the interval between two consecutive cluster formation processes. In this paper, a fuzzylogic-based clustering approach with an extension to the energy predication has been proposed to prolong the lifetime of WSNs by evenly distributing the workload. In addition to the residual energy, the expected residual energy (ERE) has been introduced to act as a fuzzy descriptor during the on-line CH selection process. In order to estimate the ERE, the expected energy consumption (EEC) is required. In our work, the EEC would be quickly calculated via an off-line trained neural network model. The proposed approach adopts the LEACH architecture with an extension to the energy predication based on the ERE, and thus the approach is named LEACH-ERE. To the best of our knowledge, it is the first time that expected/estimated remaining energy is used in clusterhead selection for wireless sensor networks. The rest of this paper is organized as follows. Section II briefly introduces the predication of the energy consumption scheme. Next, a fuzzy-logic-based clustering approach is proposed in Section III. Then, in Section IV, an example of a 100-node wireless sensor network is provided to evaluate the proposed approach. Finally, Section V concludes this paper. II. PREDICATION OF THE ENERGY CONSUMPTION A. LEACH Clustering Algorithm LEACH [7], [8] is one of the clustering mechanisms to achieve the energy efficiency in the communication between sensor nodes. The operation of LEACH is divided into rounds. Each round begins with a set-up phase when the clusters are organized, followed by a steady-state phase when data are transferred from the nodes to the CH and on to the base station. LEACH forms clusters by using a distributed algorithm, where nodes make autonomous decisions without any centralized control. Each node i elects itself to be a CH at the beginning of round r + 1 (which starts at time t) with probability P i (t). P i (t) is chosen such that the expected number of CHs for this round is k. IfthereareN nodes in the network, each node would choose to become a CH at round r with the probability as (1). ( k ) : C i (t) = 1 P i (t) = N K r mod K N (1) 0 : C i (t) = 0 where C i (t) is the indicator function determining whether or not node i has been a CH within the most recent (r mod N/K ) rounds (C i (t) = 0 means node i has been a CH). Thus, only nodes that have not already been CHs recently (i.e. C i (t) = 1) may become CHs at round r + 1. B. Radio Energy Dissipation Model Currently, there is a great deal of research in the area of lowenergy radios. In this paper, the first-order radio model shown in [16] has been adopted to model the energy dissipation. Set-up Phase Clusters formed Fig. 1. Steady-state Phase Slot for node i Cluster formation and operation. Frame As the distance between the transmitter and receiver is less than a threshold value d 0, the free space model (d 2 power loss) is employed. Otherwise the multipath fading channel model (d 4 power loss) is used. Equation (2) shows the amount of energy consumed for transmitting l bits of data to d distance, while (3) represents the amount of energy consumed for receiving l bits of data. { l E Tx E Tx (l, d) = elec + l ε fs d 2, d < d 0 l Eelec Tx + l ε mp d 4 (2), d d 0 E Rx (l) = l Eelec Rx (3) are the energy consumption per bit in the transmitter and receiver circuits. Also, ε fs and ε mp are the energy consumption factor of amplification for the free space and multipath radio models, respectively. The threshold value d 0 could be obtained via (4). Eelec Tx and ERx elec d 0 = εfs ε mp. (4) C. Expected Residual Energy Before the cluster formation, the number of cluster members is unknown. However, since it is proportional to the number of neighbors near a potential CH (in a specific transmission range), the number of neighbors (defined as value n) could be used to obtain the expected energy consumption during the CH selection. As shown in Fig. 1, after the cluster formation, the steady-state operation is broken into frames, where nodes send their data to the CH at most once per frame during their allocated transmission slot. In a frame, suppose a CH has n cluster members, it would receive n messages from all the members and then transmit one combined message to the base station with a distance d tobs. The number of frames could be obtained by (5). t ssphase N frame = (5) n t slot + t CHtoBS where t ssphase is the operation time of the steady-state phase (i.e. the time of a node to be a CH), t slot is the slotted time required for the transmission from members to the CH, and t CHtoBS is the time required for the transmission from CH to the base station. The expected consumed energy of a node to be a CH after a steady-state phase could be represented as (6). E expconsumed (l, d tobs, n) = N frame ( E Tx (l, d tobs ) +n E Rx (l) ). (6) All the sensor nodes are assumed to transmit and receive the same size of messages, i.e. l bits of data. The distance to the

3 LEE AND CHENG: FUZZY-LOGIC-BASED CLUSTERING APPROACH FOR WSNs USING ENERGY PREDICATION 2893 Data size (l) Distance ( ) Neighbors (n) Radio Energy Dissipation Model Chance Fuzzy Inference System _ + Inference Residual Energy ( ) Fuzzifier Defuzzifier Engine Fuzzy Rule Base Fig. 2. Proposed scheme of the probability reasoning during cluster head selection. Fig. 3. Fuzzy set for input variable. (a) Residual energy. (b) Expected residual energy. base station, d tobs, could be computed based on the received signal strength. Then, the expected residual energy of a node to be a CH after a steady-state phase could be obtained via (7). E expresidual (l, d tobs, n) = E residual E expconsumed (7) where the E residual is the residual energy of a sensor node before the cluster head selection. III. PROPOSED CLUSTERING APPROACH A. System Assumptions This paper considers network applications in which sensor nodes are deployed randomly in order to continuously monitor the environment. The information collected by sensor nodes is sent to a base station located outside of the deployment field. Each sensor nodes can operate either in sensing mode to monitor the environment parameters and transmit it to the associated CH or in CH mode to gather data, compress it and forward to the base station. In addition, some assumptions are made as follows: 1) All sensor nodes and the base station are stationary after deployment. 2) The network is considered homogeneous and all sensor nodes have the same initial energy. 3) Nodes have the capability of controlling the transmission power according to the distance of receiving nodes. 4) The distance between nodes can be computed based on the received signal strength. 5) The radio link is symmetric such that energy consumption of data transmission from node A to node B is the same as that of transmission from node B to node A. B. Handing Uncertainties Using Fuzzy Inference Systems To handle uncertainties, this paper has used fuzzy inference systems (FIS) for the chance computation of each node. As show in Fig. 2, two input variables for the FIS are the residual energy E residual and the expected residual energy E expresidual, and one output parameter is the probability of a node to be selected as a CH, named chance. The bigger chance means that the node has more chance to be a CH. The fuzzy set that describes the residual energy input variable is depicted in Fig. 3(a). The linguistic variables for this fuzzy set are high, rather high, medium, rather low, low, and very low. A trapezoidal membership function is used for high and very low, while a triangular membership function is used for the rest linguistic variables. The other fuzzy input variable is the expected residual energy of the CH candidate. The fuzzy set that describes expected residual energy input variable is illustrated in Fig. 3(b). The linguistic variables of this fuzzy set are high, medium and low. A trapezoidal membership function is used for high and low, while a triangular membership function is used for medium. The only fuzzy output variable is the chance of a CH candidate. The fuzzy set for the chance output variable is demonstrated in Fig. 4. Seven linguistic variables are very high, high, rather high, medium, rather low, low, andvery low. Thevery high and very low have a

4 2894 IEEE SENSORS JOURNAL, VOL. 12, NO. 9, SEPTEMBER 2012 Fig. 4. Fuzzy set for output variable chance. TABLE I FUZZY MAPPING RULES Algorithm 1 Proposed Clustering Algorithm Input: Output: N: a network a : a node of N V: {v v is a s vicinity node which is a CH candidate} T: a threshold value to become a CH candidate chance(a): a suitability value of the node a to be a CH k: the number of clusters r: the number of times to be a CH CH(a): the cluster head of the node a isclusterhead(a): true if CH(a)=a Function: broadcast(data, distance); send(data, destination); fuzzylogic(, ); Initialization: 1. chance(a) fuzzylogic(, ); 2. isclusterhead(a) = false; 3. r Main: 4. /* for every clustering round */ 5. if (r == ) 6. isclusterhead(a) false; 7. T 1; 8. else T ; 9. end if trapezoidal membership function, and the remaining linguistic variables are represented by using triangular membership functions. In this work, for simplicity and reducing the cost of computation, the triangular membership functions are mostly chosen here. The chance calculation is accomplished by using predefined fuzzy if-then mapping rules to handle the uncertainty. Based on the two fuzzy input variables, 18 fuzzy mapping rules are defined in Table I. From the fuzzy rules, we can get the fuzzy variable chance. This fuzzy variable has to be transformed to a single crisp number that is a form we can use in practice. In our approach, the center of area (COA) method is used for defuzzification of the chance. Generally, fuzzy rules can be generated either from heuristics or from experimental data. In this paper, the heuristic fuzzy rule generation method is used with the principle: A node which holds more residual energy and more ERE has a higher probability to become a CH. C. Proposed LEACH-ERE Clustering Algorithm Similar to the LEACH, our proposed clustering method configures clusters in every round. The pseudo code of the clustering method is described as Algorithm 1. In every 10. if (rand(0,1) > T ) 11. CH(a) a ; 12. chance(a) fuzzylogic(, ); 13. broadcast(chance(a), V); //Candidate-Message 14. On receiving Candidate-Messages from CH candidates; 15. for each v V 16. if (chance(a) < chance(v) ) 17. CH(a) v ; 18. isclusterhead(a) false; 19. broadcast(quit-election-message, V) 20. else isclusterhead(a) true; 21. ; 22. end if 23. end if 24. if (isclusterhead(a) == true) 25. broadcast(ch-message, V) 26. On receiving JOIN-REQ messages; 27. else 28. On receiving CH-Message; 29. Send JOIN-REQ messages to the closest CH; 30. end if clustering round (lines 4-30), each sensor node generates a random number between 0 and 1. If the random number for a particular node is bigger than a predefined threshold T, which is the percentage of the desired tentative CHs, the node becomes a CH candidate. Then, the node calculates the chance using the fuzzy inference system which is mentioned above and broadcasts a Candidate-Message with the chance. This message means that the sensor node is a candidate for CH with the value of chance. Once a node advertises a Candidate-Message, the node waits Candidate-Messages from other nodes. If the chance of itself is bigger than every chance values from other nodes, the sensor node broadcasts a CH-Message which means that the sensor node itself is

5 LEE AND CHENG: FUZZY-LOGIC-BASED CLUSTERING APPROACH FOR WSNs USING ENERGY PREDICATION 2895 TABLE II CONFIGURATION PARAMETERS Type Parameter Value Network topology Radio model Application Number of nodes Expected number of clusters Network coverage Base station location Startup energy Eelec Tx /ERx elec ε fs ε mp Simulation times Packet header size Broadcast packet size Data packet size Competition radius Bandwidth (0, 0) (100, 100) m at (50, 175) m 2J 50 nj/bit 10 pj/bit/m pj/bit/m bytes 16 bytes 500 bytes 25 m 1Mb/s Number of Alive Nodes LEACH CHEF LEACH-ERE LEACH-C Number of Rounds Fig. 6. Distribution of alive sensor nodes according to the number of rounds Fig. 5. The Round at which Half of the Nodes Alive (HNA) LEACH LEACH-C CHEF LEACH-ERE Round at which half of the nodes alive for each clustering approaches. elected as the CH. If a node which is not a CH receives the CH-Message, the node selects the closest cluster head as its CH and sends a JOIN-REQ request to the head. IV. PERFORMANCE EVALUATION In this section, we present the results of experimental simulations to evaluate our proposed approach. Moreover, we compare our proposed clustering algorithm LEACH-ERE with three different algorithms, namely LEACH [8], LEACH- Centralized [8], and CHEF [10]. Simulation results have shown that our approach reveals better performances compared with others. A. Simulation Environments The simulation was implemented based on the network simulator, NS-2 [17]. The 100 number of nodes are randomly distributed in a area. The base station located at a point (50, 175). The values used in the first order radio model are described in Table II. B. Simulation Results Handy et al. [18] proposed the metric Half of the Nodes Alive (HNA) which denotes an estimated value for the round in which half of the senor nodes die. This metric is useful in densely deployed sensor networks. As shown in Fig. 5, our proposed LEACH-ERE approach outperforms LEACH and CHEF. LEACH-ERE is more efficient than LEACH about 42.61% and CHEF about 2.87%. LEACH performance is the Fig. 7. rounds. Distribution of the number of clusters according to the number of TABLE III AVERAGE AND STANDARD DEVIATION OF THE NUMBER OF CLUSTERS UP TOROUND 600 LEACH LEACH-C CHEF LEACH-ERE Ave Std. Dev poorest one, since it does not consider the residual energy level of sensor nodes during clustering. Moreover, the distributed LEACH-ERE has the similar performance as compared with the centralized LEACH-C. Fig. 6 illustrates the distribution of the alive sensor nodes with respect to the number of rounds for each algorithm. This figure clearly shows that our proposed approach is more stable than the other distributed clustering algorithms (LEACH and CHEF), because sensor node deaths begin later in LEACH-ERE and continue linearly until all sensor nodes die. As compared with the centralized clustering approach LEACH-C, the proposed approach has an approximated result without requiring global network knowledge. Fig. 7 shows the distribution of the number of clusters with respect to the number of rounds for each algorithm. LEACH- C generates a constant number of clusters until around the round 560 while the numbers of clusters in LEACH, CHEF, and LEACH-ERE are varied. Table III shows the average and standard deviation of the number of clusters up to round 600. It is apparent that the number of clusters in LEACH-ERE is

6 2896 IEEE SENSORS JOURNAL, VOL. 12, NO. 9, SEPTEMBER 2012 Fig LEACH Average of Received Packets per Second LEACH-CC CHEF LEACH-ERE Average number of received packets per second at the base station. steadier than that in other distributed clustering algorithms (LEACH and CHEF). LEACH uses a fully random approach to produce cluster heads, thus it results in a fairly variable number of clusters, although the expected number of cluster heads per round is deterministic. Fig. 8 shows the average number of received packets per second at the base station. Obviously, the centralized LEACH-C has the best performance since the base station receives the most information from the sensor nodes during the network lifetime. On the other hand, the proposed distributed LEACH-ERE has the better result as compared with the LEACH and CHEF. V. CONCLUSION Energy is a major factor in designing WSNs. To achieve the energy efficiency, many clustering algorithms are proposed and LEACH is the representative one. LEACH uses the probability model to distribute the concentrated energy consumption of the CHs. However, it depends on only a probability model and the energy efficiency is not maximized. In this paper, a fuzzylogic-based clustering approach based on LEACH architecture with an extension to the energy predication has been proposed for WSNs, namely LEACH-ERE. The main objective of our algorithm is to prolong the lifetime of the WSN by evenly distributing the workload. To achieve this goal, we have mostly focused on selecting proper CHs from existent sensor nodes. LEACH-ERE selects the CHs considering expected residual energy of the sensor nodes. The simulation results show that the proposed LEACH-ERE is more efficient than other distributed algorithms, such as LEACH and CHEF. In this paper, the proposed LEACH-ERE algorithm is designed for the WSNs that have stationary sensor nodes. As a future work, it can be extended for handling mobile sensor nodes. Also, a further direction of this work will be to find the optimal fuzzy set and to compare the enhanced approach with other clustering algorithms. ACKNOWLEDGMENT The authors would like to thank the editor and anonymous referees for their valuable comments to improve the quality of this paper. REFERENCES [1] J. Yick, B. Mukherjee, and D. Ghosal, Wireless sensor network survey, Comput. Netw., vol. 52, no. 12, pp , Aug [2] G. Anastasi, M. Conti, M. D. Francesco, and A. Passarella, Energy conservation in wireless sensor networks: A survey, Ad Hoc Netw., vol. 7, no. 3, pp , May [3] L. Atzori, A. Ierab, and G. Morabito, The internet of things: A survey, Comput. Netw., vol. 54, no. 15, pp , Aug [4] J. S. Lee, A Petri net design of command filters for semi-autonomous mobile sensor networks, IEEE Trans. Ind. Electron., vol. 55, no. 4, pp , Apr [5] Z. Guo, M. C. Zhou, and L. Zakrevski, Optimal tracking interval for predictive tracking in wireless sensor network, IEEE Commun. Lett., vol. 9, no. 9, pp , Sep [6] Z. Wang, L. Liu, M. C. Zhou, and N. Ansari, A position-based clustering technique for ad hoc intervehicle communication, IEEE Trans. Syst. Man Cybern. C Appl. Rev., vol. 38, no. 2, pp , Mar [7] W. R. Heinzelman, A. Chandrakasan, and H. Balakrishnan, Energyefficient communication protocol for wireless microsensor networks, in Proc. IEEE Annu. Hawaii Int. Conf. Syst. Sci., Jan. 2000, pp [8] W. B. Heinzelman, A. P. Chandrakasan, and H. Balakrishnan, An application-specific protocol architecture for wireless microsensor networks, IEEE Trans. Wireless Commun., vol. 1, no. 4, pp , Oct [9] I. Gupta, D. Riordan, and S. Sampalli, Cluster-head election using fuzzy logic for wireless sensor networks, in Proc. Annu. Conf. Commun. Netw. Services Res., 2005, pp [10] J. Kim, S. Park, Y. Han, and T. Chung, CHEF: Cluster head election mechanism using fuzzy logic in wireless sensor networks, in Proc. Int. Conf. Adv. Commun. Technol., Feb. 2008, pp [11] J. Anno, L. Barolli, A. Durresi, F. Xhafa, and A. Koyama, Performance evaluation of two fuzzy-based cluster head selection systems for wireless sensor networks, Mobile Inform. Syst., vol. 4, no. 4, pp , [12] H. Bagci and A. Yazici, An energy aware fuzzy unequal clustering algorithm for wireless sensor networks, in Proc. IEEE Int. Conf. Fuzzy Syst., Jul. 2010, pp [13] H. Ando, L. Barolli, A. Durresi, F. Xhafa, and A. Koyama, An intelligent fuzzy-based cluster head selection system for wireless sensor networks and its performance evaluation, in Proc. Int. Conf. Netw.- Based Inform. Syst., Sep. 2010, pp [14] G. Ran, H. Zhang, and S. Gong, Improving on LEACH protocol of wireless sensor networks using fuzzy logic, J. Inf. Comput. Sci., vol. 7, no. 3, pp , [15] J. Rathi and G. Rajendran, An enhanced LEACH protocol using fuzzy logic for wireless sensor networks, Int. J. Comput. Sci. Inf. Security, vol. 8, no. 7, pp , Oct [16] T. Rappaport, Wireless Communications: Principles Practice. Englewood Cliffs, NJ: Prentice-Hall, [17] UCB/LBNL/VINT Network Simulator:NS-2. (2000) [Online]. Available: [18] M. J. Handy, M. Haase, and D. Timmermann, Low energy adaptive clustering hierarchy with deterministic cluster-head selection, in Proc. Int. Workshop Mobile Wireless Commun. Netw., 2002, pp Jin-Shyan Lee (M 10 SM 11) received the B.S. degree in mechanical engineering from the National Taiwan University of Science and Technology, Taipei, Taiwan, in 1997, and the M.S. and Ph.D. degrees in electrical and control engineering from National Chiao Tung University, Hsinchu, Taiwan, in 1999 and 2004, respectively. He was a Visiting Researcher with the Department of Electrical and Computer Engineering, the New Jersey Institute of Technology, Newark, from 2003 to He was a Researcher with the Information and Communications Research Laboratory, Industrial Technology Research Institute from 2005 to Since August 2009, he has been an Assistant Professor with the Department of Electrical Engineering, the National Taipei University of Technology, Taipei, Taiwan. His current research interests include Petri nets, wireless sensor networks, remote monitoring and control, supervisory control, and hybrid systems. Dr. Lee was a recipient of the Early Career Award from the IEEE Industrial Electronics Society in 2010, the Youth Automatic Control Engineering Award from the Chinese Automatic Control Society in 2008, and the International Scholarship from the Society of Instrument and Control Engineers in He has served on various IEEE conferences as a technical program committee member and for several journals as an active reviewer.

7 LEE AND CHENG: FUZZY-LOGIC-BASED CLUSTERING APPROACH FOR WSNs USING ENERGY PREDICATION 2897 Wei-Liang Cheng received the B.S. degree in electrical engineering from National Ilan University, Ilan, Taiwan, in 2009, and the M.S. degree in electrical engineering from the National Taipei University of Technology, Taipei, Taiwan, in His current research interests include hierarchy routing and clustering in wireless sensor networks.

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

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

Cluster-Head Election Mechanism for Wireless Sensor Networks

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

More information

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

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

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

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

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

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

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

More information

A 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

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

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

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

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

Enhancement of Hierarchy Cluster-Tree Routing for Wireless Sensor Network

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

More information

Energy Efficient Hierarchical Cluster-Based Routing for Wireless Sensor Networks

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

More information

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

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

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

(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

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

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

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

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

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

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

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

Modified Low Energy Adaptive Clustering Hierarchy for Heterogeneous Wireless Sensor Network

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

More information

An Energy Efficient 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

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

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

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

Dynamic Minimal Spanning Tree Routing Protocol for Large Wireless Sensor Networks

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

More information

An 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

Maximization Lifetime in Wireless Sensor Network by Fuzzy Logic for Cluster Head Selection

Maximization Lifetime in Wireless Sensor Network by Fuzzy Logic for Cluster Head Selection Journal of Electrical and Electronic Engineering 2015; 3(2-1): 111-115 http://www.sciencepublishinggroup.com/j/jeee doi: 10.11648/j.jeee.s.2015030201.33 ISSN: 2329-1613 (Print); ISSN: 2329-1605 (Online)

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

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

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

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

More information

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

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

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

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

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks

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

More information

Low Energy Adaptive Clustering Hierarchy with Deterministic Cluster-Head Selection

Low Energy Adaptive Clustering Hierarchy with Deterministic Cluster-Head Selection Fourth IEEE Conference on Mobile and Wireless Communications Networks, Stockholm, erschienen in Proceedings, S. 368-372, ISBN 0-7803-7606-4 World Scientific Publishing Co. Pte. Ltd., September 2002 Low

More information

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

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

More information

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

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

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

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

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

More information

A Non_Ack Routing Protocol in Ad-hoc Wireless Sensor Networks

A Non_Ack Routing Protocol in Ad-hoc Wireless Sensor Networks A Non_Ack Routing Protocol in Ad-hoc Wireless Sensor Networks 1, 1,3 1 1 Department of Electrical Engineering National Changhua University of Education Bao-Shan Campus: No., Shi-Da Road, Changhua City

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

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

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

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

More information

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

MESSCH PROTOCOL AN ENERGY EFFICIENT ROUTING PROTOCOL FOR WSN

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

More information

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

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

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

Clustering Routing Protocol Based on Location Node in Wireless Sensor Networks

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

More information

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

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

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

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

Efficient Clustering Routing Algorithm Based on Opportunistic Routing

Efficient Clustering Routing Algorithm Based on Opportunistic Routing Int. J. Communications, Network and System Sciences, 2016, 9, 198-208 Published Online May 2016 in SciRes. http://www.scirp.org/journal/ijcns http://dx.doi.org/10.4236/ijcns.2016.95019 Efficient Clustering

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

An efficient approach toward increasing wireless sensor networks lifetime using novel clustering in fuzzy logic

An efficient approach toward increasing wireless sensor networks lifetime using novel clustering in fuzzy logic International Journal of Intelligent Information Systems 2014; 3(6-1): 38-44 Published online October 27, 2014 (http://www.sciencepublishinggroup.com/j/ijiis) doi: 10.11648/j.ijiis.s.2014030601.17 ISSN:

More information

An Energy-based Clustering Algorithm for Wireless Sensor Networks

An Energy-based Clustering Algorithm for Wireless Sensor Networks An Energy-based Clustering Algorithm for Wireless Sensor Networks Jin Wang 1, Xiaoqin Yang 1, Yuhui Zheng 1, Jianwei Zhang, Jeong-Uk Kim 3 1 Jiangsu Engineering Center of Network Monitoring, Naning University

More information

Prianka.P 1, Thenral 2

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

More information

Cluster Head Selection Using Fuzzy Logic and Chaotic Based Genetic Algorithm in Wireless Sensor Network

Cluster Head Selection Using Fuzzy Logic and Chaotic Based Genetic Algorithm in Wireless Sensor Network J. Basic. Appl. Sci. Res., 3(4)694-703, 2013 2013, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Cluster Head Selection Using Fuzzy Logic and Chaotic

More information

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

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

More information

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

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

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

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

More information

Energy Efficient Clustering Protocol for Wireless Sensor Network

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

More information

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

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

More information

A Configurable Time-Controlled Clustering Algorithm for Wireless Sensor Networks

A Configurable Time-Controlled Clustering Algorithm for Wireless Sensor Networks A Configurable Time-Controlled Clustering Algorithm for Wireless Sensor Networks S. SELVAKENNEDY # AND S. SINNAPPAN * # School of IT, Madsen Bldg. F09, University of Sydney, NSW 006, Australia. skennedy@it.usyd.edu.au

More information

Fuzzy based Stable Clustering Protocol forheterogeneous Wireless Sensor Networks

Fuzzy based Stable Clustering Protocol forheterogeneous Wireless Sensor Networks Fuzzy based Stable Clustering Protocol forheterogeneous Wireless Sensor Networks Akshay Verma #1,Tarique Rashid *2, Prateek Raj Gautam *3, Sunil Kumar *4, Arvind Kumar #5 # Department of Electronics and

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

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

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

More information

SPATIAL CORRELATION BASED CLUSTERING ALGORITHM FOR RANDOM AND UNIFORM TOPOLOGY IN WSNs

SPATIAL CORRELATION BASED CLUSTERING ALGORITHM FOR RANDOM AND UNIFORM TOPOLOGY IN WSNs SPATIAL CORRELATION BASED CLUSTERING ALGORITHM FOR RANDOM AND UNIFORM TOPOLOGY IN WSNs Bhavana H.T 1, Jayanthi K Murthy 2 1 M.Tech Scholar, Dept. of ECE, BMS College of Engineering, Bangalore 2 Associate

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

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

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

More information

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

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

MAP: The New Clustering Algorithm based on Multitier Network Topology to Prolong the Lifetime of Wireless Sensor Network

MAP: The New Clustering Algorithm based on Multitier Network Topology to Prolong the Lifetime of Wireless Sensor Network MAP: The New Clustering Algorithm based on Multitier Network Topology to Prolong the Lifetime of Wireless Sensor Network Wan Isni Sofiah Wan Din 1 Saadiah Yahya 2 Faculty of Computer and Mathematical Sciences

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

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

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

More information

Multi-hop Fuzzy Routing for Wireless Sensor Network with Mobile Sink. Abdolkarim Elahi, Ali Asghar Rahmani Hosseinabadi, Ali Shokouhi Rostami

Multi-hop Fuzzy Routing for Wireless Sensor Network with Mobile Sink. Abdolkarim Elahi, Ali Asghar Rahmani Hosseinabadi, Ali Shokouhi Rostami International Journal of Scientific & Engineering Research, Volume 4, Issue, JuO\ 2013 2431 Multi-hop Fuzzy Routing for Wireless Sensor Network with Mobile Sink Abdolkarim Elahi, Ali Asghar Rahmani Hosseinabadi,

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

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

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

More information

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

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

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

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

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

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

More information

Cluster Head Selection Protocol using Fuzzy Logic for Wireless Sensor Networks

Cluster Head Selection Protocol using Fuzzy Logic for Wireless Sensor Networks Cluster Head Selection Protocol using Fuzzy Logic for Wireless Sensor Networks Sachin Gajjar Institute of Technology, Nirma University, Ahmedabad, Gujarat, India. Mohanchur Sarkar Space Application Centre,

More information

An Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina

An Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina An Efficient Data-Centric Routing Approach for Wireless Sensor Networks using Edrina Rajasekaran 1, Rashmi 2 1 Asst. Professor, Department of Electronics and Communication, St. Joseph College of Engineering,

More information

Energy Optimized Routing Algorithm in Multi-sink Wireless Sensor Networks

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

More information

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

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

More information