SlideShare a Scribd company logo
1 of 10
Download to read offline
Indonesian Journal of Electrical Engineering and Informatics (IJEEI)
Vol. 2, No. 3, September 2014, pp. 141~150
ISSN: 2089-3272  141
Received May 20, 2014; Revised August 12, 2014; Accepted August 30, 2014
Modified DV-Hop Algorithm for Localization in Wireless
Sensor Networks
Glory Pachnanda
M. J. P. Rohilkhand University, Bareilly, U.P. India
e-mail: Glory.pachnanda@gmail.com
Abstract
Wireless sensor networks (WSNs) help monitoring physical environments with improved
accuracy. Localization has been a major challenge in such networks because without finding the location
of the sensor that is informing sensed data, the informed data will not be useful. Localization algorithm is
categorized as: anchor based approach and anchor free approach in which DV-Hop algorithm is anchor
based approach. In this paper, we modify the DV-Hop algorithm; deprivation of DV-Hop algorithm is that
this algorithm works badly in sparse topology, so we have done some improvements shown in this paper
and compare the simulation results of both algorithms (DV-Hop and Modified DV-Hop algorithm). The
result shows that accuracy of modified DV-Hop algorithm is better than DV-Hop algorithm and modified
DV-Hop algorithm also works in sparse networks.
Keywords: Anchor based, Anchor free, DV-Hop, MDVH, WSNs
1. Introduction
WSNs consist of small self governing nodes. Each node has a small microprocessor, a
radio chip, some transducer and is usually battery powered which sets lifetime of network.
Wireless sensor nodes monitor physical and environmental activity such as temperature,
humidity, moisture, fire detection etc [1]. There are many challenges and open research
questions in the area of WSNs. Some challenges are synchronization, coverage, security,
energy consumption and localization.
Localization is the process in which location of sensor nodes is to be determined? In
WSNs, sensor nodes are deployed in two manners: manually and randomly; in manual
placement, the nodes are placed by human hand, it is difficult to deploy the nodes manually in
inhabitants area, so, random placement technique is used. In this technique, location of sensor
nodes is not determine because nodes are thrown through the airplane or aircraft, so,
information transferred by the nodes become useless for us. Thus, localization process is used
to determine the location of sensor nodes. Localization algorithm is categorize as: anchor based
and anchor free technique. In anchor based technique, the exact coordinates of a sensor node
from a set of geometric constraints extracted from proximity measurements [2]. However,
accuracy of the estimated positions is highly affected by the number of anchor nodes and their
distribution in the sensor field [3]. In anchor free technique, the relative location of sensor nodes
from a set of geometric constraints extracted from proximity measurements.
2. DV-HOP Algorithm
DV-Hop algorithm is summarized in figure 1. It consists of four phases, in the first
phase, an anchor i floods a message containing its coordinates (x, y) and a variable
that signifies the number of links (hops or connections) between the sensor that received this
variable and the sending anchor i. Sensors store and exchange hop counters of anchor node. In
the second phase, anchor I computes the hop length from its perspective , using equation
(1) which is given as,
 
∑        ,
∑ ,,
(1)
IJEEI ISSN: 2089-3272 
Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (Glory Pachnanda)
142
Where, M is the number of anchors in the network, j identifies other anchor nodes ,
is the distance in hops between anchor i and anchor j, ( ,  ) and ( , ) represent the
coordinates of anchors i and j. Where, i = 1, 2, 3, 4…….. and j = 1,2,3,4………….
After computing average hop length, anchor i floods it in the network for other anchors
and sensors. An unknown sensor node maintains only the average hop length flooded by the
closest beacon to it. Unknown node uses the received average hop length to compute the
distance between unknown node and anchor j using equation (2),
    (2)
Where, is the hop counter that unknown node maintains for anchor j.
In the third phase, a sensor uses the least square (LS) technique to trilaterate its
position. The objective in this LS problem is to minimize the summation of the square of errors
between the measured distances from the reporting sensor to each anchor obtained according
to equation (2) and the distance between the relative anchor and the estimated position of
sensor [4].
In the fourth phase, the localization error and accuracy can be calculated as,
  (3)
