Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks

Size: px
Start display at page:

Download "Analysis of Energy Efficient Routing Protocols in Wireless Sensor Networks"

Transcription

1 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. Dr. C. Seldev Christopher (Professor) Department of Computer Science and Engineering St. Xaviers Catholic College of Engineering, Chunkankadai, Tamil Nadu, India. Abstract In WSNs, the energy of the nodes is usually limited, which has to be consumed economically in order to prolong the lifetime of the network. Due to the energy-constrained nature of these wireless sensor networks the traditional routing protocols cannot be directly applied to WSNs. The objective of this research is channeled towards energy efficient routing and to achieve better quality of service (QoS) provisions. This paper analyses the various routing protocols and their energy efficiency in constrained WSN environment. Keywords WSNs, Routing, QoS, Energy efficiency I. INTRODUCTION A wireless sensor network is a collection of nodes connected together in which each node consists of processing capability, memory, communication resources, sensors and actuators and power source. The functionalities of wireless sensor network include sensing activities, exchanging sensed information, aggregating data, reasoning in a local or distributed manner, raising alarms, activating other sensors, etc. Sensing, processing and communication are three key elements whose combination in one tiny device gives rise to a vast number of remote sensing applications, including environmental monitoring, precision agriculture, medical applications and battlefield surveillance. II. ROUTING ISSUES IN WSNS Routing in wireless sensor networks differs from traditional routing in fixed networks in many ways. Since there is no infrastructure, links between nodes are unreliable, sensor nodes may stop working, and routing protocols have to optimize the energy saving usage. Generally, routing in WSNs can be divided into location-based routing, flat-based routing and hierarchicalbased routing depending on the structure of network. In location-based routing, sensor nodes positions are exploited to route data in the network. All nodes are typically assigned functionality or roles in flat-based routing. But in hierarchical-based routing nodes will play different roles in the network. A protocol is said to be adaptive routing protocol if certain system parameters are controllable in order to adapt to the existing condition of the network and available energy levels. Moreover these routing protocols can be classified into query-based, negotiation-based, multipath-based, QoS-based, or coherent-based routing depending on the operation of the protocol. Besides the above protocols, routing protocols can be further classified into three categories, namely reactive, proactive and hybrid protocols depending on how the source identifies a route to the destination. In reactive protocols, the routes are computed based on demand while in proactive protocols, all routes are computed before they are really in need. The combination of these two ideas is used in Hybrid protocols. It is preferable to employ table driven routing protocols when sensor nodes are static. It is observed that a significant amount of energy is consumed in route identification and setup of reactive protocols. Another category 3029

2 of routing protocols is known as the cooperative routing protocols in which nodes send data to a central node where data can be aggregated and subjected to further processing, hence route cost in terms of energy usage is reduced. III. ROUTING PROTOCOLS IN ENERGY AWARE WSNS Conventional routing techniques cannot be applied to wireless sensor networks since there is no fixed infrastructure, failure of nodes, unreliability of the links. Various routing algorithms were developed for wireless networks and all major routing protocols proposed for WSNs may be classified into five categories as shown in Table 1. Table 1: Routing Protocols for WSNs Category Representative Protocols Location-based Protocols Data-centric Protocols GAF, GEAR, GeRaF SPIN, Directed Diffusion, Rumor Routing, COUGAR, ACQUIRE Hierarchical Protocols LEACH, PEGASIS, HEED, TEEN, APTEEN Mobility-based Protocols QoS-based protocols SEAD, TTDD, Joint Mobility and Routing SAR, SPEED, Energy-aware routing A. Hierarchical Routing In hierarchical routing the network consists of several clusters of sensors and each cluster has a Cluster Head (CH) which is responsible for controlling all the activities of all sensors in its cluster. The advantages of Hierarchical routing protocols are extra scalability, less energy consumption, less load, and more robustness. The hierarchical routing approach groups the sensor network into clusters and all exchange of information are made between the cluster heads as shown in Fig 1. Data moves from the lower layers of the protocol to the higher layers enabling to cover larger distances. Fig 1: Cluster-based Hierarchical Model B. LEACH Low-energy adaptive clustering hierarchy (LEACH) is one among the energy-efficient hierarchical clustering protocol introduced for reducing power consumption and prolonging network lifetime by randomly selecting Cluster Heads (CH) among the various clusters where the routing information is passed only through the cluster heads which reduces the amount of energy consumed by the nodes. Clusters are formed by localized coordination which restricts the amount of data send to the sink and also makes the routing robust and scalable. Also LEACH uses fusion technique which aggregates the data and conveys only useful 3030

