SlideShare a Scribd company logo
1 of 4
Download to read offline
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 01 Issue: 02 December 2012 Page No.43-46
ISSN: 2278-2419
43
Anchor Positioning using Sensor Transmission
Range Based Clustering for Mobile Data gathering
in Wireless Sensor Networks
D.Gladis1
and T.Vani 2
1
Associate Professor, Presidency College, Chennai
2
Assistant Professor, Queen Mary’s College, Chennai
Abstract - In wireless sensor network, energy efficiency is a
major concern as the sensors have minimum energy capacity.
As the sensor energy consumption plays a vital role in
determining the network lifetime, many strategies have been
proposed for energy conservation. One of them is mobile data
gathering (MDG).In Mobile Data Gathering either the sink can
go on tour to collect the data or a Mobile Data Collector
(MDC) can collect the data from sensors and drops them back
to the static sink. In this paper, static sink with mobile data
collector is considered for the topic of interest. The mobile data
collector will reach the cluster of sensors at some appropriate
locations called as anchor points. For the formation of clusters,
many algorithms have been proposed so far, two of them ,
Square Grid based Clustering (SGC) and Sensor Transmission
based Clustering (STC) are analysed here for the selection of
anchors in the anchor based mobile data gathering approach.
Keywords: Wireless Sensor network, Grid based Clustering,
Mobile Data Collector, Range based clustering, Anchor based
data gathering.
I. INTRODUCTION
Wireless sensor network is an emerging field with many
sophisticated real world applications ranging from personal
front to public usage. To make these applications realistic,
number of wireless static sensor devices is deployed in the
field. These sensors are operated with minimum capacity
batteries. They perform two essential functions namely,
sensing the environment and transmitting the sensed data to the
sink. The sink will make use of these data to do further
processing. The communication between these two
components raise the issue since all the sensors cannot transmit
the data to the sink directly in a single hop fashion. When they
transmit the data in a multi hop fashion, the sensors which are
nearer to the sink may face the ‘hot spot’ condition and thus
spending their energy in transmitting the data from other
sensors. To handle this unnecessary wastage of energy, mobile
data gathering (MDG) approach is introduced. In mobile data
gathering, some mobile data collectors (MDC) are employed to
gather the data from all the sensors and drop them into the
sink. To collect data from each sensor in the field, MDC needs
to take a time consuming long tour which results in high data
latency. Instead, the sensors can be grouped into a cluster,
based on their proximity[3].The MDC can stay in a predefined
position at each cluster for a specific unit of time to gather the
data. These positions are called as Anchor points and this type
of data gathering is called as anchor based mobile data
gathering [1]. Selection of appropriate anchor points plays a
significant role in improving the system performance. Many
algorithms like Square Grid based clustering and Sensor
Transmission based clustering have been proposed for
clustering the sensors. The proposed work makes an analytic
study of these two algorithms and focuses on a new improved
algorithm for the selection of anchor positions for anchor based
mobile data gathering.
In this paper an enhanced sensor transmission based clustering
algorithm is presented to improve the performance of data
gathering in mobile data gathering reduce the round trip time
of the mobile data collector and to select the appropriate
number of anchor points. The rest of the paper is organized as
follows. In Section II, the related research works on this
problem are discussed. In Section III, the problem addressed is
explained, followed by the details of the proposed approach. In
Section IV, the mathematical model used and the performance
evaluation is presented. The conclusion of the paper is given in
Section V.
II. RELATED WORK
In this section, the related research works are explained and the
motivation for proposed work is also explained. Zhao et al [1]
presents an optimization based distributed algorithm in which
mobile data gathering is performed by a SenCar making a tour
through anchor positions .The anchor positions are predefined
by a random method in this paper. The random positioning of
anchor points may not be suitable for all kind of deployment
field and distribution type of sensor deployment. Some specific
algorithm for the selection of anchors may do well. Arun et al
[2] presents range constrained clustering for mobile data
collection, range based clustering technique is applied. This
algorithm can be applied to irregular polygonal field also as it
is based on the location and the transmission range of the
sensors. So this is suitable for both uniform and non-uniform
distribution of sensors as well. This is because the algorithm
takes the coordinates of sensors for the formation of clusters.
To form the cluster this algorithm uses minimum circle fitting
method coupled with the transmission range of the sensor.
Even though it produces optimum results for mobile data
gathering, the algorithm runs for O (n3
) x O (n) time
complexity. So this paper works on to find a similar kind of
algorithm with minimum time complexity. Thanigaivelu et al
[3] presents a grid based clustering for sink mobility based data
gathering that divides the entire deployment area into equal
sized grid cells. Each grid cell is a square. All the sensors
inside the cell are static and their data can be collected from the
sensor which is closer to the center point of the grid. This
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 01 Issue: 02 December 2012 Page No.43-46
ISSN: 2278-2419
sensor is called as Cluster Head (CH).CH will collect the data
from other sensors within the cluster and retransmit it to the
sink. Each sensor is identified by Sensor id and its
corresponding grid id. This is applied for both static sink as
well as mobile sink. If the cluster heads run out of energy it
chooses the secondary cluster head with more energy and
immediate closer to the center of the grid. This algorithm is
suitable for regular polygonal field with uniform sensor
deployment. If the field is irregular polygonal shape with non –
uniform sensor deployment this method will have more unused
grid cells. This is because it partitions the network based on
the coordinates of the area but not on the basis of sensor
locations. So if a grid cell does not contain any sensors, that
grid will become unused.
III. SYSTEM DESIGN
A. Square Grid Clustering method[SGC]
In SGC ,the total deployment area is viewed as an N x N
square field[3].The square field is divided into a number of
Grid cells based on the range of the sensor r as shown in fig
1.Each Grid cell represents one cluster. So the side of one grid
cell is 2r. The centroid of each gives the anchor position of the
MDC. Each anchor position is assumed to be a circle of radius
r such that the MDC can collect the data from all the sensors of
range r within the grid cell.
Fig.1
Anchor positions in the Area N x N
If each grid cell is of length 2r and the area of deployment field
is nxn, thenNo of grid cells in a row of Grid, say q =n / rThen
the total no of grid cells in the square grid = q x q = (n /
r) 2
As each Grid cell contains one anchor points, the total no of
anchor points in a Grid is ( ) = q2
The Data Gathering Time
(per one trip of MDC) =
{Travelling time from anchor to anchor (Tt)}
+
{Time to stay at one anchor point for data gathering (St)}
i.e., The Data Gathering Time (per one trip of MDC)
T = (Tt) + (St)
Travelling time from anchor to anchor = distance between
anchor pointsFor SGC, the Travelling time from anchor to
anchor = 2 r [Since the distance between anchors is same for
SGC approach]The total tour time (Tt) =2 x r x q2
If the data
uploading time varies from sensor to sensor then the MDC has
to stay at each anchor for a longer period. In such cases, the
anchor stay time can be calculated as
The anchor stay time (St) =no of sensors in that cluster ( ) x
Upload time of a sensor ( ) x total data to be uploaded( ) [5]
St = x x
Total anchor stay time = x x
Total Data Gathering time per one trip of MDC = 2( −
1) + x x ---------------1
B. Sensor Transmission range based Clustering Method[STC]
This algorithm takes the coordinates set of all the sensors
which are deployed all over the field. Using these coordinates,
it groups the sensors into a number of clusters based on their
relative distance. To find the relative distance, Euclidian
distance formula is used. After the distance matrix is
calculated, it generates the list of clusters and calculates the
centroid of each cluster. Then it returns the number of clusters
and their centroids.
§
§
§
§
§ - sensor Figure 2: Sensors and Anchors in Sensor
transmission range based Clustering
In this method, to find the anchor points, the coordinate
positions of all the sensors are taken as input. Based on these
data, the neighbourhood sensors form clusters using the range
of transmission power r.For forming the clusters, the distance
matrix D [i, j] is calculated between all the sensors using the
Euclidian formula.
So the total no of anchor points in STC (say na) is ≤ the total
number of sensors deployed. So na ≤ nThe Data
Gathering Time (per one trip of MDC) =
{Travelling time from anchor to anchor (Tt)}
+
{Time to stay at one anchor point for data gathering (St)}
i.e., The Data Gathering Time (per one trip of SenCar) T =
(Tt) + (St)
Travelling time from anchor to anchor =distance between
anchor points
= D [ ai ,ai+1 ]
[Since the distance between anchors is different for STC
approach]
0 5 10 15 20 25 30
0
5
10
15
20
25
30
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 01 Issue: 02 December 2012 Page No.43-46
ISSN: 2278-2419
45
Table 1 Parameters for Square Grid Clustering algorithm
Table 2 Parameter set for proposed Clustering algorithm
The total tour time (Tt) = D[ , ]
If the data uploading time varies from sensor to sensor then the
Mobile Data Collector has to stay at each anchor for a longer
period. In such cases, the anchor stay time can be calculated as
The anchor stay time (St) = no of sensors in that cluster=( )
x Upload time of a sensor ( ) x total data to be uploaded ( )
[5]
St= x x
Total anchor stay time = x x
Total Data Gathering Time per one trip of SenCar
= ∑ D[ , ] + x x ---------------------
---------------------- 2
This algorithm runs with O(N2
)time complexity and O(N2
)
space complexity which is better than the Range constrained
clustering algorithm given in [2] for which the time
complexity is O(N3
) and O(N2
) space complexity.
IV. RESULTS AND ANALYSIS
For a sample area of 20m X 20m, 18 sensors can be deployed
approximately with sensing range of 2 m for each sensor.
Based on this approximation, a range of different number of
sensors is chosen for the Square Grid method. The chosen
values are given in the Table 1.The results obtained from the
execution of this algorithm is also tabulated (Table 1).In case
of the Sensor Transmission range based Clustering algorithm,
the input parameters are the coordinate sets of the deployed
sensors. Using these coordinate values this algorithm creates
the set of clusters based on the proximity of the sensors. The
proximity is measured using the Euclidean distance formula.
Once the list of clusters is obtained, the centred of each cluster
is computed and displayed. The dataset for this algorithm is
shown in Table 2 with the results.For the comparison of the
two algorithms deployment area of 4x4 sq.m,10x10 sq.m,
20x20 sq.m fields are considered. The SGC algorithm
produced the number of anchors 4 ,25 and 100 respectively for
the above fields as it divides the field into the number of grid
cells of size 2xr, whereas r is the range of transmission of the
sensor. But the proposed STC algorithm produced considerably
less number of anchors as the position coordinates of the
sensors are taken into consideration for cluster formation. The
results are depicted in the graph shown below.
Figure-3
6 8 10 12 14 16 18
0
10
20
30
40
50
60
70
80
90
100
NUMBER OF SENSORS
NUMBEROFANCHORS
SQUARE GRID METHOD Vs SENSOR TRANSMISSION BASED CLUSTERING
STC
SQC
Sno Area No of sensors No of anchors
1 [0 0] to
[ 4 4]
7 4
2 [0 0] to
[ 10x10]
15 25
3 [0 0]to [20 20] 18 100
Sno No of sensors No of anchors
1 7 2
2 15 3
3 18 10
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 01 Issue: 02 December 2012 Page No.43-46
ISSN: 2278-2419
46
When the round trip time of the mobile data collector (MDC)
is calculated for these two algorithms based on the formulae
given in Equations (1) and (2), the round trip time of STC is
very much lesser than that of SGC algorithm. The variations in
the results of these two algorithms are clearly depicted in the
following graph.
Figure-4
V. CONCLUSION
In this paper, a new enhanced transmission based clustering
method is proposed for finding the appropriate anchor points
for Anchor based Mobile Data Gathering process.This
algorithm is compared with the existing square grid method.
The experiment results prove that the proposed algorithm
gives better results for selecting number of anchors
appropriate for the mobile data gathering. It also reduces the
round trip time of the mobile data collector (MDC)
significantly when compared with the Square Grid method.
In future, the work will be extended for higher dimension of
sensor deployment and automated placement of sensor
positions.
REFERENCES
[1] Miao Zhao, Yuanyuan Yang, “Optimization-Based Distributed
Algorithms for Mobile Data Gathering in Wireless Sensor Networks “
, IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 11, NO.
10, pp 1464-1477, OCTOBER 2012
[2] Arun K. Kumar and Krishna M. Sivalingam, "Energy-Efficient
Mobile Data Collection in Wireless Sensor Networks with Delay
Reduction using Wireless Communication”, Second International
IEEE Conference on Communication Systems and Networks, pp. 1-10,
January 2010.
[3] K.Thanigaivelu and K.Murugan, “Grid Based clustering with
predefined path mobility with mobile sink data collection in
WSN”,IETE Technical Review,Vol 29,Issue 2, pp133-147,Mar-Apr
2012
[4] Zhenghao Zhang, Ming Ma, Yuanyuan Yang, "Energy-Efficient
Multihop Polling in Clusters of Two-Layered Heterogeneous Sensor
Networks",IEEE Transactions on Computers, vol. 57, no. 2, pp. 231-
245, Feb. 2008, doi:10.1109/TC.2007.70774
[5] Deepak - Bhadauria and Volkan Isler,” Data Gathering Tours for
Mobile Robots” Proceeding IROS'09 Proceedings of the 2009
IEEE/RSJ international conference on Intelligent robots and systems
Pages 3868-3873, 2009
0 5 10 15 20 25
0
200
400
600
800
1000
1200
1400
1600
1800
NO OF SENSORS
ROUNDTRIPTIME
ROUND TRIP TIME FOR SGC AND STC
SGC
STC