Where, is the localization error, ( , and ( , ) are the coordinates of anchor nodes and
unknown node, and accuracy can be calculated as,
  (4)
Where, R is the communication range.
Anchors flood their hop count values (initialized to zero)
Calculate the average hop size
Calculated average hop distance
By trilateration technique all nodes estimate their location and send the information to the base station
By trilateration technique all nodes estimate their location and send the information to
the base station
Figure 1. Flow chart of DV-Hop algorithm [5]
3. Modified DV-HOP Algorithm
Apart from above discussed existing improved DV-Hop algorithm, we propose a new
algorithm for improving localization of sensor nodes. The proposed algorithm is based on the
 ISSN: 2089-3272
IJEEI Vol. 2, No. 3, September 2014 : 141 – 150
143
assumptions of DV-Hop algorithm and improves localization accuracy by reducing the
localization error. The DV-Hop does not provide the accurate results if used in the sparse
topology, but proposed algorithm can also be used in WSNs deployed in sparse topology.
In DV-Hop algorithm, the distance between anchor nodes and unknown nodes are used
as the average hop distance. This algorithm has poor accuracy and works badly in sparse or
irregular networks. Many researchers modify the disadvantage of DV-Hop localization algorithm.
The key to reduce the localization error of DV-Hop algorithm is to improve accuracy of the
distance calculation. The following assumptions are taken into account and are described in
following steps:
STEP I: INFORMATION BROADCASTING
Each anchor node will convey the location information to neighboring nodes with hop
count initialized to one. Broadcasting information format is ( , , , ), where, and
, is identity number and coordinates of sensor node i. each receiving node maintains the
anchor node information and minimum hop count value per anchor of all nodes it receives.
If a node receives a packet with the same id, then it compares the existing hop value
and new hop count value. If the new hop count is less than the hop already existing in the table,
the new hop will update the information of hop in the table otherwise the packet will be
discarded and no longer be forwarded. Each receiving node increases the hop count by one
before transmitting it to other neighboring nodes.
STEP II: DISTANCE CALCULATION
Distance between the unknown node and the anchor node is estimate. The anchor
node gets the hop values to other anchor node it estimate the hop size,
 
∑      ,
∑ ,,
  (5)
Where, M is the number of anchors in the network, , is number of hops between
anchor node i and j; ( , ) and ( , ) are coordinates of anchor node i and j.
The average hop size calculated as,
 
∑
(6)
Distance between unknown node and anchor node is calculate by multiplying hop
size by its minimum hop count and save it into the table,
=   , (7)
STEP III: LOCATION CALCULATION
According to the distance information of many anchor nodes that has been obtained the
unknown node, the unknown node calculates its coordinates using trilateration or multilateration
measurement,
IJEEI ISSN: 2089-3272 
Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (Glory Pachnanda)
144
(x1, y1) (x2,y2)
(x3, y3)
d1 d2
d3
Anchor node
Unknown node
Figure 2. Location representation of unknown node
Using the distance formula,
  (8)
  (9)
  (10)
Subtracting equation (10) from (8) and (9),
(   (11)
(   (12)
From equation (11) and (12),
2( 2   (13)
2( 2   (14)
From equation (13) and (14),
2  
    (15)
Equation (15) can be written as,
A = 2  
B  
X =
From above equation, the coordinates of location node U can be obtained using estimation
methods of the least square method,
X = A-1
B (16)
X = (AT
A)-1
AT
B (17)
 ISSN: 2089-3272
IJEEI Vol. 2, No. 3, September 2014 : 141 – 150
145
STEP 4: ESTIMATION OF LOCALIZATION ERROR AND ACCURACY
The localization system is divided into three elements, distance estimation, position
computation and the localization algorithm. Each element can affect on the error of the system.
The influence of these errors in geographic algorithm is also analyzed, showing the importance
of understanding the error behavior and the importance of geographic algorithms which
consider the inaccuracy of location estimations. In DV-Hop algorithm, the location error and
accuracy can be calculated as,
    / R (18)
(19)
4. Simulation Results
In this section we will present a framework for testing the performance of localization
algorithms (DV-Hop and Improved DV-Hop algorithm). It provides the facility to researchers to
check functioning of algorithm in different scenarios. The aim of this section is to determine the
performance of the proposed algorithm. Algorithms are implemented in MATLAB.
Table 1. Simulation parameters
Parameters Value
Area 100×100 m
2
Communication range 50m
Sensor nodes 250
Anchor nodes 50
Unknown nodes 200
Figure 3. Random distribution of sensor nodes
0 10 20 30 40 50 60 70 80 90 100
0
10
20
30
40
50
60
70
80
90
100
DV-Hop Algorithm
Anchor nodes
Unknown nodes
IJEEI ISSN: 2089-3272 
Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (Glory Pachnanda)
146
Figure 4. Random distribution of sensor nodes
Figure 3 and 4 shows the random distribution of 250 sensor nodes in the area 100×100
m2
in which 50 nodes are anchor nodes.
4.1 Varying Number of Anchor Nodes
Suppose that anchor nodes and unknown nodes are randomly distribute in a 100×100
m2
area in which the number of anchor node and the unknown node is 250, communication
range R=50m, when anchor node is respectively 10, 20, 30, 40, 50, 60, 70, 80, 90, 100.
Simulation is done on two algorithms (DV-Hop algorithm and Modified DV-Hop algorithm).
Figure 5 and Figure 6 shows the localization error and accuracy between DV-Hop and Modified
DV-Hop algorithm, when varying anchor nodes. As the number of anchor nodes are increases
localization error is reduces because more nodes know about their location, less nodes are left
to estimate location. Anchor nodes help unknown node to identify its own location, so, accuracy
is increases.
0 10 20 30 40 50 60 70 80 90 100
0
10
20
30
40
50
60
70
80
90
100
Modified DV-Hop Algorithm
Anchor nodes
Unknown nodes
 ISSN: 2089-3272
IJEEI Vol. 2, No. 3, September 2014 : 141 – 150
147
Figure 5. Localization error with number of anchor nodes
Figure 6. Accuracy with number of anchor nodes
10 20 30 40 50 60 70 80 90 100
0
10
20
30
40
50
60
70
Number of anchor nodes
Localizationerror
DV-Hop algorithm
Modified DV-Hop algorithm
10 20 30 40 50 60 70 80 90 100
0
10
20
30
40
50
60
Number of anchor nodes
Accuracy
DV-Hop algorithm
Modified DV-Hop algorithm
IJEEI ISSN: 2089-3272 
Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (Glory Pachnanda)
148
4.2 Varying Communication Range
Anchor nodes and unknown nodes are randomly distributed in a 100×100m2
area in
which total amount of nodes is 250. The node communication range respectively, 10m, 20m,
30m, 40m, 50m, 60m, 70m, 80m, 90m, 100m. Performance of both algorithms has shown in
figure 7 and 8. As the communication range increases, area covered by nodes is also
increases. If communication range is increases than it cover more nodes. For example: anchor
node know about their location and if the communication range of node is 100m that means it
cover 100m area and the nodes which coming in 100m range are able to identify their location.
Figure 7. Localization error with communication range
Figure 8. Accuracy with communication range
10 20 30 40 50 60 70 80 90 100
0
10
20
30
40
50
60
70
80
90
Number of anchor nodes
Localizationerror
DV-Hop algorithm
Improved DV-Hop algorithm
10 20 30 40 50 60 70 80 90 100
0
5
10
15
20
25
Communication range
Accuracy
DV-Hop algorithm
Modified DV-Hop algorithm
 ISSN: 2089-3272
IJEEI Vol. 2, No. 3, September 2014 : 141 – 150
149
5. Comparative Results
Table 2 summarizes the comparative results of both algorithms and shows that the
modified DV-Hop algorithms has better accuracy and less simulation time and it reduces the
localization error more than the DV-Hop algorithm.
Table 2. Comparative results of DV-Hop algorithm and modified DV-Hop algorithm
Simulation Parameters: Area=100m
2
, Number of nodes = 250, Unknown nodes = 200, Anchor nodes = 50,
Communication range = 50m
Algorithm Error Accuracy Simulation time
DV-Hop Algorithm 59.6783 1.1936 10.382 sec
Modified DV-Hop Algorithm 5.0376 9.9253 7.157 sec
This section comprises the existing improved DV-Hop and the Modified DV-Hop algorithm.
Table 3. IDV [6] Vs Modified DV-Hop algorithm
Proposer Algorithm Localization error (Area =
100×100m
2
, Total nodes =
90, Anchor nodes = 60,
Range = 15m)
Localization error (Area =
100×100m
2
, Total nodes = 90,
Anchor nodes = 60, Range =
20m)
J. Zhang et. al IDV 4.9 5
Glory Pachnanda Modified DV-Hop 1.8699 1.4322
Table 4. DVI [7] and Modified DV-Hop algorithm
Proposer Algorithm Localization error (Area =
100×100m
2
, Total nodes =
100, Anchor nodes = 30,
Range = 10m)
Localization error (Area =
100×100m
2
, Total nodes = 100,
Anchor nodes = 30, Range =
40m)
C.Cai et. al DVI 25 10
Glory Pachnanda Modified DV-Hop 8.9895 3.2494
Table 5. IDV [8] Vs Modified DV-Hop algorithm
Proposer Algorithm Localization error (Area =
50×50m
2
, Total nodes = 100,
Anchor nodes = 30, Range =
10m)
Localization error (Area =
50×50m
2
, Total nodes = 80,
Anchor nodes = 30, Range =
10m)
H. Chen et. al IDV 42 45
Glory Pachnanda Modified DV-Hop 7.2888 4.7160
6. Conclusion
For the disadvantage of DV-Hop, this paper proposes some improvements over DV-
Hop in order to reduce error. This paper describes the improved scheme in detail. The
simulation which is done by deploying nodes in certain area proved that the more anchor nodes
considered for the calculation of average hop distance, the lower error is. Modified DV-Hop
localization algorithm to improve the poor locating performance of DV-Hop algorithm, mainly
focusing on two aspects: firstly, the average one hop distance error of anchor nodes was
modified. Secondly, the average hop size is modified and last formula to calculate localization
error and accuracy is modified. Simulation result shows that our proposed algorithm can
improve location accuracy.
References
[1] U Aeron and H Kumar. “Coverage Analysis of Various Wireless Sensor Network Deployment
Strategies”. International Journal of Modern Engineering Research. 2013; 3: 955-961.
[2] J Wang, RK Ghosh and SK Das. “A Survey on Sensor Localization”. Journal of Control Theory
Application. 2010.
[3] M Vojdani and M Dehghan. “Localization in Anchor Less Wireless Sensor Network”. International
Proceedings of Computer Science and Information Technology. 2011; 2.
IJEEI ISSN: 2089-3272 
Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (Glory Pachnanda)
150
[4] D Niculesu and B Nath. “Position and Orientation in Ad Hoc Networks”. Elsevier Ad Hoc Networks.
2004: 133-151.
[5] H Safa and F Yassine. “Localization in Large Scale Wireless Sensor Networks”. 19
th
International
Conference on Telecommunications (ICT 2012). 2012.
[6] J Zhang, W Li, D Cui, X Sun and F Zhou. “Study on Improved DV-Hop Node Localization Algorithm in
Wireless Sensor Network”. 5th
IEEE Conference on Idustrial Electronics and Applicationa. 2010: 1855-
1858.
[7] C Cai and L Yuan. “DV-Hop Localization Algorithm Improvement of Wireless Sensor Networks”.
Journal of Theoretical and Applied Information Technology. 2010; 48: 1546-1551.
[8] H Chen, K Sezaki, P Deng and HC So. “An Improved DV-Hop Localization Algorithm For Wireless
Sensor Networks”. IEEE Conference on Communications, Networking and Mobile Computing. 2008:
1-4.

More Related Content

What's hot

IRJET- Survey on Adaptive Routing Algorithms
IRJET- Survey on Adaptive Routing AlgorithmsIRJET- Survey on Adaptive Routing Algorithms
IRJET- Survey on Adaptive Routing AlgorithmsIRJET Journal
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORKPERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORKcsijjournal
 
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...ijwmn
 
Secured channel condition estimation algorithm to remove attacks in mobile ...
Secured channel condition estimation   algorithm to remove attacks in mobile ...Secured channel condition estimation   algorithm to remove attacks in mobile ...
Secured channel condition estimation algorithm to remove attacks in mobile ...IJARIDEA Journal
 
Analyzing the performance of the dynamic
Analyzing the performance of the dynamicAnalyzing the performance of the dynamic
Analyzing the performance of the dynamicIJCNCJournal
 
Minimization of Localization Error using Connectivity based Geometrical Metho...
Minimization of Localization Error using Connectivity based Geometrical Metho...Minimization of Localization Error using Connectivity based Geometrical Metho...
Minimization of Localization Error using Connectivity based Geometrical Metho...Dr. Amarjeet Singh
 
Performance comparison of blind adaptive multiuser
Performance comparison of blind adaptive multiuserPerformance comparison of blind adaptive multiuser
Performance comparison of blind adaptive multiusereSAT Publishing House
 
BLE-Based Accurate Indoor Location Tracking for Home and Office
BLE-Based Accurate Indoor Location Tracking for Home and Office BLE-Based Accurate Indoor Location Tracking for Home and Office
BLE-Based Accurate Indoor Location Tracking for Home and Office csandit
 
A Novel Uncoded SER/BER Estimation Method
A Novel Uncoded SER/BER Estimation Method A Novel Uncoded SER/BER Estimation Method
A Novel Uncoded SER/BER Estimation Method ijwmn
 
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...graphhoc
 
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...IJREST
 
A reduced complexity and an efficient channel
A reduced complexity and an efficient channelA reduced complexity and an efficient channel
A reduced complexity and an efficient channeleSAT Publishing House
 
Routing algorithm network layer
Routing algorithm  network layerRouting algorithm  network layer
Routing algorithm network layersambhenilesh
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 

What's hot (17)

IRJET- Survey on Adaptive Routing Algorithms
IRJET- Survey on Adaptive Routing AlgorithmsIRJET- Survey on Adaptive Routing Algorithms
IRJET- Survey on Adaptive Routing Algorithms
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORKPERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
 
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
 
F43063841
F43063841F43063841
F43063841
 
Hg3413361339
Hg3413361339Hg3413361339
Hg3413361339
 
Secured channel condition estimation algorithm to remove attacks in mobile ...
Secured channel condition estimation   algorithm to remove attacks in mobile ...Secured channel condition estimation   algorithm to remove attacks in mobile ...
Secured channel condition estimation algorithm to remove attacks in mobile ...
 
Analyzing the performance of the dynamic
Analyzing the performance of the dynamicAnalyzing the performance of the dynamic
Analyzing the performance of the dynamic
 
Minimization of Localization Error using Connectivity based Geometrical Metho...
Minimization of Localization Error using Connectivity based Geometrical Metho...Minimization of Localization Error using Connectivity based Geometrical Metho...
Minimization of Localization Error using Connectivity based Geometrical Metho...
 
Performance comparison of blind adaptive multiuser
Performance comparison of blind adaptive multiuserPerformance comparison of blind adaptive multiuser
Performance comparison of blind adaptive multiuser
 
BLE-Based Accurate Indoor Location Tracking for Home and Office
BLE-Based Accurate Indoor Location Tracking for Home and Office BLE-Based Accurate Indoor Location Tracking for Home and Office
BLE-Based Accurate Indoor Location Tracking for Home and Office
 
A Novel Uncoded SER/BER Estimation Method
A Novel Uncoded SER/BER Estimation Method A Novel Uncoded SER/BER Estimation Method
A Novel Uncoded SER/BER Estimation Method
 
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...
Performance Analysis of Ultra Wideband Receivers for High Data Rate Wireless ...
 
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
 
A reduced complexity and an efficient channel
A reduced complexity and an efficient channelA reduced complexity and an efficient channel
A reduced complexity and an efficient channel
 
Routing algorithm network layer
Routing algorithm  network layerRouting algorithm  network layer
Routing algorithm network layer
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Ar03302620266
Ar03302620266Ar03302620266
Ar03302620266
 

Similar to Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks

Performance Analysis of DV-Hop Localization Using Voronoi Approach
Performance Analysis of DV-Hop Localization Using Voronoi ApproachPerformance Analysis of DV-Hop Localization Using Voronoi Approach
Performance Analysis of DV-Hop Localization Using Voronoi ApproachIJMER
 
Effective range free localization scheme for wireless sensor network
Effective range  free localization scheme for wireless sensor networkEffective range  free localization scheme for wireless sensor network
Effective range free localization scheme for wireless sensor networkijmnct
 
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUESIOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUESijassn
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...IJECEIAES
 
Error bounds for wireless localization in NLOS environments
Error bounds for wireless localization in NLOS environmentsError bounds for wireless localization in NLOS environments
Error bounds for wireless localization in NLOS environmentsIJECEIAES
 
Error bounds for wireless localization in NLOS environments
Error bounds for wireless localization in NLOS environmentsError bounds for wireless localization in NLOS environments
Error bounds for wireless localization in NLOS environmentsIJECEIAES
 
A New Approach for Error Reduction in Localization for Wireless Sensor Networks
A New Approach for Error Reduction in Localization for Wireless Sensor NetworksA New Approach for Error Reduction in Localization for Wireless Sensor Networks
A New Approach for Error Reduction in Localization for Wireless Sensor Networksidescitation
 
Accurate indoor positioning system based on modify nearest point technique
Accurate indoor positioning system based on modify nearest point techniqueAccurate indoor positioning system based on modify nearest point technique
Accurate indoor positioning system based on modify nearest point techniqueIJECEIAES
 
A Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETA Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETEditor IJCATR
 
A Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETA Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETEditor IJCATR
 
Horizontal and Vertical Zone Based Location Techniques for Wireless Sensor Ne...
Horizontal and Vertical Zone Based Location Techniques for Wireless Sensor Ne...Horizontal and Vertical Zone Based Location Techniques for Wireless Sensor Ne...
Horizontal and Vertical Zone Based Location Techniques for Wireless Sensor Ne...ijwmn
 
HORIZONTAL AND VERTICAL ZONE BASED LOCATION TECHNIQUES FOR WIRELESS SENSOR NE...
HORIZONTAL AND VERTICAL ZONE BASED LOCATION TECHNIQUES FOR WIRELESS SENSOR NE...HORIZONTAL AND VERTICAL ZONE BASED LOCATION TECHNIQUES FOR WIRELESS SENSOR NE...
HORIZONTAL AND VERTICAL ZONE BASED LOCATION TECHNIQUES FOR WIRELESS SENSOR NE...ijwmn
 
A NEW SECURE LOCALIZATION APPROACH OF WIRELESS SENSOR NODES INTHE PRESENCE OF...
A NEW SECURE LOCALIZATION APPROACH OF WIRELESS SENSOR NODES INTHE PRESENCE OF...A NEW SECURE LOCALIZATION APPROACH OF WIRELESS SENSOR NODES INTHE PRESENCE OF...
A NEW SECURE LOCALIZATION APPROACH OF WIRELESS SENSOR NODES INTHE PRESENCE OF...ijcseit
 
A new secure localization approach of wireless sensor nodes in the presence o...
A new secure localization approach of wireless sensor nodes in the presence o...A new secure localization approach of wireless sensor nodes in the presence o...
A new secure localization approach of wireless sensor nodes in the presence o...ijcseit
 
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM ijassn
 
Range Free Localization using Expected Hop Progress in Wireless Sensor Network
Range Free Localization using Expected Hop Progress in Wireless Sensor NetworkRange Free Localization using Expected Hop Progress in Wireless Sensor Network
Range Free Localization using Expected Hop Progress in Wireless Sensor NetworkAM Publications
 
IRJET- Clustering the Real Time Moving Object Adjacent Tracking
IRJET-  	  Clustering the Real Time Moving Object Adjacent TrackingIRJET-  	  Clustering the Real Time Moving Object Adjacent Tracking
IRJET- Clustering the Real Time Moving Object Adjacent TrackingIRJET Journal
 
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
 
Virtual 2 d positioning system by using wireless sensors in indoor environment
Virtual 2 d positioning system by using wireless sensors in indoor environmentVirtual 2 d positioning system by using wireless sensors in indoor environment
Virtual 2 d positioning system by using wireless sensors in indoor environmentijwmn
 

Similar to Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (20)

Performance Analysis of DV-Hop Localization Using Voronoi Approach
Performance Analysis of DV-Hop Localization Using Voronoi ApproachPerformance Analysis of DV-Hop Localization Using Voronoi Approach
Performance Analysis of DV-Hop Localization Using Voronoi Approach
 
Effective range free localization scheme for wireless sensor network
Effective range  free localization scheme for wireless sensor networkEffective range  free localization scheme for wireless sensor network
Effective range free localization scheme for wireless sensor network
 
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUESIOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...
 
3 ijcse-01222-5
3 ijcse-01222-53 ijcse-01222-5
3 ijcse-01222-5
 
Error bounds for wireless localization in NLOS environments
Error bounds for wireless localization in NLOS environmentsError bounds for wireless localization in NLOS environments
Error bounds for wireless localization in NLOS environments
 
Error bounds for wireless localization in NLOS environments
Error bounds for wireless localization in NLOS environmentsError bounds for wireless localization in NLOS environments
Error bounds for wireless localization in NLOS environments
 
A New Approach for Error Reduction in Localization for Wireless Sensor Networks
A New Approach for Error Reduction in Localization for Wireless Sensor NetworksA New Approach for Error Reduction in Localization for Wireless Sensor Networks
A New Approach for Error Reduction in Localization for Wireless Sensor Networks
 
Accurate indoor positioning system based on modify nearest point technique
Accurate indoor positioning system based on modify nearest point techniqueAccurate indoor positioning system based on modify nearest point technique
Accurate indoor positioning system based on modify nearest point technique
 
A Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETA Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANET
 
A Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETA Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANET
 
Horizontal and Vertical Zone Based Location Techniques for Wireless Sensor Ne...
Horizontal and Vertical Zone Based Location Techniques for Wireless Sensor Ne...Horizontal and Vertical Zone Based Location Techniques for Wireless Sensor Ne...
Horizontal and Vertical Zone Based Location Techniques for Wireless Sensor Ne...
 
HORIZONTAL AND VERTICAL ZONE BASED LOCATION TECHNIQUES FOR WIRELESS SENSOR NE...
HORIZONTAL AND VERTICAL ZONE BASED LOCATION TECHNIQUES FOR WIRELESS SENSOR NE...HORIZONTAL AND VERTICAL ZONE BASED LOCATION TECHNIQUES FOR WIRELESS SENSOR NE...
HORIZONTAL AND VERTICAL ZONE BASED LOCATION TECHNIQUES FOR WIRELESS SENSOR NE...
 
A NEW SECURE LOCALIZATION APPROACH OF WIRELESS SENSOR NODES INTHE PRESENCE OF...
A NEW SECURE LOCALIZATION APPROACH OF WIRELESS SENSOR NODES INTHE PRESENCE OF...A NEW SECURE LOCALIZATION APPROACH OF WIRELESS SENSOR NODES INTHE PRESENCE OF...
A NEW SECURE LOCALIZATION APPROACH OF WIRELESS SENSOR NODES INTHE PRESENCE OF...
 
A new secure localization approach of wireless sensor nodes in the presence o...
A new secure localization approach of wireless sensor nodes in the presence o...A new secure localization approach of wireless sensor nodes in the presence o...
A new secure localization approach of wireless sensor nodes in the presence o...
 
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM
CUBOID-BASED WIRELESS SENSOR NETWORK LOCALIZATION ALGORITHM
 
Range Free Localization using Expected Hop Progress in Wireless Sensor Network
Range Free Localization using Expected Hop Progress in Wireless Sensor NetworkRange Free Localization using Expected Hop Progress in Wireless Sensor Network
Range Free Localization using Expected Hop Progress in Wireless Sensor Network
 
IRJET- Clustering the Real Time Moving Object Adjacent Tracking
IRJET-  	  Clustering the Real Time Moving Object Adjacent TrackingIRJET-  	  Clustering the Real Time Moving Object Adjacent Tracking
IRJET- Clustering the Real Time Moving Object Adjacent Tracking
 
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
 
Virtual 2 d positioning system by using wireless sensors in indoor environment
Virtual 2 d positioning system by using wireless sensors in indoor environmentVirtual 2 d positioning system by using wireless sensors in indoor environment
Virtual 2 d positioning system by using wireless sensors in indoor environment
 

More from ijeei-iaes

An Heterogeneous Population-Based Genetic Algorithm for Data Clustering
An Heterogeneous Population-Based Genetic Algorithm for Data ClusteringAn Heterogeneous Population-Based Genetic Algorithm for Data Clustering
An Heterogeneous Population-Based Genetic Algorithm for Data Clusteringijeei-iaes
 
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Controlijeei-iaes
 
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best UpsurgeAnalysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurgeijeei-iaes
 
Design for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-DistanceDesign for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-Distanceijeei-iaes
 
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...ijeei-iaes
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...ijeei-iaes
 
Mitigation of Power Quality Problems Using Custom Power Devices: A Review
Mitigation of Power Quality Problems Using Custom Power Devices: A ReviewMitigation of Power Quality Problems Using Custom Power Devices: A Review
Mitigation of Power Quality Problems Using Custom Power Devices: A Reviewijeei-iaes
 
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...ijeei-iaes
 
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...ijeei-iaes
 
Intelligent Management on the Home Consumers with Zero Energy Consumption
Intelligent Management on the Home Consumers with Zero Energy ConsumptionIntelligent Management on the Home Consumers with Zero Energy Consumption
Intelligent Management on the Home Consumers with Zero Energy Consumptionijeei-iaes
 
Analysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic ToolsAnalysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic Toolsijeei-iaes
 
A Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur ClassificationA Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur Classificationijeei-iaes
 
Computing Some Degree-Based Topological Indices of Graphene
Computing Some Degree-Based Topological Indices of GrapheneComputing Some Degree-Based Topological Indices of Graphene
Computing Some Degree-Based Topological Indices of Grapheneijeei-iaes
 
A Lyapunov Based Approach to Enchance Wind Turbine Stability
A Lyapunov Based Approach to Enchance Wind Turbine StabilityA Lyapunov Based Approach to Enchance Wind Turbine Stability
A Lyapunov Based Approach to Enchance Wind Turbine Stabilityijeei-iaes
 
Fuzzy Control of a Large Crane Structure
Fuzzy Control of a Large Crane StructureFuzzy Control of a Large Crane Structure
Fuzzy Control of a Large Crane Structureijeei-iaes
 
Site Diversity Technique Application on Rain Attenuation for Lagos
Site Diversity Technique Application on Rain Attenuation for LagosSite Diversity Technique Application on Rain Attenuation for Lagos
Site Diversity Technique Application on Rain Attenuation for Lagosijeei-iaes
 
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...ijeei-iaes
 
Music Recommendation System with User-based and Item-based Collaborative Filt...
Music Recommendation System with User-based and Item-based Collaborative Filt...Music Recommendation System with User-based and Item-based Collaborative Filt...
Music Recommendation System with User-based and Item-based Collaborative Filt...ijeei-iaes
 
A Real-Time Implementation of Moving Object Action Recognition System Based o...
A Real-Time Implementation of Moving Object Action Recognition System Based o...A Real-Time Implementation of Moving Object Action Recognition System Based o...
A Real-Time Implementation of Moving Object Action Recognition System Based o...ijeei-iaes
 
Wireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation DetectionWireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation Detectionijeei-iaes
 

More from ijeei-iaes (20)

An Heterogeneous Population-Based Genetic Algorithm for Data Clustering
An Heterogeneous Population-Based Genetic Algorithm for Data ClusteringAn Heterogeneous Population-Based Genetic Algorithm for Data Clustering
An Heterogeneous Population-Based Genetic Algorithm for Data Clustering
 
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
 
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best UpsurgeAnalysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
 
Design for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-DistanceDesign for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-Distance
 
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
 
Mitigation of Power Quality Problems Using Custom Power Devices: A Review
Mitigation of Power Quality Problems Using Custom Power Devices: A ReviewMitigation of Power Quality Problems Using Custom Power Devices: A Review
Mitigation of Power Quality Problems Using Custom Power Devices: A Review
 
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...
 
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...
 
Intelligent Management on the Home Consumers with Zero Energy Consumption
Intelligent Management on the Home Consumers with Zero Energy ConsumptionIntelligent Management on the Home Consumers with Zero Energy Consumption
Intelligent Management on the Home Consumers with Zero Energy Consumption
 
Analysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic ToolsAnalysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic Tools
 
A Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur ClassificationA Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur Classification
 
Computing Some Degree-Based Topological Indices of Graphene
Computing Some Degree-Based Topological Indices of GrapheneComputing Some Degree-Based Topological Indices of Graphene
Computing Some Degree-Based Topological Indices of Graphene
 
A Lyapunov Based Approach to Enchance Wind Turbine Stability
A Lyapunov Based Approach to Enchance Wind Turbine StabilityA Lyapunov Based Approach to Enchance Wind Turbine Stability
A Lyapunov Based Approach to Enchance Wind Turbine Stability
 
Fuzzy Control of a Large Crane Structure
Fuzzy Control of a Large Crane StructureFuzzy Control of a Large Crane Structure
Fuzzy Control of a Large Crane Structure
 
Site Diversity Technique Application on Rain Attenuation for Lagos
Site Diversity Technique Application on Rain Attenuation for LagosSite Diversity Technique Application on Rain Attenuation for Lagos
Site Diversity Technique Application on Rain Attenuation for Lagos
 
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
 
Music Recommendation System with User-based and Item-based Collaborative Filt...
Music Recommendation System with User-based and Item-based Collaborative Filt...Music Recommendation System with User-based and Item-based Collaborative Filt...
Music Recommendation System with User-based and Item-based Collaborative Filt...
 
A Real-Time Implementation of Moving Object Action Recognition System Based o...
A Real-Time Implementation of Moving Object Action Recognition System Based o...A Real-Time Implementation of Moving Object Action Recognition System Based o...
A Real-Time Implementation of Moving Object Action Recognition System Based o...
 
Wireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation DetectionWireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation Detection
 

Recently uploaded

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
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
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
(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
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
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
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 

Recently uploaded (20)

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
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
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
(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
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
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 -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
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
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.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...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 

Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks

  • 1. Indonesian Journal of Electrical Engineering and Informatics (IJEEI) Vol. 2, No. 3, September 2014, pp. 141~150 ISSN: 2089-3272  141 Received May 20, 2014; Revised August 12, 2014; Accepted August 30, 2014 Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks Glory Pachnanda M. J. P. Rohilkhand University, Bareilly, U.P. India e-mail: Glory.pachnanda@gmail.com Abstract Wireless sensor networks (WSNs) help monitoring physical environments with improved accuracy. Localization has been a major challenge in such networks because without finding the location of the sensor that is informing sensed data, the informed data will not be useful. Localization algorithm is categorized as: anchor based approach and anchor free approach in which DV-Hop algorithm is anchor based approach. In this paper, we modify the DV-Hop algorithm; deprivation of DV-Hop algorithm is that this algorithm works badly in sparse topology, so we have done some improvements shown in this paper and compare the simulation results of both algorithms (DV-Hop and Modified DV-Hop algorithm). The result shows that accuracy of modified DV-Hop algorithm is better than DV-Hop algorithm and modified DV-Hop algorithm also works in sparse networks. Keywords: Anchor based, Anchor free, DV-Hop, MDVH, WSNs 1. Introduction WSNs consist of small self governing nodes. Each node has a small microprocessor, a radio chip, some transducer and is usually battery powered which sets lifetime of network. Wireless sensor nodes monitor physical and environmental activity such as temperature, humidity, moisture, fire detection etc [1]. There are many challenges and open research questions in the area of WSNs. Some challenges are synchronization, coverage, security, energy consumption and localization. Localization is the process in which location of sensor nodes is to be determined? In WSNs, sensor nodes are deployed in two manners: manually and randomly; in manual placement, the nodes are placed by human hand, it is difficult to deploy the nodes manually in inhabitants area, so, random placement technique is used. In this technique, location of sensor nodes is not determine because nodes are thrown through the airplane or aircraft, so, information transferred by the nodes become useless for us. Thus, localization process is used to determine the location of sensor nodes. Localization algorithm is categorize as: anchor based and anchor free technique. In anchor based technique, the exact coordinates of a sensor node from a set of geometric constraints extracted from proximity measurements [2]. However, accuracy of the estimated positions is highly affected by the number of anchor nodes and their distribution in the sensor field [3]. In anchor free technique, the relative location of sensor nodes from a set of geometric constraints extracted from proximity measurements. 2. DV-HOP Algorithm DV-Hop algorithm is summarized in figure 1. It consists of four phases, in the first phase, an anchor i floods a message containing its coordinates (x, y) and a variable that signifies the number of links (hops or connections) between the sensor that received this variable and the sending anchor i. Sensors store and exchange hop counters of anchor node. In the second phase, anchor I computes the hop length from its perspective , using equation (1) which is given as,   ∑        , ∑ ,, (1)
  • 2. IJEEI ISSN: 2089-3272  Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (Glory Pachnanda) 142 Where, M is the number of anchors in the network, j identifies other anchor nodes , is the distance in hops between anchor i and anchor j, ( ,  ) and ( , ) represent the coordinates of anchors i and j. Where, i = 1, 2, 3, 4…….. and j = 1,2,3,4…………. After computing average hop length, anchor i floods it in the network for other anchors and sensors. An unknown sensor node maintains only the average hop length flooded by the closest beacon to it. Unknown node uses the received average hop length to compute the distance between unknown node and anchor j using equation (2),     (2) Where, is the hop counter that unknown node maintains for anchor j. In the third phase, a sensor uses the least square (LS) technique to trilaterate its position. The objective in this LS problem is to minimize the summation of the square of errors between the measured distances from the reporting sensor to each anchor obtained according to equation (2) and the distance between the relative anchor and the estimated position of sensor [4]. In the fourth phase, the localization error and accuracy can be calculated as,   (3) Where, is the localization error, ( , and ( , ) are the coordinates of anchor nodes and unknown node, and accuracy can be calculated as,   (4) Where, R is the communication range. Anchors flood their hop count values (initialized to zero) Calculate the average hop size Calculated average hop distance By trilateration technique all nodes estimate their location and send the information to the base station By trilateration technique all nodes estimate their location and send the information to the base station Figure 1. Flow chart of DV-Hop algorithm [5] 3. Modified DV-HOP Algorithm Apart from above discussed existing improved DV-Hop algorithm, we propose a new algorithm for improving localization of sensor nodes. The proposed algorithm is based on the
  • 3.  ISSN: 2089-3272 IJEEI Vol. 2, No. 3, September 2014 : 141 – 150 143 assumptions of DV-Hop algorithm and improves localization accuracy by reducing the localization error. The DV-Hop does not provide the accurate results if used in the sparse topology, but proposed algorithm can also be used in WSNs deployed in sparse topology. In DV-Hop algorithm, the distance between anchor nodes and unknown nodes are used as the average hop distance. This algorithm has poor accuracy and works badly in sparse or irregular networks. Many researchers modify the disadvantage of DV-Hop localization algorithm. The key to reduce the localization error of DV-Hop algorithm is to improve accuracy of the distance calculation. The following assumptions are taken into account and are described in following steps: STEP I: INFORMATION BROADCASTING Each anchor node will convey the location information to neighboring nodes with hop count initialized to one. Broadcasting information format is ( , , , ), where, and , is identity number and coordinates of sensor node i. each receiving node maintains the anchor node information and minimum hop count value per anchor of all nodes it receives. If a node receives a packet with the same id, then it compares the existing hop value and new hop count value. If the new hop count is less than the hop already existing in the table, the new hop will update the information of hop in the table otherwise the packet will be discarded and no longer be forwarded. Each receiving node increases the hop count by one before transmitting it to other neighboring nodes. STEP II: DISTANCE CALCULATION Distance between the unknown node and the anchor node is estimate. The anchor node gets the hop values to other anchor node it estimate the hop size,   ∑      , ∑ ,,   (5) Where, M is the number of anchors in the network, , is number of hops between anchor node i and j; ( , ) and ( , ) are coordinates of anchor node i and j. The average hop size calculated as,   ∑ (6) Distance between unknown node and anchor node is calculate by multiplying hop size by its minimum hop count and save it into the table, =   , (7) STEP III: LOCATION CALCULATION According to the distance information of many anchor nodes that has been obtained the unknown node, the unknown node calculates its coordinates using trilateration or multilateration measurement,
  • 4. IJEEI ISSN: 2089-3272  Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (Glory Pachnanda) 144 (x1, y1) (x2,y2) (x3, y3) d1 d2 d3 Anchor node Unknown node Figure 2. Location representation of unknown node Using the distance formula,   (8)   (9)   (10) Subtracting equation (10) from (8) and (9), (   (11) (   (12) From equation (11) and (12), 2( 2   (13) 2( 2   (14) From equation (13) and (14), 2       (15) Equation (15) can be written as, A = 2   B   X = From above equation, the coordinates of location node U can be obtained using estimation methods of the least square method, X = A-1 B (16) X = (AT A)-1 AT B (17)
  • 5.  ISSN: 2089-3272 IJEEI Vol. 2, No. 3, September 2014 : 141 – 150 145 STEP 4: ESTIMATION OF LOCALIZATION ERROR AND ACCURACY The localization system is divided into three elements, distance estimation, position computation and the localization algorithm. Each element can affect on the error of the system. The influence of these errors in geographic algorithm is also analyzed, showing the importance of understanding the error behavior and the importance of geographic algorithms which consider the inaccuracy of location estimations. In DV-Hop algorithm, the location error and accuracy can be calculated as,     / R (18) (19) 4. Simulation Results In this section we will present a framework for testing the performance of localization algorithms (DV-Hop and Improved DV-Hop algorithm). It provides the facility to researchers to check functioning of algorithm in different scenarios. The aim of this section is to determine the performance of the proposed algorithm. Algorithms are implemented in MATLAB. Table 1. Simulation parameters Parameters Value Area 100×100 m 2 Communication range 50m Sensor nodes 250 Anchor nodes 50 Unknown nodes 200 Figure 3. Random distribution of sensor nodes 0 10 20 30 40 50 60 70 80 90 100 0 10 20 30 40 50 60 70 80 90 100 DV-Hop Algorithm Anchor nodes Unknown nodes
  • 6. IJEEI ISSN: 2089-3272  Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (Glory Pachnanda) 146 Figure 4. Random distribution of sensor nodes Figure 3 and 4 shows the random distribution of 250 sensor nodes in the area 100×100 m2 in which 50 nodes are anchor nodes. 4.1 Varying Number of Anchor Nodes Suppose that anchor nodes and unknown nodes are randomly distribute in a 100×100 m2 area in which the number of anchor node and the unknown node is 250, communication range R=50m, when anchor node is respectively 10, 20, 30, 40, 50, 60, 70, 80, 90, 100. Simulation is done on two algorithms (DV-Hop algorithm and Modified DV-Hop algorithm). Figure 5 and Figure 6 shows the localization error and accuracy between DV-Hop and Modified DV-Hop algorithm, when varying anchor nodes. As the number of anchor nodes are increases localization error is reduces because more nodes know about their location, less nodes are left to estimate location. Anchor nodes help unknown node to identify its own location, so, accuracy is increases. 0 10 20 30 40 50 60 70 80 90 100 0 10 20 30 40 50 60 70 80 90 100 Modified DV-Hop Algorithm Anchor nodes Unknown nodes
  • 7.  ISSN: 2089-3272 IJEEI Vol. 2, No. 3, September 2014 : 141 – 150 147 Figure 5. Localization error with number of anchor nodes Figure 6. Accuracy with number of anchor nodes 10 20 30 40 50 60 70 80 90 100 0 10 20 30 40 50 60 70 Number of anchor nodes Localizationerror DV-Hop algorithm Modified DV-Hop algorithm 10 20 30 40 50 60 70 80 90 100 0 10 20 30 40 50 60 Number of anchor nodes Accuracy DV-Hop algorithm Modified DV-Hop algorithm
  • 8. IJEEI ISSN: 2089-3272  Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (Glory Pachnanda) 148 4.2 Varying Communication Range Anchor nodes and unknown nodes are randomly distributed in a 100×100m2 area in which total amount of nodes is 250. The node communication range respectively, 10m, 20m, 30m, 40m, 50m, 60m, 70m, 80m, 90m, 100m. Performance of both algorithms has shown in figure 7 and 8. As the communication range increases, area covered by nodes is also increases. If communication range is increases than it cover more nodes. For example: anchor node know about their location and if the communication range of node is 100m that means it cover 100m area and the nodes which coming in 100m range are able to identify their location. Figure 7. Localization error with communication range Figure 8. Accuracy with communication range 10 20 30 40 50 60 70 80 90 100 0 10 20 30 40 50 60 70 80 90 Number of anchor nodes Localizationerror DV-Hop algorithm Improved DV-Hop algorithm 10 20 30 40 50 60 70 80 90 100 0 5 10 15 20 25 Communication range Accuracy DV-Hop algorithm Modified DV-Hop algorithm
  • 9.  ISSN: 2089-3272 IJEEI Vol. 2, No. 3, September 2014 : 141 – 150 149 5. Comparative Results Table 2 summarizes the comparative results of both algorithms and shows that the modified DV-Hop algorithms has better accuracy and less simulation time and it reduces the localization error more than the DV-Hop algorithm. Table 2. Comparative results of DV-Hop algorithm and modified DV-Hop algorithm Simulation Parameters: Area=100m 2 , Number of nodes = 250, Unknown nodes = 200, Anchor nodes = 50, Communication range = 50m Algorithm Error Accuracy Simulation time DV-Hop Algorithm 59.6783 1.1936 10.382 sec Modified DV-Hop Algorithm 5.0376 9.9253 7.157 sec This section comprises the existing improved DV-Hop and the Modified DV-Hop algorithm. Table 3. IDV [6] Vs Modified DV-Hop algorithm Proposer Algorithm Localization error (Area = 100×100m 2 , Total nodes = 90, Anchor nodes = 60, Range = 15m) Localization error (Area = 100×100m 2 , Total nodes = 90, Anchor nodes = 60, Range = 20m) J. Zhang et. al IDV 4.9 5 Glory Pachnanda Modified DV-Hop 1.8699 1.4322 Table 4. DVI [7] and Modified DV-Hop algorithm Proposer Algorithm Localization error (Area = 100×100m 2 , Total nodes = 100, Anchor nodes = 30, Range = 10m) Localization error (Area = 100×100m 2 , Total nodes = 100, Anchor nodes = 30, Range = 40m) C.Cai et. al DVI 25 10 Glory Pachnanda Modified DV-Hop 8.9895 3.2494 Table 5. IDV [8] Vs Modified DV-Hop algorithm Proposer Algorithm Localization error (Area = 50×50m 2 , Total nodes = 100, Anchor nodes = 30, Range = 10m) Localization error (Area = 50×50m 2 , Total nodes = 80, Anchor nodes = 30, Range = 10m) H. Chen et. al IDV 42 45 Glory Pachnanda Modified DV-Hop 7.2888 4.7160 6. Conclusion For the disadvantage of DV-Hop, this paper proposes some improvements over DV- Hop in order to reduce error. This paper describes the improved scheme in detail. The simulation which is done by deploying nodes in certain area proved that the more anchor nodes considered for the calculation of average hop distance, the lower error is. Modified DV-Hop localization algorithm to improve the poor locating performance of DV-Hop algorithm, mainly focusing on two aspects: firstly, the average one hop distance error of anchor nodes was modified. Secondly, the average hop size is modified and last formula to calculate localization error and accuracy is modified. Simulation result shows that our proposed algorithm can improve location accuracy. References [1] U Aeron and H Kumar. “Coverage Analysis of Various Wireless Sensor Network Deployment Strategies”. International Journal of Modern Engineering Research. 2013; 3: 955-961. [2] J Wang, RK Ghosh and SK Das. “A Survey on Sensor Localization”. Journal of Control Theory Application. 2010. [3] M Vojdani and M Dehghan. “Localization in Anchor Less Wireless Sensor Network”. International Proceedings of Computer Science and Information Technology. 2011; 2.
  • 10. IJEEI ISSN: 2089-3272  Modified DV-Hop Algorithm for Localization in Wireless Sensor Networks (Glory Pachnanda) 150 [4] D Niculesu and B Nath. “Position and Orientation in Ad Hoc Networks”. Elsevier Ad Hoc Networks. 2004: 133-151. [5] H Safa and F Yassine. “Localization in Large Scale Wireless Sensor Networks”. 19 th International Conference on Telecommunications (ICT 2012). 2012. [6] J Zhang, W Li, D Cui, X Sun and F Zhou. “Study on Improved DV-Hop Node Localization Algorithm in Wireless Sensor Network”. 5th IEEE Conference on Idustrial Electronics and Applicationa. 2010: 1855- 1858. [7] C Cai and L Yuan. “DV-Hop Localization Algorithm Improvement of Wireless Sensor Networks”. Journal of Theoretical and Applied Information Technology. 2010; 48: 1546-1551. [8] H Chen, K Sezaki, P Deng and HC So. “An Improved DV-Hop Localization Algorithm For Wireless Sensor Networks”. IEEE Conference on Communications, Networking and Mobile Computing. 2008: 1-4.