An Innovative Approach to increase the Life time of Wireless Sensor Networks

Size: px
Start display at page:

Download "An Innovative Approach to increase the Life time of Wireless Sensor Networks"

Transcription

1 An Innovative Approach to increase the Life time of Wireless Sensor Networks R.Deenadhayalan [1] Department of Information Technology Kongu Engineering College Perundurai, Erode Dr.S Anandamurugan [2] Department of Information Technology Kongu Engineering College Perundurai, Erode Abstract The utilization of Wireless Sensor Networks (WSNs) to a full extend is limited by the limited energy constraints of the individual sensor nodes. Large part of the research in WSNs focuses on the development of energy efficient routing protocols.energy usage is the determining factor in the performance of WSNs. Both the methods of data routing and transferring to the base station are very important because the sensor nodes run on battery power and the energy availability for each sensor node is limited. To maximize the lifetime of the sensor node, it is better to share the energy dissipated throughout the sensor network in order to reduce maintenance and enhance the overall system performance. The proposed work is to design an algorithm based on Ladder Diffusion (LD) and Ant Colony Optimization (ACO) to reduce the power consumption and to solve transmission routing problems in wireless sensor networks. The LD algorithm is employed to route paths for data relay and transmission in wireless sensor networks and it reduces power consumption, processing time to build the routing table. Moreover, to ensure the safety and reliability of data transmission, LD-ACO algorithm provides backup routes to avoid wasted power and processing time when rebuilding the routing table in case part of sensor nodes are missing. Actually the nodesare referred as Sensor because these nodes are equipped with smart sensors. A sensor node is a device that converts a sensed characteristic like temperature, vibrations, pressure into a form recognize by the users. A wireless sensor networks node has less mobility compared to ad-hoc networks. So mobility in case of ad-hoc is more. In wireless sensor network data are requested depending upon certain physical quantity. The main components of a sensor node as seen from the Fig.2 are microcontroller, transceiver, external memory, power source and one or more sensors. Microcontroller processes data and controls the functionality of other components in the sensor node. Keywords Ant colony Optimization; AODV; Ladder Diffusion; Grade value; Ladder Table; Ladder creating Package I. INTRODUCTION A WSN consists of large number of autonomous sensor nodes, in which each and every sensor is connected with one or more sensor nodes without the use of any wires(i.e.) connected via wireless. The design of WSNs depends on required application. Environmental monitoring is an application where a region is sensed by numerous sensor nodes and the sensed data are gathered at the base station (a sink) where remaining process can be carried out. The sensor nodes for such applications are usually designed to work in conditions where it cannot be possible to recharge or refill the battery of those nodes. Hence energy is very precious resource for sensor nodes. This limitation makes the design of routing protocols a challenging task. The WSN is built of "sensor nodes" from a few to some hundreds or thousands, where every node is connected to one or several sensors. Each sensor node haveseveral parts such as a radiotransceiverconsisting internal antennaand an external antenna, an electronic circuit, a microcontrollerand an energy source usually a battery. Fig.1 Wireless Sensor Network Sensors are used to sense the data from the physical environment, memory is for storage, and a transceiver is used for data transmission. Fig.2 Architecture of Sensor Node

2 II. PROBLEM DEFINITION Wireless sensor networks consist of many sensor nodes that contain environmental sensing devices for movement, temperature, humidity, exhaust gas, and so on, which are distributed over an area to measure various characteristics of that region. Each sensor node also has limited wireless computational power to process and transfer the sensing live data to the base station or data collection center. In general, each sensor node has a low level of power, and its battery power cannot be replenished. If the energy of a sensor node is exhausted, wireless sensor network leaks will appear, and failure nodes will not relay data to the other nodes during transmission processing. Thus, other sensor nodes will be increasingly burdened with transmission processing. Given these issues, energy consumption in wireless sensor networks is an important research issue. III. PROPOSED WORK A.Ladder Diffusion- Ant Colony Optimization The energy efficiency in WSNs can be achieved by integrating Ladder Diffusion (LD) and Ant Colony Optimization (ACO) [7] algorithms. Therefore to enhance the network lifetime of WSN, ladder diffusion phase is applied to whole WSN. Grade values for all the sensor nodes is achieved by applying LD algorithm, after obtaining grade values ACO algorithm is applied to find shortest best optimal path. B.Ladder Diffusion (LD) Algorithm The proposed ladder diffusion algorithm integrated with ACO is used in order to minimize power consumption.the ladder diffusion algorithm is used to identify routes from sensor nodes to the sink node and avoid the generation of circle routes using the ladder diffusion process. It creates the ladder table in each sensor by issuing the ladder create packet that is created from the sink node. 1) Ladder Diffusion Phase The process of ladder diffusion is as follows. Consider center node as sink node and surrounding nodes as sensor (source) nodes. From the sink node, ladder-x package will be broadcasted towards the edge of the environment. When receiving the ladder-x package, the sensor nodes stores the grade value of itself and maintains a ladder table. Grade-1 sensor nodes transmit data to the sink node by requiring only one hop. Likewise,Grade-2 sensor nodes transmit data to the sink node by requiring two hops and so on.first, the sink node broadcasts the ladder-x package with a value of grade as one, as shown in Fig.3.a. The sensor nodes b and c receive a ladder-x package with agrade value of one from sink node a.then sensor nodes b and c increase the grade value of theladder-x package to two and broadcast the modified ladderxpackage. In Fig.3.b, the sensor nodes d, e and f receive ladder-x packages with a grade value of two from nodes b and c.sensor nodes d, e and f increase the grade value of the ladder-x package to three and broadcast the modified packageagain. In Fig.3.c, sensor nodes c, g and h receive this ladder-xpackage, but node c discards the package because the gradevalue of currently receivedpackage is three, which is greater than already recorded value in the ladder table for node c.moreover, if many sensor nodes simultaneously broadcast ladder-x packages with the same grade value, the sensor nodes receive andrecord the packages in theirrespective ladder tables as back-upnodes. Thus, Fig.3.c shows node h recording nodes d and f in the ladder table.finally, Fig.3.d shows that sensor nodes g and h increase the grade value of the ladder-x package to four and broadcast the ladder-x package. But the sensor nodes discard the package because the grade value of the sensor nodes surrounding nodes g and h are less than four.fig.3.e shows the complete process of ladder diffusion. The sensor nodes can transmit data depending on the ladder table already created, with the data transfer routes going from high grade value to low grade value, as shown in Fig.2. As Fig.2 indicates, sensor node h has two candidate nodes in the ladder table, and hence both the node can be selected as its relay node; hence, node h has two routes that can be used to transmit data to sink node a. After the LD process, each sensor node record the grade value in the ladder table. The sensor node can record more than one node as relay nodes in the ladder table when receiving the ladder-x package with a grade value less than itself. Hence there are many back-up relay nodes that can be used to transmit data to the sink node. C.Ant Colony Optimization The Ant Colony Optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced by finding good paths through graphs. The algorithm aims to find optimal path in a graph, based on behaviour of ants finding a path between their colony and source of food.ants travel in random path to search the food and after finding food, it returns back to colony by laying down the pheromone trails. Over time, however, the pheromone trails have to evaporate in order to reduce its attractive strength. The more time it takes for anant to march the path, the more time the pheromones will evaporate

