SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 844
DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE
NETWORK LIFE TIME IN MANETS
Haftom Gebrehiwet Kidanu1, Prof. Pallam Setty 2
1PG Scholar, Dept. of Computer Science & Systems Engineering Andhra University, Visakhapatnam, India
2Professors, Dept. of Computer Science & Systems Engineering Andhra University, Visakhapatnam, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Clustering is one of the important methods for
extending the network lifetime in Mobile AD Hoc Networks. It
involves grouping of nodes into clusters and electing cluster
heads for all the clusters. Cluster heads collect the data from
their member nodes and forward the collected data to the
cluster gateway or cluster head of other cluster. A main
challenge in MANET is to select appropriate cluster heads.
MANET is self-created and self-organized by a collection of
mobile nodes various mobile ad hoc network consists of
devices with various characteristics in terms of transmission
power, energy, and capacity. The proposed clustering
algorithm is first randomly select the clusters heads at a run
time then the nodes which are near to cluster head based on
their distance are members of that cluster head. The
performance analysis of the distance based clustering
approach is carried out using NS-2 andMATLABandanalyzed
by using the consumed energy, residual energy, and distance
graph from each cluster head up to the end of simulation. The
simulation shows thattherelationshipbetweennode distances
is directly proportional with the energy consumption in
MANET.
Key Words: MANET, Clustering, Cluster head, Energy,
Distance
1. INTRODUCTION
Mobile Ad-Hoc Network (MANET) is basically a peer to peer
network, which consist of moveable or mobile nodes
interconnected by wireless links. MANET is a self-
configuring infrastructure less network of mobile devices
connected by wireless. These networks can be set up easily
anywhere and at any time. Each device in a MANET is free to
move independently in any direction. It may frequently link
with other devices. Under a cluster structure, mobile nodes
may be assigned a different status or function, such as
cluster head, cluster gateway or a cluster member. In
MANETs the nodes communicate over reliablewirelesslinks
within the transmission range of each other. In large
MANETs, if two hosts are not within the communication
range of each other they communicate if other hosts lying in
between are willing to forward packets for them. Therefore
every node participates in multi-hop routing to reach all
nodes in the network. Flooding is a cause of routing in
MANETs which leads to degradation of the efficient use of
bandwidth and depletes battery-power of nodes. Hence,
many clustering schemes have been proposed where the
nodes in a network are divided into clusters. Hierarchical
routing is adopted, where a standard proactive or reactive
protocol can be used within the cluster but other protocols
are used for inter-cluster routing. In the dominating set
based clustering schemes routing is done based on a set of
dominating nodes (DS). These schemes are quite expensive
and not very scalable when the number of nodes in the
MANET are large and are moving at high speeds. Topologies
in MANET are random, multi-hop and dynamic. Moreover,
there is scarcity of link bandwidth and transmission power
of mobile nodes. Therefore, MANET faces major challenges
concerning routing, scalability and management functions
[1] [2].
The basic principle behind ad hoc networking is multi-hop,
in which messages are sent from the source to the
destination through the nodes. Thecommunication between
two ends of nodes is carried out through the number of
intermediate nodes whose function is to relay the
information from one point to another. In the last few years
in multi hop ad hoc networks in which relaying nodes in
general mobile,communicationneedsareprimarilybetween
nodes within the same network. It is peer to peer network
without any centralized server. MANETs representcomplex
distributed system. The wireless Cluster structure mobile
nodes can freely and dynamically self-organize in ad-hoc
network topologies [3].
MANET is basically an organization less network of
transportable devices having wireless communication
capabilities that can join together at any time and at any
place dynamically. In this type of network mobile hosts,
sometimes, simultaneously acting as a router, areconnected
to one another by wireless links and they can easily move
randomly hence network topology dynamically change so
this makes an autonomoussystemofmobilenodeshavingno
base station. In MANET each node has limited transmission
range so packets are forwarded from any initiating node to
any end point node in a network with the help of multiple
hopes.
2. RELATED WORKS
Bhawnesh Kumar, Vinit Kumar Sharma [4] in this paper, a
distance based Cluster head selection algorithm is proposed
for improving the sensor network life time. This protocol
achieves a good performance in terms of lifetime by
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 845
balancing the energy load among all the nodes. This
clustering technique help to prolong the life of wireless
sensor network, especially in hostile environment where
battery replacement of individual sensor nodes is not
possible after their deployment in the given target area.
Therefore, the proposed technique to distribute the role of
the cluster head (CH) among the wireless sensor nodes in
the same cluster is vital to increase the lifetime of the
network. This algorithm uses a distance based method for
providing the cluster head selection. Clustering techniques
also provide good load balancing, and in-network data
aggregation.
Priyanka Chatterjee and Nikhil Agarwal [2] in this thesis,
they present a clustering scheme that minimizes message
overhead and congestion for cluster formation and
maintenance. The algorithm is devised to be independent of
the MANET Routing algorithm. Depending upon the context,
the clustering algorithm may be implemented in the routing
or in higher layers. The dynamic formation of clusters helps
reduce data packet overhead, node complexity and power
consumption, the simulation has been performed in ns-2.
The simulation shows that the number of clusters formed is
in proportion with the number of nodes in MANET.
A.Mercy Rani, J.Sivaranjani [5] this paper proposed position
and distance based clustering approach for offering better
connectivity among the network. The proposed clustering
algorithm first form the clusters based on the position of the
nodes then it will select the Cluster head based on the
distance of the nodes. The performance analysis of the
proposed position and distance basedclusteringapproachis
carried out using NS-2. The performance is analyzed by
using the metrics packet delivery ratio, droppedpacketsand
end-to-end delay.
3. CLUSTERING
Clustering is one of the important methods for prolonging
the network lifetime in Mobile AD Hoc Networks. Clustering
scheme is used here where cluster head node will play the
role of transmitting packet from one cluster to the other. It
involves grouping of nodes into clusters and electing cluster
heads for all the clusters. Cluster heads collect the data from
particular cluster’s nodes and forward the aggregated data
to main node. Division of network into different virtual
groups, based on certain rules in order to differentiate the
nodes allocated to other sub network. In simple words we
can say that clustering in MANET is done by virtual
partitioning of nodes into sub-networks according to
geographical area [1]. Clustering provides a method to build
and maintain hierarchical addresses in ad hoc networks.
Clustering refers to a technique in which MANET is divided
into different virtual group; generally nodes which are
geographically adjacent are allocated into the same cluster
driven by set of protocols based on behaviors and
characteristics of the node. This enables the network to
become manageable. Various clustering techniques allow
fast connection and also better routing and topology
management of MANET [2].
Fig -1: Cluster structure
4. PROPOSED WORK
In MANET after creating the cluster head we have to decide
the cluster .Here we propose an algorithm for selecting
cluster head randomly based on the position of the nodes
and creating cluster based on distance.
4.1 Proposed Algorithm
The following are the steps for each & every cluster.
Select Cluster-head (n, C)
Begin:
Step 1. Number of clusters, C, must be specified
Step 2. Pick the 1st, 10th and 19th nodes as cluster-heads
randomly based on their position;
Step 3. Let we have a set C cluster-heads;
C= {C1, C2…Cm}
Step 4. Calculate the distance of all node from all clusters
heads using Euclidean distance
for i=1 to n do
for j=1 to m do
dij= distance from i to Cj
endfor
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 846
endfor
Step 5. Distance comparison of each nodefromeachcluster-
head
if dij from Cj(i) is smaller than dij fromCj..m(i)
Step 6. Assign the node i is under its closest Cluster-head of
Cj(i) based on distance values.
Step 7. Calculate the consumption energy of each nodes
equation (1)
Step 8. Calculate the remainingenergyof eachnode equation
(2)
Step 9. Making residual energy initial energy of each node’s
next simulation time.
Step 10. Steps 2 to 9 are repeated until the simulation time
ends.
End
Fig -2: Cluster formation process
5. SIMULATION RESULTS
Randoly deployed nodes from NS-2
Fig -3.1 (a): location of nodes at first simulatiom
Fig -3.2(b): dynamic location of nodes after few
seconds of simulation time
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 847
Fig -3.3: Simulation .nam Layout
Table -1: Simulation Parameters
Parameters Values
Number of nodes 30
Simulation Time 3
Area 500*500 m
Max Speed 100
Bandwidth 10Mbps
Traffic Source FTP
Mobility model used Random way point
Routing protocol AODV
Initial Energy 0.01 J
Chart -4 and chart -5 shows energy consumption and
residual energy graphs respectively consumption between
cluster heads and non-cluster heads
To calculate the energy consumption with using the
following formula [6]:
ETx(k,d)=Eelec * k + Eamp * k * dn (1)
Note that, in this thesis work, we let n=2, k=bit(8),
Eelec=50nJ/bit, and Eamp=100pJ/bit/m2
After nodes communicating has been finish there will be an
energy which is smaller than the initial energy which is
residual energy. To calculate the energy residual with using
the following formula:
To calculate the energy residual with using the following
formula:
Residual energy(i)= E(i) - ETtx(i) (2)
Note E(i)=initial energy and ETtx(i)=consumed energy
0 5 10 15 20 25 30
0
20
40
60
80
100
120
Distance from CH1
Nodes
Distance(m)--->
S1 S2 S3
Chart -1: CH1 distance bar graph (CH1=cluster head 1,
S1=simulation 1, S2=simulation 2, S3=simulation 3)
From chart -1 we have seen that the distanceofall the30
nodes from the cluster head 1(the node whichisfoundinthe
1st coordinates) in every running time. The distance of the
cluster head from itself is 0. Always the distance of cluster
head 1 at all rounds is 0 that is why it’s receiving energy is 0.
0 5 10 15 20 25 30
0
20
40
60
80
100
120
Distance from CH2
Nodes
Distance(m)--->
S1 S2 S3
Chart -2: CH2 distance bar graph (CH2=cluster head 2,
S1=simulation 1, S2=simulation 2, S3=simulation 3)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 848
From chart -2 we have seen that the distance of all the30
nodes from the cluster head 2(the node whichisfoundinthe
10th coordinates) in every running time. The distance of the
cluster head from itself is 0. Always the distance of cluster
head 2 at all rounds is 0 that is why it’s receiving energy is 0.
0 5 10 15 20 25 30
0
20
40
60
80
100
120
Distance from CH3
Nodes
Distance(m)--->
S1 S2 S3
Chart -3: CH3 distance bar graph (CH3=cluster head 3,
S1=simulation 1, S2=simulation 2, S3=simulation 3)
From chart -3 we have seen that the distance of all the30
nodes from the cluster head 3(the node whichisfoundinthe
19th coordinates) in every running time. The distance of the
cluster head from itself is 0. Always the distance of cluster
head 3 at all rounds is 0 that is why it’s receiving energy is 0.
Consumed energy of each nodes
5 10 15 20 25 30
0
1
2
3
4
5
6
7
8
x 10
-6 Energy Consumption
Nodes
Energy(Joul)--->
S1 S2 S3
Chart -4: Consumed energy (S1=simulation 1,
S2=simulation 2, S3=simulation 3)
From chart -4 we have seen that the total consumed
energy of all the 30 nodes in every simulation time. The
cluster heads are the 1st, 10th and 19th nodes that is why they
consume less power than the others because the distance to
their own is 0. Energy consumption is directly proportional
to the distance in-between the nodes.
Residual energy of each nodes
5 10 15 20 25 30
9.988
9.99
9.992
9.994
9.996
9.998
10
x 10
-3 Residual Energy
Nodes
Energy(Joul)--->
S1 S2 S3
Chart -5: Residual energy (S1=simulation 1,
S2=simulation 2, S3=simulation 3)
From chart - 5 we have seen thatthetotal residual energy
of all the 30 nodes in every simulation time. The cluster
heads are always at the 1st, 10th and 19th node positions
being they are cluster heads they have more residual energy
than the member nodes. The residual energy of the first
simulation is the initial energy of the second simulation and
go the like up to the end of the simulation time for each its
node.
6. CONCLUSIONS
This paper presents Distance Based Cluster Formation for
MANETs, which createsclustersbasedontheirdistancefrom
the cluster head. Distance based clustering in MANET is
very important because it can improve network life time in
MANET. We also presented how much energy is consumed
and how much energy is left. We used analysis and
simulation to show how well these techniques perform in
dealing with a clustering.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 849
REFERENCES
[1] Dr.M.Bala Murugan , Kavi Priya.C “Energy Based Cluster
Head Selection Algorithm in MANET ”,KaviPriya.Cetal |
IJCSET(www.ijcset.net) August 2015.
[2] Priyanka Chatterjee and Nikhil Agarwal “Energy Aware,
Scalable, K-Hop Based Cluster Formation In MANET”.
[3] Ms. Deepika M. Tech Student,Department of Computer
Science & Engineering MDU University Rohtak
(Haryana) “Cluster Based Routing Protocol in
MANETs”,Vol. 5, No.2, April 2016 (ISSN 2278 –5973).
[4] Bhawnesh Kumar , VinitKumarSharma “Distancebased
Cluster Head Selection Algorithm for Wireless Sensor
Network” International Journal of Computer
Applications (0975 –8887) Volume 57–No.9,November
2012.
[5] A.Mercy Rani, J.Sivaranjani “An Efficient Position and
Distance Based Clustering Approach in Mobile Ad Hoc
Network” IOSR Journal of Electronics and
Communication Engineering (IOSR-JECE)e-ISSN:2278-
2834,p-ISSN: 2278-8735.Volume 12, Issue 4, Ver. III
(Jul.-Aug. 2017).
[6] Ali Broumandnia, Ehsan Sharifi and Milad Ghahari
Bidgoli “Reducing Energy ConsumptioninMobileadhoc
Networks Using Energy-awareRoutingAlgorithmBased
on Multiple Routes“, ACSIJ Advances in Computer
Science: an International Journal, Vol. 3, Issue 2, No.8 ,
March 2014.

