A Performance Study of LEACH and Direct Diffusion Routing Protocols in Wireless Sensor Network

Size: px
Start display at page:

Download "A Performance Study of LEACH and Direct Diffusion Routing Protocols in Wireless Sensor Network"

Transcription

1 A Performance Study of LEACH and Direct Diffusion Routing Protocols in Wireless Sensor Network (2) S. Fakher (1), M.I. Moawad (2), M. Shokair (2), and K. Sharshar (1) (1) Radiation Engineering Department, NCRRT, Atomic Energy, Egypt Electronics and Electrical Communications Department, Faculty of Electronic Engineering, Menoufia University, Egypt Received: 13/7/2015 Accepted: 5/10/2015 ABSTRACT The Wireless Sensor Network (WSN) is composed of a large number of sensor nodes with limited computation communication, and battery facilities. One of the common applications of this network is environment monitoring through sensing motion, measuring temperature, humidity and radiation. One of the basic activities in WSN is data gathering which represents a great challenge. Many routing protocols are proposed for that network to collect and aggregate the data. The most popular ones are hierarchy and data centric routing protocols. The main goal of this study is to identify the most preferable routing protocol, to be used in each mobility model. This paper studies the performance of LEACH (Low Energy Adaptive Clustering Hierarchy) from hierarchy routing protocol and direct diffusion from data centric routing protocol which is not clarified until now. Moreover, a comparison between LEACH and direct diffusion protocol using NS2 simulator will be made, and an analysis of these protocols will be conducted. The comparison includes packet delivery ratio, throughput, average energy ratio, average delay, network lifetime, and routing overhead. The performance is evaluated by varying the number of sensor nodes under three mobility models Reference Point Group Mobility Model (RPGM), Manhattan and random waypoint mobility model. Simulation results show that LEACH routing protocol has a good performance in RPGM and Manhattan than random waypoint mobility model. Direct diffusion has a good performance in random waypoint mobility model than in RPGM and Manhattan mobility model. Keywords: WSN, LEACH, Direct Diffusion, RPGM, Manhattan and Random Waypoint 1- INTRODUCTION WSN grows rapidly due to the development of low power wireless communication. Usually, a WSN includes a large number of sensor nodes characterized by low cost, low power consumption, small volume and short transmission. As sensor nodes are deployed in the sensing field, they can help people to monitor and aggregate data. Gathering is the process of aggregation the data using one of the gathering approaches previously described in (1,2). Therefore, data gathering is one of the main issues in WSN. To overcome these issues, many routing protocols to collect the data to transmit it to base station (BS) have been used. Some of them are studied in this paper. Routing protocols are assumed to have some characteristics such as energy efficiency, security and reliability. In this paper, the performance study of LEACH routing protocol under Manhattan, RPGM and random waypoint mobility model will be studied. The performance is evaluated through the following parameters (packet delivery ratio, throughput, routing overhead, average delay, network lifetime and average energy ratio), which is not clarified until now. Moreover, a comparison between LEACH and direct diffusion routing protocol under that mobility models will be investigated. The remainder of this paper is organized as follows: Section 2 presents related work. Classification of routing protocols is made in 34

2 Section 3. Section 4 describes the mobility models that are used. The simulation results are discussed in Section 5. Conclusions will be made in Section RELATED WORK A classification of hierarchy routing protocol in WSN was made in a (3). Comparison between SPIN and LEACH routing protocol in WSN was investigated in (4). It was shown that in LEACH packet delivery ratio is less as compared to SPIN and LEACH has more delay as compared to SPIN. The performance of LEACH and HEED cluster based protocol were compared in (5). It was obtained that HEED is more energy efficient routing for WSN as compared to LEACH protocol in the form of energy consumption and cost of sensor nodes. SPIN data centric routing protocol was compared with hierarchy routing protocol from the point of view of two parameters (throughput and delay VS time) in (6). Analysis of data centric routing protocol for WSN was studied in (7). M-SPIN achieves energy savings by discarding packet transmission to the opposite direction of sink node. But one major problem in M-SPIN is that few sensor nodes may be used several times and those nodes may dissipate energy and may be destroyed earlier than other nodes in the network. This paper more focuses on the performance study of LEACH from hierarchy routing protocol. Moreover, comparisons between direct diffusion and LEACH with different number of sensor nodes under three mobility models (RPGM, Manhattan and Random waypoint) will be implemented. 3- CLASSIFICATION OF ROUTING PROTOCOLS Routing protocols are necessary for data gathering routing protocols are broken down into four groups which are data centric, hierarchy, location based and quality of services based on (8). Hierarchy and data centric routing protocol will be investigated in this paper. Hierarchy protocols are proposed for energy consumption challenges of sensor network. Sensor nodes form cluster heads that aggregate the data and transmit it to sink node. Moreover, cluster head form layers of clusters to aggregate the data transmit the data to the sink in (9, 10). Our paper will study LEACH from hierarchy protocols. Data centric routing protocol requires attribute based on naming. That system is more interested in querying an attribute of the phenomenon, rather than querying an individual node. The BS sends queries to a certain area for information and waits for replying from the nodes of that particular region. Since data is requested through queries, attribute based naming is required to specify the properties of the data. Depend on the query, sensor collects a particular data from the area of interest and this particular information is only required to transmit to BS (11). Our paper focuses also on direct diffusion from data centric protocols. 3-1 Leach LEACH protocol includes the following features that are data aggregation, self-configuration of cluster heads and low energy media access. In LEACH, the nodes organize themselves into clusters. All non-cluster heads transmit their data to the cluster head. It performs signal processing function on the data (data aggregation and transmits data to the base station). Since the cluster head node knows all clusters members. It can create TDMA and tells each cluster member where can transmit its data (12,13). The operation of LEACH is divided into rounds each round begins with setup phase followed by steady state phase. The steady state phase is large as compared with setup phase as shown in Fig. 1. setup steady state frame time Fig. (1): Setup phase and steady state phase In LEACH, sensor nodes elect themselves to be cluster head at the beginning of the round r+1 that starts at time t with a certain probability. Each node will be a cluster head once in N/ k round. The probability for each sensor node (i) to be a cluster head at time (t) is given by (13), 35