3 information to all the nodes. The responsibilities of cluster heads are switched among all the nodes in the cluster in order to evade energy depletion of individual nodes. LEACH works in two phases namely, (i) Setup phase: This phase deals with formation of cluster, advertising Cluster heads and creation of transmission schedule. (ii) State phase: This phase deals with data fusion, data compression and transmission of data to the sink. This is a distributed protocol that requires no prior knowledge of the network and uses single hop routing technique from the source node to the cluster head and from the cluster head to the sink node. If the source is farther away from the sink the cluster heads needs to spend enormous energy and extra overhead is introduced in the network due to dynamic clustering. C. PEGASIS PEGASIS is Power-Efficient Gathering in Sensor Information Systems which is an extension of LEACH which forms a sequence of sensor nodes that gathers data and sends the data from the nodes to the sink as a cluster. In this protocol the Global knowledge of the network is mandatory and the sensor node chain is constructed in a greedy way. Suppose if a node fails the chain is reassembled from remaining nodes bypassing the failed node. Each sensor from the chain sends the aggregated data to the sink during each round. Also it is observed that the lifetime of sensor nodes in PEGASIS is twice that of LEACH. Since a sensor node should have knowledge about the energy status of its neighbors in order to know where to route its data it requires dynamic topology adjustment. Such topology adjustment may introduce considerable overhead especially for highly utilized networks. D. HEED Hybrid Energy-Efficient Distributed Clustering is too an extension of LEACH and uses energy consumption in a distributed manner, terminates clustering in fixed number of iterations, extends the lifetime of network, reduces control overhead, produces compact clusters and well distributed CHs. Also it takes into account the degree of the node and uses residual energy as a metric for cluster selection to achieve power balancing. Moreover in inter-clustering communication it uses an adaptive transmission power. It selects CHs at regular intervals based on the combination of two clustering parameters (i) the residual energy of each sensor node which is used to probabilistically select an initial set of CHs (ii) the intra-cluster communication cost as a function of cluster density (i.e. number of neighbors). The HEED protocol improves network lifetime over LEACH clustering since LEACH randomly selects CHs which makes some nodes lose their entire energy and become dead. Since the final CHs selected in HEED are uniformly distributed across the network and the communication cost is reduced. Although, the cluster selection deals with only a subset of parameters, there is a probability to impose constraints on the system. Hence these methods are most suited for prolonging the network lifetime but not meeting out the entire needs of WSN. E. TEEN TEEN known as Threshold Sensitive Energy Efficient Sensor Network Protocol is a hierarchical clustering protocol, which also groups sensors into clusters with each group led by a CH. The sensors within a cluster communicate their sensed data to their CH. After receiving the data from sensors, the CH sends aggregated data to a CH in the higher level until the data reaches the sink. Therefore, the network architecture in TEEN is based on a hierarchical grouping where closer sensor nodes form clusters and this process continues until the BS (sink) is reached in the second level. TEEN protocol is useful for applications where the users can manage a trade-off between energy efficiency, data accuracy, and response time effectively. TEEN utilizes a datacentric method with hierarchical approach for implementation. The vital features of TEEN protocol include its aptness for time critical sensing applications. Moreover, since transmission of message consumes more energy than data sensing, the energy consumption in this format is less than the proactive networks. On the other hand, TEEN is not an appropriate protocol for sensing applications where periodic reports are required because the user possibly will not get any data if the thresholds are not reached. F. APTEEN Adaptive Periodic Threshold Sensitive Energy Efficient Sensor Network Protocol (APTEEN) aims in periodic data transmission and responding to time critical events. Also it is a type of hybrid routing protocol with the aim of allowing the sensor to send their sensed data in regular periods and respond to any sudden change in the value of the sensed information by reporting the corresponding values to their CHs. It supports three different query types namely 3031

