SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5290
COVERAGE HOLE AVOIDANCE USING FAULT NODE RECOVERY IN
MOBILE SENSOR NETWORK
Ms. P. Jananipriya1, Dr. T. Kowsalya2, Dr. G. Selvakumar3
1PG. Scholar Department of ECE, Muthayammal Engineering College, Tamilnadu, India.
2,3Professor, Department of ECE, Muthayammal Engineering College, Tamilnadu, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract -Study the coverageandenergyutilizationcontrol
in mobile heterogeneous wireless sensor networks (WSNs). By
term heterogeneous, we mean that sensors in the network
have various sensing radius, which is an inherent property of
many functional WSNs. Two sensor deployment schemes are
considered-uniform and Poisson schemes. The main focus of
this work is directed towards distributed coordination
algorithms for coverage in a mobile sensor network. The
sensors are assumed to have non identical sensingranges, and
it is desired to move them in such a way that the total sensing
coverage increases as much as possible. To this end, the fieldis
partitioned using the multiplicatively weighted Voronoi cells,
and then different geometric methods are developed to find
new locations for the sensors such that the coverage is
improved. The proposed algorithms are iterative, and use the
existing local information to place the sensors accurately,
aiming to decrease the size of the coverageholes inthesystem.
Our scheme propose defective node recovery and replacement
algorithm for WSN based on the grade diffusion algorithm
combined with genetic algorithm. TheFNRalgorithmrequires
replacing smaller number of sensor nodes and reusesthemost
routing paths, rising the WSN lifetime and reducing the
replacement rate. In the model, the proposed algorithm
increases the number of active nodes reduces the rate of
energy utilization.
Key Words:Heterogeneous Network, Voroni Cells, Fault
Node Recovery Cells ,Coordination Algorithm.
1. INTRODUCTION
Wireless Sensor Network (WSN) is a collection of spatially
deployed wireless sensors by which to monitor various
changes of environmental conditions (e.g., forest fire, air
pollutant concentration, and object moving) in a
collaborative manner without relying on any underlying
infrastructure support. Recently, a number of research
efforts have been made to develop sensor hardware and
network architectures in order to effectively deploy WSNs
for a variety of applications. Due to a wide diversity of WSN
application requirements, however, a general-purpose WSN
design cannot fulfill the needs of all applications. Many
network parameters such as sensing range, transmission
range, and node density have to be carefully considered at
the network design stage, according to specific applications.
To achieve this, it is critical to capture the impacts of
network parameters on network performance with respect
to application specifications.
Wireless sensor network consists of a large number of
distributed nodes with sensing, data processing, and
communication capabilities. Those nodes are self-organized
into a multi-hop wireless network and collaborate to
accomplish a common task. As sensor nodes are usually
battery-powered, and theyshouldbeabletooperatewithout
attendance for a relatively long period of time, energy
efficiency is of critical importance in design of wireless
sensor network.
1.1 Related Work
Faults may be due to a variety of factors, includinghardware
failure, software bugs, operator (user) error, and network
problems. Data delivery in sensor networks is inherently
faulty and unpredictable links may fail when permanently
(or) temporarily blocked by an external object (or)
environmental condition.
Packets may be corrupted due to the erroneous nature of
communication. Fault is occurredduringtheroutingprocess
in wireless sensor network because of some problem, the
major problem that affect the design and performance of a
WSN are as follows:
Hardware and Operating System for WSN
Synchronization
Localization
Deployment
Data Dissemination
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5291
Data Aggregation
Fig 1: Fault Occurred in WSN Network
In a wireless sensor network (WSN), sensor nodes are
provided with batteries that can operate for only a short
period of time, which results in short network lifespan. The
short lifespan disables the application of WSNsforlongterm
tasks such as road condition maintenance for bridges and
tunnels, border surveillance, and so on.
2. EXISTING SYSTEM
The MW-Voronoi diagram is used in this work to develop
sensor deployment algorithms. Every sensor has a circular
sensing area whose size is not the same for all sensors.
Consider each sensor as a weighted node whose weight is
equal to its sensing radius, and draw the MW-Voronoi
diagram.
It is a straightforward results that if a sensor cannot detect a
phenomenon in its region, there is no other sensor that can
detect it either. This implies that tofindthecoverageholes in
the sensing field, it would sufficient to compare the MW-
Voronoi region of every node with its local coverage area.
Disadvantages:
• To enhance the life time of a wireless sensor
network when some of the sensor nodes stop their
working.
• It consumes more energy and decreasethe network
life time.
• the coverage hole problem may occur
3. PROPOSED SYSTEM
Farthest Point Boundary Strategy (FPB) is proposed. In this
algorithm, each sensor moves towardthefarthestpointin its
MW-Voronoi region such that any existing coverage hole in
its region can be covered. This point is denoted by X i,far for
the i -th region. In fact, once a sensor detectsa coveragehole,
it calculates the farthest point and moves toward it
continuously until X is covered
The following definition is used to calculate the farthest
point in each MW-Voronoi region.
Due to Fault node also, the coverage hole problem may
occur. To avoid this fault node recovery algorithm is
established. It uses genetic algorithm to find out fault nodes.
Table is maintained for every node, having its energy level,
location and payload. If energy level dropstothreshold,then
corresponding region is covered neighbouring nodes using
voronoi cell algorithm. If it does not node will be replaced.
Advantages:
 It tends tomove the sensors in proper directions