3 k N k *( r mod N / k) C i (t) 0 P i(t) = 0 C i(t) =0.. (1) Where: K: is the expected number of cluster head. N: is the total number of nodes in the network. r: is the current round and the expected number of nodes that have not been a cluster head in the round r is (N-K*r). When c i (t) =0, the node will be chosen to be cluster head. In set up phase, once the nodes have elected themselves to be a cluster head. The cluster head nodes must tell all the other nodes in the network that they have chosen to be cluster head for current round. Cluster head broadcasts an advertisement message. Each non cluster head node determines to which it belongs by choosing the cluster head that requires the minimum communication energy based on received signal strength of the advertisement from each cluster head. Each non cluster head transmits a join request message back to its chosen cluster head. In steady state phase, the nodes send their data to the cluster head that was chosen by the nodes. The data is transmitted at frames using TDMA. Each node has slot to transmit data in it. Once cluster receives data, it can operate on the data and transmit it to BS (14) as shown in Fig. 2. BS CH Normal node 3-2 Direct Diffusion Routing Protocol Fig. (2): LEACH routing protocol Direct diffusion based on interest which is a query that specifies what user wants. The sink node sends an interest to its neighbor nodes. Nodes receive the interest and send to its neighbors which are known as diffusion process. Direction state created at each node that receives interest creates gradient, gradient direction is toward the neighboring node which is the interest received. The gradient from the source back to the sink are setup. When the event is sensed it is flowing from the originators of interests along multiple gradient paths (15,16) as shown in Fig. 3. Source Normal node Sink A-Propagation path b-setup path c-data delivery along reinforced path Fig. (3): Direct diffusion routing protocol 36

4 4- MOBILITY MODELS The mobility models are used to produce a set of mobility scenarios that are used to evaluate the protocol performance in WSN. In this paper, three mobility models are applied which are RPGM, Manhattan and random waypoint mobility models. At RPGM, each group has a logical center (group leader) that determines the group motion as each group of members belong to one group leader and at each instant, every node has a speed and direction that is derived by randomly deviation from that of group leader. At Manhattan Mobility Model (MH), the movement of mobile nodes on streets are defined by maps. That map is composed of horizontal and vertical streets. Mobile nodes are allowed to move along with that map and at the intersection of horizontal and Vertical Street; the mobile nodes can turn left, right or go to straight with a certain probability. At Random Waypoint Mobility Model (RW) in this model at every instant a node randomly chooses a destination and moves toward it with a velocity chosen uniformly randomly from [0, v max], where v max is the maximum allowable velocity for every mobile node. After reaching the destination, the node stops for duration of time after that time it chooses a random destination and repeats the whole process until the simulation end (17). 5- SIMULATION RESULTS AND DISCUSSION Two routing protocols are evaluated through NS2 simulation by using these simulation parameters that are described in Table 1. Table (1): Simulation parameters The performance of two routing protocols are evaluated according to the following metrics parameters, packet delivery ratio, network lifetime, average energy ratio, average delay, throughput, and routing overhead which are investigated as follows : 5-1 Under Manhattan Mobility Model Fig. (4): Throughput Vs. number of sensor nodes at MH model 37