3 Fig.3 The Ladder Diffusion Process

4 Fig.5Routing paths from node a to sink node s. Fig.4Data transfer route of sensor nodes Thus, the time taken for an ant to march over a path is directly proportional to pheromone trail evaporation. A short path gets marched more frequently, and thus the pheromone density will be higher on shorter paths compared to longer ones. Pheromone evaporation has advantage of avoiding the convergence to optimal solution. If in case there were no evaporation, the paths chosen by the first ants would tend to be excessively attractive to the following ones. In that case, searchingthe solution space would be limited. Thus,when one ant finds a good (i.e., short) path from the colony to a food source. Other ants will follow that path, and positive feedback leads to all the antsfollow a same path. The LD algorithm integrates ACO to achieve the lowest level of power consumption to select suitable routes and also the energy level of each sensor node can be balanced as routing can be chosen to include different relay nodes. ACO is used to solve problems related to choosing routes. The route choosing phase involves selecting and constructing the routes from sensor nodes to the sink node. 1) Initialization Suppose the route from sensor node a to sink node s is constructed during the ladder diffusion phase as the route shown in Fig.4. The initialization parameter configuration is given as follows: i. Initialize the starting point for the ants: The starting point for all ants is sensor node a, and the routing path is from node a to sink node s. ii. Initialize the selection rate of the routing path for artificial ants (q0), environment pheromone (s0), and pheromone evaporation rate (a): The value of these parameters ranges from zero to one. 2) Fitness function Thefitness function calculates power consumption by sensor nodes whiletransmitting data and to decide how much pheromone must remain. Eventually if the data transfer rate is increased, energy consumption will increase.the parameter n is usually set at 2 because energy consumption is proportional to the square of distance. The parameters r, 1, and 2 are constant values. Where, r the data transfer rate of sensor nodes; (, ) the Euclidean distance between node i and node j; (, ) the energy consumption after node i transmits data to node j; 1 the distance-independent parameter; 2 the distance-dependent parameter; the consumptive energy of node j. 3) Walking phase Artificial ants select the routing path using a random parameters q and where, q is a random number uniformly distributed in [0, 1], and is a parameter (0 1). There were two cases: Case 1: If q >, then the exploring rule is used. The exploring rule calculates the usable energy of all back-up nodes using Equation(1) and then calculates the rate of selection for all back-up nodes using Equation (2) Where, (i, j) is the probability that ant k on node i chooses to move to node j; ( ) the set of back-up nodes for node i; (i, j) the pheromone between node i and node j; (, ) the energy consumption of node i and node j; the evaluation parameter of pheromone versus energy consumption

