SlideShare a Scribd company logo
1 of 4
Download to read offline
ISSN 2350-1022
International Journal of Recent Research in Mathematics Computer Science and Information Technology
Vol. 2, Issue 2, pp: (140-143), Month: October 2015 – March 2016, Available at: www.paperpublications.org
Page | 140
Paper Publications
Efficient and Optimal Routing Scheme for
Wireless Sensor Networks
G.M.Nishibha1,
Mrs.Manchu.M2
PG Scholar1
, Associate Professor of the CSE Department2
, Ponjesly College of Engineering, Nagercoil -3, India
Abstract: The Wireless Sensor Networks(WSNs) have emerged as a new category of networking systems with
limited computing, communication, and storage resources. In many sensing applications source nodes deliver
packets to sink nodes via multiple hops, leading to the problem on how to find routes that enable all packets to be
delivered in required time frames, while simultaneously taking into account factors such as energy efficiency and
load balancing. To solve this problem one data collection protocol is developed called EDAL, which stands for
Energy-efficient Delay-aware Lifetime-balancing data collection. Methods used are centralized heuristic and ant
colony gossiping to find best energy efficient path. Then integrate EDAL with compressive sensing to reduce the
amount of traffic generated and to reduce delay in the network.
Keywords: Energy efficiency, Ant colony gossiping, centralized heuristic.
1. INTRODUCTION
Wireless Sensor Network (WSN) refers to a group of spatially dispersed and dedicated sensors for monitoring and
recording the physical conditions of the environment and organizing the collected data at a central location. A WSN
consists of few hundreds to thousands of sensor nodes. The sensor node equipment includes a radio transceiver along with
an antenna, a microcontroller, an interfacing electronic circuit, and an energy source, usually a battery. The size of the
sensor nodes can also range from the size of a shoe box to as small as the size of a grain of dust.The main constraint of
sensor nodes is their very low finite battery energy, which limits the lifetime and the quality of the network . For that
reason, the protocols running on sensor networks must consume the resources of the nodes efficiently in order to achieve a
longer network lifetime.
This paper develops EDAL, an Energy-efficient Delay-Aware Lifetime-balancing data collection protocol. Specifically,
EDAL is formulated by treating energy cost in transmitting packets in WSNs in a similar way as delivery cost of goods in
OVR and by treating packet latencies similar to delivery deadlines. So introduce both centralized heuristic based on tabu
search and a distributed heuristic based on ant colony gossiping, to obtain approximate solutions. Our algorithm designs
also take into account load balancing of individual nodes to maximize the system lifetime.
2. EXIXTING SYSTEM
The vehicle routing problem (VRP) is a well-known NP-hard problem in operational research. VRP finds routes between
a depot and customers with given demands so that the transportation cost is minimized with the involvement of the
minimal number of vehicles, while satisfying capacity constraints. With additional constraints, VRP can be further
extended to solve different problems, where one of the most important is the vehicle routing problem with time windows
(VRPTW). This problem occurs frequently in the distribution of goods and services, where an unlimited number of
identical vehicles with predefined capacity serve a set of customers with demands of different time intervals (time
windows). VRPTW tries to minimize the total transportation cost through the minimum number of vehicles, without
violating any timing constraints.
ISSN 2350-1022
International Journal of Recent Research in Mathematics Computer Science and Information Technology
Vol. 2, Issue 2, pp: (140-143), Month: October 2015 – March 2016, Available at: www.paperpublications.org
Page | 141
Paper Publications
Once routes have been found using EDAL, further refine the data collection efficiency through an emerging technique
called compressive sensing (CS). CS is a technique through which data are compressed during their transmission to a
given destination by exploiting the fact that most sensors may not always have valid data to report when they sample the
environment , especially for nodes deployed in stable environments with rare and infrequent events to be detected.
A new data aggregation technique derived from CS to minimize the total energy consumption through joint routing and
compressed aggregation. Compressive sensing and particle swarm optimization algorithms to build up data aggregation
trees and decrease communication rate. These two methods are different from EDAL in that they require all nodes to
contribute sensing data during the data collection phase.
3. PROPOSED SYSTEM
Key motivation for this work stems from the insight that recent research efforts on open vehicle routing (OVR) problems
are usually based on similar assumptions and constraints compared to sensor networks. Specifically, in OVR research on
goods transportation, the objective is to spread the goods to customers in finite time with the minimal amount of
transportation cost. One may wonder, naturally, if treating packet delays as delivery time of goods, and energy cost as
delivery cost of goods, it may be possible to exploit research results in one domain to stimulate the other.
Motivated by this observation EDAL, an Energy-efficient Delay-Aware Lifetime-balancing Protocol is developed.
Specifically, EDAL is formulated by treating energy cost in transmitting packets in WSNs in a similar way as delivery
cost of goods in OVR and by treating packet latencies similar to delivery deadlines. To reduce its computational overhead,
introduce both a centralized metaheuristic based on tabu search and a distributed heuristic based on ant colony gossiping,
to obtain approximate solutions. This also takes into account load balancing of individual nodes to maximize the system
lifetime.
4. SYSTEM MODEL
Figure 4.1 System Architecture
In Figure 4.1 the system architecture contains 4 main parts, i.e., Configuration Manager, Centralized Heuristic, Ant
Colony Optimization and Data Compression. First create a Wireless Sensor Network .A Wireless Sensor Network
consists of many number of sensor nodes. From the large number of sensor node, select a source node so as to transmit
data to the destination node. Each node in the sensor network performs status gossiping. Based on centralized heuristic,
ISSN 2350-1022
International Journal of Recent Research in Mathematics Computer Science and Information Technology
Vol. 2, Issue 2, pp: (140-143), Month: October 2015 – March 2016, Available at: www.paperpublications.org
Page | 142
Paper Publications
route to reach the destination node will be constructed. The status gossip helps to store the details about nodes in the
database. For example remaining energy level of nodes, path to reach the nodes are all stored. Sensor network depends on
lifetime of the sensor node in the Wireless Sensor Networks.
4.1 Configuration Manger
Configuration Manager is used to configure the network with nodes, connecting devices, etc in the database. This create
the sensor nodes in the wireless sensor network. The configuration manager performs the process of monitoring and
controlling the network devices to find where the nodes are located. This module organize and maintain the details about
all components of the network. This component collects the packets from the networks, which are in-turn specified by the
user and transfer it to the destination. This also identifies the source and destination to transfer the data.
4.2 Centralized Heuristic
The centralized heuristic algorithm consists of two phases one is route construction, which finds an initial feasible route
solution, and route optimization, which improves the initial results using the tabu search optimization technique.In the
route construction phase of this algorithm, we present a heuristic algorithm based on the Revised Push Forward Insertion
Heuristic (RPFIH) method. RPFIH repeatedly selects the customer with the lowest additional insertion cost as the next
node, until all customers are connected. Finally, RPFIH generates a set of found routes as the final output. Next optimize
the initial solution using tabu search. Tabu search is a popular memory-based search strategy for guiding search beyond
locally optimal points. Specifically, tabu search keeps the following data structures. One is tabu move list which is a
queue with fixed size to keep the recent moves, so that problems such as repetition and cycling can be avoided. Other one
is candidate list that stores the best solutions found so far by the search process, ranked by their total route cost.
4.3 Ant Colony Optimization
In Ant Colony Optimization, each node sends forward ants spreading its current status, including its remaining energy
level, toward its neighbor nodes within H hops. Meanwhile, the status data of nearby nodes is collected by each source
node with the received backward ants. The status Gossipis used to store the status information of various nodes.
In the status gossiping phase, each source node sends forward ants spreading its current status, including its remaining
energy level, toward its neighbor source nodes within some hops. Meanwhile, the status data of nearby nodes is collected
by each source node with the received backward ants. During the gossip phase, the ants are forwarded with a modified
geographic forwarding routing protocol, which chooses the node with the maximum remaining energy while making
geographical progress toward the destination as the next hop. Once a node collects status information of all its nearby
sources, it enters the route construction phase and runs RPFIH distributedly based on collected nearby neighbor status and
the estimation of node status outside the immediate neighborhood.As all nodes start with a fixed amount of energy
according to the node type, the source node can accurately estimate the status of nearby nodes. In that case, the minimal
weight path from a source node to a nearby source node can be calculated with the currently held information.
4.4 Data Compression
Once routes have been found using EDAL, refine the data collection efficiency through an emerging technique called
Compressive Sensing (CS). CS is a technique through which data are compressed during their transmission to a given
destination by exploiting the fact that most sensors may not always have valid data to report when they sample the
environment, especially for nodes deployed in stable environments with rare and infrequent events to be detected. CS
theory asserts that one can recover the data from far fewer samples than its original dimension.
5. CONCLUSION
An Energy efficient Delay Aware Lifetime balancing EDAL protocol was proposed in wireless sensor a network which is
promoted by flourishing techniques developed for open vehicle routing problems with time deadlines. The proposed
system EDAL solves the problem of high energy consumption in sensor networks by balancing the loads in nodes. The
centralized heuristic algorithm usestabu search method. These generate routes that connect all nodes with minimal total
path cost, under the constraints of packet delay requirements. Ant colony optimization is used to find the best path to
transfer the data. The lifetime of the deployed sensor network is also balanced by assigning weights to links based on the
ISSN 2350-1022
International Journal of Recent Research in Mathematics Computer Science and Information Technology
Vol. 2, Issue 2, pp: (140-143), Month: October 2015 – March 2016, Available at: www.paperpublications.org
Page | 143
Paper Publications
remaining power level of individual nodes. Here high energy nodes are chosen to balance the load which in turn increases
the lifetime of wireless sensor network. EDAL is closely integrated with compressive sensing, that promises considerable
reduction in total traffic cost for collecting sensor readings under loose delay bounds.
6. FUTURE WORK
Future work for the current system includes the technique to reduce the delay than the proposed work and this would help
to improve the efficiency of the entire system. This scheme attempts to complement the resource control method with
traffic control.
REFERENCES
[1] Chen G, Guo T.D, Yang W.G. and Zhao T. (2006), ‘An improved ant based routing protocol in wireless sensor
networks’, Proc. CollaborateCom, pp. 17.
[2] Ling Q and Tian Z. (2010), ‘Decentralized sparse signal recovery for compressive sleeping wireless sensor
networks’, IEEE Trans. SignalProcess., vol. 58, No. 7, pp. 3816–3827.
[3] Liu L, Zhang X. and Ma H. (2010), ‘Optimal node selection for target localization in wireless camera sensor
networks’, IEEE Trans. Veh.Technol., vol. 59, No. 7, pp. 3562–3576.
[4] Luo C, Sun J, Wu F. and Chen C.W. (2009). ‘Compressive data gathering for large-scale wireless sensor networks’,
Proc. ACM MobiCom, pp. 145–156.
[5] Ozyurt Z, Aksen D, and Aras N. (2006), ‘Open vehicle routing problem with time deadlines: Solution methods and
an application’, in OperOperations , vol. 5, pp. 73–78.
[6] Tan K, Lee L, Zhu Q. and Ou K. (2001), ‘Heuristic methods for vehicle routing problem with time windows’,
ArtifIntellEng, vol. 15, No.3, pp. 281–295.
[7] Vicaire P, He T, Cao Q, Yan T, Zhou G, Gu L, Luo L, Stoleru R, Stankovic R.A and Abdelzaher T.F. (2009),
‘Achieving long-term surveillance in VigilNet’, ACM Trans. Sen. Netw., vol. 5, pp. 9:1–9:39
[8] Xiang L, Luo J. and Vasilakos A. (2011), ‘Compressed data aggregation for energy efficient wireless sensor
networks’, Proc. 8th Annu. IEEESECON, pp. 46–54.
[9] Xu N, Rangwala S, Chintalapudi K.K, Ganesan D, Broad A, Govindan R. and Estrin D. (2004), ‘A wireless sensor
network for structural monitoring’, Proc. 2nd ACM SenSys, New York, pp. 13–24.
[10] Yanjun Yao, Qing Cao andAthanasios V. Vasilakos (2015),’EDAL: An Energy-Efficient, Delay-Aware, and
Lifetime-Balancing Data Collection Protocol for Heterogeneous Wireless Sensor Networks’, IEEE/ACM
Transactions on Networking, Vol. 23, No. 3.
[11] Zheng H, Xiao S, Wang X. and Tian X. (2012), ‘Energy and latency analysis for in-network computation with
compressive sensing in wireless sensor networks’, Proc. IEEE INFOCOM, pp. 2811–2815.