5 Fig. (5): Network lifetime Vs. number of sensor nodes at MH model Figure 4 shows through Vs. number of sensor nodes. We can conclude from this figure that throughput decreases as the number of sensor nodes increase. As the number of nodes increase that increase the traffic which causes more congestion and more bits loss. Minimum throughput occurs at 200 sensor nodes at which LEACH increases throughput by 7.2% as compared with direct diffusion. While maximum throughput occurs at 10 sensor nodes at which LEACH increases throughput by 4.15% as compared with direct diffusion. Therefore, on average we can notice that LEACH can increase throughput by 5.71% as compared with direct diffusion. Figure 5 shows network lifetime Vs. number of nodes. As the number of nodes increase network lifetime increases, as number of nodes increase more nodes will be available for sensing, that will increase number of sensor nodes still alive. Minimum network lifetime occurs at 10 sensor nodes at which LEACH prolongs network lifetime by 1% as compared with direct diffusion. While maximum network lifetime occurs at 200 sensor nodes at which LEACH prolongs network lifetime by 41% as compared with direct diffusion. Therefore, on average we can observe that LEACH can prolong network lifetime by 11.86% as compared with direct diffusion. Fig. (6) Packet delivery ratio Vs. number of sensor nodes at MH model 38

6 Fig. (7): Average energy ratio Vs. number of sensor nodes at MH model Figure 6 illustrates packet delivery ratio Vs. number of sensors. As the number of sensor nodes increase packet delivery ratio decreases. As number of sensor nodes increase, it cause more congestion that cause more packet loss. Minimum packet delivery ratio exists at 200 sensor nodes at which LEACH increases packet delivery ratio by 11.1% as compared with direct diffusion. The maximum packet delivery ratio occurs at 10 sensor nodes at which LEACH increases packet delivery ratio by 8% as compared with direct diffusion. Therefore, on average LEACH can improve packet delivery ratio by 9.66% as compared with direct diffusion. Figure 7 shows average energy ratio Vs. number of sensors. Average energy ratio increases when the number of sensor nodes increased. As number of sensor nodes increase, it cause more traffic that require more energy for data transfer. Minimum average energy ratio exists at 10 sensor nodes, at which LEACH decreases average energy ratio by 9.1% as compared with direct diffusion. While maximum average energy ratio occurs at 200 sensor nodes at which LEACH decreases average energy ratio by 3.2% as compared with direct diffusion. Therefore, on average we can realize that LEACH more energy saving by 7% as compared with direct diffusion. Fig. (8): Average delay Vs. number of sensor nodes at MH model 39

7 Fig. (9): Routing overhead Vs. number of sensor nodes at MH model Figure 8 shows average delay Vs. number of sensors. As the number of sensor nodes increase average delay increases. When number of nodes increased that cause more traffic which cause more delay at data transfer. Minimum delay happens at 10 sensor nodes at which LEACH decreases the delay by 0.142% as compared with direct diffusion, while maximum average delay exists at 200 sensor nodes at which LEACH decrease the delay by % as compared with direct diffusion. Therefore, on average direct diffusion causes more delay by 0.125% as compared with LEACH. Figure 9 declares number of nodes Vs. routing overhead. As number of sensor nodes increase routing overhead increases. As number of sensor nodes increase require more control bits to be transmitted between sensor nodes to setup connection. Minimum routing overhead occurs at 10 sensor nodes at which LEACH increases overhead bits by 0.225% as compared with direct diffusion, while maximum routing overhead exists at 200 sensor nodes at which LEACH have the same overhead bits as compared with direct diffusion. Therefore, on average we can recognize that LEACH requires more control bits to setup connection by % as compared with direct diffusion. 5-2 Under RPGM Mobility Model Fig. (10): Throughput Vs. number of sensor nodes at RPGM model 40

8 Fig. (11): Network lifetime Vs. number of sensor nodes at RPGM model Figure 10 shows throughput Vs. number of nodes. Throughput decreases as the number of sensor nodes increase. Minimum throughput occurs at 200 sensor nodes at which LEACH increases throughput by 13.5% as compared with direct diffusion. While maximum throughput happens at 10 sensor nodes at which LEACH increases throughput by 10% as compared with direct diffusion. Therefore, on average we can implement that LEACH can increase throughput by 11.64% as compared with direct diffusion. Figure 11 shows network life time Vs. number of nodes. As the number of sensor nodes increase network lifetime increases. Minimum network lifetime occurs at 10 sensor nodes at which LEACH prolongs network lifetime by 2% as compared with direct diffusion. While maximum network lifetime exists at 200 sensor nodes at which LEACH prolongs network lifetime by 41% compared with direct diffusion. Therefore, on average LEACH can prolong Network lifetime by 15.9% as compared with direct diffusion. Fig. (12): Packet delivery ratio Vs. number of sensors nodes at RPGM model 41