More Related Content

What's hot

Clustering effects on wireless mobile ad hoc networks performances
Clustering effects on wireless mobile ad hoc networks performancesClustering effects on wireless mobile ad hoc networks performances
Clustering effects on wireless mobile ad hoc networks performancesijcsit
 
Balancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networksBalancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networksIAEME Publication
 
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...eSAT Publishing House
 
A survey report on mapping of networks
A survey report on mapping of networksA survey report on mapping of networks
A survey report on mapping of networksIRJET Journal
 
Clustering based performance improvement strategies for mobile ad hoc netwo
Clustering based performance improvement strategies for mobile ad hoc netwoClustering based performance improvement strategies for mobile ad hoc netwo
Clustering based performance improvement strategies for mobile ad hoc netwoIAEME Publication
 
Communication synchronization in cluster based wireless sensor network a re...
Communication synchronization in cluster based wireless sensor network   a re...Communication synchronization in cluster based wireless sensor network   a re...
Communication synchronization in cluster based wireless sensor network a re...eSAT Journals
 
Performance Evaluation of ad-hoc Network Routing Protocols using ns2 Simulation
Performance Evaluation of ad-hoc Network Routing Protocols using ns2 SimulationPerformance Evaluation of ad-hoc Network Routing Protocols using ns2 Simulation
Performance Evaluation of ad-hoc Network Routing Protocols using ns2 SimulationIDES Editor
 
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...IAEME Publication
 