More Related Content

What's hot

NODE FAILURE TIME AND COVERAGE LOSS TIME ANALYSIS FOR MAXIMUM STABILITY VS MI...
NODE FAILURE TIME AND COVERAGE LOSS TIME ANALYSIS FOR MAXIMUM STABILITY VS MI...NODE FAILURE TIME AND COVERAGE LOSS TIME ANALYSIS FOR MAXIMUM STABILITY VS MI...
NODE FAILURE TIME AND COVERAGE LOSS TIME ANALYSIS FOR MAXIMUM STABILITY VS MI...IJCNCJournal
 
Node failure time analysis for maximum stability vs minimum distance spanning...
Node failure time analysis for maximum stability vs minimum distance spanning...Node failure time analysis for maximum stability vs minimum distance spanning...
Node failure time analysis for maximum stability vs minimum distance spanning...csandit
 
NODE FAILURE TIME ANALYSIS FOR MAXIMUM STABILITY VS MINIMUM DISTANCE SPANNING...
NODE FAILURE TIME ANALYSIS FOR MAXIMUM STABILITY VS MINIMUM DISTANCE SPANNING...NODE FAILURE TIME ANALYSIS FOR MAXIMUM STABILITY VS MINIMUM DISTANCE SPANNING...
NODE FAILURE TIME ANALYSIS FOR MAXIMUM STABILITY VS MINIMUM DISTANCE SPANNING...cscpconf
 