9 Fig. 13 Average energy ratio Vs. number of sensors nodes at RPGM model Figure 12 shows packet delivery ratio Vs. number of sensors. As the number of sensor nodes increase data packet delivery ratio decreases. Minimum packet delivery ratio happens at 200 sensor nodes at which LEACH increases packet delivery ratio by 28.5% as compared with direct diffusion. While maximum packet delivery ratio exists at 10 sensor nodes at which LEACH increases packet delivery ratio by 9.7% as compared with direct diffusion. Therefore, on average it is shown that LEACH can improve packet delivery ratio by 16.69% as compared with direct diffusion. Figure 13 shows average energy ratio Vs. number of nodes. Average energy ratio increases when the number of sensor nodes increased. Minimum average energy ratio occurs at 10 sensor nodes which LEACH decreases average energy ratio by 9.6 % as compared with direct diffusion. While maximum average energy ratio occurs at 200 sensor nodes at which LEACH decrease average energy ratio by 10.6% as compared with direct diffusion. Therefore, on average it is illustrated that LEACH can achieve more energy saving by 9.6 % as compared with direct diffusion. Fig. (14): Average delay Vs. number of sensor nodes at RPGM 42

10 Fig. (15): Routing overhead Vs. number of sensor nodes at RPGM model Figure 14 shows average delay Vs. number of sensors. When the number of sensor nodes increase average delay increases. Minimum delay occurs at 10 sensor nodes at which direct diffusion decreases the delay by % as compared with LEACH, while maximum average delay happens at 200 sensor nodes at which direct diffusion decreases the delay by % as compared with LEACH. Therefore, on average we can recognize that LEACH achieves more delay by % as compared with direct diffusion. Figure 15 shows routing overhead Vs. number of nodes. As number of sensor nodes increase routing overhead increases. Minimum routing overhead exists at 10 sensor nodes at which LEACH increases overhead bits by % as compared with direct diffusion, while maximum routing overhead occurs at 200 sensor nodes at which LEACH increases overhead bits by as compared with direct diffusion. Therefore, on average it is illustrated that LEACH requires more control bits to setup connection by % as compared with direct diffusion. 5-3 Under Random Waypoin Fig. (16): Throughput Vs. number of sensor nodes at RW model 43

11 Fig. (17): Network lifetime Vs. number of sensor nodes at RW Figure 16 shows throughput Vs. number of nodes. Throughput decreases as the number of sensor nodes increase. Minimum throughput occurs at 200 sensor nodes at which direct diffusion increases throughput by 3% as compared with LEACH. While maximum throughput occurs at 10 sensor nodes at which direct diffusion increases throughput by 4% as compared with LEACH. Therefore, on average we can realize that direct diffusion can increase throughput by 3.2% as compared with direct diffusion. Figure 17 shows network lifetime Vs. number of sensors. When the number of sensor nodes increase network lifetime increases. Minimum network lifetime happens at 10 sensor nodes at which direct diffusion prolongs network lifetime by 1% as compared with LEACH. While maximum network lifetime occurs at 200 sensor nodes at which direct diffusion prolongs network lifetime by 45% compared with LEACH. Therefore, on average it is obtained that direct diffusion can prolong network lifetime by 13.57% as compared with direct diffusion. Fig. (18): Packet delivery ratio Vs. number of sensor nodes at RW model 44

12 Fig. (19): Average energy ratio Vs. number of sensor nodes at RW model Figure 18 shows packet delivery ratio Vs. number of nodes. When the number of sensor nodes increased packet delivery ratio decreases. Minimum packet delivery ratio exists at 200 sensor nodes at which direct diffusion increases packet delivery ratio by 10.4% as compared with LEACH. While maximum packet delivery ratio happens at 10 sensor nodes at which LEACH increases packet delivery ratio by 6.8% as compared with direct diffusion. Therefore, on average we can implement that direct diffusion can improve packet delivery ratio by 8.46% as compared with LEACH. Figure 19 shows average energy ratio Vs. number of sensors. Average energy ratio increases when the number of nodes increased. Minimum average energy ratio occurs at 10 sensor nodes at which direct diffusion decreases average energy ratio by 4.1% as compared with LEACH. While maximum average energy ratio exists at 200 nodes at which direct diffusion decreases average energy ratio by 5.7% as compared with LEACH. Therefore, on average it is illustrated that direct diffusion can achieve more energy saving by 3.7 % as compared with LEACH. Fig. (20): Average delay Vs. number of sensor nodes at RW model 45