such that the network configuration becomescloser
to an ideal configuration.
 Reducing the rate of data loss and rate of energy
consumption
 Increase the network life time.
MODULES
1. Sensor Deployment
2. Hole Identification
3. Hole Healing
4. Healing a Hole with Obstacle
3.1 SENSOR DEPLOYMENT
Constructing Project design in NS2 should takes place.
Wireless Sensor Nodes are deployed over a region where
some phenomenon is to be monitored. Each node in the
Wireless Sensor Network maintains the detailsofneighbour
node.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5292
3.2 HOLE IDENTIFICATION
In this module we assess the existence of a hole, which is
done by identifying stuck nodes which are border of hole.
Stuck nodes & Border Nodes are similar to this Algorithm.
That is why we need to carry out the network boundary-
node identification to avoid that the hole discovery process
be launched by those nodes.
3.3 HOLE HEALING
After determining the Stuck nodes & Boundary nodes, the
nodes in the local area of the holes involved in the healing
process. Nodes that receiveforces fromtheholecenter,move
towards it.
3.4 HEALING A HOLE WITH OBSTACLE
In this module, we add the Distributed Virtual Force
Algorithm to deploy mobile wireless sensors in an area
containing obstacles in order to ensure coverage and
connectivity. And also the DVFA algorithm should cover the
boundary of the network. Here we have the figure 1 to
explain the system which we are going to propose. In this
figure we have the number of nodes from that we need to
send the message from one node to another one, in between
that some obstacles are present so that it have to penetrate
through the obstacle and then move to the sink node.
4. FAULT NODE RECOVERY ALGORITHM
Fault node recovery algorithm is combination of grade
diffusion algorithm with genetic algorithm fig shows the
flow chart of FNR .
In wireless network ,the sensor nodes have less battery
supplies and less energy, It also result in replacement of
sensor node and replacement cost and using same routing
path when few nodes are not working.
Fault node recoveryalgorithmforwirelesssensornetwork is
combination of genetic and grade diffusion algorithm. This
algorithm replace non working node and reuse the routing
path reduce the replacement cost and increase the life time.
Proposes an algorithm to search for and replace fewer
sensor nodes and to reuse the most routing paths.. One
scheme, the genetic algorithm (GA). The fault node recovery
(FNR) algorithm based on the Grade Diffusion (GD)
algorithm combined with the GA.
5. THE BASIC WIRELESS MODEL IN NS
The wireless model essentially consists of the Mobile Node
at the core, with additional supporting features that allows
simulations of multi-hop ad-hoc networks, wireless LANs
etc. The Mobile Node object is a split object. The C++ class
Mobile Node is derived from parent class Node. A Mobile
Node thus is the basic Node object withaddedfunctionalities
of a wireless and mobile node like ability to move within a
given topology, ability to receive and transmit signals to and
from a wireless channel etc. A major difference between
them, though, is that a MobileNode is not connected by
means of Links to other nodes or mobile nodes. In this
section we shall describe the internals of Mobile Node, its
routing mechanisms, the routing protocols dsdv, aodv, tora
and dsr, creation of network stack allowingchannel accessin
Mobile Node, brief description of each stack component,
trace support and movement/traffic scenariogenerationfor
wireless simulations.
6. IMPLEMENTATION TOOLS
6.1 THE NETWORK SIMULATOR 2.33 (NS2)
Network Simulator (NS2) is a discrete event driven
simulator developed at UC Berkeley. It is part of the VINT
project. The goal of NS2 is to support networking research
and education. It is suitable for designing new protocols,
comparing different protocols and traffic evaluations.NS2 is
developed as a collaborative environment. It is distributed
freely and open source. A large amount of institutes and
people in development and research use, maintain and
develop NS2. This increases the confidence in it.
6.2 MOBILE NETWORKINGG IN NS2.33
This section describes the wirelessmodel thatwasoriginally
ported as CMU’s Monarch group’s mobilityextensionto NS2.
The first section covers the original mobility model ported
from CMU/Monarch group. In this section, we cover the
internals of a mobile node,routingmechanismsandnetwork
components that are used to construct the network stack for
a mobile node. The components that are covered briefly are
Channel, Network interface, Radio propagation model, MAC
protocols, Interface Queue, Link layer and Address
resolution protocol model (ARP). CMU trace support and
Generation of node movement and traffic scenario files are
also covered in this section. The original CMU model allows
simulation of pure wireless LANs or multihop ad-hoc
networks. Further extensions were made to this model to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5293
allow combined simulation of wired and wireless networks.
MobileIP was also extended to the wireless model.
7. CONCLUSIONS
Efficient sensor coordination algorithms are developed in
this work to increase sensing coverage in a network of
mobile sensors with non-identical sensing ranges. The
sensing field is first partitioned using the multiplicatively
weighted Voronoi (MW-Voronoi) diagram, and three
distributed deployment algorithms are subsequently
developed. Under the proposed algorithms, the sensors
move iteratively in such a way that coverage holes are
reduced in size.
The algorithms tend to move the sensors in proper
directions such that the network configuration (in terms of
the distance of sensors from the vertices of the MW-Voronoi
regions) becomes closer to an ideal configuration. To avoid
complex non-convex optimization problems, novel
geometric methods are used to findthenewsensorlocations
in the MW-Voronoi regions. The proposed algorithms are
compared with other techniques with different number of
sensors. Our system proposes a faulty node recovery and
replacement algorithm for WSN basedonthegradediffusion
algorithm combined with genetic algorithm. The FNR
algorithm requires replacing fewer sensor nodesandreuses
the most routing paths, increasing the WSN lifetime and
reducing the replacement cost. In the simulation, the
proposed algorithm increases the number of active nodes
reduces the rate of energy consumption.
REFERENCES
[1] Z. Zou, Y. Bao, H. Li, B. F. Spencer, and J.Ou, “Embedding
compressive sensing-based data lossrecoveryalgorithminto
wireless smart sensors for structural health monitoring,”
IEEE Sensors Journal, vol. 15, no. 2, pp. 797–808, 2015.
[2] X. Wang, S. Han, Y. Wu, and X. Wang, “Coverage and
energy consump- tion control in mobile heterogeneous
wireless sensor networks,” IEEE Transactions on Automatic
Control, vol. 58, no. 4, pp. 975–988, 2013.
[3] S. Zhu and Z. Ding, “Distributed cooperative localization
of wireless sensor networks with convex hull constraint,”
IEEE Transactions on Wireless Communications, vol. 10, no.
7, pp. 2150–2161, 2011.
[4] M. Pourali and A. Mosleh, “Afunctional sensorplacement
optimization method for power systems healthmonitoring,”
IEEE Transactions on Industry Applications, vol. 49, no. 4,
pp. 1711–1719, 2013.
[5] T. Shu, M. Krunz, and S. Liu, “Secure data collection in
wireless sensor networks using randomized dispersive
routes,” IEEE Trans. Mobile Comput., vol. 9, no. 7, pp. 941-
954, Jul. 2010.
[6] M. Kurt and S. Peter, Algorithms andData Structures:The
Basic Toolbox. Springer, 2008. pp. 198-199
[6] G. Zhan, W. Shi, and J. Deng, “Design and implementation
of TARF: A trust-aware routing framework for WSNs,” IEEE
Trans. Dependable Secure Comput.,vol.9,no.2, pp.184-197,
Mar./Apr. 2012.
[7] A. Ahmed, K. A. Bakar, M. I. Channa, K. Haseeb, and A. W.
Khan, “TERP: A Trust andEnergyAwareRoutingProtocol for
Wireless Sensor Network,” IEEE Sensors J. vol. 15,no.12, pp.
6962-6972, Dec. 2015.
[8] Y. Liu, M. Dong, K. Ota, and A. Liu, “ActiveTrust: Secure
and Trustable Routing in Wireless Sensor Networks,” IEEE
Trans. Inf. Forensics Security., vol. 11, no. 9, pp. 2013-2027,
Sep. 2016.
[9] X. Chen, J.-H Cho, and S. Zhu, “GlobalTrust: An Attack-
Resilient Reputation System for Tactical Networks,” in Proc.
IEEE SECON 2014. Singapore, 2014, pp. 275-283.
[10] T. Shu, M. Krunz, and S. Liu, “Secure data collection in
wireless sensor networks using randomized dispersive
routes,” IEEE Trans. Mobile Comput., vol. 9, no. 7, pp. 941-
954, Jul. 2010.
[11] S. Li, L. D. Xu, and S. Zhao, “The Internet of Things: A
survey,” Inf. Syst. Frontiers, vol. 17, no. 2, pp. 243-259, Apr.
2015.
[12] J.-H. Cho, A. Swami, and I.-R Chen, “A Survey on Trust
Management for Mobile Ad Hoc Networks,” IEEE Commun.
Surv