More Related Content

What's hot

Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNOptimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNIJCNCJournal
 
Fast Data Collection with Interference and Life Time in Tree Based Wireless S...
Fast Data Collection with Interference and Life Time in Tree Based Wireless S...Fast Data Collection with Interference and Life Time in Tree Based Wireless S...
Fast Data Collection with Interference and Life Time in Tree Based Wireless S...IJMER
 
9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...Chính Cao
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...IJCSEA Journal
 
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET Journal
 
Data aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clusteringData aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clusteringcsandit
 
Shortest path algorithm for data transmission in wireless ad hoc sensor networks
Shortest path algorithm for data transmission in wireless ad hoc sensor networksShortest path algorithm for data transmission in wireless ad hoc sensor networks
Shortest path algorithm for data transmission in wireless ad hoc sensor networksijasuc
 
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...IJERA Editor
 
Ship Ad-hoc Network (SANET)
Ship Ad-hoc Network (SANET)	Ship Ad-hoc Network (SANET)
Ship Ad-hoc Network (SANET) Benyamin Moadab
 
Implementation of hybrid data collection (mobile element and hierarchical clu...
Implementation of hybrid data collection (mobile element and hierarchical clu...Implementation of hybrid data collection (mobile element and hierarchical clu...
Implementation of hybrid data collection (mobile element and hierarchical clu...IJARIIT
 
Mobile data gathering with load balanced
Mobile data gathering with load balancedMobile data gathering with load balanced
Mobile data gathering with load balancedjpstudcorner
 
Congestion Control Clustering a Review Paper
Congestion Control Clustering a Review PaperCongestion Control Clustering a Review Paper
Congestion Control Clustering a Review PaperEditor IJCATR
 
Computing localized power efficient data
Computing localized power efficient dataComputing localized power efficient data
Computing localized power efficient dataambitlick
 

What's hot (15)

Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSNOptimized Cluster Establishment and Cluster-Head Selection Approach in WSN
Optimized Cluster Establishment and Cluster-Head Selection Approach in WSN
 
Fast Data Collection with Interference and Life Time in Tree Based Wireless S...
Fast Data Collection with Interference and Life Time in Tree Based Wireless S...Fast Data Collection with Interference and Life Time in Tree Based Wireless S...
Fast Data Collection with Interference and Life Time in Tree Based Wireless S...
 
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
 
9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
 
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
 
Data aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clusteringData aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clustering
 
Shortest path algorithm for data transmission in wireless ad hoc sensor networks
Shortest path algorithm for data transmission in wireless ad hoc sensor networksShortest path algorithm for data transmission in wireless ad hoc sensor networks
Shortest path algorithm for data transmission in wireless ad hoc sensor networks
 
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
 
Ship Ad-hoc Network (SANET)
Ship Ad-hoc Network (SANET)	Ship Ad-hoc Network (SANET)
Ship Ad-hoc Network (SANET)
 
Implementation of hybrid data collection (mobile element and hierarchical clu...
Implementation of hybrid data collection (mobile element and hierarchical clu...Implementation of hybrid data collection (mobile element and hierarchical clu...
Implementation of hybrid data collection (mobile element and hierarchical clu...
 
ENERGY EFFICIENT ROUTING ALGORITHM
ENERGY EFFICIENT ROUTING ALGORITHMENERGY EFFICIENT ROUTING ALGORITHM
ENERGY EFFICIENT ROUTING ALGORITHM
 
Mobile data gathering with load balanced
Mobile data gathering with load balancedMobile data gathering with load balanced
Mobile data gathering with load balanced
 
Congestion Control Clustering a Review Paper
Congestion Control Clustering a Review PaperCongestion Control Clustering a Review Paper
Congestion Control Clustering a Review Paper
 
Computing localized power efficient data
Computing localized power efficient dataComputing localized power efficient data
Computing localized power efficient data
 

Viewers also liked

Privacy Preserving Data Leak Detection for Sensitive Data
Privacy Preserving Data Leak Detection for Sensitive DataPrivacy Preserving Data Leak Detection for Sensitive Data
Privacy Preserving Data Leak Detection for Sensitive Datapaperpublications3
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETspaperpublications3
 
Some Aspects of Abelian Categories
Some Aspects of Abelian CategoriesSome Aspects of Abelian Categories
Some Aspects of Abelian Categoriespaperpublications3
 
Sign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture AnalysisSign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture Analysispaperpublications3
 
Efficient File Sharing Scheme in Mobile Adhoc Network
Efficient File Sharing Scheme in Mobile Adhoc NetworkEfficient File Sharing Scheme in Mobile Adhoc Network
Efficient File Sharing Scheme in Mobile Adhoc Networkpaperpublications3
 
Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adap...
Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adap...Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adap...
Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adap...paperpublications3
 
Folder Security Using Graphical Password Authentication Scheme
Folder Security Using Graphical Password Authentication SchemeFolder Security Using Graphical Password Authentication Scheme
Folder Security Using Graphical Password Authentication Schemepaperpublications3
 
Supervised Multi Attribute Gene Manipulation For Cancer
Supervised Multi Attribute Gene Manipulation For CancerSupervised Multi Attribute Gene Manipulation For Cancer
Supervised Multi Attribute Gene Manipulation For Cancerpaperpublications3
 
Fingerprint Feature Extraction, Identification and Authentication: A Review
Fingerprint Feature Extraction, Identification and Authentication: A ReviewFingerprint Feature Extraction, Identification and Authentication: A Review
Fingerprint Feature Extraction, Identification and Authentication: A Reviewpaperpublications3
 
Analysis of Fungus in Plant Using Image Processing Techniques
Analysis of Fungus in Plant Using Image Processing TechniquesAnalysis of Fungus in Plant Using Image Processing Techniques
Analysis of Fungus in Plant Using Image Processing Techniquespaperpublications3
 
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...paperpublications3
 
Avoiding Anonymous Users in Multiple Social Media Networks (SMN)
Avoiding Anonymous Users in Multiple Social Media Networks (SMN)Avoiding Anonymous Users in Multiple Social Media Networks (SMN)
Avoiding Anonymous Users in Multiple Social Media Networks (SMN)paperpublications3
 
Android Application for College
Android Application for CollegeAndroid Application for College
Android Application for Collegepaperpublications3
 
Multimedia Cloud Computing To Save Smartphone Energy
Multimedia Cloud Computing To Save Smartphone EnergyMultimedia Cloud Computing To Save Smartphone Energy
Multimedia Cloud Computing To Save Smartphone Energypaperpublications3
 
Enhancing Data Security in Cloud Storage Auditing With Key Abstraction
Enhancing Data Security in Cloud Storage Auditing With Key AbstractionEnhancing Data Security in Cloud Storage Auditing With Key Abstraction
Enhancing Data Security in Cloud Storage Auditing With Key Abstractionpaperpublications3
 
Secure Encrypted Data in Cloud Based Environment
Secure Encrypted Data in Cloud Based EnvironmentSecure Encrypted Data in Cloud Based Environment
Secure Encrypted Data in Cloud Based Environmentpaperpublications3
 

Viewers also liked (20)

Privacy Preserving Data Leak Detection for Sensitive Data
Privacy Preserving Data Leak Detection for Sensitive DataPrivacy Preserving Data Leak Detection for Sensitive Data
Privacy Preserving Data Leak Detection for Sensitive Data
 
Diabetics Online
Diabetics OnlineDiabetics Online
Diabetics Online
 
Tree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETsTree Based Proactive Source Routing Protocol for MANETs
Tree Based Proactive Source Routing Protocol for MANETs
 
Some Aspects of Abelian Categories
Some Aspects of Abelian CategoriesSome Aspects of Abelian Categories
Some Aspects of Abelian Categories
 
Sign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture AnalysisSign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture Analysis
 
Efficient File Sharing Scheme in Mobile Adhoc Network
Efficient File Sharing Scheme in Mobile Adhoc NetworkEfficient File Sharing Scheme in Mobile Adhoc Network
Efficient File Sharing Scheme in Mobile Adhoc Network
 
Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adap...
Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adap...Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adap...
Using Bandwidth Aggregation to Improve the Performance of Video Quality- Adap...
 
Fuzzy α^m-Separation Axioms
Fuzzy α^m-Separation AxiomsFuzzy α^m-Separation Axioms
Fuzzy α^m-Separation Axioms
 
Automatic Fire Fighting Robot
Automatic Fire Fighting RobotAutomatic Fire Fighting Robot
Automatic Fire Fighting Robot
 
Folder Security Using Graphical Password Authentication Scheme
Folder Security Using Graphical Password Authentication SchemeFolder Security Using Graphical Password Authentication Scheme
Folder Security Using Graphical Password Authentication Scheme
 
Supervised Multi Attribute Gene Manipulation For Cancer
Supervised Multi Attribute Gene Manipulation For CancerSupervised Multi Attribute Gene Manipulation For Cancer
Supervised Multi Attribute Gene Manipulation For Cancer
 
Fingerprint Feature Extraction, Identification and Authentication: A Review
Fingerprint Feature Extraction, Identification and Authentication: A ReviewFingerprint Feature Extraction, Identification and Authentication: A Review
Fingerprint Feature Extraction, Identification and Authentication: A Review
 
Smart Password
Smart PasswordSmart Password
Smart Password
 
Analysis of Fungus in Plant Using Image Processing Techniques
Analysis of Fungus in Plant Using Image Processing TechniquesAnalysis of Fungus in Plant Using Image Processing Techniques
Analysis of Fungus in Plant Using Image Processing Techniques
 
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
Comparative Study of Data Mining Classification Algorithms in Heart Disease P...
 
Avoiding Anonymous Users in Multiple Social Media Networks (SMN)
Avoiding Anonymous Users in Multiple Social Media Networks (SMN)Avoiding Anonymous Users in Multiple Social Media Networks (SMN)
Avoiding Anonymous Users in Multiple Social Media Networks (SMN)
 
Android Application for College
Android Application for CollegeAndroid Application for College
Android Application for College
 
Multimedia Cloud Computing To Save Smartphone Energy
Multimedia Cloud Computing To Save Smartphone EnergyMultimedia Cloud Computing To Save Smartphone Energy
Multimedia Cloud Computing To Save Smartphone Energy
 
Enhancing Data Security in Cloud Storage Auditing With Key Abstraction
Enhancing Data Security in Cloud Storage Auditing With Key AbstractionEnhancing Data Security in Cloud Storage Auditing With Key Abstraction
Enhancing Data Security in Cloud Storage Auditing With Key Abstraction
 
Secure Encrypted Data in Cloud Based Environment
Secure Encrypted Data in Cloud Based EnvironmentSecure Encrypted Data in Cloud Based Environment
Secure Encrypted Data in Cloud Based Environment
 

Similar to Efficient and Optimal Routing Scheme for Wireless Sensor Networks

Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...IOSR Journals
 
Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...IJCNCJournal
 
ENERGY EFFICIENT, LIFETIME IMPROVING AND SECURE PERIODIC DATA COLLECTION PROT...
ENERGY EFFICIENT, LIFETIME IMPROVING AND SECURE PERIODIC DATA COLLECTION PROT...ENERGY EFFICIENT, LIFETIME IMPROVING AND SECURE PERIODIC DATA COLLECTION PROT...
ENERGY EFFICIENT, LIFETIME IMPROVING AND SECURE PERIODIC DATA COLLECTION PROT...ijcsa
 
Hybrid Cluster Based Congestion Aware (HCBCA) Approaches in Wireless Sensor N...
Hybrid Cluster Based Congestion Aware (HCBCA) Approaches in Wireless Sensor N...Hybrid Cluster Based Congestion Aware (HCBCA) Approaches in Wireless Sensor N...
Hybrid Cluster Based Congestion Aware (HCBCA) Approaches in Wireless Sensor N...IJCSIS Research Publications
 
A Cooperative Cache Management Scheme for IEEE802.15.4 based Wireless Sensor ...
A Cooperative Cache Management Scheme for IEEE802.15.4 based Wireless Sensor ...A Cooperative Cache Management Scheme for IEEE802.15.4 based Wireless Sensor ...
A Cooperative Cache Management Scheme for IEEE802.15.4 based Wireless Sensor ...IJECEIAES
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )ijassn
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesIJCNCJournal
 
Efficient Cluster Based Data Collection Using Mobile Data Collector for Wirel...
Efficient Cluster Based Data Collection Using Mobile Data Collector for Wirel...Efficient Cluster Based Data Collection Using Mobile Data Collector for Wirel...
Efficient Cluster Based Data Collection Using Mobile Data Collector for Wirel...ijceronline
 
Energy Efficient Data Mining in Multi-Feature Sensor Networks Using Improved...
Energy Efficient Data Mining in Multi-Feature Sensor Networks  Using Improved...Energy Efficient Data Mining in Multi-Feature Sensor Networks  Using Improved...
Energy Efficient Data Mining in Multi-Feature Sensor Networks Using Improved...IOSR Journals
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor Network
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor NetworkEnergy Efficient PEGASIS Routing Protocol in Wireless Sensor Network
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor NetworkIRJET Journal
 
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...theijes
 
Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581Editor IJARCET
 

Similar to Efficient and Optimal Routing Scheme for Wireless Sensor Networks (20)

Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
 
2 ijcse-01208
2 ijcse-012082 ijcse-01208
2 ijcse-01208
 
Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...Qos group based optimal retransmission medium access protocol for wireless se...
Qos group based optimal retransmission medium access protocol for wireless se...
 
ENERGY EFFICIENT, LIFETIME IMPROVING AND SECURE PERIODIC DATA COLLECTION PROT...
ENERGY EFFICIENT, LIFETIME IMPROVING AND SECURE PERIODIC DATA COLLECTION PROT...ENERGY EFFICIENT, LIFETIME IMPROVING AND SECURE PERIODIC DATA COLLECTION PROT...
ENERGY EFFICIENT, LIFETIME IMPROVING AND SECURE PERIODIC DATA COLLECTION PROT...
 
Hybrid Cluster Based Congestion Aware (HCBCA) Approaches in Wireless Sensor N...
Hybrid Cluster Based Congestion Aware (HCBCA) Approaches in Wireless Sensor N...Hybrid Cluster Based Congestion Aware (HCBCA) Approaches in Wireless Sensor N...
Hybrid Cluster Based Congestion Aware (HCBCA) Approaches in Wireless Sensor N...
 
A Cooperative Cache Management Scheme for IEEE802.15.4 based Wireless Sensor ...
A Cooperative Cache Management Scheme for IEEE802.15.4 based Wireless Sensor ...A Cooperative Cache Management Scheme for IEEE802.15.4 based Wireless Sensor ...
A Cooperative Cache Management Scheme for IEEE802.15.4 based Wireless Sensor ...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodes
 
K017346572
K017346572K017346572
K017346572
 
Efficient Cluster Based Data Collection Using Mobile Data Collector for Wirel...
Efficient Cluster Based Data Collection Using Mobile Data Collector for Wirel...Efficient Cluster Based Data Collection Using Mobile Data Collector for Wirel...
Efficient Cluster Based Data Collection Using Mobile Data Collector for Wirel...
 
iccet2015sp02
iccet2015sp02iccet2015sp02
iccet2015sp02
 
Energy Efficient Data Mining in Multi-Feature Sensor Networks Using Improved...
Energy Efficient Data Mining in Multi-Feature Sensor Networks  Using Improved...Energy Efficient Data Mining in Multi-Feature Sensor Networks  Using Improved...
Energy Efficient Data Mining in Multi-Feature Sensor Networks Using Improved...
 
F04623943
F04623943F04623943
F04623943
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor Network
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor NetworkEnergy Efficient PEGASIS Routing Protocol in Wireless Sensor Network
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor Network
 
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...
Tdtd-Edr: Time Orient Delay Tolerant Density Estimation Technique Based Data ...
 
Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581
 

Recently uploaded

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 

Efficient and Optimal Routing Scheme for Wireless Sensor Networks

  • 1. ISSN 2350-1022 International Journal of Recent Research in Mathematics Computer Science and Information Technology Vol. 2, Issue 2, pp: (140-143), Month: October 2015 – March 2016, Available at: www.paperpublications.org Page | 140 Paper Publications Efficient and Optimal Routing Scheme for Wireless Sensor Networks G.M.Nishibha1, Mrs.Manchu.M2 PG Scholar1 , Associate Professor of the CSE Department2 , Ponjesly College of Engineering, Nagercoil -3, India Abstract: The Wireless Sensor Networks(WSNs) have emerged as a new category of networking systems with limited computing, communication, and storage resources. In many sensing applications source nodes deliver packets to sink nodes via multiple hops, leading to the problem on how to find routes that enable all packets to be delivered in required time frames, while simultaneously taking into account factors such as energy efficiency and load balancing. To solve this problem one data collection protocol is developed called EDAL, which stands for Energy-efficient Delay-aware Lifetime-balancing data collection. Methods used are centralized heuristic and ant colony gossiping to find best energy efficient path. Then integrate EDAL with compressive sensing to reduce the amount of traffic generated and to reduce delay in the network. Keywords: Energy efficiency, Ant colony gossiping, centralized heuristic. 1. INTRODUCTION Wireless Sensor Network (WSN) refers to a group of spatially dispersed and dedicated sensors for monitoring and recording the physical conditions of the environment and organizing the collected data at a central location. A WSN consists of few hundreds to thousands of sensor nodes. The sensor node equipment includes a radio transceiver along with an antenna, a microcontroller, an interfacing electronic circuit, and an energy source, usually a battery. The size of the sensor nodes can also range from the size of a shoe box to as small as the size of a grain of dust.The main constraint of sensor nodes is their very low finite battery energy, which limits the lifetime and the quality of the network . For that reason, the protocols running on sensor networks must consume the resources of the nodes efficiently in order to achieve a longer network lifetime. This paper develops EDAL, an Energy-efficient Delay-Aware Lifetime-balancing data collection protocol. Specifically, EDAL is formulated by treating energy cost in transmitting packets in WSNs in a similar way as delivery cost of goods in OVR and by treating packet latencies similar to delivery deadlines. So introduce both centralized heuristic based on tabu search and a distributed heuristic based on ant colony gossiping, to obtain approximate solutions. Our algorithm designs also take into account load balancing of individual nodes to maximize the system lifetime. 2. EXIXTING SYSTEM The vehicle routing problem (VRP) is a well-known NP-hard problem in operational research. VRP finds routes between a depot and customers with given demands so that the transportation cost is minimized with the involvement of the minimal number of vehicles, while satisfying capacity constraints. With additional constraints, VRP can be further extended to solve different problems, where one of the most important is the vehicle routing problem with time windows (VRPTW). This problem occurs frequently in the distribution of goods and services, where an unlimited number of identical vehicles with predefined capacity serve a set of customers with demands of different time intervals (time windows). VRPTW tries to minimize the total transportation cost through the minimum number of vehicles, without violating any timing constraints.
  • 2. ISSN 2350-1022 International Journal of Recent Research in Mathematics Computer Science and Information Technology Vol. 2, Issue 2, pp: (140-143), Month: October 2015 – March 2016, Available at: www.paperpublications.org Page | 141 Paper Publications Once routes have been found using EDAL, further refine the data collection efficiency through an emerging technique called compressive sensing (CS). CS is a technique through which data are compressed during their transmission to a given destination by exploiting the fact that most sensors may not always have valid data to report when they sample the environment , especially for nodes deployed in stable environments with rare and infrequent events to be detected. A new data aggregation technique derived from CS to minimize the total energy consumption through joint routing and compressed aggregation. Compressive sensing and particle swarm optimization algorithms to build up data aggregation trees and decrease communication rate. These two methods are different from EDAL in that they require all nodes to contribute sensing data during the data collection phase. 3. PROPOSED SYSTEM Key motivation for this work stems from the insight that recent research efforts on open vehicle routing (OVR) problems are usually based on similar assumptions and constraints compared to sensor networks. Specifically, in OVR research on goods transportation, the objective is to spread the goods to customers in finite time with the minimal amount of transportation cost. One may wonder, naturally, if treating packet delays as delivery time of goods, and energy cost as delivery cost of goods, it may be possible to exploit research results in one domain to stimulate the other. Motivated by this observation EDAL, an Energy-efficient Delay-Aware Lifetime-balancing Protocol is developed. Specifically, EDAL is formulated by treating energy cost in transmitting packets in WSNs in a similar way as delivery cost of goods in OVR and by treating packet latencies similar to delivery deadlines. To reduce its computational overhead, introduce both a centralized metaheuristic based on tabu search and a distributed heuristic based on ant colony gossiping, to obtain approximate solutions. This also takes into account load balancing of individual nodes to maximize the system lifetime. 4. SYSTEM MODEL Figure 4.1 System Architecture In Figure 4.1 the system architecture contains 4 main parts, i.e., Configuration Manager, Centralized Heuristic, Ant Colony Optimization and Data Compression. First create a Wireless Sensor Network .A Wireless Sensor Network consists of many number of sensor nodes. From the large number of sensor node, select a source node so as to transmit data to the destination node. Each node in the sensor network performs status gossiping. Based on centralized heuristic,
  • 3. ISSN 2350-1022 International Journal of Recent Research in Mathematics Computer Science and Information Technology Vol. 2, Issue 2, pp: (140-143), Month: October 2015 – March 2016, Available at: www.paperpublications.org Page | 142 Paper Publications route to reach the destination node will be constructed. The status gossip helps to store the details about nodes in the database. For example remaining energy level of nodes, path to reach the nodes are all stored. Sensor network depends on lifetime of the sensor node in the Wireless Sensor Networks. 4.1 Configuration Manger Configuration Manager is used to configure the network with nodes, connecting devices, etc in the database. This create the sensor nodes in the wireless sensor network. The configuration manager performs the process of monitoring and controlling the network devices to find where the nodes are located. This module organize and maintain the details about all components of the network. This component collects the packets from the networks, which are in-turn specified by the user and transfer it to the destination. This also identifies the source and destination to transfer the data. 4.2 Centralized Heuristic The centralized heuristic algorithm consists of two phases one is route construction, which finds an initial feasible route solution, and route optimization, which improves the initial results using the tabu search optimization technique.In the route construction phase of this algorithm, we present a heuristic algorithm based on the Revised Push Forward Insertion Heuristic (RPFIH) method. RPFIH repeatedly selects the customer with the lowest additional insertion cost as the next node, until all customers are connected. Finally, RPFIH generates a set of found routes as the final output. Next optimize the initial solution using tabu search. Tabu search is a popular memory-based search strategy for guiding search beyond locally optimal points. Specifically, tabu search keeps the following data structures. One is tabu move list which is a queue with fixed size to keep the recent moves, so that problems such as repetition and cycling can be avoided. Other one is candidate list that stores the best solutions found so far by the search process, ranked by their total route cost. 4.3 Ant Colony Optimization In Ant Colony Optimization, each node sends forward ants spreading its current status, including its remaining energy level, toward its neighbor nodes within H hops. Meanwhile, the status data of nearby nodes is collected by each source node with the received backward ants. The status Gossipis used to store the status information of various nodes. In the status gossiping phase, each source node sends forward ants spreading its current status, including its remaining energy level, toward its neighbor source nodes within some hops. Meanwhile, the status data of nearby nodes is collected by each source node with the received backward ants. During the gossip phase, the ants are forwarded with a modified geographic forwarding routing protocol, which chooses the node with the maximum remaining energy while making geographical progress toward the destination as the next hop. Once a node collects status information of all its nearby sources, it enters the route construction phase and runs RPFIH distributedly based on collected nearby neighbor status and the estimation of node status outside the immediate neighborhood.As all nodes start with a fixed amount of energy according to the node type, the source node can accurately estimate the status of nearby nodes. In that case, the minimal weight path from a source node to a nearby source node can be calculated with the currently held information. 4.4 Data Compression Once routes have been found using EDAL, refine the data collection efficiency through an emerging technique called Compressive Sensing (CS). CS is a technique through which data are compressed during their transmission to a given destination by exploiting the fact that most sensors may not always have valid data to report when they sample the environment, especially for nodes deployed in stable environments with rare and infrequent events to be detected. CS theory asserts that one can recover the data from far fewer samples than its original dimension. 5. CONCLUSION An Energy efficient Delay Aware Lifetime balancing EDAL protocol was proposed in wireless sensor a network which is promoted by flourishing techniques developed for open vehicle routing problems with time deadlines. The proposed system EDAL solves the problem of high energy consumption in sensor networks by balancing the loads in nodes. The centralized heuristic algorithm usestabu search method. These generate routes that connect all nodes with minimal total path cost, under the constraints of packet delay requirements. Ant colony optimization is used to find the best path to transfer the data. The lifetime of the deployed sensor network is also balanced by assigning weights to links based on the
  • 4. ISSN 2350-1022 International Journal of Recent Research in Mathematics Computer Science and Information Technology Vol. 2, Issue 2, pp: (140-143), Month: October 2015 – March 2016, Available at: www.paperpublications.org Page | 143 Paper Publications remaining power level of individual nodes. Here high energy nodes are chosen to balance the load which in turn increases the lifetime of wireless sensor network. EDAL is closely integrated with compressive sensing, that promises considerable reduction in total traffic cost for collecting sensor readings under loose delay bounds. 6. FUTURE WORK Future work for the current system includes the technique to reduce the delay than the proposed work and this would help to improve the efficiency of the entire system. This scheme attempts to complement the resource control method with traffic control. REFERENCES [1] Chen G, Guo T.D, Yang W.G. and Zhao T. (2006), ‘An improved ant based routing protocol in wireless sensor networks’, Proc. CollaborateCom, pp. 17. [2] Ling Q and Tian Z. (2010), ‘Decentralized sparse signal recovery for compressive sleeping wireless sensor networks’, IEEE Trans. SignalProcess., vol. 58, No. 7, pp. 3816–3827. [3] Liu L, Zhang X. and Ma H. (2010), ‘Optimal node selection for target localization in wireless camera sensor networks’, IEEE Trans. Veh.Technol., vol. 59, No. 7, pp. 3562–3576. [4] Luo C, Sun J, Wu F. and Chen C.W. (2009). ‘Compressive data gathering for large-scale wireless sensor networks’, Proc. ACM MobiCom, pp. 145–156. [5] Ozyurt Z, Aksen D, and Aras N. (2006), ‘Open vehicle routing problem with time deadlines: Solution methods and an application’, in OperOperations , vol. 5, pp. 73–78. [6] Tan K, Lee L, Zhu Q. and Ou K. (2001), ‘Heuristic methods for vehicle routing problem with time windows’, ArtifIntellEng, vol. 15, No.3, pp. 281–295. [7] Vicaire P, He T, Cao Q, Yan T, Zhou G, Gu L, Luo L, Stoleru R, Stankovic R.A and Abdelzaher T.F. (2009), ‘Achieving long-term surveillance in VigilNet’, ACM Trans. Sen. Netw., vol. 5, pp. 9:1–9:39 [8] Xiang L, Luo J. and Vasilakos A. (2011), ‘Compressed data aggregation for energy efficient wireless sensor networks’, Proc. 8th Annu. IEEESECON, pp. 46–54. [9] Xu N, Rangwala S, Chintalapudi K.K, Ganesan D, Broad A, Govindan R. and Estrin D. (2004), ‘A wireless sensor network for structural monitoring’, Proc. 2nd ACM SenSys, New York, pp. 13–24. [10] Yanjun Yao, Qing Cao andAthanasios V. Vasilakos (2015),’EDAL: An Energy-Efficient, Delay-Aware, and Lifetime-Balancing Data Collection Protocol for Heterogeneous Wireless Sensor Networks’, IEEE/ACM Transactions on Networking, Vol. 23, No. 3. [11] Zheng H, Xiao S, Wang X. and Tian X. (2012), ‘Energy and latency analysis for in-network computation with compressive sensing in wireless sensor networks’, Proc. IEEE INFOCOM, pp. 2811–2815.