13 Fig. (21): Routing overhead Vs. number of sensor nodes at RW model Figure 20 shows average delay Vs. number of nodes. As number of sensor nodes increase average delay increases. Minimum delay happens at 10 sensor nodes at which LEACH decreases the delay by % as compared with direct diffusion, while maximum average delay occurs at 200 sensor nodes at which LEACH decreases the delay by % as compared with LEACH, therefore, on average we can realize that direct diffusion achieves more delay by % as compared with LEACH. Figure 22 illustrates routing overhead Vs. Number of sensors. As number of sensor nodes increase routing overhead increases. Minimum routing overhead happens at 10 sensor nodes at which LEACH increases overhead bits by % as compared with direct diffusion, while maximum routing overhead exists at 200 sensor nodes at which LEACH increases overhead bits by as compared with direct diffusion. Therefore, on average we can recognize that LEACH requires more control bits to setup connection by % as compared with direct diffusion. 6- CONCLUSIONS Based on the study of the LEACH and direct diffusion routing protocols, under three mobility models it is illustrated that at RPGM mobility model, it is shown that LEACH routing protocol has a good performance and desirable features of a good energy consumed, throughput, packet delivery ratio, and network lifetime than direct diffusion, but it has more delay and routing overhead as compared with direct diffusion routing protocol. As obtained from results delay increases in LEACH routing protocol by very small value, and it has a small increment in routing overhead than direct diffusion protocol that not effect on total energy consumed in it. At random waypoint, it is obtained that direct diffusion has desirable specifications of a good energy consumed, throughput, packet delivery ratio, network lifetime, and routing overhead, but it has more increment in delay than LEACH. Under Manhattan mobility model, it is observed that LEACH has desirable features of a good energy consumed, throughput, packet delivery ratio, network lifetime and has less delay than direct diffusion but it has small increment in routing overhead than direct diffusion that not effect on total energy consumed in it. REFERENCES (1) D. culler, D. Estrin, M. Srivastava. Overview of sensor Networks, IEEE Computer Magazine, August (2) Samra Boulfekhar Mohammed Benmohammed A Novel Energy Efficient and Lifetime Maximization Routing Protocol in Wireless Sensor Networks, Wireless Personal Communications, Sept- 2013, Vol.72, Sept- 2013, pp

14 (3) Navdeep kaur, Deepika sharma and parabhdeep singhp Classification of Hierarchical Routing Protocols in Wireless Sensor Network: Asurvey, International Journal of p2p Network Trends and Technology, Vol.3, 2013, pp (4) Geetu, Sonia Juneja Performance Analysis of SPIN and LEACH Routing Protocol in WSN, International Journal of computational Engineering Research, Vol.2, Sept- 2013, pp (5) Partik R. chavda, prof paresh kotak Comparison LEACH and HEED Cluster Based Protocol for Wireless Sensor Network, IOSR Journal of Computer Engineering (IOSR JCE),Vol.7, (NOV- Dec 2012), pp (6) Kristoffer clyde Magsino, H. Srikanth Kamath, Simulation of Routing Protocols of Wireless Sensor Networks, World Academy of Science, Engineering and Technology, Vol. 3, Feb-2009, pp (7) K.Karthikeyan, M.Kavitha Comparative Analysis of Data Centric Routing Protocols for Wireless Sensor Networks, International Journal of scientific and Research Publication, Vol. 3, Jan- 2013, pp (8) Ian F. Akyildiz Mehmet, C. Vuran, Ozgur B. Akan, Weilian Sux Wireless Sensor Networks: A Survey Revisited, Computer Networks Journal. (9) Janangeer Ali,GulshanKumar, Dr. Mritunjay Kumar Rai Major Energy Efficient Routing Scheme in Wireless Sensor Networks, International Journal of Computer and Technology, Vol. 4, Mar-Apr 2013, pp (10) Zahariah Manap, Borhanuddin Mohd Ali, Chee Kyun Ng, Nor Kamariah Noordin, Aduwati Sali A Review on Hierarchical Routing Protocols for Wireless Sensor Networks Wireless Personal Communications, Vol. 72, pp (11) Dipti Balkrushna Ram, Grishma Shailesh Kumar shah Analysis of Different Hierarchical Routing Protocols of Wireless Sensor Network,IJRET International Journal of Research in Engineering and technology, Vol. 3, Feb -2014, pp (12) SamerA. B.Awwad, CheeKyun Ng, NorK.Noordin, Mohd. Fadlee A. Rasid Cluster Based Routing Protocol for Mobile Nodes in Wireless Sensor Network Wireless Personal Communications, Vol. 61, Nov- 2011, pp (13) M.shankar, Dr.M.Sridar, Dr.M.Rajani Performance Evaluation of LEACH Protocol in Wireless Network, International Journal of Scientific and Engineering Research, Vol. 3, Issue1, Jan-2012, pp (14) Enan A. Khalil, Bara a A. Attea Stable-Aware Evolutionary Routing Protocol for Wireless Sensor Networks, Wireless Personal Communications, Vol. 69, Apr-2013, pp (15) Yousef Emani, Ali Habeeb, Mohammed Jalil Piran, Manijkh Keshtgan, Data Centric Routing Protocols in Wireless Sensor Network: A survey, Journal of Computing Tecnology,Vol. 2, 2013, pp (16) Chalemek Intangonwiwat, Ramesh Govindan, Deborah Estrin, John, Heidemann, and Fabio Silva, Direct Diffusion :Ascalable and Robust Communication Paradigm for Sensor Networks, MOBICOM 2000 Boston MA USA, (17) Fan Bai, Narayanan sadagopan and Ahmed Helmy, User Manual for Important Mobility Tool Genrators in NS-2 simulator, USC, Feb