4 (i) (ii) (iii) historical query, which analyzes past data values, one-time query, which takes a snapshot view of the network and persistent queries, which monitors an event over a period of time. IV. ANALYSIS AND DISCUSSION Protocol Name Energy Efficiency Cluster Stability Scalability Delivery Delay LEACH Moderate moderate Very low Very small PEGASIS Low Low Very low Very large HEED Moderate High Moderate Moderate TEEN Very High High Low Small APTEEN Moderate Very low Low Small The study on the various hierarchical protocols has shown different values for routing parameters like energy efficiency, Cluster stability, Scalability and Delivery delay. Above all LEACH has shown moderate energy efficiency and cluster stability and the delivery delay is also very small. Hence LEACH protocol can be employed in applications that require very small deliverydelay and energy efficiency is a constraint.. V. CONCLUSION One of the vital challenges in the design of routing protocols for Wireless Sensor Networks is energy efficiency due to the limited energy resources of sensors. The ultimate objective behind the design is to extend the network lifetime and thereby keeping the sensors alive as long as possible. The energy utilization of the sensors is dominated by data reception and transmission. Therefore, routing protocols that are designed for WSNs should be as energy efficient as possible to extend the lifetime of individual sensors, and consequently the network lifetime. In this paper, we have surveyed few hierarchical routing protocols for a Wireless Sensor Network by taking into account the energy efficiency, cluster stability, scalability and delivery delay. The selection of protocol for a sensor network is a balance between the energy efficiency and communication topology for a typical network and the application where it is used. References [1] S.K. Singh, M.P. Singh, and D.K. Singh, A survey of Energy-Efficient Hierarchical Cluster-based Routing in Wireless Sensor Networks, International Journal of Advanced Networking and Application (IJANA), Sept. Oct. 2010, vol. 02, issue 02, pp [2] Ming Liu, Jiannong Cao, Guihai Chen, and Xiaomin Wang, An Energy-Aware Routing Protocol in Wireless Sensor Networks, Sensors 2009, vol. 9, pp [3] Luis Javier García Villalba, Ana Lucila Sandoval Orozco, Alicia Triviño Cabrera, and Cláudia Jacy Barenco Abbas, Routing Protocol in Wireless Sensor Networks, Sensors 2009, vol. 9, pp [4] K. Akkaya and M. Younis, An Energy-Aware QoS Routing Protocol for Wireless Sensor Networks, in the Proceedings of the IEEE Workshop on Mobile and Wireless Networks (MWN 2003), Providence,Rhode Island, May [5] Jamal Al-Karaki, and Ahmed E. Kamal, Routing Techniques in Wireless Sensor Networks: A Survey, IEEE Communications Magazine, vol 11, no. 6, Dec. 2004, pp [6] W.R. Heinzelman, A. Chandrakasan, and H. Balakrishnan, Energy-efficient Communication Protocol for Wireless Microsensor Networks, in IEEE Computer Society Proceedings of the Thirty Third Hawaii International Conference on System Sciences (HICSS '00), Washington, DC, USA, Jan. 2000, vol. 8, pp [7] W.R. Heinzelman, A. Chandrakasan, and H. Balakrishnan, An Application-Specific Protocol Architecture for Wireless Microsensor Networks in IEEE Tmnsactions on Wireless Communications (October 2002), vol. 1(4), pp [8] S. Lindsey and C.S. Raghavendra, PEGASIS: Power-efficient Gathering in Sensor Information System, Proceedings IEEE Aerospace Conference, vol. 3, Big Sky, MT, Mar. 2002, pp [9] Ossama Younis and Sonia Fahmy, Distributed Clustering in Ad-hoc Sensor Networks: A Hybrid, Energy-efficient Approach, September

5 [10] Ossama Younis and Sonia Fahmy Heed: A hybrid, Energy-efficient, Distributed Clustering Approach for Ad-hoc Networks, IEEE Transactions on Mobile Computing, vol. 3, no. 4, Oct.-Dec. 2004, pp [11] A. Manjeshwar and D. P. Agrawal, TEEN: A Protocol for Enhanced Efficiency in Wireless Sensor Networks, in the Proceedings of the 1st International Workshop on Parallel and Distributed Computing Issues in Wireless Networks and Mobile Computing, San Francisco, CA, April [12] W. Lou, An Efficient N-to-1 Multipath Routing Protocol in Wireless Sensor Networks, Proceedings of IEEE MASS 05, Washington DC, Nov. 2005, pp [13] A. Manjeshwar and D. P. Agrawal, "APTEEN: A Hybrid Protocol for Efficient Routing and Comprehensive Information Retrieval in Wireless Sensor Networks", in the Proceedings of the 2 nd International Workshop on Parallel and Distributed Computing Issues in Wireless Networks and Mobile computing, San Francisco CA, April 2001, pp

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

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

More information

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

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

Clustering Based Routing Protocols for Wireless Sensor Networks: A Survey

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

More information

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

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

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

Survey Of Routing Protocols In Wireless Sensor Networks:-

Survey Of Routing Protocols In Wireless Sensor Networks:- International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 7 Issue 2 February 2018 PP. 28-37 Survey Of Routing Protocols In Wireless Sensor

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

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

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

More information

Energy Efficient Approach in Wireless Sensor Networks

Energy Efficient Approach in Wireless Sensor Networks Energy Efficient Approach in Wireless Sensor Networks Vandana Rani ECE Department Email: Vndnarani@Gmail.Com Sudesh Nandal ECE Department Email: Sudesh30@Gmail.Com Sandeep Dahiya ECEDepartment Email: Sandy_Dahiya2001@Yahoo.Com

More information

SECURE AND ROBUST ENERGY-EFFICIENT AND RELIABLE ROUTING FOR MULTI HOP NETWORKS USING WIRELESS SENSOR NETWORKS

SECURE AND ROBUST ENERGY-EFFICIENT AND RELIABLE ROUTING FOR MULTI HOP NETWORKS USING WIRELESS SENSOR NETWORKS SECURE AND ROBUST ENERGY-EFFICIENT AND RELIABLE ROUTING FOR MULTI HOP NETWORKS USING WIRELESS SENSOR NETWORKS Sridevi H K 1, Praveen K B 2 1M.Tech student, Department of Telecommunication Engineering,

More information

A Review on Routing Protocols in Wireless Sensor Networks

A Review on Routing Protocols in Wireless Sensor Networks A Review on Routing Protocols in Wireless Sensor Networks Heena Singh 1, Monika Agrawal 2, Nidhi Gour 3 1,2,3 : M.Tech Student, Department of CSE,JECRC University Prof. (Dr.) Naveen Hemrajani Head of Department

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

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

High Speed Data Collection in Wireless Sensor Network

High Speed Data Collection in Wireless Sensor Network High Speed Data Collection in Wireless Sensor Network Kamal Kr. Gola a, *, Bhumika Gupta b, Zubair Iqbal c a Department of Computer Science & Engineering, Uttarakhand Technical University, Uttarakhand,

More information

A Study of Routing Protocols for Ad-hoc Sensor Network

A Study of Routing Protocols for Ad-hoc Sensor Network Volume 119 No. 10 2018, 895-906 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A Study of Routing Protocols for Ad-hoc Sensor Network 1 Soumajit

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

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

Routing Protocols for Wireless Sensor Networks

Routing Protocols for Wireless Sensor Networks Routing Protocols for Wireless Sensor Networks Chaitanya Mankar 1, Vidhya Dhamdhere 2 1 MECN, G. H. Raisoni College of Engineering and Management (GHRCEM), India 2 Faculty, Computer Department, G.H.Raisoni

More information

Design Issues, Characteristics and Challenges in Routing Protocols for Wireless Sensor Networks

Design Issues, Characteristics and Challenges in Routing Protocols for Wireless Sensor Networks Design Issues, Characteristics and Challenges in Routing Protocols for Wireless Sensor Networks Sangeeta Vhatkar Research Scholar Computer Science & Engg. Department P.I.E.T Nagpur Mohammad Atique, Ph.D

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

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

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

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

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

Energy Efficient Homogeneous WSN protocols : An Analysis

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

More information

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

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

[Sawdekar, 3(1): January, 2014] ISSN: Impact Factor: 1.852

[Sawdekar, 3(1): January, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A Review of Routing Protocols for Wireless Sensor Network Mr.Sushil R. Sawdekar *1, Prof.C.M.Mankar 2 *1,2 Department of computer

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

A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs

A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs A Mobile-Sink Based Distributed Energy-Efficient Clustering Algorithm for WSNs Sarita Naruka 1, Dr. Amit Sharma 2 1 M.Tech. Scholar, 2 Professor, Computer Science & Engineering, Vedant College of Engineering

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

Energy Efficient Clustering Protocol for Wireless Sensor Network

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

More information

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks

An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks , pp.135-140 http://dx.doi.org/10.14257/astl.2014.48.22 An Energy Efficient Data Dissemination Algorithm for Wireless Sensor Networks Jin Wang 1, Bo Tang 1, Zhongqi Zhang 1, Jian Shen 1, Jeong-Uk Kim 2

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: Energy Optimization Routing Techniques In Wireless Sensor Networks

More information

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

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

More information

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

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

Volume III, Issue X, October 2014 IJLTEMAS ISSN

Volume III, Issue X, October 2014 IJLTEMAS ISSN Analysis of Hierarchical Routing Protocols in WSNs Nilima Rani Das 1, Debashree Mishra 2, Rashmi Rekha Sahoo 3 1 Dept. of CA, ITER, Bhubaneswar, Odisha 2 Dept. of CA, ITER, Bhubaneswar, Odisha 3 Dept.

More information

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

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

More information

Review Paper on Energy- Efficient Protocols in Wireless Sensor Networks

Review Paper on Energy- Efficient Protocols in Wireless Sensor Networks IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 02 (February. 2014), V4 PP 01-07 www.iosrjen.org Review Paper on Energy- Efficient Protocols in Wireless Sensor

More information

QoS Parameters Analysis to Improve QoS in WSNs Routing Protocol Ipsita Panda Sr. Lecturer, Dept of CSE, S.I.E.T

QoS Parameters Analysis to Improve QoS in WSNs Routing Protocol Ipsita Panda Sr. Lecturer, Dept of CSE, S.I.E.T QoS Parameters Analysis to Improve QoS in WSNs Routing Protocol Ipsita Panda Sr. Lecturer, Dept of CSE, S.I.E.T Abstract: Sensor networks consist of small, lowpower, low-energy (stationary) nodes used

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 213 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Event Driven Hierarchical

More information

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

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

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 2, Issue 9, September 2012 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Comparative

More information

Comparative Study of PEGASIS and PDCH Protocols in Wireless Sensor Network

Comparative Study of PEGASIS and PDCH Protocols in Wireless Sensor Network Comparative Study of PEGASIS and PDCH Protocols in Wireless Sensor Network Jigish Rana M.E. I.T. (pursuing) Thakur College of Engineering And Technology University of Mumbai Sangeeta Vhatkar Assistant

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

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

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

More information

A Review on Routing Protocols For Wireless Sensor Network

A Review on Routing Protocols For Wireless Sensor Network A Review on Routing Protocols For Wireless Sensor Network Archana Chauhan 1 Praveen Sharma 2 M-Tech Student 1, Assit. Prof. 2 & Department of CSE & NGF College of Engineering &Technology Palwal, Haryana,

More information

A Survey on Hybrid Routing Protocols for Central Monitory Console In Medical Sciences K. Ravi Tej*, G. Swain

A Survey on Hybrid Routing Protocols for Central Monitory Console In Medical Sciences K. Ravi Tej*, G. Swain Print ISSN: 0974-2115 A Survey on Hybrid Routing Protocols for Central Monitory Console In Medical Sciences K. Ravi Tej*, G. Swain Dept. of CSE, KL University, Vaddeswaram, India. *Corresponding author:

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

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

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

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

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

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

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

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

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

A NOVEL DISTRIBUTED PROTOCOL FOR RANDOMLY DEPLOYED CLUSTERED BASED WIRELESS SENSOR NETWORK:

A NOVEL DISTRIBUTED PROTOCOL FOR RANDOMLY DEPLOYED CLUSTERED BASED WIRELESS SENSOR NETWORK: A NOVEL DISTRIBUTED PROTOCOL FOR RANDOMLY DEPLOYED CLUSTERED BASED WIRELESS SENSOR NETWORK: 1 SANJAYA KUMAR PADHI, 2 PRASANT KUMAR PATTNAIK 1 Asstt Prof., Department of ComputerSciene and Engineering,

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

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

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

Lifetime Maximization Using Modified Leach Protocol for Energy Efficient Routing In Wireless Sensor Networks

Lifetime Maximization Using Modified Leach Protocol for Energy Efficient Routing In Wireless Sensor Networks The International Journal Of Engineering And Science (IJES) Volume 2 Issue 2 Pages 17-23 2013 ISSN: 2319 1813 ISBN: 2319 1805 Lifetime Maximization Using Modified Leach Protocol for Energy Efficient Routing

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

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

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

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

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

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

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

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

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

Accepted 10 May 2014, Available online 01 June 2014, Vol.4, No.3 (June 2014)

Accepted 10 May 2014, Available online 01 June 2014, Vol.4, No.3 (June 2014) 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 Performance

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

EBRP: Energy Band based Routing Protocol for Wireless Sensor Networks

EBRP: Energy Band based Routing Protocol for Wireless Sensor Networks EBRP: Energy Band based Routing Protocol for Wireless Sensor Networks Sasanka Madiraju Cariappa Mallanda #Rajgopal Kannan Arjan Durresi S.S.Iyengar {madiraju, Cariappa, rkannan, Durresi, iyengar}@csc.lsu.edu

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

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

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

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

More information

International Journal of Research in Advent Technology Available Online at:

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

More information

HEOC: HIERARCHICAL AND ENERGY OPTIMIZED CLUSTERING BASED ROUTING APPROACH FOR WIRELESS SENSOR NETWORKS

HEOC: HIERARCHICAL AND ENERGY OPTIMIZED CLUSTERING BASED ROUTING APPROACH FOR WIRELESS SENSOR NETWORKS HEOC: HIERARCHICAL AND ENERGY OPTIMIZED CLUSTERING BASED ROUTING APPROACH FOR WIRELESS SENSOR NETWORKS C. Jothikumar and Revathi Venkataraman Department of Computer Science and Engineering, SRM University,

More information

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

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

More information

Energy 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

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

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

Hierarchical Routing Protocols in WSN: A Review

Hierarchical Routing Protocols in WSN: A Review Hierarchical Routing Protocols in WSN: A Review Shilpa Gambhir 1, Sahil Verma 2, Kavita 3 1 Student, M. Tech, ESSEAR, Ambala 2 Assistant Professor, Dept. of CSE, E-Max group of Institutions, Ambala 3 Assistant

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

Data Gathering for Wireless Sensor Network using PEGASIS Protocol

Data Gathering for Wireless Sensor Network using PEGASIS Protocol Data Gathering for Wireless Sensor Network using PEGASIS Protocol Kumari Kalpna a, Kanu Gopal b, Navtej katoch c a Deptt. of ECE, College of Engg.& Mgmt.,Kapurthala, b Deptt. of CSE, College of Engg.&

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

A Reliable Routing Technique for Wireless Sensor Networks

A Reliable Routing Technique for Wireless Sensor Networks A Reliable Routing Technique for Wireless Sensor Networks Girija.G Dept. of ECE BIT, Bangalore, India Veena H.S Dept. of ECE BIT, Bangalore, India Abstract: Wireless Sensor Network (WSN) consists of very

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

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

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

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

More information

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

Energy Efficient Multihop Routing scheme with in Network Aggregation for WSN

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

More information

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

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

More information

A Fault-recovery Routing Approach for Loop-based Clustering WSN

A Fault-recovery Routing Approach for Loop-based Clustering WSN A Fault-recovery Routing Approach for Loop-based Clustering WSN Ming Xu 1, Shengdong Zhang 1, Jiannong Cao 2, Xiaoxing Guo 3 ( 1 School of Computer, National Univ. of Defense Technology, Changsha, China)

More information