Power Aware Cluster to Minimize Load In Mobile Ad Hoc Networks
Power Aware Cluster to Minimize Load In Mobile Ad Hoc NetworksPower Aware Cluster to Minimize Load In Mobile Ad Hoc Networks
Power Aware Cluster to Minimize Load In Mobile Ad Hoc NetworksIJRES Journal
 
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...ijdpsjournal
 
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkA Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkIOSR Journals
 
DEVELOPMENT OF SOM NEURAL NETWORK BASED ENERGY EFFICIENT CLUSTERING HIERARCHI...
DEVELOPMENT OF SOM NEURAL NETWORK BASED ENERGY EFFICIENT CLUSTERING HIERARCHI...DEVELOPMENT OF SOM NEURAL NETWORK BASED ENERGY EFFICIENT CLUSTERING HIERARCHI...
DEVELOPMENT OF SOM NEURAL NETWORK BASED ENERGY EFFICIENT CLUSTERING HIERARCHI...ijassn
 
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...CSCJournals
 
Current issue- International Journal of Advanced Smart Sensor Network Systems...
Current issue- International Journal of Advanced Smart Sensor Network Systems...Current issue- International Journal of Advanced Smart Sensor Network Systems...
Current issue- International Journal of Advanced Smart Sensor Network Systems...ijassn
 
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...IJMIT JOURNAL
 