More Related Content

What's hot

wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
DeepaDasarathan
 
A Survey on Secure Alternate Path Selection for Enhanced Network Lifetime in ...
A Survey on Secure Alternate Path Selection for Enhanced Network Lifetime in ...A Survey on Secure Alternate Path Selection for Enhanced Network Lifetime in ...
A Survey on Secure Alternate Path Selection for Enhanced Network Lifetime in ...
IRJET Journal
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
Ganesh Khadsan
 
IMPLEMENTATION OF SECURITY PROTOCOL FOR WIRELESS SENSOR
IMPLEMENTATION OF SECURITY PROTOCOL FOR WIRELESS SENSORIMPLEMENTATION OF SECURITY PROTOCOL FOR WIRELESS SENSOR
IMPLEMENTATION OF SECURITY PROTOCOL FOR WIRELESS SENSOR
ijcsa
 
Performance of energy balanced territorial predator scent marking algorithm b...
Performance of energy balanced territorial predator scent marking algorithm b...Performance of energy balanced territorial predator scent marking algorithm b...
Performance of energy balanced territorial predator scent marking algorithm b...
eSAT Publishing House
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Onyebuchi nosiri
 
K010526570
K010526570K010526570
K010526570
IOSR Journals
 
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
IRJET Journal
 
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkNode Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
IJMTST Journal
 
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET Journal
 
Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919Editor IJARCET
 
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
IRJET Journal
 
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET Journal
 
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
IRJET Journal
 