I04503075078
I04503075078I04503075078
I04503075078ijceronline
 
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...ijsrd.com
 
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc NetworksScenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc NetworksIJCNCJournal
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2IAEME Publication
 
Compressive Data Gathering using NACS in Wireless Sensor Network
Compressive Data Gathering using NACS in Wireless Sensor NetworkCompressive Data Gathering using NACS in Wireless Sensor Network
Compressive Data Gathering using NACS in Wireless Sensor NetworkIRJET Journal
 
Expert system design for elastic scattering neutrons optical model using bpnn
Expert system design for elastic scattering neutrons optical model using bpnnExpert system design for elastic scattering neutrons optical model using bpnn
Expert system design for elastic scattering neutrons optical model using bpnnijcsa
 
E035425030
E035425030E035425030
E035425030ijceronline
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...eSAT Journals
 
Erca energy efficient routing and reclustering
Erca energy efficient routing and reclusteringErca energy efficient routing and reclustering
Erca energy efficient routing and reclusteringaciijournal
 
Parametric Comparison of K-means and Adaptive K-means Clustering Performance ...
Parametric Comparison of K-means and Adaptive K-means Clustering Performance ...Parametric Comparison of K-means and Adaptive K-means Clustering Performance ...
Parametric Comparison of K-means and Adaptive K-means Clustering Performance ...IJECEIAES
 
Dy4301752755
Dy4301752755Dy4301752755
Dy4301752755IJERA Editor
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...ijsrd.com
 
Adaptive and Energy Efficient Compressive Sensing Clustering for Wireless Sen...
Adaptive and Energy Efficient Compressive Sensing Clustering for Wireless Sen...Adaptive and Energy Efficient Compressive Sensing Clustering for Wireless Sen...
Adaptive and Energy Efficient Compressive Sensing Clustering for Wireless Sen...paperpublications3
 
Latest 2016 IEEE Projects | 2016 Final Year Project Titles - 1 Crore Projects
Latest 2016 IEEE Projects | 2016 Final Year Project Titles - 1 Crore ProjectsLatest 2016 IEEE Projects | 2016 Final Year Project Titles - 1 Crore Projects
Latest 2016 IEEE Projects | 2016 Final Year Project Titles - 1 Crore Projects1crore projects
 
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYDATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYijasuc
 
Distributed vertex cover
Distributed vertex coverDistributed vertex cover
Distributed vertex coverIJCNCJournal
 

What's hot (20)

NODE FAILURE TIME AND COVERAGE LOSS TIME ANALYSIS FOR MAXIMUM STABILITY VS MI...
NODE FAILURE TIME AND COVERAGE LOSS TIME ANALYSIS FOR MAXIMUM STABILITY VS MI...NODE FAILURE TIME AND COVERAGE LOSS TIME ANALYSIS FOR MAXIMUM STABILITY VS MI...
NODE FAILURE TIME AND COVERAGE LOSS TIME ANALYSIS FOR MAXIMUM STABILITY VS MI...
 
Node failure time analysis for maximum stability vs minimum distance spanning...
Node failure time analysis for maximum stability vs minimum distance spanning...Node failure time analysis for maximum stability vs minimum distance spanning...
Node failure time analysis for maximum stability vs minimum distance spanning...
 
NODE FAILURE TIME ANALYSIS FOR MAXIMUM STABILITY VS MINIMUM DISTANCE SPANNING...
NODE FAILURE TIME ANALYSIS FOR MAXIMUM STABILITY VS MINIMUM DISTANCE SPANNING...NODE FAILURE TIME ANALYSIS FOR MAXIMUM STABILITY VS MINIMUM DISTANCE SPANNING...
NODE FAILURE TIME ANALYSIS FOR MAXIMUM STABILITY VS MINIMUM DISTANCE SPANNING...
 