What's hot (18)

Analytical Study of Cluster Based Routing Protocols in MANET
Analytical Study of Cluster Based Routing Protocols in MANETAnalytical Study of Cluster Based Routing Protocols in MANET
Analytical Study of Cluster Based Routing Protocols in MANET
 
50120140501004
5012014050100450120140501004
50120140501004
 
Clustering effects on wireless mobile ad hoc networks performances
Clustering effects on wireless mobile ad hoc networks performancesClustering effects on wireless mobile ad hoc networks performances
Clustering effects on wireless mobile ad hoc networks performances
 
Balancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networksBalancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networks
 
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
 
A survey report on mapping of networks
A survey report on mapping of networksA survey report on mapping of networks
A survey report on mapping of networks
 
Br33421423
Br33421423Br33421423
Br33421423
 
Clustering based performance improvement strategies for mobile ad hoc netwo
Clustering based performance improvement strategies for mobile ad hoc netwoClustering based performance improvement strategies for mobile ad hoc netwo
Clustering based performance improvement strategies for mobile ad hoc netwo
 
Communication synchronization in cluster based wireless sensor network a re...
Communication synchronization in cluster based wireless sensor network   a re...Communication synchronization in cluster based wireless sensor network   a re...
Communication synchronization in cluster based wireless sensor network a re...
 
Performance Evaluation of ad-hoc Network Routing Protocols using ns2 Simulation
Performance Evaluation of ad-hoc Network Routing Protocols using ns2 SimulationPerformance Evaluation of ad-hoc Network Routing Protocols using ns2 Simulation
Performance Evaluation of ad-hoc Network Routing Protocols using ns2 Simulation
 
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
 
Power Aware Cluster to Minimize Load In Mobile Ad Hoc Networks
Power Aware Cluster to Minimize Load In Mobile Ad Hoc NetworksPower Aware Cluster to Minimize Load In Mobile Ad Hoc Networks
Power Aware Cluster to Minimize Load In Mobile Ad Hoc Networks
 
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
 
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkA Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
 