Ant Colony Optimization for Wireless Sensor Network: A Review
Ant Colony Optimization for Wireless Sensor Network: A ReviewAnt Colony Optimization for Wireless Sensor Network: A Review
Ant Colony Optimization for Wireless Sensor Network: A Review
iosrjce
 
IRJET- A Comprehensive Study in Wireless Sensor Network (WSN) using Artif...
IRJET-  	  A Comprehensive Study in Wireless Sensor Network (WSN) using Artif...IRJET-  	  A Comprehensive Study in Wireless Sensor Network (WSN) using Artif...
IRJET- A Comprehensive Study in Wireless Sensor Network (WSN) using Artif...
IRJET Journal
 
Wsn ppt original
Wsn ppt originalWsn ppt original
Wsn ppt original
Deepak Kumar Dhal
 
Efficient Cluster Head Selection in Wireless Sensor Networks.
Efficient Cluster Head Selection in Wireless  Sensor Networks.Efficient Cluster Head Selection in Wireless  Sensor Networks.
Efficient Cluster Head Selection in Wireless Sensor Networks.
Sanjay Shelar
 

What's hot (19)

9345.pdf
9345.pdf9345.pdf
9345.pdf
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
A Survey on Secure Alternate Path Selection for Enhanced Network Lifetime in ...
A Survey on Secure Alternate Path Selection for Enhanced Network Lifetime in ...A Survey on Secure Alternate Path Selection for Enhanced Network Lifetime in ...
A Survey on Secure Alternate Path Selection for Enhanced Network Lifetime in ...
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
 
IMPLEMENTATION OF SECURITY PROTOCOL FOR WIRELESS SENSOR
IMPLEMENTATION OF SECURITY PROTOCOL FOR WIRELESS SENSORIMPLEMENTATION OF SECURITY PROTOCOL FOR WIRELESS SENSOR
IMPLEMENTATION OF SECURITY PROTOCOL FOR WIRELESS SENSOR
 
Performance of energy balanced territorial predator scent marking algorithm b...
Performance of energy balanced territorial predator scent marking algorithm b...Performance of energy balanced territorial predator scent marking algorithm b...
Performance of energy balanced territorial predator scent marking algorithm b...
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
 
K010526570
K010526570K010526570
K010526570
 
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
Multiple Sink Positioning and Relocation for Improving Lifetime in Wireless S...
 
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor NetworkNode Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
Node Deployment in Homogeneous and Heterogeneous Wireless Sensor Network
 
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor NetworkIRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
IRJET- Node Deployment for Improving Coverage Area in Wireless Sensor Network
 
Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919Ijarcet vol-2-issue-3-916-919
Ijarcet vol-2-issue-3-916-919
 
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
 
IRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor NetworkIRJET- Energy Efficient Protocol in Wireless Sensor Network
IRJET- Energy Efficient Protocol in Wireless Sensor Network
 
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
 
Ant Colony Optimization for Wireless Sensor Network: A Review
Ant Colony Optimization for Wireless Sensor Network: A ReviewAnt Colony Optimization for Wireless Sensor Network: A Review
Ant Colony Optimization for Wireless Sensor Network: A Review
 
IRJET- A Comprehensive Study in Wireless Sensor Network (WSN) using Artif...
IRJET-  	  A Comprehensive Study in Wireless Sensor Network (WSN) using Artif...IRJET-  	  A Comprehensive Study in Wireless Sensor Network (WSN) using Artif...
IRJET- A Comprehensive Study in Wireless Sensor Network (WSN) using Artif...
 
Wsn ppt original
Wsn ppt originalWsn ppt original
Wsn ppt original
 
Efficient Cluster Head Selection in Wireless Sensor Networks.
Efficient Cluster Head Selection in Wireless  Sensor Networks.Efficient Cluster Head Selection in Wireless  Sensor Networks.
Efficient Cluster Head Selection in Wireless Sensor Networks.
 

Similar to IRJET- Coverage Hole Avoidance using Fault Node Recovery in Mobile Sensor Network

A Survey of Fault Tolerance Methods in Wireless Sensor Networks
A Survey of Fault Tolerance Methods in Wireless Sensor NetworksA Survey of Fault Tolerance Methods in Wireless Sensor Networks
A Survey of Fault Tolerance Methods in Wireless Sensor Networks
IRJET Journal
 
EVENT DRIVEN ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORK- A SURVEY
EVENT DRIVEN ROUTING PROTOCOLS FOR  WIRELESS SENSOR NETWORK- A SURVEYEVENT DRIVEN ROUTING PROTOCOLS FOR  WIRELESS SENSOR NETWORK- A SURVEY
EVENT DRIVEN ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORK- A SURVEY
ijcsa
 
Bottleneck Detection Algorithm to Enhance Lifetime of WSN
Bottleneck Detection Algorithm to Enhance Lifetime of WSNBottleneck Detection Algorithm to Enhance Lifetime of WSN
Bottleneck Detection Algorithm to Enhance Lifetime of WSN
josephjonse
 