Event Driven Routing Protocols For Wireless Sensor Networks

Event Driven Routing Protocols For Wireless Sensor Networks Event Driven Routing Protocols For Wireless Sensor Networks Sherif Moussa 1, Ghada Abdel Halim 2, Salah Abdel-Mageid 2 1 Faculty of Engineering, Canadian University Dubai, Dubai, UAE. 2 Faculty of Engineering,

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

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

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

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

Study on Wireless Sensor Networks Challenges and Routing Protocols

Study on Wireless Sensor Networks Challenges and Routing Protocols International Research Journal of Applied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 2251-838X / Vol, 5 (7): 824-828 Science Explorer Publications Study on Wireless Sensor Networks

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

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

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

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

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

More information

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

Energy Efficient Collection Tree Protocol in Wireless Sensor Networks

Energy Efficient Collection Tree Protocol in Wireless Sensor Networks Indian Journal of Science and Technology, Vol 9(45), DOI: 10.17485/ijst/2016/v9i45/89793, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Energy Efficient Collection Tree Protocol in Wireless

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

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

Improved Hybrid Energy Efficient Approach for Wireless Sensor Network

Improved Hybrid Energy Efficient Approach for Wireless Sensor Network Volume 5 Issue 4 December 2017 ISSN: 2320-9984 (Online) International Journal of Modern Engineering & Management Research Website: www.ijmemr.org Improved Hybrid Energy Efficient Approach for Wireless

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

Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model

Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model Behaviour of Routing Protocols of Mobile Adhoc Netwok with Increasing Number of Groups using Group Mobility Model Deepak Agrawal, Brajesh Patel Department of CSE Shri Ram Institute of Technology Jabalpur,

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

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

Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks

Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks Evaluation of Cartesian-based Routing Metrics for Wireless Sensor Networks Ayad Salhieh Department of Electrical and Computer Engineering Wayne State University Detroit, MI 48202 ai4874@wayne.edu Loren

More information

Routing in Ad-Hoc Networks

Routing in Ad-Hoc Networks Routing in Ad-Hoc Networks Ramesh Patil Computer Science Department, University of Texas at Arlington Abstract In this paper, we deal with the basic concept of ad-hoc networks and the need for it. We present

More information

Adapting Distance Based Clustering Concept to a Heterogeneous Network

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

More information

A 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

Time Synchronization in Wireless Sensor Networks: CCTS

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

More information

Energy Consumption for Cluster Based Wireless Routing Protocols in Sensor Networks

Energy Consumption for Cluster Based Wireless Routing Protocols in Sensor Networks Energy Consumption for Cluster Based Wireless Routing Protocols in Sensor Networks 1 J.Daniel Mano, 2 Dr.S.Sathappan 1 Ph.D Research Scholar, 2 Associate Professor 1 Department of Computer Science 1 Erode

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

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

Study on Indoor and Outdoor environment for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model

Study on Indoor and Outdoor environment for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model Study on and Outdoor for Mobile Ad Hoc Network: Random Way point Mobility Model and Manhattan Mobility Model Ibrahim khider,prof.wangfurong.prof.yinweihua,sacko Ibrahim khider, Communication Software and

More information

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

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

More information

Wireless Sensor Networks applications and Protocols- A Review

Wireless Sensor Networks applications and Protocols- A Review Wireless Sensor Networks applications and Protocols- A Review Er. Pooja Student(M.Tech), Deptt. Of C.S.E, Geeta Institute of Management and Technology, Kurukshetra University, India ABSTRACT The design

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

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey

Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey Comparison of TDMA based Routing Protocols for Wireless Sensor Networks-A Survey S. Rajesh, Dr. A.N. Jayanthi, J.Mala, K.Senthamarai Sri Ramakrishna Institute of Technology, Coimbatore ABSTRACT One of

More information

Energy Efficiency and Latency Improving In Wireless Sensor Networks

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

More information

Overview of Sensor Network Routing Protocols. WeeSan Lee 11/1/04

Overview of Sensor Network Routing Protocols. WeeSan Lee 11/1/04 Overview of Sensor Network Routing Protocols WeeSan Lee weesan@cs.ucr.edu 11/1/04 Outline Background Data-centric Protocols Flooding & Gossiping SPIN Directed Diffusion Rumor Routing Hierarchical Protocols

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

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

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

More information

Energy Efficient Zonal Stable Election Protocol for WSNs