DEVELOPMENT OF SOM NEURAL NETWORK BASED ENERGY EFFICIENT CLUSTERING HIERARCHI...
DEVELOPMENT OF SOM NEURAL NETWORK BASED ENERGY EFFICIENT CLUSTERING HIERARCHI...DEVELOPMENT OF SOM NEURAL NETWORK BASED ENERGY EFFICIENT CLUSTERING HIERARCHI...
DEVELOPMENT OF SOM NEURAL NETWORK BASED ENERGY EFFICIENT CLUSTERING HIERARCHI...
 
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
 
Current issue- International Journal of Advanced Smart Sensor Network Systems...
Current issue- International Journal of Advanced Smart Sensor Network Systems...Current issue- International Journal of Advanced Smart Sensor Network Systems...
Current issue- International Journal of Advanced Smart Sensor Network Systems...
 
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
 

Similar to Distance Based Cluster Formation for Enhancing the Network Life Time in Manets

Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...
Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...
Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...IRJET Journal
 
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks IJCSES Journal
 
Enhancenig OLSR routing protocol using K-means clustering in MANETs
Enhancenig OLSR routing protocol using K-means clustering  in MANETs Enhancenig OLSR routing protocol using K-means clustering  in MANETs
Enhancenig OLSR routing protocol using K-means clustering in MANETs IJECEIAES
 
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...eSAT Journals
 
Efficient and stable route selection by using cross layer concept for highly...
 Efficient and stable route selection by using cross layer concept for highly... Efficient and stable route selection by using cross layer concept for highly...
Efficient and stable route selection by using cross layer concept for highly...Roopali Singh
 
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...Energy Efficient Clustering Algorithm based on Expectation Maximization for H...
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...IRJET Journal
 
A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)ijngnjournal
 
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANETIRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANETIRJET Journal
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
IRJET- Clustering Protocols in Wireless Sensor Network: A Review
IRJET-  	  Clustering Protocols in Wireless Sensor Network: A ReviewIRJET-  	  Clustering Protocols in Wireless Sensor Network: A Review
IRJET- Clustering Protocols in Wireless Sensor Network: A ReviewIRJET Journal
 
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks   Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks pijans
 
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET Journal
 
Performance Evaluation of LEACH Protocol for Wireless Sensor Network
Performance Evaluation of LEACH Protocol for Wireless Sensor NetworkPerformance Evaluation of LEACH Protocol for Wireless Sensor Network
Performance Evaluation of LEACH Protocol for Wireless Sensor NetworkAM Publications
 
A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...
 A Review of the Energy Efficient and Secure Multicast Routing Protocols for ... A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...
A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...graphhoc
 
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...IRJET Journal
 
Optimum Relay Node Selection in Clustered MANET
Optimum Relay Node Selection in Clustered MANETOptimum Relay Node Selection in Clustered MANET
Optimum Relay Node Selection in Clustered MANETIRJET Journal
 
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...IRJET Journal
 
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...IRJET Journal
 

Similar to Distance Based Cluster Formation for Enhancing the Network Life Time in Manets (20)

Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...
Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...
Energy Efficient Grid based Routing Algorithm using Closeness Centrality and ...
 
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
 
Enhancenig OLSR routing protocol using K-means clustering in MANETs
Enhancenig OLSR routing protocol using K-means clustering  in MANETs Enhancenig OLSR routing protocol using K-means clustering  in MANETs
Enhancenig OLSR routing protocol using K-means clustering in MANETs
 
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...Designing an opportunistic routing scheme for adaptive clustering in mobile a...
Designing an opportunistic routing scheme for adaptive clustering in mobile a...
 
Efficient and stable route selection by using cross layer concept for highly...
 Efficient and stable route selection by using cross layer concept for highly... Efficient and stable route selection by using cross layer concept for highly...
Efficient and stable route selection by using cross layer concept for highly...
 
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...Energy Efficient Clustering Algorithm based on Expectation Maximization for H...
Energy Efficient Clustering Algorithm based on Expectation Maximization for H...
 
A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)
 
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANETIRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
IRJET-Mobility Aware Refined Counter Based Broadcasting Model of MANET
 
Mq3624532158
Mq3624532158Mq3624532158
Mq3624532158
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
IRJET- Clustering Protocols in Wireless Sensor Network: A Review
IRJET-  	  Clustering Protocols in Wireless Sensor Network: A ReviewIRJET-  	  Clustering Protocols in Wireless Sensor Network: A Review
IRJET- Clustering Protocols in Wireless Sensor Network: A Review
 
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks   Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
Minimum Process Coordinated Checkpointing Scheme For Ad Hoc Networks
 
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
 
Performance Evaluation of LEACH Protocol for Wireless Sensor Network
Performance Evaluation of LEACH Protocol for Wireless Sensor NetworkPerformance Evaluation of LEACH Protocol for Wireless Sensor Network
Performance Evaluation of LEACH Protocol for Wireless Sensor Network
 
A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...
 A Review of the Energy Efficient and Secure Multicast Routing Protocols for ... A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...