BOTTLENECK DETECTION ALGORITHM TO ENHANCE LIFETIME OF WSN
BOTTLENECK DETECTION ALGORITHM TO ENHANCE LIFETIME OF WSNBOTTLENECK DETECTION ALGORITHM TO ENHANCE LIFETIME OF WSN
BOTTLENECK DETECTION ALGORITHM TO ENHANCE LIFETIME OF WSN
ijngnjournal
 
Bottleneck Detection Algorithm to Enhance Lifetime of WSN
Bottleneck Detection Algorithm to Enhance Lifetime of WSNBottleneck Detection Algorithm to Enhance Lifetime of WSN
Bottleneck Detection Algorithm to Enhance Lifetime of WSN
josephjonse
 
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET Journal
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
eSAT Publishing House
 
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...
IRJET Journal
 
Challenges for routing in wireless sensor networks
Challenges for routing in wireless sensor networksChallenges for routing in wireless sensor networks
Challenges for routing in wireless sensor networks
Auwal Amshi
 
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSNMulti-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSN
IRJET Journal
 
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wireless ...
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wireless ...A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wireless ...
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wireless ...
IRJET Journal
 
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wir...IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wir...
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...
IRJET Journal
 
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star TopologyA Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
IRJET Journal
 
A Predetermined Position-Wise Node Deployment for Optimizing Lifetime in Visu...
A Predetermined Position-Wise Node Deployment for Optimizing Lifetime in Visu...A Predetermined Position-Wise Node Deployment for Optimizing Lifetime in Visu...
A Predetermined Position-Wise Node Deployment for Optimizing Lifetime in Visu...
IRJET Journal
 
IRJET- Vanet Connection Performance Analysis using GPSR Protocol
IRJET- Vanet Connection Performance Analysis using GPSR ProtocolIRJET- Vanet Connection Performance Analysis using GPSR Protocol
IRJET- Vanet Connection Performance Analysis using GPSR Protocol
IRJET Journal
 
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
IRJET Journal
 
Localization of wireless sensor network
Localization of wireless sensor networkLocalization of wireless sensor network
Localization of wireless sensor network
IRJET Journal
 
Design of self powered embedded wireless smart camera using multimodal video ...
Design of self powered embedded wireless smart camera using multimodal video ...Design of self powered embedded wireless smart camera using multimodal video ...
Design of self powered embedded wireless smart camera using multimodal video ...
eSAT Publishing House
 
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET Journal
 
Deep Learning Fault Detection Algorithms in WSNs
Deep Learning Fault Detection Algorithms in WSNsDeep Learning Fault Detection Algorithms in WSNs
Deep Learning Fault Detection Algorithms in WSNs
IRJET Journal
 

Similar to IRJET- Coverage Hole Avoidance using Fault Node Recovery in Mobile Sensor Network (20)

A Survey of Fault Tolerance Methods in Wireless Sensor Networks
A Survey of Fault Tolerance Methods in Wireless Sensor NetworksA Survey of Fault Tolerance Methods in Wireless Sensor Networks
A Survey of Fault Tolerance Methods in Wireless Sensor Networks
 
EVENT DRIVEN ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORK- A SURVEY
EVENT DRIVEN ROUTING PROTOCOLS FOR  WIRELESS SENSOR NETWORK- A SURVEYEVENT DRIVEN ROUTING PROTOCOLS FOR  WIRELESS SENSOR NETWORK- A SURVEY
EVENT DRIVEN ROUTING PROTOCOLS FOR WIRELESS SENSOR NETWORK- A SURVEY
 
Bottleneck Detection Algorithm to Enhance Lifetime of WSN
Bottleneck Detection Algorithm to Enhance Lifetime of WSNBottleneck Detection Algorithm to Enhance Lifetime of WSN
Bottleneck Detection Algorithm to Enhance Lifetime of WSN
 
BOTTLENECK DETECTION ALGORITHM TO ENHANCE LIFETIME OF WSN
BOTTLENECK DETECTION ALGORITHM TO ENHANCE LIFETIME OF WSNBOTTLENECK DETECTION ALGORITHM TO ENHANCE LIFETIME OF WSN
BOTTLENECK DETECTION ALGORITHM TO ENHANCE LIFETIME OF WSN
 
Bottleneck Detection Algorithm to Enhance Lifetime of WSN
Bottleneck Detection Algorithm to Enhance Lifetime of WSNBottleneck Detection Algorithm to Enhance Lifetime of WSN
Bottleneck Detection Algorithm to Enhance Lifetime of WSN
 
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor NetworksIRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
 
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...
An Improved Enhanced Real Time Routing Protocol (IERT) for Mobile Wireless Se...
 
Challenges for routing in wireless sensor networks
Challenges for routing in wireless sensor networksChallenges for routing in wireless sensor networks
Challenges for routing in wireless sensor networks
 
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSNMulti-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSN
 
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wireless ...
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wireless ...A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wireless ...
A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wireless ...
 
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wir...IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for   Wir...
IRJET-A Virtual Grid-Based Dynamic Routes Adjustment (VGDRA) Scheme for Wir...
 
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star TopologyA Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
A Fault Tolerant Approach To Enhances WSN Lifetime In Star Topology
 