5 Case 2: Otherwise, the using rule is employed. A. Nodes vs. Energy Consumption The using rule selects the route which have more remaining pheromone. Equation (3) is used by an ant to choose the next node j from the currently positioned node i 4) Local updating The pheromone of the route that the artificial ant selects is updated using Equation (1) and Equation (4) Where, n is the nth sensor node on the route. 5) Global updating The ACO algorithm can record the optimum route and update the new optimum route and pheromone for all nodes along the route if the energy consumption of the new route is less than that of the old route. In addition, ACO updates the pheromone levels for sensor nodes that are included in the intersection set of the two routes if the new route is not an optimum route. This method of updating is shown in Equation (5) Fig.6 Nodes vs. Energy Consumption Energy Consumption refers to amount of energy consumed in a process or system. Energy Consumption will be high in AODV when compared to LD-ACO protocols. Variation in Energy consumption is shown in the Fig.6. B. Nodes vs. Throughput Throughput is usually measured in bits per second (bits or bytes per second), and sometimes in data packets per second or data packets per time slot. Throughput will be high for ACO when compared to AODV protocol. Throughput variation is shown in the Fig.7. In Equation (5), m is the intersection set of sensor nodes on this route and on the optimum route. IV. SIMULATION In this section, experiment and simulation results are described. The performance of AODV [1] and LD-ACO is compared in terms of energy efficiency and throughput.the experiment is designed by varying the number of nodes, which is defined with 1000 X 1000 dimensions. The transmission range of the nodes was set to 15 units. Sensor nodes are distributed uniformly over the space in each of these simulations. The node which is in center is the sink node. All the remaining nodes are termed as sensor (source) nodes which are intended to transmit data to sink node. In the simulation, 1000 data packages are exchanged between random source/sink pairs. In the below mentioned experiments, the parameters are set to the following values:data transfer rate (r) = 0.3, Environment pheromone = 1, pheromone evaporation rate = 0.01, initial energy = 100 in Joules, receiving power = 2.0, transmitting power = 2.0. Fig.7 Nodes vs. Throughput The performance of Quality of Service (QoS) is analysed by taking energy consumption and throughput parameters into account. From the obtained results, the performance of QoS is improved by using AODV with LD- ACO. The simulation results shows that the proposed LD-ACO algorithms consumes less energy for packets relay required by a single node compared to AODV algorithm. The proposed method results in better efficiency than traditional AODV. Itreduces the maximum energy consumption of sensor nodes by 19% as compared to AODV. And also LD-ACO have better throughput than AODV

6 V. CONCLUSION The system measures the QoS by combining the ACO and AODV mechanisms in Wireless Sensor Networks. The performance measurement of AODV and ACO combined with AODV protocols is taken. The result shows that AODV protocol with ACO protocol is having improved performance than AODV protocols in terms of the parameters like Energy Consumption, Throughput. Further analysis can be made by having some other optimization instead of Ant Colony Optimization to conserve the energy of the network and combining some other energy efficient mechanisms with LD-ACO. REFERENCES [1] C.E. Perkins, E. Royer, Ad hoc on-demand distance vector routing, in: Proceedings of IEEE WMCSA, pp , [2] E.M. Royer, C.-K. Toh, A review of current routing protocols for ad-hoc mobile networks, IEEE Personal Communications Vol.6, pp , [3] M. Dorigo, L.M. Gambardella, Ant colony system: a cooperative learning approach to the traveling salesman problem, IEEE Computational Intelligence Society Vol.1, pp , [4] M. Dorigo, V. Maniezzo, A. Colorni, The ant system: optimization by a colony of cooperating agents, IEEE Systems, Man, and Cybernetics Society Vol.26, pp , [5] Rajiv Misra, Chittaranjan Mandal, Ant-aggregation: ant colony algorithm for optimal data aggregation in wireless sensor networks, IFIP International Conference on Wireless and Optical Communications Networks, pp.56-71, [6] S.C. Chu, John F. Roddick, J.S. Pan, Ant colony system with communication strategies, Information Sciences Vol.167, Issue 1, pp , [7] Wen-Hwa Liao, Yucheng Kao, Chien-Ming Fan, Data aggregation in wireless sensor networks using ant colony algorithm, Journal of Network and Computer Applications vol.31 pp , [8] Zhen Hea, Byung Suk Lee, X. Sean Wang, Aggregation in sensor networks with a user-provided quality of service goal, Information Sciences Vol.9, pp ,

A Reduce Identical Composite Event Transmission Algorithm for Wireless Sensor Networks

A Reduce Identical Composite Event Transmission Algorithm for Wireless Sensor Networks Appl. Math. Inf. Sci. 6 No. 2S pp. 713S-719S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. A Reduce Identical Composite Event Transmission

More information

A Review: Optimization of Energy in Wireless Sensor Networks

A Review: Optimization of Energy in Wireless Sensor Networks A Review: Optimization of Energy in Wireless Sensor Networks Anjali 1, Navpreet Kaur 2 1 Department of Electronics & Communication, M.Tech Scholar, Lovely Professional University, Punjab, India 2Department

More information

Energy Efficient and Collision Aware Routing Algorithm for Wireless Sensor Networks

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

More information

Fault Node Recovery Algorithm for a Wireless Sensor Network

Fault Node Recovery Algorithm for a Wireless Sensor Network International Journal of Emerging Engineering Research and Technology Volume 2, Issue 9, December 2014, PP 70-76 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Fault Node Recovery Algorithm for a Wireless

More information

Image Edge Detection Using Ant Colony Optimization

Image Edge Detection Using Ant Colony Optimization Image Edge Detection Using Ant Colony Optimization Anna Veronica Baterina and Carlos Oppus Abstract Ant colony optimization (ACO) is a population-based metaheuristic that mimics the foraging behavior of

More information

Optimization of Ant based Cluster Head Election Algorithm in Wireless Sensor Networks

Optimization of Ant based Cluster Head Election Algorithm in Wireless Sensor Networks Optimization of Ant based Cluster Head Election Algorithm in Wireless Sensor Networks Siddharth Kumar M.Tech Student, Dept of Computer Science and Technology, Central University of Punjab, Punjab, India

More information

Performance evaluation of AODV, DSDV and AntHocNet in video transmission

Performance evaluation of AODV, DSDV and AntHocNet in video transmission Performance evaluation of AODV, DSDV and AntHocNet in video transmission Neelam S. Labhade, S.S.Vasekar Abstract Now a days wireless technologies are important in the world of communication due to its