I04503075078
I04503075078I04503075078
I04503075078
 
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...
An Efficient Approach for Multi-Target Tracking in Sensor Networks using Ant ...
 
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc NetworksScenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
Scenarios of Lifetime Extension Algorithms for Wireless Ad Hoc Networks
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2
 
Compressive Data Gathering using NACS in Wireless Sensor Network
Compressive Data Gathering using NACS in Wireless Sensor NetworkCompressive Data Gathering using NACS in Wireless Sensor Network
Compressive Data Gathering using NACS in Wireless Sensor Network
 
Expert system design for elastic scattering neutrons optical model using bpnn
Expert system design for elastic scattering neutrons optical model using bpnnExpert system design for elastic scattering neutrons optical model using bpnn
Expert system design for elastic scattering neutrons optical model using bpnn
 
E035425030
E035425030E035425030
E035425030
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...Optimization of workload prediction based on map reduce frame work in a cloud...
Optimization of workload prediction based on map reduce frame work in a cloud...
 
Erca energy efficient routing and reclustering
Erca energy efficient routing and reclusteringErca energy efficient routing and reclustering
Erca energy efficient routing and reclustering
 
Parametric Comparison of K-means and Adaptive K-means Clustering Performance ...
Parametric Comparison of K-means and Adaptive K-means Clustering Performance ...Parametric Comparison of K-means and Adaptive K-means Clustering Performance ...
Parametric Comparison of K-means and Adaptive K-means Clustering Performance ...
 
Dy4301752755
Dy4301752755Dy4301752755
Dy4301752755
 
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
Proactive Data Reporting of Wireless sensor Network using Wake Up Scheduling ...
 
Adaptive and Energy Efficient Compressive Sensing Clustering for Wireless Sen...
Adaptive and Energy Efficient Compressive Sensing Clustering for Wireless Sen...Adaptive and Energy Efficient Compressive Sensing Clustering for Wireless Sen...
Adaptive and Energy Efficient Compressive Sensing Clustering for Wireless Sen...
 
Latest 2016 IEEE Projects | 2016 Final Year Project Titles - 1 Crore Projects
Latest 2016 IEEE Projects | 2016 Final Year Project Titles - 1 Crore ProjectsLatest 2016 IEEE Projects | 2016 Final Year Project Titles - 1 Crore Projects
Latest 2016 IEEE Projects | 2016 Final Year Project Titles - 1 Crore Projects
 
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYDATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
 
Distributed vertex cover
Distributed vertex coverDistributed vertex cover
Distributed vertex cover
 

Similar to Anchor Positioning using Sensor Transmission Range Based Clustering for Mobile Data gathering in Wireless Sensor Networks

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
 
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
 
Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581Editor IJARCET
 
COMPRESSIVE DATA GATHERING TECHNIQUE BY AVOIDING CORRELATED DATA IN WSN
COMPRESSIVE DATA GATHERING TECHNIQUE BY AVOIDING CORRELATED DATA IN WSNCOMPRESSIVE DATA GATHERING TECHNIQUE BY AVOIDING CORRELATED DATA IN WSN
COMPRESSIVE DATA GATHERING TECHNIQUE BY AVOIDING CORRELATED DATA IN WSNpharmaindexing
 
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUESIOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUESijassn
 
Prediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor NetworkPrediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor NetworkIRJET Journal
 
Optimum Sensor Node Localization in Wireless Sensor Networks
Optimum Sensor Node Localization in Wireless Sensor NetworksOptimum Sensor Node Localization in Wireless Sensor Networks
Optimum Sensor Node Localization in Wireless Sensor Networkspaperpublications3
 
Implementation and analysis of multiple criteria decision routing algorithm f...
Implementation and analysis of multiple criteria decision routing algorithm f...Implementation and analysis of multiple criteria decision routing algorithm f...
Implementation and analysis of multiple criteria decision routing algorithm f...prjpublications
 
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
 
Performance Comparison of Sensor Deployment Techniques Used in WSN
Performance Comparison of Sensor Deployment Techniques Used in WSNPerformance Comparison of Sensor Deployment Techniques Used in WSN
Performance Comparison of Sensor Deployment Techniques Used in WSNIRJET Journal
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...ijceronline
 
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...inventionjournals
 
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...IOSR Journals
 
Improvement of limited Storage Placement in Wireless Sensor Network
Improvement of limited Storage Placement in Wireless Sensor NetworkImprovement of limited Storage Placement in Wireless Sensor Network
Improvement of limited Storage Placement in Wireless Sensor NetworkIOSR Journals
 

Similar to Anchor Positioning using Sensor Transmission Range Based Clustering for Mobile Data gathering in Wireless Sensor Networks (20)

69 122-128
69 122-12869 122-128
69 122-128
 
2512ijcsea02
2512ijcsea022512ijcsea02
2512ijcsea02
 
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...
 
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
 
Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581Ijarcet vol-2-issue-2-576-581
Ijarcet vol-2-issue-2-576-581
 
COMPRESSIVE DATA GATHERING TECHNIQUE BY AVOIDING CORRELATED DATA IN WSN
COMPRESSIVE DATA GATHERING TECHNIQUE BY AVOIDING CORRELATED DATA IN WSNCOMPRESSIVE DATA GATHERING TECHNIQUE BY AVOIDING CORRELATED DATA IN WSN
COMPRESSIVE DATA GATHERING TECHNIQUE BY AVOIDING CORRELATED DATA IN WSN
 
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUESIOT-WSN: SURVEY ON POSITIONING TECHNIQUES
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
 
Prediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor NetworkPrediction Based Moving Object Tracking in Wireless Sensor Network
Prediction Based Moving Object Tracking in Wireless Sensor Network
 
Optimum Sensor Node Localization in Wireless Sensor Networks
Optimum Sensor Node Localization in Wireless Sensor NetworksOptimum Sensor Node Localization in Wireless Sensor Networks
Optimum Sensor Node Localization in Wireless Sensor Networks
 
E010412433
E010412433E010412433
E010412433
 
Implementation and analysis of multiple criteria decision routing algorithm f...
Implementation and analysis of multiple criteria decision routing algorithm f...Implementation and analysis of multiple criteria decision routing algorithm f...
Implementation and analysis of multiple criteria decision routing algorithm f...
 
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
 