A Predetermined Position-Wise Node Deployment for Optimizing Lifetime in Visu...
A Predetermined Position-Wise Node Deployment for Optimizing Lifetime in Visu...A Predetermined Position-Wise Node Deployment for Optimizing Lifetime in Visu...
A Predetermined Position-Wise Node Deployment for Optimizing Lifetime in Visu...
 
IRJET- Vanet Connection Performance Analysis using GPSR Protocol
IRJET- Vanet Connection Performance Analysis using GPSR ProtocolIRJET- Vanet Connection Performance Analysis using GPSR Protocol
IRJET- Vanet Connection Performance Analysis using GPSR Protocol
 
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
IRJET- Load Optimization with Coverage and Connectivity for Wireless Sensor N...
 
Localization of wireless sensor network
Localization of wireless sensor networkLocalization of wireless sensor network
Localization of wireless sensor network
 
Design of self powered embedded wireless smart camera using multimodal video ...
Design of self powered embedded wireless smart camera using multimodal video ...Design of self powered embedded wireless smart camera using multimodal video ...
Design of self powered embedded wireless smart camera using multimodal video ...
 
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
IRJET- A Study on Hierarchical Cluster based Routing Techniques in Wireless S...
 
Deep Learning Fault Detection Algorithms in WSNs
Deep Learning Fault Detection Algorithms in WSNsDeep Learning Fault Detection Algorithms in WSNs
Deep Learning Fault Detection Algorithms in WSNs
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
itech2017
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
Kamal Acharya
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 

Recently uploaded (20)

DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 