Energy Efficient Zonal Stable Election Protocol for WSNs Energy Efficient Zonal Stable Election Protocol for WSNs G.Chandini, (M.Tech), Department of Electronics and Communication Engineering., Sri Sivani College Of Engineering, Srikakulam, A.P, India Rajavali

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

Energy Efficient Routing Protocols in Wireless Sensor Network

Energy Efficient Routing Protocols in Wireless Sensor Network Energy Efficient Routing Protocols in Wireless Sensor Network 1 Vinesh Kumari, 2 Hakam Singh, 3 Pratibha Sharma 1 Student Mtech, CSE 4 th SEM, 2 Assistant professor, CSE, 3 Assistant professor, CSE Career

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

ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols

ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols ROUTING ALGORITHMS Part 1: Data centric and hierarchical protocols 1 Why can t we use conventional routing algorithms here?? A sensor node does not have an identity (address) Content based and data centric

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 PROFICIENT CLUSTER BASED ROUTING PROTOCOL FOR WSN 1

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

More information

Power Efficient Advanced Node Clustering Hierarchical Protocol for Wireless Sensor Networks

Power Efficient Advanced Node Clustering Hierarchical Protocol for Wireless Sensor Networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 3, Ver. I (May-Jun.2016), PP 44-52 www.iosrjournals.org Power Efficient Advanced

More information

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

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

More information

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

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

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET)

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET) INTERNATIONAL International Journal of Computer JOURNAL Engineering OF COMPUTER and Technology ENGINEERING (IJCET), ISSN 0976- & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4,

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

Performance of Improved Directed Diffusion Protocol for Sensor Networks under Different Mobility Models

Performance of Improved Directed Diffusion Protocol for Sensor Networks under Different Mobility Models Journal of Computer Science 8 (5): 694-700, 2012 ISSN 1549-3636 2012 Science Publications Performance of Improved Directed Diffusion Protocol for Sensor Networks under Different Mobility Models 1 Kannammal,

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

Classification of MANET: A Review

Classification of MANET: A Review Classification of MANET: A Review Smita Das Assistant Professor. Dasaratha Deb Memorial College. Khowai,Tripura,India. Anuja Sarkar Informatics Research Officer. Forest Department. Agartala, Tripura, India.

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

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

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

More information

Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks

Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks RESEARCH ARTICLE OPEN ACCESS Review on Packet Forwarding using AOMDV and LEACH Algorithm for Wireless Networks Mrs. P. V. Meghare 1, Prof. P. A. Deshmukh 2 1 Department of Computer Science, Nagpur University,

More information

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS

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

More information

An 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

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

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

More information

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

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

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

FERMA: An Efficient Geocasting Protocol for Wireless Sensor Networks with Multiple Target Regions

FERMA: An Efficient Geocasting Protocol for Wireless Sensor Networks with Multiple Target Regions FERMA: An Efficient Geocasting Protocol for Wireless Sensor Networks with Multiple Target Regions Young-Mi Song, Sung-Hee Lee, and Young-Bae Ko College of Information and Communication, Ajou University,

More information

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

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

More information

Mobile Agent Driven Time Synchronized Energy Efficient WSN

Mobile Agent Driven Time Synchronized Energy Efficient WSN Mobile Agent Driven Time Synchronized Energy Efficient WSN Sharanu 1, Padmapriya Patil 2 1 M.Tech, Department of Electronics and Communication Engineering, Poojya Doddappa Appa College of Engineering,

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

Abstract. Figure 1. Typical Mobile Sensor Node IJERTV2IS70270

Abstract. Figure 1. Typical Mobile Sensor Node IJERTV2IS70270 Base Station Assisted Routing Protocol For Wireless Sensor Network Vaibhav Pratap Singh and Harish Kumar Gurgaon Institute of Technology and Management (GITM), Gurgaon (Haryana), INDIA Abstract A wireless

More information

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

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

More information

Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks

Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks Location Based Energy-Efficient Reliable Routing Protocol for Wireless Sensor Networks RAFE ALASEM 1, AHMED REDA 2 AND MAHMUD MANSOUR 3 (1) Computer Science Department Imam Muhammad ibn Saud Islamic University

More information

An improved protocol for Energy efficient communication in Wireless Sensor Network

An improved protocol for Energy efficient communication in Wireless Sensor Network International Journal of Scientific Research Engineering & Technology (IJSRET), ISSN 2278 882 81 An improved protocol for Energy efficient communication in Wireless Sensor Network Aman Deep Singh 1, Mr

More information

AEC Algorithm for WSN Lifetime Enhancement

AEC Algorithm for WSN Lifetime Enhancement Since March 2002 C omputer Science An International, Registered & Referred Monthly Journal : Research Link - 144, Vol - XV (1), March - 2016, Page No. 35-39 ISSN - 0973-1628 RNI - MPHIN-2002-7041 Impact

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

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

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