Performance Comparison of Sensor Deployment Techniques Used in WSN
Performance Comparison of Sensor Deployment Techniques Used in WSNPerformance Comparison of Sensor Deployment Techniques Used in WSN
Performance Comparison of Sensor Deployment Techniques Used in WSN
 
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 IJCER (www.ijceronline.com) International Journal of computational Engineeri... IJCER (www.ijceronline.com) International Journal of computational Engineeri...
IJCER (www.ijceronline.com) International Journal of computational Engineeri...
 
1909 1913
1909 19131909 1913
1909 1913
 
1909 1913
1909 19131909 1913
1909 1913
 
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
 
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
Spatial Correlation Based Medium Access Control Protocol Using DSR & AODV Rou...
 
Improvement of limited Storage Placement in Wireless Sensor Network
Improvement of limited Storage Placement in Wireless Sensor NetworkImprovement of limited Storage Placement in Wireless Sensor Network
Improvement of limited Storage Placement in Wireless Sensor Network
 
7. 22181.pdf
7. 22181.pdf7. 22181.pdf
7. 22181.pdf
 

More from ijdmtaiir

A review on data mining techniques for Digital Mammographic Analysis
A review on data mining techniques for Digital Mammographic AnalysisA review on data mining techniques for Digital Mammographic Analysis
A review on data mining techniques for Digital Mammographic Analysisijdmtaiir
 
Comparison on PCA ICA and LDA in Face Recognition
Comparison on PCA ICA and LDA in Face RecognitionComparison on PCA ICA and LDA in Face Recognition
Comparison on PCA ICA and LDA in Face Recognitionijdmtaiir
 
A Novel Approach to Mathematical Concepts in Data Mining
A Novel Approach to Mathematical Concepts in Data MiningA Novel Approach to Mathematical Concepts in Data Mining
A Novel Approach to Mathematical Concepts in Data Miningijdmtaiir
 
Analysis of Classification Algorithm in Data Mining
Analysis of Classification Algorithm in Data MiningAnalysis of Classification Algorithm in Data Mining
Analysis of Classification Algorithm in Data Miningijdmtaiir
 
Performance Analysis of Selected Classifiers in User Profiling
Performance Analysis of Selected Classifiers in User ProfilingPerformance Analysis of Selected Classifiers in User Profiling
Performance Analysis of Selected Classifiers in User Profilingijdmtaiir
 
Analysis of Sales and Distribution of an IT Industry Using Data Mining Techni...
Analysis of Sales and Distribution of an IT Industry Using Data Mining Techni...Analysis of Sales and Distribution of an IT Industry Using Data Mining Techni...
Analysis of Sales and Distribution of an IT Industry Using Data Mining Techni...ijdmtaiir
 
Analysis of Influences of memory on Cognitive load Using Neural Network Back ...
Analysis of Influences of memory on Cognitive load Using Neural Network Back ...Analysis of Influences of memory on Cognitive load Using Neural Network Back ...
Analysis of Influences of memory on Cognitive load Using Neural Network Back ...ijdmtaiir
 
An Analysis of Data Mining Applications for Fraud Detection in Securities Market
An Analysis of Data Mining Applications for Fraud Detection in Securities MarketAn Analysis of Data Mining Applications for Fraud Detection in Securities Market
An Analysis of Data Mining Applications for Fraud Detection in Securities Marketijdmtaiir
 
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...ijdmtaiir
 
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...ijdmtaiir
 
Music Promotes Gross National Happiness Using Neutrosophic fuzzyCognitive Map...
Music Promotes Gross National Happiness Using Neutrosophic fuzzyCognitive Map...Music Promotes Gross National Happiness Using Neutrosophic fuzzyCognitive Map...
Music Promotes Gross National Happiness Using Neutrosophic fuzzyCognitive Map...ijdmtaiir
 
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM MethodsA Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM Methodsijdmtaiir
 
Certain Investigation on Dynamic Clustering in Dynamic Datamining
Certain Investigation on Dynamic Clustering in Dynamic DataminingCertain Investigation on Dynamic Clustering in Dynamic Datamining
Certain Investigation on Dynamic Clustering in Dynamic Dataminingijdmtaiir
 
Analyzing the Role of a Family in Constructing Gender Roles Using Combined Ov...
Analyzing the Role of a Family in Constructing Gender Roles Using Combined Ov...Analyzing the Role of a Family in Constructing Gender Roles Using Combined Ov...
Analyzing the Role of a Family in Constructing Gender Roles Using Combined Ov...ijdmtaiir
 
An Interval Based Fuzzy Multiple Expert System to Analyze the Impacts of Clim...
An Interval Based Fuzzy Multiple Expert System to Analyze the Impacts of Clim...An Interval Based Fuzzy Multiple Expert System to Analyze the Impacts of Clim...
An Interval Based Fuzzy Multiple Expert System to Analyze the Impacts of Clim...ijdmtaiir
 
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic RetinopathyAn Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathyijdmtaiir
 
Improve the Performance of Clustering Using Combination of Multiple Clusterin...
Improve the Performance of Clustering Using Combination of Multiple Clusterin...Improve the Performance of Clustering Using Combination of Multiple Clusterin...
Improve the Performance of Clustering Using Combination of Multiple Clusterin...ijdmtaiir
 