IRJET- Coverage Hole Avoidance using Fault Node Recovery in Mobile Sensor Network

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5290 COVERAGE HOLE AVOIDANCE USING FAULT NODE RECOVERY IN MOBILE SENSOR NETWORK Ms. P. Jananipriya1, Dr. T. Kowsalya2, Dr. G. Selvakumar3 1PG. Scholar Department of ECE, Muthayammal Engineering College, Tamilnadu, India. 2,3Professor, Department of ECE, Muthayammal Engineering College, Tamilnadu, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract -Study the coverageandenergyutilizationcontrol in mobile heterogeneous wireless sensor networks (WSNs). By term heterogeneous, we mean that sensors in the network have various sensing radius, which is an inherent property of many functional WSNs. Two sensor deployment schemes are considered-uniform and Poisson schemes. The main focus of this work is directed towards distributed coordination algorithms for coverage in a mobile sensor network. The sensors are assumed to have non identical sensingranges, and it is desired to move them in such a way that the total sensing coverage increases as much as possible. To this end, the fieldis partitioned using the multiplicatively weighted Voronoi cells, and then different geometric methods are developed to find new locations for the sensors such that the coverage is improved. The proposed algorithms are iterative, and use the existing local information to place the sensors accurately, aiming to decrease the size of the coverageholes inthesystem. Our scheme propose defective node recovery and replacement algorithm for WSN based on the grade diffusion algorithm combined with genetic algorithm. TheFNRalgorithmrequires replacing smaller number of sensor nodes and reusesthemost routing paths, rising the WSN lifetime and reducing the replacement rate. In the model, the proposed algorithm increases the number of active nodes reduces the rate of energy utilization. Key Words:Heterogeneous Network, Voroni Cells, Fault Node Recovery Cells ,Coordination Algorithm. 1. INTRODUCTION Wireless Sensor Network (WSN) is a collection of spatially deployed wireless sensors by which to monitor various changes of environmental conditions (e.g., forest fire, air pollutant concentration, and object moving) in a collaborative manner without relying on any underlying infrastructure support. Recently, a number of research efforts have been made to develop sensor hardware and network architectures in order to effectively deploy WSNs for a variety of applications. Due to a wide diversity of WSN application requirements, however, a general-purpose WSN design cannot fulfill the needs of all applications. Many network parameters such as sensing range, transmission range, and node density have to be carefully considered at the network design stage, according to specific applications. To achieve this, it is critical to capture the impacts of network parameters on network performance with respect to application specifications. Wireless sensor network consists of a large number of distributed nodes with sensing, data processing, and communication capabilities. Those nodes are self-organized into a multi-hop wireless network and collaborate to accomplish a common task. As sensor nodes are usually battery-powered, and theyshouldbeabletooperatewithout attendance for a relatively long period of time, energy efficiency is of critical importance in design of wireless sensor network. 1.1 Related Work Faults may be due to a variety of factors, includinghardware failure, software bugs, operator (user) error, and network problems. Data delivery in sensor networks is inherently faulty and unpredictable links may fail when permanently (or) temporarily blocked by an external object (or) environmental condition. Packets may be corrupted due to the erroneous nature of communication. Fault is occurredduringtheroutingprocess in wireless sensor network because of some problem, the major problem that affect the design and performance of a WSN are as follows: Hardware and Operating System for WSN Synchronization Localization Deployment Data Dissemination
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5291 Data Aggregation Fig 1: Fault Occurred in WSN Network In a wireless sensor network (WSN), sensor nodes are provided with batteries that can operate for only a short period of time, which results in short network lifespan. The short lifespan disables the application of WSNsforlongterm tasks such as road condition maintenance for bridges and tunnels, border surveillance, and so on. 2. EXISTING SYSTEM The MW-Voronoi diagram is used in this work to develop sensor deployment algorithms. Every sensor has a circular sensing area whose size is not the same for all sensors. Consider each sensor as a weighted node whose weight is equal to its sensing radius, and draw the MW-Voronoi diagram. It is a straightforward results that if a sensor cannot detect a phenomenon in its region, there is no other sensor that can detect it either. This implies that tofindthecoverageholes in the sensing field, it would sufficient to compare the MW- Voronoi region of every node with its local coverage area. Disadvantages: • To enhance the life time of a wireless sensor network when some of the sensor nodes stop their working. • It consumes more energy and decreasethe network life time. • the coverage hole problem may occur 3. PROPOSED SYSTEM Farthest Point Boundary Strategy (FPB) is proposed. In this algorithm, each sensor moves towardthefarthestpointin its MW-Voronoi region such that any existing coverage hole in its region can be covered. This point is denoted by X i,far for the i -th region. In fact, once a sensor detectsa coveragehole, it calculates the farthest point and moves toward it continuously until X is covered The following definition is used to calculate the farthest point in each MW-Voronoi region. Due to Fault node also, the coverage hole problem may occur. To avoid this fault node recovery algorithm is established. It uses genetic algorithm to find out fault nodes. Table is maintained for every node, having its energy level, location and payload. If energy level dropstothreshold,then corresponding region is covered neighbouring nodes using voronoi cell algorithm. If it does not node will be replaced. Advantages:  It tends tomove the sensors in proper directions such that the network configuration becomescloser to an ideal configuration.  Reducing the rate of data loss and rate of energy consumption  Increase the network life time. MODULES 1. Sensor Deployment 2. Hole Identification 3. Hole Healing 4. Healing a Hole with Obstacle 3.1 SENSOR DEPLOYMENT Constructing Project design in NS2 should takes place. Wireless Sensor Nodes are deployed over a region where some phenomenon is to be monitored. Each node in the Wireless Sensor Network maintains the detailsofneighbour node.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5292 3.2 HOLE IDENTIFICATION In this module we assess the existence of a hole, which is done by identifying stuck nodes which are border of hole. Stuck nodes & Border Nodes are similar to this Algorithm. That is why we need to carry out the network boundary- node identification to avoid that the hole discovery process be launched by those nodes. 3.3 HOLE HEALING After determining the Stuck nodes & Boundary nodes, the nodes in the local area of the holes involved in the healing process. Nodes that receiveforces fromtheholecenter,move towards it. 3.4 HEALING A HOLE WITH OBSTACLE In this module, we add the Distributed Virtual Force Algorithm to deploy mobile wireless sensors in an area containing obstacles in order to ensure coverage and connectivity. And also the DVFA algorithm should cover the boundary of the network. Here we have the figure 1 to explain the system which we are going to propose. In this figure we have the number of nodes from that we need to send the message from one node to another one, in between that some obstacles are present so that it have to penetrate through the obstacle and then move to the sink node. 4. FAULT NODE RECOVERY ALGORITHM Fault node recovery algorithm is combination of grade diffusion algorithm with genetic algorithm fig shows the flow chart of FNR . In wireless network ,the sensor nodes have less battery supplies and less energy, It also result in replacement of sensor node and replacement cost and using same routing path when few nodes are not working. Fault node recoveryalgorithmforwirelesssensornetwork is combination of genetic and grade diffusion algorithm. This algorithm replace non working node and reuse the routing path reduce the replacement cost and increase the life time. Proposes an algorithm to search for and replace fewer sensor nodes and to reuse the most routing paths.. One scheme, the genetic algorithm (GA). The fault node recovery (FNR) algorithm based on the Grade Diffusion (GD) algorithm combined with the GA. 5. THE BASIC WIRELESS MODEL IN NS The wireless model essentially consists of the Mobile Node at the core, with additional supporting features that allows simulations of multi-hop ad-hoc networks, wireless LANs etc. The Mobile Node object is a split object. The C++ class Mobile Node is derived from parent class Node. A Mobile Node thus is the basic Node object withaddedfunctionalities of a wireless and mobile node like ability to move within a given topology, ability to receive and transmit signals to and from a wireless channel etc. A major difference between them, though, is that a MobileNode is not connected by means of Links to other nodes or mobile nodes. In this section we shall describe the internals of Mobile Node, its routing mechanisms, the routing protocols dsdv, aodv, tora and dsr, creation of network stack allowingchannel accessin Mobile Node, brief description of each stack component, trace support and movement/traffic scenariogenerationfor wireless simulations. 6. IMPLEMENTATION TOOLS 6.1 THE NETWORK SIMULATOR 2.33 (NS2) Network Simulator (NS2) is a discrete event driven simulator developed at UC Berkeley. It is part of the VINT project. The goal of NS2 is to support networking research and education. It is suitable for designing new protocols, comparing different protocols and traffic evaluations.NS2 is developed as a collaborative environment. It is distributed freely and open source. A large amount of institutes and people in development and research use, maintain and develop NS2. This increases the confidence in it. 6.2 MOBILE NETWORKINGG IN NS2.33 This section describes the wirelessmodel thatwasoriginally ported as CMU’s Monarch group’s mobilityextensionto NS2. The first section covers the original mobility model ported from CMU/Monarch group. In this section, we cover the internals of a mobile node,routingmechanismsandnetwork components that are used to construct the network stack for a mobile node. The components that are covered briefly are Channel, Network interface, Radio propagation model, MAC protocols, Interface Queue, Link layer and Address resolution protocol model (ARP). CMU trace support and Generation of node movement and traffic scenario files are also covered in this section. The original CMU model allows simulation of pure wireless LANs or multihop ad-hoc networks. Further extensions were made to this model to
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5293 allow combined simulation of wired and wireless networks. MobileIP was also extended to the wireless model. 7. CONCLUSIONS Efficient sensor coordination algorithms are developed in this work to increase sensing coverage in a network of mobile sensors with non-identical sensing ranges. The sensing field is first partitioned using the multiplicatively weighted Voronoi (MW-Voronoi) diagram, and three distributed deployment algorithms are subsequently developed. Under the proposed algorithms, the sensors move iteratively in such a way that coverage holes are reduced in size. The algorithms tend to move the sensors in proper directions such that the network configuration (in terms of the distance of sensors from the vertices of the MW-Voronoi regions) becomes closer to an ideal configuration. To avoid complex non-convex optimization problems, novel geometric methods are used to findthenewsensorlocations in the MW-Voronoi regions. The proposed algorithms are compared with other techniques with different number of sensors. Our system proposes a faulty node recovery and replacement algorithm for WSN basedonthegradediffusion algorithm combined with genetic algorithm. The FNR algorithm requires replacing fewer sensor nodesandreuses the most routing paths, increasing the WSN lifetime and reducing the replacement cost. In the simulation, the proposed algorithm increases the number of active nodes reduces the rate of energy consumption. REFERENCES [1] Z. Zou, Y. Bao, H. Li, B. F. Spencer, and J.Ou, “Embedding compressive sensing-based data lossrecoveryalgorithminto wireless smart sensors for structural health monitoring,” IEEE Sensors Journal, vol. 15, no. 2, pp. 797–808, 2015. [2] X. Wang, S. Han, Y. Wu, and X. Wang, “Coverage and energy consump- tion control in mobile heterogeneous wireless sensor networks,” IEEE Transactions on Automatic Control, vol. 58, no. 4, pp. 975–988, 2013. [3] S. Zhu and Z. Ding, “Distributed cooperative localization of wireless sensor networks with convex hull constraint,” IEEE Transactions on Wireless Communications, vol. 10, no. 7, pp. 2150–2161, 2011. [4] M. Pourali and A. Mosleh, “Afunctional sensorplacement optimization method for power systems healthmonitoring,” IEEE Transactions on Industry Applications, vol. 49, no. 4, pp. 1711–1719, 2013. [5] T. Shu, M. Krunz, and S. Liu, “Secure data collection in wireless sensor networks using randomized dispersive routes,” IEEE Trans. Mobile Comput., vol. 9, no. 7, pp. 941- 954, Jul. 2010. [6] M. Kurt and S. Peter, Algorithms andData Structures:The Basic Toolbox. Springer, 2008. pp. 198-199 [6] G. Zhan, W. Shi, and J. Deng, “Design and implementation of TARF: A trust-aware routing framework for WSNs,” IEEE Trans. Dependable Secure Comput.,vol.9,no.2, pp.184-197, Mar./Apr. 2012. [7] A. Ahmed, K. A. Bakar, M. I. Channa, K. Haseeb, and A. W. Khan, “TERP: A Trust andEnergyAwareRoutingProtocol for Wireless Sensor Network,” IEEE Sensors J. vol. 15,no.12, pp. 6962-6972, Dec. 2015. [8] Y. Liu, M. Dong, K. Ota, and A. Liu, “ActiveTrust: Secure and Trustable Routing in Wireless Sensor Networks,” IEEE Trans. Inf. Forensics Security., vol. 11, no. 9, pp. 2013-2027, Sep. 2016. [9] X. Chen, J.-H Cho, and S. Zhu, “GlobalTrust: An Attack- Resilient Reputation System for Tactical Networks,” in Proc. IEEE SECON 2014. Singapore, 2014, pp. 275-283. [10] T. Shu, M. Krunz, and S. Liu, “Secure data collection in wireless sensor networks using randomized dispersive routes,” IEEE Trans. Mobile Comput., vol. 9, no. 7, pp. 941- 954, Jul. 2010. [11] S. Li, L. D. Xu, and S. Zhao, “The Internet of Things: A survey,” Inf. Syst. Frontiers, vol. 17, no. 2, pp. 243-259, Apr. 2015. [12] J.-H. Cho, A. Swami, and I.-R Chen, “A Survey on Trust Management for Mobile Ad Hoc Networks,” IEEE Commun. Surv