More information

Optimized Coverage and Efficient Load Balancing Algorithm for WSNs-A Survey P.Gowtham 1, P.Vivek Karthick 2

Optimized Coverage and Efficient Load Balancing Algorithm for WSNs-A Survey P.Gowtham 1, P.Vivek Karthick 2 Optimized Coverage and Efficient Load Balancing Algorithm for WSNs-A Survey P.Gowtham 1, P.Vivek Karthick 2 1 PG Scholar, 2 Assistant Professor Kathir College of Engineering Coimbatore (T.N.), India. Abstract

More information

Balanced Load Sharing Protocol for Wireless Sensor Networks

Balanced Load Sharing Protocol for Wireless Sensor Networks Balanced Load Sharing Protocol for Wireless Sensor Networks Maytham Safarª, Rabie Al-Mejbas b ªCollege of Engineering and Petroleum Kuwait University, Kuwait State ªE-mail: maytham@me.com, b mejbas@hotmail.com

More information

An Improved Energy-Efficient BBO-Based PEGASIS Protocol in Wireless Sensors Network

An Improved Energy-Efficient BBO-Based PEGASIS Protocol in Wireless Sensors Network RESEARCH ARTICLE OPEN ACCESS An Improved Energy-Efficient BBO-Based PEGASIS Protocol in Wireless Sensors Network Bipandeep Singh*, Er. Simranjit Kaur** *(Student, M.Tech-E.C.E, Department of E.C.E, Ludhiana

More information

Solving Travelling Salesmen Problem using Ant Colony Optimization Algorithm

Solving Travelling Salesmen Problem using Ant Colony Optimization Algorithm SCITECH Volume 3, Issue 1 RESEARCH ORGANISATION March 30, 2015 Journal of Information Sciences and Computing Technologies www.scitecresearch.com Solving Travelling Salesmen Problem using Ant Colony Optimization

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

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

A Swarm-based Distance Vector Routing to Support Multiple Quality of Service (QoS) Metrics in Mobile Adhoc Networks

A Swarm-based Distance Vector Routing to Support Multiple Quality of Service (QoS) Metrics in Mobile Adhoc Networks Journal of Computer Science 3 (9): 700-707, 2007 ISSN 1549-3636 2007 Science Publications A Swarm-based Distance Vector Routing to Support Multiple Quality of Service (QoS) Metrics in Mobile Adhoc Networks

More information

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

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

More information

Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks

Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks Energy Efficient Data Gathering For Throughput Maximization with Multicast Protocol In Wireless Sensor Networks S. Gokilarani 1, P. B. Pankajavalli 2 1 Research Scholar, Kongu Arts and Science College,

More information

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS

AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS AN EFFICIENT MAC PROTOCOL FOR SUPPORTING QOS IN WIRELESS SENSOR NETWORKS YINGHUI QIU School of Electrical and Electronic Engineering, North China Electric Power University, Beijing, 102206, China ABSTRACT

More information

An Immunity-based Ant Colony Optimization Topology Control Algorithm for 3D Wireless Sensor Networks

An Immunity-based Ant Colony Optimization Topology Control Algorithm for 3D Wireless Sensor Networks Sensors & Transducers 013 by IFSA http://www.sensorsportal.com An Immunity-based Ant Colony Optimization Topology Control Algorithm for 3D Wireless Sensor Networs Dequan Yang School of automation Being

More information

2. REVIEW OF RELATED RESEARCH WORK. 2.1 Methods of Data Aggregation

2. REVIEW OF RELATED RESEARCH WORK. 2.1 Methods of Data Aggregation ata Aggregation in Wireless Sensor Networks with Minimum elay and Minimum Use of Energy: A comparative Study Bushra Qayyum Mohammed Saeed Jason Roberts Ph Student ean of Research Senior Lecturer University

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

A FAULT NODE RECOVERY ALGORITHM TO REINFORCES THE LIFETIME AND ROUTING IN WIRELESS SENSOR NETWORK

A FAULT NODE RECOVERY ALGORITHM TO REINFORCES THE LIFETIME AND ROUTING IN WIRELESS SENSOR NETWORK A FAULT NODE RECOVERY ALGORITHM TO REINFORCES THE LIFETIME AND ROUTING IN WIRELESS SENSOR NETWORK Divyashree S 1, Sanjay Kumar N.V 2, Dr. Y. P. Gowramma 3 1 PG Student, Dept. of CS&E, 2 Assistant Professor,

More information

Energy Aware Node Placement Algorithm for Wireless Sensor Network

Energy Aware Node Placement Algorithm for Wireless Sensor Network Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 541-548 Research India Publications http://www.ripublication.com/aeee.htm Energy Aware Node Placement Algorithm

More information

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

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

More information

OPTIMIZED SENSOR NODES OF WIRELESS SENSOR NETWORK BY FAULT NODE RECOVERY ALGORITHM

OPTIMIZED SENSOR NODES OF WIRELESS SENSOR NETWORK BY FAULT NODE RECOVERY ALGORITHM OPTIMIZED SENSOR NODES OF WIRELESS SENSOR NETWORK BY FAULT NODE RECOVERY ALGORITHM Chauhan Ajitkumar 1, Asst. Prof. Jignesh V. Patel 2 1PG Scholar, EC Dept., SPCE, Visnagar, Gujarat, India. 2Assistant

More information

Ant-based Dynamic Hop Optimization Protocol: a Routing Algorithm for Mobile Wireless Sensor Networks

Ant-based Dynamic Hop Optimization Protocol: a Routing Algorithm for Mobile Wireless Sensor Networks Joint Workshop of SCPA 2011 and SaCoNAS 2011 Ant-based Dynamic Hop Optimization Protocol: a Routing Algorithm for Mobile Wireless Sensor Networks Alexandre Massayuki Okazaki and Antônio Augusto Fröhlich

More information

Sensors & Transducers Published by IFSA Publishing, S. L.,

Sensors & Transducers Published by IFSA Publishing, S. L., Sensors & Transducers Published by IFSA Publishing, S. L., 2016 http://www.sensorsportal.com Compromises Between Quality of Service Metrics and Energy Consumption of Hierarchical and Flat Routing Protocols

More information

Automatic Programming with Ant Colony Optimization

Automatic Programming with Ant Colony Optimization Automatic Programming with Ant Colony Optimization Jennifer Green University of Kent jg9@kent.ac.uk Jacqueline L. Whalley University of Kent J.L.Whalley@kent.ac.uk Colin G. Johnson University of Kent C.G.Johnson@kent.ac.uk

More information

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks

A Simple Sink Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks A Simple Mobility Support Algorithm for Routing Protocols in Wireless Sensor Networks Chun-Su Park, You-Sun Kim, Kwang-Wook Lee, Seung-Kyun Kim, and Sung-Jea Ko Department of Electronics Engineering, Korea

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

Navigation of Multiple Mobile Robots Using Swarm Intelligence

Navigation of Multiple Mobile Robots Using Swarm Intelligence Navigation of Multiple Mobile Robots Using Swarm Intelligence Dayal R. Parhi National Institute of Technology, Rourkela, India E-mail: dayalparhi@yahoo.com Jayanta Kumar Pothal National Institute of Technology,

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

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

Dynamic Robot Path Planning Using Improved Max-Min Ant Colony Optimization

Dynamic Robot Path Planning Using Improved Max-Min Ant Colony Optimization Proceedings of the International Conference of Control, Dynamic Systems, and Robotics Ottawa, Ontario, Canada, May 15-16 2014 Paper No. 49 Dynamic Robot Path Planning Using Improved Max-Min Ant Colony

More information

Mobile Sink to Track Multiple Targets in Wireless Visual Sensor Networks

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

More information

Energy Efficient Routing Using Sleep Scheduling and Clustering Approach for Wireless Sensor Network

Energy Efficient Routing Using Sleep Scheduling and Clustering Approach for Wireless Sensor Network Energy Efficient Routing Using Sleep Scheduling and Clustering Approach for Wireless Sensor Network G.Premalatha 1, T.K.P.Rajagopal 2 Computer Science and Engineering Department, Kathir College of Engineering

More information

Ant Colony Optimization: The Traveling Salesman Problem

Ant Colony Optimization: The Traveling Salesman Problem Ant Colony Optimization: The Traveling Salesman Problem Section 2.3 from Swarm Intelligence: From Natural to Artificial Systems by Bonabeau, Dorigo, and Theraulaz Andrew Compton Ian Rogers 12/4/2006 Traveling

More information

ROUTING IN MANETS USING ACO WITH MOBILITY ASSISTANCE

ROUTING IN MANETS USING ACO WITH MOBILITY ASSISTANCE ISSN : 0973-7391 Vol. 3, No. 1, January-June 2012, pp. 97-101 ROUTING IN MANETS USING ACO WITH MOBILITY ASSISTANCE Praveen Biradar 1, and Sowmya K.S 2 1,2 Dept. Of Computer Science and Engineering, Dayananda

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

Maximum Coverage Range based Sensor Node Selection Approach to Optimize in WSN

Maximum Coverage Range based Sensor Node Selection Approach to Optimize in WSN Maximum Coverage Range based Sensor Node Selection Approach to Optimize in WSN Rinku Sharma 1, Dr. Rakesh Joon 2 1 Post Graduate Scholar, 2 Assistant Professor, Department of Electronics and Communication

More information

An Ant-Based Routing Algorithm to Achieve the Lifetime Bound for Target Tracking Sensor Networks

An Ant-Based Routing Algorithm to Achieve the Lifetime Bound for Target Tracking Sensor Networks An Ant-Based Routing Algorithm to Achieve the Lifetime Bound for Target Tracking Sensor Networks Peng Zeng Cuanzhi Zang Haibin Yu Shenyang Institute of Automation Chinese Academy of Sciences Target Tracking

More information

MultiHop Routing for Delay Minimization in WSN

MultiHop Routing for Delay Minimization in WSN MultiHop Routing for Delay Minimization in WSN Sandeep Chaurasia, Saima Khan, Sudesh Gupta Abstract Wireless sensor network, consists of sensor nodes in capacity of hundred or thousand, which deployed

More information

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, July 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, July 18,  ISSN International Journal of Computer Engineering and Applications, Volume XII, Special Issue, July 18, www.ijcea.com ISSN 2321-3469 MULTICAST ROUTING: CONVENTIONAL ALGORITHMS VS ANT COLONY SYSTEM ABSTRACT

More information

Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques

Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques Solving the Traveling Salesman Problem using Reinforced Ant Colony Optimization techniques N.N.Poddar 1, D. Kaur 2 1 Electrical Engineering and Computer Science, University of Toledo, Toledo, OH, USA 2

More information

CLUSTER BASED ROUTING PROTOCOL FOR WIRELESS SENSOR NETWORKS

CLUSTER BASED ROUTING PROTOCOL FOR WIRELESS SENSOR NETWORKS CLUSTER BASED ROUTING PROTOCOL FOR WIRELESS SENSOR NETWORKS M.SASIKUMAR 1 Assistant Professor, Dept. of Applied Mathematics and Computational Sciences, PSG College of Technology, Coimbatore, Tamilnadu,

More information

Ant Colony Optimization

Ant Colony Optimization Ant Colony Optimization CompSci 760 Patricia J Riddle 1 Natural Inspiration The name Ant Colony Optimization was chosen to reflect its original inspiration: the foraging behavior of some ant species. It

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

An Ant Approach to the Flow Shop Problem

An Ant Approach to the Flow Shop Problem An Ant Approach to the Flow Shop Problem Thomas Stützle TU Darmstadt, Computer Science Department Alexanderstr. 10, 64283 Darmstadt Phone: +49-6151-166651, Fax +49-6151-165326 email: stuetzle@informatik.tu-darmstadt.de

More information

Optimistic Path using Artificial Bee Colony Approach

Optimistic Path using Artificial Bee Colony Approach International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 13 (2014), pp. 1255-1261 International Research Publications House http://www. irphouse.com Optimistic Path

More information

Ant Algorithms. Simulated Ant Colonies for Optimization Problems. Daniel Bauer July 6, 2006

Ant Algorithms. Simulated Ant Colonies for Optimization Problems. Daniel Bauer July 6, 2006 Simulated Ant Colonies for Optimization Problems July 6, 2006 Topics 1 Real Ant Colonies Behaviour of Real Ants Pheromones 2 3 Behaviour of Real Ants Pheromones Introduction Observation: Ants living in

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

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks

Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Mobile Information Systems 9 (23) 295 34 295 DOI.3233/MIS-364 IOS Press Data gathering using mobile agents for reducing traffic in dense mobile wireless sensor networks Keisuke Goto, Yuya Sasaki, Takahiro

More information

ANT COLONY OPTIMIZED ROUTING FOR MOBILE ADHOC NETWORKS (MANET)

ANT COLONY OPTIMIZED ROUTING FOR MOBILE ADHOC NETWORKS (MANET) ANT COLONY OPTIMIZED ROUTING FOR MOBILE ADHOC NETWORKS (MANET) DWEEPNA GARG 1 & PARTH GOHIL 2 1,2 Dept. Of Computer Science and Engineering, Babaria Institute of Technology, Varnama, Vadodara, India E-mail

More information

A Review of Ant Colony based Routing Algorithm in Wireless Ad-hoc Networks

A Review of Ant Colony based Routing Algorithm in Wireless Ad-hoc Networks A Review of Ant Colony based Routing Algorithm in Wireless Ad-hoc Networks Sai Priya Thottempudi $, Dr Syed Umar * $ Student, Department of ECE, V R Siddhartha Eng College, A.P.INDIA. * Assoc. Professor,

More information

Improvement of a car racing controller by means of Ant Colony Optimization algorithms

Improvement of a car racing controller by means of Ant Colony Optimization algorithms Improvement of a car racing controller by means of Ant Colony Optimization algorithms Luis delaossa, José A. Gámez and Verónica López Abstract The performance of a car racing controller depends on many

More information

AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS

AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS AN ENERGY EFFICIENT AND RELIABLE TWO TIER ROUTING PROTOCOL FOR TOPOLOGY CONTROL IN WIRELESS SENSOR NETWORKS Shivakumar A B 1, Rashmi K R 2, Ananda Babu J. 3 1,2 M.Tech (CSE) Scholar, 3 CSE, Assistant Professor,

More information

IMPROVE NETWORK LIFETIME AND LOAD BALANCING MOBILE DATA CLUSTERING FOR WIRELESS SENSOR NETWORKS

IMPROVE NETWORK LIFETIME AND LOAD BALANCING MOBILE DATA CLUSTERING FOR WIRELESS SENSOR NETWORKS IMPROVE NETWORK LIFETIME AND LOAD BALANCING MOBILE DATA CLUSTERING FOR WIRELESS SENSOR NETWORKS A.Abdulasik 1 P.Subramoniam 2 PG Scholar 1, Assistant Professor 2, Dept. of Electronic and Communication

More information

A Novel Energy Saving Scheme using Potential Based Dynamic Routing in Wireless Sensor Networks

A Novel Energy Saving Scheme using Potential Based Dynamic Routing in Wireless Sensor Networks A Novel Energy Saving Scheme using Potential Based Dynamic Routing in Wireless Sensor Networks Jasiya Y 1*, Asha George 2 1* PG Scholar, Dept. of computer science and engineering 2* Assistant Professor,

More information

A ROUTING OPTIMIZATION AND DATA AGGREGATION SCHEME BASED ON RF TARANG MODULE IN WSN

A ROUTING OPTIMIZATION AND DATA AGGREGATION SCHEME BASED ON RF TARANG MODULE IN WSN A ROUTING OPTIMIZATION AND DATA AGGREGATION SCHEME BASED ON RF TARANG MODULE IN WSN Saranya.N 1, Sharmila.S 2, Jeevanantham.C 3 1,2,3 Assistant Professor, Department of ECE, SNS College of Engineering

More information

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

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

More information

Index Terms: Base Station, Hop Count Indicator (HCI), Node Usage Indicator (NUI), Resource Biased Routing (RBR).

Index Terms: Base Station, Hop Count Indicator (HCI), Node Usage Indicator (NUI), Resource Biased Routing (RBR). Resource Biased Routing (RBR) Algorithm for Energy Optimization in Wireless Sensor Networks Lalit Kumar Saraswat, Dr. Sachin Kumar Abstract: Energy efficiency is the major concern in the design of Wireless

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

Zonal Rumor Routing for. Wireless Sensor Networks

Zonal Rumor Routing for. Wireless Sensor Networks Tarun Banka Department of Electrical and Computer Engineering tarunb@engr.colostate.edu Zonal Rumor Routing for. Wireless Sensor Networks Gagan Tandon Department of Computer Science gagan@cs.colostate.edu

More information

An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks

An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks An Efficient Routing Approach and Improvement Of AODV Protocol In Mobile Ad-Hoc Networks Tejomayee Nath #1 & Suneeta Mohanty *2 # School of Computer Engineering, KIIT University Bhubaneswar,, India Abstract

More information

Maximizing the Lifetime of Clustered Wireless Sensor Network VIA Cooperative Communication

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

More information

Packet Routing using Optimal Flooding Protocol in Cluster based MANET

Packet Routing using Optimal Flooding Protocol in Cluster based MANET IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X Packet Routing using Optimal Flooding Protocol in Cluster based MANET S.Bavani V.Aiswariya

More information

Demand Multipath Routing Protocol with Network Lifetime Maximization in Wireless Sensor Network Fixed Routing Function

Demand Multipath Routing Protocol with Network Lifetime Maximization in Wireless Sensor Network Fixed Routing Function Demand Multipath Routing Protocol with Network Lifetime Maximization in Wireless Sensor Network Fixed Routing Function [1] D J Samatha Naidu, [2] N.Reshma Chandrika,, [3] K.Archana Reddy [1] Assistant

More information

An Ant Colony Optimization Algorithm for Solving Travelling Salesman Problem

An Ant Colony Optimization Algorithm for Solving Travelling Salesman Problem 1 An Ant Colony Optimization Algorithm for Solving Travelling Salesman Problem Krishna H. Hingrajiya, Ravindra Kumar Gupta, Gajendra Singh Chandel University of Rajiv Gandhi Proudyogiki Vishwavidyalaya,

More information

An energy efficient routing algorithm (X-Centric routing) for sensor networks

An energy efficient routing algorithm (X-Centric routing) for sensor networks An energy efficient routing algorithm (X-Centric routing) for sensor networks Goktug Atac, Tamer Dag Computer Engineering Department Kadir Has University, Istanbul, Turkey goktugatac@yahoo.com, tamer.dag@khas.edu.tr

More information

Lifetime Improvement of WSN by Trust Level based Ant Colony Optimization

Lifetime Improvement of WSN by Trust Level based Ant Colony Optimization Lifetime Improvement of WSN by Trust Level based Ant Colony Optimization Dr.V.Raghunatha Reddy 1, A.Rajasekhar Reddy 2, 1 Assistant Professor, Department of Computer Science & Technology, Sri Krishnadevaraya

More information

ESAR: An Energy Saving Ad Hoc Routing Algorithm for MANET

ESAR: An Energy Saving Ad Hoc Routing Algorithm for MANET : An Energy Saving Ad Hoc Routing Algorithm for MANET Utkarsh 1, Mukesh Mishra 2 and Suchismita Chinara 3 Department of Computer Science and Engineering, National Institute of Technology Rourkela, Rourkela,

More information

Dynamic Cooperative Routing (DCR) in Wireless Sensor Networks

Dynamic Cooperative Routing (DCR) in Wireless Sensor Networks Dynamic Cooperative Routing () in Wireless Sensor Networks Sivasankari H. 1, Leelavathi R. 1, Shaila K. 1, Venugopal K.R. 1, S.S. Iyengar 2, and L.M. Patnaik 3 1 Department of Computer Science and Engineering,

More information

Survey on Faulty Node Detection and Recovery Algorithm for WSN

Survey on Faulty Node Detection and Recovery Algorithm for WSN Survey on Faulty Node Detection and Recovery Algorithm for WSN Shinde Kishor Shankar Department of Computer Engineering e-mail: kishor4shinde@gmail.com Gaikwad Supriya Rajendra Department Of Computer Engineering

More information

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL 2.1 Topology Control in Wireless Sensor Networks Network topology control is about management of network topology to support network-wide requirement.

More information

Ant Colony Optimization for dynamic Traveling Salesman Problems

Ant Colony Optimization for dynamic Traveling Salesman Problems Ant Colony Optimization for dynamic Traveling Salesman Problems Carlos A. Silva and Thomas A. Runkler Siemens AG, Corporate Technology Information and Communications, CT IC 4 81730 Munich - Germany thomas.runkler@siemens.com

More information

Extending Network Lifetime of Clustered-Wireless Sensor Networks Based on Unequal Clustering

Extending Network Lifetime of Clustered-Wireless Sensor Networks Based on Unequal Clustering 96 IJCSNS International Journal of Computer Science and Network Security, VOL.16 No.5, May 2016 Extending Network Lifetime of Clustered-Wireless Sensor Networks Based on Unequal Clustering Arunkumar V

More information

Energy 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

Selection of Optimum Routing Protocol for 2D and 3D WSN

Selection of Optimum Routing Protocol for 2D and 3D WSN Selection of Optimum Routing Protocol for 2D and 3D WSN Robin Chadha Department of Electronics and Communication DAVIET, PTU Jalandhar, India. Love Kumar Department of Electronics and Communication DAVIET,

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

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

Comparison of Energy-Efficient Data Acquisition Techniques in WSN through Spatial Correlation

Comparison of Energy-Efficient Data Acquisition Techniques in WSN through Spatial Correlation Comparison of Energy-Efficient Data Acquisition Techniques in WSN through Spatial Correlation Paramvir Kaur * Sukhwinder Sharma # * M.Tech in CSE with specializationl in E-Security, BBSBEC,Fatehgarh sahib,

More information

Cost Based Efficient Routing for Wireless Body Area Networks

Cost Based Efficient Routing for Wireless Body Area Networks Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 8, August 2015,

More information

Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network

Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network Effect Of Grouping Cluster Based on Overlapping FOV In Wireless Multimedia Sensor Network Shikha Swaroop Department of Information Technology Dehradun Institute of Technology Dehradun, Uttarakhand. er.shikhaswaroop@gmail.com

More information

Geographical Routing Algorithms In Asynchronous Wireless Sensor Network

Geographical Routing Algorithms In Asynchronous Wireless Sensor Network Geographical Routing Algorithms In Asynchronous Wireless Sensor Network Vaishali.S.K, N.G.Palan Electronics and telecommunication, Cummins College of engineering for women Karvenagar, Pune, India Abstract-

More information

Data Gathering of Wireless Sensor Network using Ant colony optimization

Data Gathering of Wireless Sensor Network using Ant colony optimization Data Gathering of Wireless Sensor Network using Ant colony optimization KmandeepKaur, #1 Gurdeep Singh #2,Manit kapoor #3 M.Tech, Deptt. of ECE Ramgarhia Institute of Engineering and Technology Phagwara

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 2, April-May, 2013 ISSN: Fast Data Collection with Reduced Interference and Increased Life Time in Wireless Sensor Networks Jayachandran.J 1 and Ramalakshmi.R 2 1 M.Tech Network Engineering, Kalasalingam University, Krishnan koil.

More information

International Journal of Current Trends in Engineering & Technology Volume: 02, Issue: 01 (JAN-FAB 2016)

International Journal of Current Trends in Engineering & Technology Volume: 02, Issue: 01 (JAN-FAB 2016) Survey on Ant Colony Optimization Shweta Teckchandani, Prof. Kailash Patidar, Prof. Gajendra Singh Sri Satya Sai Institute of Science & Technology, Sehore Madhya Pradesh, India Abstract Although ant is

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

Reliable and Energy Efficient Protocol for Wireless Sensor Network

Reliable and Energy Efficient Protocol for Wireless Sensor Network Reliable and Energy Efficient Protocol for Wireless Sensor Network Hafiyya.R.M 1, Fathima Anwar 2 P.G. Student, Department of Computer Engineering, M.E.A Engineering College, Perinthalmanna, Kerala, India

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

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

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

Ehesan Ali ABSTRACT I. INTRODUCTION II. PROBLEM DESCRIPTION

Ehesan Ali ABSTRACT I. INTRODUCTION II. PROBLEM DESCRIPTION International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 5 ISSN : 2456-3307 Fault Hub Replacement Algorithm for a Wireless

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

Realization of Fault Tolerant Routing Protocol for Zigbee

Realization of Fault Tolerant Routing Protocol for Zigbee Journal of Computer Science 8 (5): 761-766, 2012 ISSN 1549-3636 2012 Science Publications Realization of Fault Tolerant Routing Protocol for Zigbee 1 Sharmila Sankar and 2 Sankaranarayanan Department of

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

A Comparative Analysis of Traffic Flows for AODV and DSDV Protocols in Manet

A Comparative Analysis of Traffic Flows for AODV and DSDV Protocols in Manet A Comparative Analysis of Traffic Flows for and Protocols in Manet Ranichitra.A 1, Radhika.S 2 1 Assistant Professor, 2 M.Phil Scholar, Department of Computer Science, Sri S.R.N.M College, Sattur, India

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

Model and Algorithms for the Density, Coverage and Connectivity Control Problem in Flat WSNs

Model and Algorithms for the Density, Coverage and Connectivity Control Problem in Flat WSNs Model and Algorithms for the Density, Coverage and Connectivity Control Problem in Flat WSNs Flávio V. C. Martins, cruzeiro@dcc.ufmg.br Frederico P. Quintão, fred@dcc.ufmg.br Fabíola G. Nakamura fgnaka@dcc.ufmg.br,fabiola@dcc.ufam.edu.br

More information

Hybrid of Genetic Algorithm and Continuous Ant Colony Optimization for Optimum Solution

Hybrid of Genetic Algorithm and Continuous Ant Colony Optimization for Optimum Solution International Journal of Computer Networs and Communications Security VOL.2, NO.1, JANUARY 2014, 1 6 Available online at: www.cncs.org ISSN 2308-9830 C N C S Hybrid of Genetic Algorithm and Continuous

More information

QUALITY OF SERVICE EVALUATION IN IEEE NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi

QUALITY OF SERVICE EVALUATION IN IEEE NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi QUALITY OF SERVICE EVALUATION IN IEEE 802.15.4 NETWORKS *Shivi Johri, **Mrs. Neelu Trivedi *M.Tech. (ECE) in Deptt. of ECE at CET,Moradabad, U.P., India **Assistant professor in Deptt. of ECE at CET, Moradabad,

More information