A Review of the Energy Efficient and Secure Multicast Routing Protocols for ...
 
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
DESIGN AND IMPLEMENTATION OF ADVANCED MULTILEVEL PRIORITY PACKET SCHEDULING S...
 
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
IRJET- Energy Efficiency and Security based Multihop Heterogeneous Trusted Th...
 
Optimum Relay Node Selection in Clustered MANET
Optimum Relay Node Selection in Clustered MANETOptimum Relay Node Selection in Clustered MANET
Optimum Relay Node Selection in Clustered MANET
 
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
 
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...
Detecting Various Black Hole Attacks by Using Preventor Node in Wireless Sens...
 

More from IRJET Journal

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

More from IRJET Journal (20)

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

Recently uploaded

Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
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
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
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
 
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
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
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
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
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
 

Recently uploaded (20)

Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
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
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.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
 
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🔝
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.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
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
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
 

Distance Based Cluster Formation for Enhancing the Network Life Time in Manets

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 844 DISTANCE BASED CLUSTER FORMATION FOR ENHANCING THE NETWORK LIFE TIME IN MANETS Haftom Gebrehiwet Kidanu1, Prof. Pallam Setty 2 1PG Scholar, Dept. of Computer Science & Systems Engineering Andhra University, Visakhapatnam, India 2Professors, Dept. of Computer Science & Systems Engineering Andhra University, Visakhapatnam, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Clustering is one of the important methods for extending the network lifetime in Mobile AD Hoc Networks. It involves grouping of nodes into clusters and electing cluster heads for all the clusters. Cluster heads collect the data from their member nodes and forward the collected data to the cluster gateway or cluster head of other cluster. A main challenge in MANET is to select appropriate cluster heads. MANET is self-created and self-organized by a collection of mobile nodes various mobile ad hoc network consists of devices with various characteristics in terms of transmission power, energy, and capacity. The proposed clustering algorithm is first randomly select the clusters heads at a run time then the nodes which are near to cluster head based on their distance are members of that cluster head. The performance analysis of the distance based clustering approach is carried out using NS-2 andMATLABandanalyzed by using the consumed energy, residual energy, and distance graph from each cluster head up to the end of simulation. The simulation shows thattherelationshipbetweennode distances is directly proportional with the energy consumption in MANET. Key Words: MANET, Clustering, Cluster head, Energy, Distance 1. INTRODUCTION Mobile Ad-Hoc Network (MANET) is basically a peer to peer network, which consist of moveable or mobile nodes interconnected by wireless links. MANET is a self- configuring infrastructure less network of mobile devices connected by wireless. These networks can be set up easily anywhere and at any time. Each device in a MANET is free to move independently in any direction. It may frequently link with other devices. Under a cluster structure, mobile nodes may be assigned a different status or function, such as cluster head, cluster gateway or a cluster member. In MANETs the nodes communicate over reliablewirelesslinks within the transmission range of each other. In large MANETs, if two hosts are not within the communication range of each other they communicate if other hosts lying in between are willing to forward packets for them. Therefore every node participates in multi-hop routing to reach all nodes in the network. Flooding is a cause of routing in MANETs which leads to degradation of the efficient use of bandwidth and depletes battery-power of nodes. Hence, many clustering schemes have been proposed where the nodes in a network are divided into clusters. Hierarchical routing is adopted, where a standard proactive or reactive protocol can be used within the cluster but other protocols are used for inter-cluster routing. In the dominating set based clustering schemes routing is done based on a set of dominating nodes (DS). These schemes are quite expensive and not very scalable when the number of nodes in the MANET are large and are moving at high speeds. Topologies in MANET are random, multi-hop and dynamic. Moreover, there is scarcity of link bandwidth and transmission power of mobile nodes. Therefore, MANET faces major challenges concerning routing, scalability and management functions [1] [2]. The basic principle behind ad hoc networking is multi-hop, in which messages are sent from the source to the destination through the nodes. Thecommunication between two ends of nodes is carried out through the number of intermediate nodes whose function is to relay the information from one point to another. In the last few years in multi hop ad hoc networks in which relaying nodes in general mobile,communicationneedsareprimarilybetween nodes within the same network. It is peer to peer network without any centralized server. MANETs representcomplex distributed system. The wireless Cluster structure mobile nodes can freely and dynamically self-organize in ad-hoc network topologies [3]. MANET is basically an organization less network of transportable devices having wireless communication capabilities that can join together at any time and at any place dynamically. In this type of network mobile hosts, sometimes, simultaneously acting as a router, areconnected to one another by wireless links and they can easily move randomly hence network topology dynamically change so this makes an autonomoussystemofmobilenodeshavingno base station. In MANET each node has limited transmission range so packets are forwarded from any initiating node to any end point node in a network with the help of multiple hopes. 2. RELATED WORKS Bhawnesh Kumar, Vinit Kumar Sharma [4] in this paper, a distance based Cluster head selection algorithm is proposed for improving the sensor network life time. This protocol achieves a good performance in terms of lifetime by
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 845 balancing the energy load among all the nodes. This clustering technique help to prolong the life of wireless sensor network, especially in hostile environment where battery replacement of individual sensor nodes is not possible after their deployment in the given target area. Therefore, the proposed technique to distribute the role of the cluster head (CH) among the wireless sensor nodes in the same cluster is vital to increase the lifetime of the network. This algorithm uses a distance based method for providing the cluster head selection. Clustering techniques also provide good load balancing, and in-network data aggregation. Priyanka Chatterjee and Nikhil Agarwal [2] in this thesis, they present a clustering scheme that minimizes message overhead and congestion for cluster formation and maintenance. The algorithm is devised to be independent of the MANET Routing algorithm. Depending upon the context, the clustering algorithm may be implemented in the routing or in higher layers. The dynamic formation of clusters helps reduce data packet overhead, node complexity and power consumption, the simulation has been performed in ns-2. The simulation shows that the number of clusters formed is in proportion with the number of nodes in MANET. A.Mercy Rani, J.Sivaranjani [5] this paper proposed position and distance based clustering approach for offering better connectivity among the network. The proposed clustering algorithm first form the clusters based on the position of the nodes then it will select the Cluster head based on the distance of the nodes. The performance analysis of the proposed position and distance basedclusteringapproachis carried out using NS-2. The performance is analyzed by using the metrics packet delivery ratio, droppedpacketsand end-to-end delay. 3. CLUSTERING Clustering is one of the important methods for prolonging the network lifetime in Mobile AD Hoc Networks. Clustering scheme is used here where cluster head node will play the role of transmitting packet from one cluster to the other. It involves grouping of nodes into clusters and electing cluster heads for all the clusters. Cluster heads collect the data from particular cluster’s nodes and forward the aggregated data to main node. Division of network into different virtual groups, based on certain rules in order to differentiate the nodes allocated to other sub network. In simple words we can say that clustering in MANET is done by virtual partitioning of nodes into sub-networks according to geographical area [1]. Clustering provides a method to build and maintain hierarchical addresses in ad hoc networks. Clustering refers to a technique in which MANET is divided into different virtual group; generally nodes which are geographically adjacent are allocated into the same cluster driven by set of protocols based on behaviors and characteristics of the node. This enables the network to become manageable. Various clustering techniques allow fast connection and also better routing and topology management of MANET [2]. Fig -1: Cluster structure 4. PROPOSED WORK In MANET after creating the cluster head we have to decide the cluster .Here we propose an algorithm for selecting cluster head randomly based on the position of the nodes and creating cluster based on distance. 4.1 Proposed Algorithm The following are the steps for each & every cluster. Select Cluster-head (n, C) Begin: Step 1. Number of clusters, C, must be specified Step 2. Pick the 1st, 10th and 19th nodes as cluster-heads randomly based on their position; Step 3. Let we have a set C cluster-heads; C= {C1, C2…Cm} Step 4. Calculate the distance of all node from all clusters heads using Euclidean distance for i=1 to n do for j=1 to m do dij= distance from i to Cj endfor
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 846 endfor Step 5. Distance comparison of each nodefromeachcluster- head if dij from Cj(i) is smaller than dij fromCj..m(i) Step 6. Assign the node i is under its closest Cluster-head of Cj(i) based on distance values. Step 7. Calculate the consumption energy of each nodes equation (1) Step 8. Calculate the remainingenergyof eachnode equation (2) Step 9. Making residual energy initial energy of each node’s next simulation time. Step 10. Steps 2 to 9 are repeated until the simulation time ends. End Fig -2: Cluster formation process 5. SIMULATION RESULTS Randoly deployed nodes from NS-2 Fig -3.1 (a): location of nodes at first simulatiom Fig -3.2(b): dynamic location of nodes after few seconds of simulation time
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 847 Fig -3.3: Simulation .nam Layout Table -1: Simulation Parameters Parameters Values Number of nodes 30 Simulation Time 3 Area 500*500 m Max Speed 100 Bandwidth 10Mbps Traffic Source FTP Mobility model used Random way point Routing protocol AODV Initial Energy 0.01 J Chart -4 and chart -5 shows energy consumption and residual energy graphs respectively consumption between cluster heads and non-cluster heads To calculate the energy consumption with using the following formula [6]: ETx(k,d)=Eelec * k + Eamp * k * dn (1) Note that, in this thesis work, we let n=2, k=bit(8), Eelec=50nJ/bit, and Eamp=100pJ/bit/m2 After nodes communicating has been finish there will be an energy which is smaller than the initial energy which is residual energy. To calculate the energy residual with using the following formula: To calculate the energy residual with using the following formula: Residual energy(i)= E(i) - ETtx(i) (2) Note E(i)=initial energy and ETtx(i)=consumed energy 0 5 10 15 20 25 30 0 20 40 60 80 100 120 Distance from CH1 Nodes Distance(m)---> S1 S2 S3 Chart -1: CH1 distance bar graph (CH1=cluster head 1, S1=simulation 1, S2=simulation 2, S3=simulation 3) From chart -1 we have seen that the distanceofall the30 nodes from the cluster head 1(the node whichisfoundinthe 1st coordinates) in every running time. The distance of the cluster head from itself is 0. Always the distance of cluster head 1 at all rounds is 0 that is why it’s receiving energy is 0. 0 5 10 15 20 25 30 0 20 40 60 80 100 120 Distance from CH2 Nodes Distance(m)---> S1 S2 S3 Chart -2: CH2 distance bar graph (CH2=cluster head 2, S1=simulation 1, S2=simulation 2, S3=simulation 3)
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 848 From chart -2 we have seen that the distance of all the30 nodes from the cluster head 2(the node whichisfoundinthe 10th coordinates) in every running time. The distance of the cluster head from itself is 0. Always the distance of cluster head 2 at all rounds is 0 that is why it’s receiving energy is 0. 0 5 10 15 20 25 30 0 20 40 60 80 100 120 Distance from CH3 Nodes Distance(m)---> S1 S2 S3 Chart -3: CH3 distance bar graph (CH3=cluster head 3, S1=simulation 1, S2=simulation 2, S3=simulation 3) From chart -3 we have seen that the distance of all the30 nodes from the cluster head 3(the node whichisfoundinthe 19th coordinates) in every running time. The distance of the cluster head from itself is 0. Always the distance of cluster head 3 at all rounds is 0 that is why it’s receiving energy is 0. Consumed energy of each nodes 5 10 15 20 25 30 0 1 2 3 4 5 6 7 8 x 10 -6 Energy Consumption Nodes Energy(Joul)---> S1 S2 S3 Chart -4: Consumed energy (S1=simulation 1, S2=simulation 2, S3=simulation 3) From chart -4 we have seen that the total consumed energy of all the 30 nodes in every simulation time. The cluster heads are the 1st, 10th and 19th nodes that is why they consume less power than the others because the distance to their own is 0. Energy consumption is directly proportional to the distance in-between the nodes. Residual energy of each nodes 5 10 15 20 25 30 9.988 9.99 9.992 9.994 9.996 9.998 10 x 10 -3 Residual Energy Nodes Energy(Joul)---> S1 S2 S3 Chart -5: Residual energy (S1=simulation 1, S2=simulation 2, S3=simulation 3) From chart - 5 we have seen thatthetotal residual energy of all the 30 nodes in every simulation time. The cluster heads are always at the 1st, 10th and 19th node positions being they are cluster heads they have more residual energy than the member nodes. The residual energy of the first simulation is the initial energy of the second simulation and go the like up to the end of the simulation time for each its node. 6. CONCLUSIONS This paper presents Distance Based Cluster Formation for MANETs, which createsclustersbasedontheirdistancefrom the cluster head. Distance based clustering in MANET is very important because it can improve network life time in MANET. We also presented how much energy is consumed and how much energy is left. We used analysis and simulation to show how well these techniques perform in dealing with a clustering.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 10 | Oct -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 849 REFERENCES [1] Dr.M.Bala Murugan , Kavi Priya.C “Energy Based Cluster Head Selection Algorithm in MANET ”,KaviPriya.Cetal | IJCSET(www.ijcset.net) August 2015. [2] Priyanka Chatterjee and Nikhil Agarwal “Energy Aware, Scalable, K-Hop Based Cluster Formation In MANET”. [3] Ms. Deepika M. Tech Student,Department of Computer Science & Engineering MDU University Rohtak (Haryana) “Cluster Based Routing Protocol in MANETs”,Vol. 5, No.2, April 2016 (ISSN 2278 –5973). [4] Bhawnesh Kumar , VinitKumarSharma “Distancebased Cluster Head Selection Algorithm for Wireless Sensor Network” International Journal of Computer Applications (0975 –8887) Volume 57–No.9,November 2012. [5] A.Mercy Rani, J.Sivaranjani “An Efficient Position and Distance Based Clustering Approach in Mobile Ad Hoc Network” IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)e-ISSN:2278- 2834,p-ISSN: 2278-8735.Volume 12, Issue 4, Ver. III (Jul.-Aug. 2017). [6] Ali Broumandnia, Ehsan Sharifi and Milad Ghahari Bidgoli “Reducing Energy ConsumptioninMobileadhoc Networks Using Energy-awareRoutingAlgorithmBased on Multiple Routes“, ACSIJ Advances in Computer Science: an International Journal, Vol. 3, Issue 2, No.8 , March 2014.