More information

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

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

More information

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

IMPROVING WIRELESS SENSOR NETWORK LIFESPAN THROUGH ENERGY EFFICIENT ALGORITHMS

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

More information

A Comparative Analysis of LEACH and HEED in Hierarchical Clustering Algorithm for Wireless Sensor Networks

A Comparative Analysis of LEACH and HEED in Hierarchical Clustering Algorithm for Wireless Sensor Networks A Comparative Analysis of LEACH and HEED in Hierarchical Clustering Algorithm for Wireless Sensor Networks Anitha Amaithi Rajan 1, Aravind Swaminathan 2, Beslin Pajila 3, Brundha 4 1 PG Scholar, 2 Proffesor,

More information

Improvement of Traffic System of Distributed Architecture in Wireless Sensor Networks by Entropy Calculation

Improvement of Traffic System of Distributed Architecture in Wireless Sensor Networks by Entropy Calculation Improvement of Traffic System of Distributed Architecture in Wireless Sensor Networks by Entropy Calculation Nidhi Usrethe 1, Deepak Paranjape 2 P.G. Student, Department of Computer Science & Engineering,

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

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

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

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

More information

Energy Aware Data-Centric Routing in Wireless Sensor Network

Energy Aware Data-Centric Routing in Wireless Sensor Network Energy Aware Data-Centric Routing in Wireless Sensor Network May Mon Khaing, and Tun Min Naing Abstract Wireless sensor networks are especially used in highly dynamic and hostile area. In Wireless sensor

More information

International Journal of Scientific & Engineering Research Volume 8, Issue 5, May ISSN

International Journal of Scientific & Engineering Research Volume 8, Issue 5, May ISSN International Journal of Scientific & Engineering Research Volume 8, Issue 5, May-2017 106 Self-organizing behavior of Wireless Ad Hoc Networks T. Raghu Trivedi, S. Giri Nath Abstract Self-organization

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

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

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

HIERARCHICAL ROUTING PROTOCOLS IN WIRELESS SENSOR NETWORK

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

More information

Comparative analysis of centralized and distributed clustering algorithm for energy- efficient wireless sensor network

Comparative analysis of centralized and distributed clustering algorithm for energy- efficient wireless sensor network Research Journal of Computer and Information Technology Sciences ISSN 2320 6527 Comparative analysis of centralized and distributed clustering algorithm for energy- efficient wireless sensor network Abstract

More information

BIPAR: BImodal Power-Aware Routing Protocol For Wireless Sensor Networks

BIPAR: BImodal Power-Aware Routing Protocol For Wireless Sensor Networks BIPAR: BImodal Power-Aware Routing Protocol For Wireless Sensor Networks Abstract HANY MORCOS IBRAHIM MATTA AZER BESTAVROS {hmorcos, matta, best}@cs.bu.edu Computer Science Department, Boston University

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

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

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks

Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Mina Malekzadeh Golestan University Zohre Fereidooni Golestan University M.H. Shahrokh Abadi

More information

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

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

More information

Re-Clustered Energy Efficiency Leach Protocol in WSN

Re-Clustered Energy Efficiency Leach Protocol in WSN Re-Clustered Energy Efficiency Leach Protocol in WSN Aditi, Bhumika Garg Research Scholar, Assistant Professor MIET, Department of Department of Computer Science & Engineering, Kurukshetra University Abstract

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

Poonam kori et al. / International Journal on Computer Science and Engineering (IJCSE)

Poonam kori et al. / International Journal on Computer Science and Engineering (IJCSE) An Effect of Route Caching Scheme in DSR for Vehicular Adhoc Networks Poonam kori, Dr. Sanjeev Sharma School Of Information Technology, RGPV BHOPAL, INDIA E-mail: Poonam.kori@gmail.com Abstract - Routing

More information

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS

PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS AMANDEEP University College of Engineering, Punjabi University Patiala, Punjab, India amandeep8848@gmail.com GURMEET KAUR University College of Engineering,

More information

A survey on positioning based energy efficient wireless sensor network

A survey on positioning based energy efficient wireless sensor network A survey on positioning based energy efficient wireless sensor network (Received 17 September, 2016 Accepted 02 October, 2016) Robin Chadha M.TECH scholar, DAVIET Jalandhar, India robin.chadha2002@gmail.com

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK DESIGN AND ANALYSIS OF LOAD BALANCING IN WSN USING CLUSTER BASED APPROACH: A SURVEY

More information

Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model

Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model Performance Enhancement of AOMDV with Energy Efficient Routing Based On Random Way Point Mobility Model Geetha.S, Dr.G.Geetharamani Asst.Prof, Department of MCA, BIT Campus Tiruchirappalli, Anna University,

More information