The Study of Symptoms of Tuberculosis Using Induced Fuzzy Coginitive Maps (IF...
The Study of Symptoms of Tuberculosis Using Induced Fuzzy Coginitive Maps (IF...The Study of Symptoms of Tuberculosis Using Induced Fuzzy Coginitive Maps (IF...
The Study of Symptoms of Tuberculosis Using Induced Fuzzy Coginitive Maps (IF...ijdmtaiir
 
A Study on Finding the Key Motive of Happiness Using Fuzzy Cognitive Maps (FCMs)
A Study on Finding the Key Motive of Happiness Using Fuzzy Cognitive Maps (FCMs)A Study on Finding the Key Motive of Happiness Using Fuzzy Cognitive Maps (FCMs)
A Study on Finding the Key Motive of Happiness Using Fuzzy Cognitive Maps (FCMs)ijdmtaiir
 
Study of sustainable development using Fuzzy Cognitive Relational Maps (FCM)
Study of sustainable development using Fuzzy Cognitive Relational Maps (FCM)Study of sustainable development using Fuzzy Cognitive Relational Maps (FCM)
Study of sustainable development using Fuzzy Cognitive Relational Maps (FCM)ijdmtaiir
 

More from ijdmtaiir (20)

A review on data mining techniques for Digital Mammographic Analysis
A review on data mining techniques for Digital Mammographic AnalysisA review on data mining techniques for Digital Mammographic Analysis
A review on data mining techniques for Digital Mammographic Analysis
 
Comparison on PCA ICA and LDA in Face Recognition
Comparison on PCA ICA and LDA in Face RecognitionComparison on PCA ICA and LDA in Face Recognition
Comparison on PCA ICA and LDA in Face Recognition
 
A Novel Approach to Mathematical Concepts in Data Mining
A Novel Approach to Mathematical Concepts in Data MiningA Novel Approach to Mathematical Concepts in Data Mining
A Novel Approach to Mathematical Concepts in Data Mining
 
Analysis of Classification Algorithm in Data Mining
Analysis of Classification Algorithm in Data MiningAnalysis of Classification Algorithm in Data Mining
Analysis of Classification Algorithm in Data Mining
 
Performance Analysis of Selected Classifiers in User Profiling
Performance Analysis of Selected Classifiers in User ProfilingPerformance Analysis of Selected Classifiers in User Profiling
Performance Analysis of Selected Classifiers in User Profiling
 
Analysis of Sales and Distribution of an IT Industry Using Data Mining Techni...
Analysis of Sales and Distribution of an IT Industry Using Data Mining Techni...Analysis of Sales and Distribution of an IT Industry Using Data Mining Techni...
Analysis of Sales and Distribution of an IT Industry Using Data Mining Techni...
 
Analysis of Influences of memory on Cognitive load Using Neural Network Back ...
Analysis of Influences of memory on Cognitive load Using Neural Network Back ...Analysis of Influences of memory on Cognitive load Using Neural Network Back ...
Analysis of Influences of memory on Cognitive load Using Neural Network Back ...
 
An Analysis of Data Mining Applications for Fraud Detection in Securities Market
An Analysis of Data Mining Applications for Fraud Detection in Securities MarketAn Analysis of Data Mining Applications for Fraud Detection in Securities Market
An Analysis of Data Mining Applications for Fraud Detection in Securities Market
 
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
An Ill-identified Classification to Predict Cardiac Disease Using Data Cluste...
 
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
Scaling Down Dimensions and Feature Extraction in Document Repository Classif...
 
Music Promotes Gross National Happiness Using Neutrosophic fuzzyCognitive Map...
Music Promotes Gross National Happiness Using Neutrosophic fuzzyCognitive Map...Music Promotes Gross National Happiness Using Neutrosophic fuzzyCognitive Map...
Music Promotes Gross National Happiness Using Neutrosophic fuzzyCognitive Map...
 
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM MethodsA Study on Youth Violence and Aggression using DEMATEL with FCM Methods
A Study on Youth Violence and Aggression using DEMATEL with FCM Methods
 
Certain Investigation on Dynamic Clustering in Dynamic Datamining
Certain Investigation on Dynamic Clustering in Dynamic DataminingCertain Investigation on Dynamic Clustering in Dynamic Datamining
Certain Investigation on Dynamic Clustering in Dynamic Datamining
 
Analyzing the Role of a Family in Constructing Gender Roles Using Combined Ov...
Analyzing the Role of a Family in Constructing Gender Roles Using Combined Ov...Analyzing the Role of a Family in Constructing Gender Roles Using Combined Ov...
Analyzing the Role of a Family in Constructing Gender Roles Using Combined Ov...
 
An Interval Based Fuzzy Multiple Expert System to Analyze the Impacts of Clim...
An Interval Based Fuzzy Multiple Expert System to Analyze the Impacts of Clim...An Interval Based Fuzzy Multiple Expert System to Analyze the Impacts of Clim...
An Interval Based Fuzzy Multiple Expert System to Analyze the Impacts of Clim...
 
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic RetinopathyAn Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
An Approach for the Detection of Vascular Abnormalities in Diabetic Retinopathy
 
Improve the Performance of Clustering Using Combination of Multiple Clusterin...
Improve the Performance of Clustering Using Combination of Multiple Clusterin...Improve the Performance of Clustering Using Combination of Multiple Clusterin...
Improve the Performance of Clustering Using Combination of Multiple Clusterin...
 
The Study of Symptoms of Tuberculosis Using Induced Fuzzy Coginitive Maps (IF...
The Study of Symptoms of Tuberculosis Using Induced Fuzzy Coginitive Maps (IF...The Study of Symptoms of Tuberculosis Using Induced Fuzzy Coginitive Maps (IF...
The Study of Symptoms of Tuberculosis Using Induced Fuzzy Coginitive Maps (IF...
 
A Study on Finding the Key Motive of Happiness Using Fuzzy Cognitive Maps (FCMs)
A Study on Finding the Key Motive of Happiness Using Fuzzy Cognitive Maps (FCMs)A Study on Finding the Key Motive of Happiness Using Fuzzy Cognitive Maps (FCMs)
A Study on Finding the Key Motive of Happiness Using Fuzzy Cognitive Maps (FCMs)
 
Study of sustainable development using Fuzzy Cognitive Relational Maps (FCM)
Study of sustainable development using Fuzzy Cognitive Relational Maps (FCM)Study of sustainable development using Fuzzy Cognitive Relational Maps (FCM)
Study of sustainable development using Fuzzy Cognitive Relational Maps (FCM)
 

Recently uploaded

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
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
 
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
 
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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
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
 
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
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
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
 

Recently uploaded (20)

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
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
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
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...
 
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
 
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
 
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
 
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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
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
 
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
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
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
 

Anchor Positioning using Sensor Transmission Range Based Clustering for Mobile Data gathering in Wireless Sensor Networks

  • 1. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 01 Issue: 02 December 2012 Page No.43-46 ISSN: 2278-2419 43 Anchor Positioning using Sensor Transmission Range Based Clustering for Mobile Data gathering in Wireless Sensor Networks D.Gladis1 and T.Vani 2 1 Associate Professor, Presidency College, Chennai 2 Assistant Professor, Queen Mary’s College, Chennai Abstract - In wireless sensor network, energy efficiency is a major concern as the sensors have minimum energy capacity. As the sensor energy consumption plays a vital role in determining the network lifetime, many strategies have been proposed for energy conservation. One of them is mobile data gathering (MDG).In Mobile Data Gathering either the sink can go on tour to collect the data or a Mobile Data Collector (MDC) can collect the data from sensors and drops them back to the static sink. In this paper, static sink with mobile data collector is considered for the topic of interest. The mobile data collector will reach the cluster of sensors at some appropriate locations called as anchor points. For the formation of clusters, many algorithms have been proposed so far, two of them , Square Grid based Clustering (SGC) and Sensor Transmission based Clustering (STC) are analysed here for the selection of anchors in the anchor based mobile data gathering approach. Keywords: Wireless Sensor network, Grid based Clustering, Mobile Data Collector, Range based clustering, Anchor based data gathering. I. INTRODUCTION Wireless sensor network is an emerging field with many sophisticated real world applications ranging from personal front to public usage. To make these applications realistic, number of wireless static sensor devices is deployed in the field. These sensors are operated with minimum capacity batteries. They perform two essential functions namely, sensing the environment and transmitting the sensed data to the sink. The sink will make use of these data to do further processing. The communication between these two components raise the issue since all the sensors cannot transmit the data to the sink directly in a single hop fashion. When they transmit the data in a multi hop fashion, the sensors which are nearer to the sink may face the ‘hot spot’ condition and thus spending their energy in transmitting the data from other sensors. To handle this unnecessary wastage of energy, mobile data gathering (MDG) approach is introduced. In mobile data gathering, some mobile data collectors (MDC) are employed to gather the data from all the sensors and drop them into the sink. To collect data from each sensor in the field, MDC needs to take a time consuming long tour which results in high data latency. Instead, the sensors can be grouped into a cluster, based on their proximity[3].The MDC can stay in a predefined position at each cluster for a specific unit of time to gather the data. These positions are called as Anchor points and this type of data gathering is called as anchor based mobile data gathering [1]. Selection of appropriate anchor points plays a significant role in improving the system performance. Many algorithms like Square Grid based clustering and Sensor Transmission based clustering have been proposed for clustering the sensors. The proposed work makes an analytic study of these two algorithms and focuses on a new improved algorithm for the selection of anchor positions for anchor based mobile data gathering. In this paper an enhanced sensor transmission based clustering algorithm is presented to improve the performance of data gathering in mobile data gathering reduce the round trip time of the mobile data collector and to select the appropriate number of anchor points. The rest of the paper is organized as follows. In Section II, the related research works on this problem are discussed. In Section III, the problem addressed is explained, followed by the details of the proposed approach. In Section IV, the mathematical model used and the performance evaluation is presented. The conclusion of the paper is given in Section V. II. RELATED WORK In this section, the related research works are explained and the motivation for proposed work is also explained. Zhao et al [1] presents an optimization based distributed algorithm in which mobile data gathering is performed by a SenCar making a tour through anchor positions .The anchor positions are predefined by a random method in this paper. The random positioning of anchor points may not be suitable for all kind of deployment field and distribution type of sensor deployment. Some specific algorithm for the selection of anchors may do well. Arun et al [2] presents range constrained clustering for mobile data collection, range based clustering technique is applied. This algorithm can be applied to irregular polygonal field also as it is based on the location and the transmission range of the sensors. So this is suitable for both uniform and non-uniform distribution of sensors as well. This is because the algorithm takes the coordinates of sensors for the formation of clusters. To form the cluster this algorithm uses minimum circle fitting method coupled with the transmission range of the sensor. Even though it produces optimum results for mobile data gathering, the algorithm runs for O (n3 ) x O (n) time complexity. So this paper works on to find a similar kind of algorithm with minimum time complexity. Thanigaivelu et al [3] presents a grid based clustering for sink mobility based data gathering that divides the entire deployment area into equal sized grid cells. Each grid cell is a square. All the sensors inside the cell are static and their data can be collected from the sensor which is closer to the center point of the grid. This
  • 2. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 01 Issue: 02 December 2012 Page No.43-46 ISSN: 2278-2419 sensor is called as Cluster Head (CH).CH will collect the data from other sensors within the cluster and retransmit it to the sink. Each sensor is identified by Sensor id and its corresponding grid id. This is applied for both static sink as well as mobile sink. If the cluster heads run out of energy it chooses the secondary cluster head with more energy and immediate closer to the center of the grid. This algorithm is suitable for regular polygonal field with uniform sensor deployment. If the field is irregular polygonal shape with non – uniform sensor deployment this method will have more unused grid cells. This is because it partitions the network based on the coordinates of the area but not on the basis of sensor locations. So if a grid cell does not contain any sensors, that grid will become unused. III. SYSTEM DESIGN A. Square Grid Clustering method[SGC] In SGC ,the total deployment area is viewed as an N x N square field[3].The square field is divided into a number of Grid cells based on the range of the sensor r as shown in fig 1.Each Grid cell represents one cluster. So the side of one grid cell is 2r. The centroid of each gives the anchor position of the MDC. Each anchor position is assumed to be a circle of radius r such that the MDC can collect the data from all the sensors of range r within the grid cell. Fig.1 Anchor positions in the Area N x N If each grid cell is of length 2r and the area of deployment field is nxn, thenNo of grid cells in a row of Grid, say q =n / rThen the total no of grid cells in the square grid = q x q = (n / r) 2 As each Grid cell contains one anchor points, the total no of anchor points in a Grid is ( ) = q2 The Data Gathering Time (per one trip of MDC) = {Travelling time from anchor to anchor (Tt)} + {Time to stay at one anchor point for data gathering (St)} i.e., The Data Gathering Time (per one trip of MDC) T = (Tt) + (St) Travelling time from anchor to anchor = distance between anchor pointsFor SGC, the Travelling time from anchor to anchor = 2 r [Since the distance between anchors is same for SGC approach]The total tour time (Tt) =2 x r x q2 If the data uploading time varies from sensor to sensor then the MDC has to stay at each anchor for a longer period. In such cases, the anchor stay time can be calculated as The anchor stay time (St) =no of sensors in that cluster ( ) x Upload time of a sensor ( ) x total data to be uploaded( ) [5] St = x x Total anchor stay time = x x Total Data Gathering time per one trip of MDC = 2( − 1) + x x ---------------1 B. Sensor Transmission range based Clustering Method[STC] This algorithm takes the coordinates set of all the sensors which are deployed all over the field. Using these coordinates, it groups the sensors into a number of clusters based on their relative distance. To find the relative distance, Euclidian distance formula is used. After the distance matrix is calculated, it generates the list of clusters and calculates the centroid of each cluster. Then it returns the number of clusters and their centroids. § § § § § - sensor Figure 2: Sensors and Anchors in Sensor transmission range based Clustering In this method, to find the anchor points, the coordinate positions of all the sensors are taken as input. Based on these data, the neighbourhood sensors form clusters using the range of transmission power r.For forming the clusters, the distance matrix D [i, j] is calculated between all the sensors using the Euclidian formula. So the total no of anchor points in STC (say na) is ≤ the total number of sensors deployed. So na ≤ nThe Data Gathering Time (per one trip of MDC) = {Travelling time from anchor to anchor (Tt)} + {Time to stay at one anchor point for data gathering (St)} i.e., The Data Gathering Time (per one trip of SenCar) T = (Tt) + (St) Travelling time from anchor to anchor =distance between anchor points = D [ ai ,ai+1 ] [Since the distance between anchors is different for STC approach] 0 5 10 15 20 25 30 0 5 10 15 20 25 30
  • 3. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 01 Issue: 02 December 2012 Page No.43-46 ISSN: 2278-2419 45 Table 1 Parameters for Square Grid Clustering algorithm Table 2 Parameter set for proposed Clustering algorithm The total tour time (Tt) = D[ , ] If the data uploading time varies from sensor to sensor then the Mobile Data Collector has to stay at each anchor for a longer period. In such cases, the anchor stay time can be calculated as The anchor stay time (St) = no of sensors in that cluster=( ) x Upload time of a sensor ( ) x total data to be uploaded ( ) [5] St= x x Total anchor stay time = x x Total Data Gathering Time per one trip of SenCar = ∑ D[ , ] + x x --------------------- ---------------------- 2 This algorithm runs with O(N2 )time complexity and O(N2 ) space complexity which is better than the Range constrained clustering algorithm given in [2] for which the time complexity is O(N3 ) and O(N2 ) space complexity. IV. RESULTS AND ANALYSIS For a sample area of 20m X 20m, 18 sensors can be deployed approximately with sensing range of 2 m for each sensor. Based on this approximation, a range of different number of sensors is chosen for the Square Grid method. The chosen values are given in the Table 1.The results obtained from the execution of this algorithm is also tabulated (Table 1).In case of the Sensor Transmission range based Clustering algorithm, the input parameters are the coordinate sets of the deployed sensors. Using these coordinate values this algorithm creates the set of clusters based on the proximity of the sensors. The proximity is measured using the Euclidean distance formula. Once the list of clusters is obtained, the centred of each cluster is computed and displayed. The dataset for this algorithm is shown in Table 2 with the results.For the comparison of the two algorithms deployment area of 4x4 sq.m,10x10 sq.m, 20x20 sq.m fields are considered. The SGC algorithm produced the number of anchors 4 ,25 and 100 respectively for the above fields as it divides the field into the number of grid cells of size 2xr, whereas r is the range of transmission of the sensor. But the proposed STC algorithm produced considerably less number of anchors as the position coordinates of the sensors are taken into consideration for cluster formation. The results are depicted in the graph shown below. Figure-3 6 8 10 12 14 16 18 0 10 20 30 40 50 60 70 80 90 100 NUMBER OF SENSORS NUMBEROFANCHORS SQUARE GRID METHOD Vs SENSOR TRANSMISSION BASED CLUSTERING STC SQC Sno Area No of sensors No of anchors 1 [0 0] to [ 4 4] 7 4 2 [0 0] to [ 10x10] 15 25 3 [0 0]to [20 20] 18 100 Sno No of sensors No of anchors 1 7 2 2 15 3 3 18 10
  • 4. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 01 Issue: 02 December 2012 Page No.43-46 ISSN: 2278-2419 46 When the round trip time of the mobile data collector (MDC) is calculated for these two algorithms based on the formulae given in Equations (1) and (2), the round trip time of STC is very much lesser than that of SGC algorithm. The variations in the results of these two algorithms are clearly depicted in the following graph. Figure-4 V. CONCLUSION In this paper, a new enhanced transmission based clustering method is proposed for finding the appropriate anchor points for Anchor based Mobile Data Gathering process.This algorithm is compared with the existing square grid method. The experiment results prove that the proposed algorithm gives better results for selecting number of anchors appropriate for the mobile data gathering. It also reduces the round trip time of the mobile data collector (MDC) significantly when compared with the Square Grid method. In future, the work will be extended for higher dimension of sensor deployment and automated placement of sensor positions. REFERENCES [1] Miao Zhao, Yuanyuan Yang, “Optimization-Based Distributed Algorithms for Mobile Data Gathering in Wireless Sensor Networks “ , IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 11, NO. 10, pp 1464-1477, OCTOBER 2012 [2] Arun K. Kumar and Krishna M. Sivalingam, "Energy-Efficient Mobile Data Collection in Wireless Sensor Networks with Delay Reduction using Wireless Communication”, Second International IEEE Conference on Communication Systems and Networks, pp. 1-10, January 2010. [3] K.Thanigaivelu and K.Murugan, “Grid Based clustering with predefined path mobility with mobile sink data collection in WSN”,IETE Technical Review,Vol 29,Issue 2, pp133-147,Mar-Apr 2012 [4] Zhenghao Zhang, Ming Ma, Yuanyuan Yang, "Energy-Efficient Multihop Polling in Clusters of Two-Layered Heterogeneous Sensor Networks",IEEE Transactions on Computers, vol. 57, no. 2, pp. 231- 245, Feb. 2008, doi:10.1109/TC.2007.70774 [5] Deepak - Bhadauria and Volkan Isler,” Data Gathering Tours for Mobile Robots” Proceeding IROS'09 Proceedings of the 2009 IEEE/RSJ international conference on Intelligent robots and systems Pages 3868-3873, 2009 0 5 10 15 20 25 0 200 400 600 800 1000 1200 1400 1600 1800 NO OF SENSORS ROUNDTRIPTIME ROUND TRIP TIME FOR SGC AND STC SGC STC