SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 9, Issue 6 (Mar. - Apr. 2013), PP 34-40
www.iosrjournals.org

    A Survey of Weight-Based Clustering Algorithms in MANET
                                   1
                                     Prerna Malhotra, 2Ajay Dureja
                            1
                            Student, PDM College of Engineering for Women, B’Garh
                      2
                      Assistant Professor, PDM College of Engineering for Women, B’Garh

Abstract: As MANETs haven't any mounted infrastructure, all messages have to be routed through the nodes
within the network. several clustering and routing algorithms are developed for MANETs. Moreover, most of
the prevailing routing algorithms don't utilize the potency that may be obtained by clustering a network.
clustering method involves in grouping network nodes and facilitates in reducing the overhead messages that
help in establishing routes. Moreover, there's a trade-off between providing security and preserving the ability
of a node. In current approaches, clustering and routing algorithms are designed specifically for either
providing security or protective power. It's terribly tough to boost each security and minimize power
consumption, as usually one is achieved at the expense of the opposite. In this paper we survey about different
weight based clustering algorithms designed so far.
Keywords- Clustering, MANET, Mobility, Security

                                               I. Introduction
         Clustering technique isn't a routing protocol, it's a technique that aggregates nodes into groups to form
network management easier. Cluster organization of an ad hoc network can't be achieved offline in mounted
infrastructure. The implementation of clustering schemes facilitate the performance of protocols for the Media
Access Control(MAC) by improving spatial reuse, throughput, measurability and power consumption.
         Clustering provides multiple advantages in MANETs. Firstly, a cluster structure ensures measurability
and load leveling in MANETs. It additionally will increase the system capability by facilitating the spatial reuse
of resources. In multi cluster structure, 2 non overlapping clusters might set up same frequency if they're not
adjacent. Additionally it elects a mobile host with special options known as cluster head for increased co-
ordination of transmission activities[1]. This mitigates the transmission collision of mobile nodes and therefore
helps in saving energy and resources. Secondly, it restricts the generation and spreading of routing data by
forming a virtual backbone for inter-cluster routing comprising of cluster heads and cluster gateways. Lastly,
clustering provides a stable and smaller vision of unintended network as once a mobile node changes its
attaching cluster the whole network needn't remember of the native changes in a set of nodes solely the mobile
nodes within the corresponding cluster replicate the changes. thus every node stores and processes a fraction of
the whole network routing data, so saving plenty of resources.
The objective of clustering is to take care of a connected cluster. Nodes play completely different roles in
clustering techniques and there are 3 kinds of nodes[2]. they're outlined as follows:-
1. standard nodes
2. Cluster head
3. Cluster gateways Nodes

Clusterhead nodes: for any economical cluster (subsets of nodes in an exceedingly network satisfying a
selected property) operation there should be a support or backbone to sustain all essential control functions like
channel access, routing, calculation of the routes for longer-distance messages, bandwidth allocation,
forwarding inter-cluster packets, power management and virtual-circuit support. This support or backbone takes
the shape of connected clusterheads, in managerial role joined either directly or via gateway nodes and that they
can have the subordinate nodes of that cluster joined to them. Another function of clusterheads is internal node
communication, to forward intercluster messages. To send a packet a standard node should initial direct it to its
„superior‟ its directly connected clusterhead. ought to the receiver share a similar cluster location, clusterhead
can direct the packet to that. However, ought to the receiver be in an exceedingly completely different cluster
location, clusterhead can route it to a different clusterhead (directly) connected to the receiver and therefore the
new clusterhead then directs it to the ultimate destination

Cluster gateway Nodes: could be a node that works because the common or distributed access purpose for 2
clusterheads. once a node remains among the transmission vary of 2 clusterheads because the node a pair of in
Figure 1(b) it is known as because the standard gateway for 2 corresponding clusters. And a node having one
clusterhead as a right away neighbour additionally to that it will reach a second clusterhead in two hops as node

                                             www.iosrjournals.org                                         34 | Page
A Survey of Weight-Based Clustering Algorithms in MANET

five or six is a distributed gateway that's joined to a different distributed gateway of alternative cluster. each of
the distributed gateways give the trail for the inter-cluster communication.




                Fig 1 : Nodes in flat and cluster structure. (a) Flat structure. (b) Cluster structure

Ordinary nodes (cluster member): as the name suggests, standard nodes don't perform any other function on
the far side a traditional node role. they're members of associate exclusive cluster freelance of neighbours
residing in an exceedingly completely different cluster.

                                        II. Categories Of Clustering
         The concept of dividing a geographical region to be covered into small regions is defined as clustering.
Each cluster will be uniquely identified using its cluster head. A cluster head is a node present in the
geographical region of the cluster and takes care of the routing and allocation of resources for the cluster
members. Nodes that have registered with the cluster head become members of the cluster. Clusters may change
dynamically, reflecting the mobility of the underlying network. Some of the clustering algorithms are explained
below. Most algorithms assume that all the nodes present in the network are same, that is have the same power
capacity, transmission range etc. [11]

2.1 Simple Clustering
         Some of the simple clustering methods for MANETs are given in this section. These are considered to
be the basic clustering methods.

2.1.1 Lowest ID Clustering
          Each node present in the network is given a unique ID. All the nodes communicate with their neighbors
using beacons and piggybacking their ID. A node, which hears from nodes having ID value higher than itself, is
a cluster head. A node can be part of multiple clusters. These nodes are called gateway nodes [3].

2.1.2 Connectivity Clustering
         In this method all nodes broadcast the list of nodes they are able to hear from. A node that is connected
to most of the highly connected uncovered neighbor nodes is elected as the cluster head. A node is said to be
uncovered if it does not belong to any cluster. If more than one node has the same degree of connectivity then
the decision is made on the basis of Lowest ID. Both these methods belong to single hop clustering algorithms,
where any two nodes are at most two hops away and cluster heads are not directly linked [3].

2.1.3 Cell Clustering
         This technique is used in Mobile IP, here a region is divided into cells and a group of cells are
clustered. When we have lot of hand off between two cells then they are brought under one cluster.

2.1.4 Weighted Clustering
         In this method, each node will calculate its weight based on some of its characteristics. The node with
the highest weight is elected as the cluster head of that cluster [4]. Expression for weight is given as:
                            Weight = a*speed + b * degree + c *power + d *energy-left.

Where a, b, c, d are positive or negative depending on circumstances.

2.2 Enhanced Clustering
This section describes some of the latest and more complex clustering techniques used in MANETs.


                                             www.iosrjournals.org                                          35 | Page
A Survey of Weight-Based Clustering Algorithms in MANET

2.2.1 K-Cluster approach
          In this approach, a cluster is considered to be a subset of nodes, which are mutually reachable by a path
of length at most K, for some fixed K. This is a graph based approach, where the network is considered to be a
whole single connected graph. There is a path from each node to every other node through the edges of the
cluster in the graph. Each node maintains three data structure tables containing the information of neighbor
nodes, all the clusters and designated boundary nodes present in the network. Gateway nodes are called as the
boundary nodes and one among these is given the designated boundary node status.

2.2.2 Hierarchical Clustering
     In this graph scheme, all clusters are considered to be connected and have minimum and maximum size
limitations. Some of the other constraints placed are two clusters should have low overlap and clusters should be
stable across node mobility[7]. The clustering algorithm consists of two parts:
 Tree Discovery: a node in the sub-graph will initiate the spanning tree process, which is implemented using
     the breadth first search in the post order. Each node chooses its parents in the tree based on the shortest
     distance to the root.
 Cluster Formation: When a node detects its sub tree size has crossed the maximum size, it will initiate the
     cluster formation of its sub tree. Also when the node detects that the clustering is of poor quality then
     reclustering is scheduled.

3.2.3 Dominating Sets Clustering
         In this graph scheme the clustering is done using the dominating nodes present in the graph. The
dominating set for a graph G= (V, E) is defined as a subset S ≤ V, such that every vertex U ԑ V is either in S or
adjacent to a vertex of S. Three colors white, gray, black are used to classify the nodes present. Initially all the
nodes are colored as white and when the node is changed to black all its neighbors are changed to gray. The
black nodes form the dominating set and each vertex present in the dominating set is the cluster[8][9].

2.2.4 Max-Min D Clustering
The approach has the following data structures and functions defined[10] :
  WINNER: after the cluster head is selected, the winning node id of a particular round is used to determine
      the shortest path back to the cluster head.
  SENDER: is the node that sent the winning node id, as in WINNER.
  Floodmax function: each node locally broadcasts its WINNER value to all its one hop neighbors for a
      given round. The largest of the WINNER values is the selected as the new WINNER value for all the
      nodes. This process is continued for d rounds.
  Floodmin function: this is similar to Floodmax and also lasts for d rounds. Except a node selects the
      smallest value as its WINNER instead of the largest value.
  Overtake function: during flooding the WINNER values are propagated to neighbor nodes. Overtaking is
      the process of selecting a new value different from the node‟s own id, based on the outcome of
      information exchange.
  Node Pairs: a node pair is any node id that occurs at least once as a WINNER in both the first Floodmax
      and second Floodmin d rounds of flooding, for an individual node.
In the first stage the largest node id in each node‟s d-neighborhood is propagated using the d rounds of
Floodmax. Nodes record their winning node for each round and at the end of Floodmax the surviving nodes are
elected as cluster heads in the network. In the second stage d round of Floodmin is used to propagate the smaller
ids that have not been overtaken. At the conclusion of the Floodmin, each node evaluates the round‟s WINNER
to best determine their cluster head. The following rules are given for the cluster head selection criteria.
      Rule 1: if a node has received its own id in second round of flooding then it can declare itself as the
          cluster head and skip the rest of the process or continue.
      Rule 2: Once a node has identified all the node pairs, it selects the minimum node pair to be the cluster
          head. If a node pair does not exist for a node then proceed to rule 3.
      Rule 3: Elect the maximum node id in the first d rounds of flooding as the cluster head for this node.
After determining the cluster head, the node informs the cluster head about its membership. If there are
neighboring nodes with cluster head selections that are different then these nodes are called as gateway nodes.
They are many other clustering algorithms that are based on the above approaches, and try to improve the efficiency
of clustering.




                                             www.iosrjournals.org                                         36 | Page
A Survey of Weight-Based Clustering Algorithms in MANET

                                            III.      Cost Of Clustering
         Constructing and maintaining a cluster structure requires additional cost compared to flat structure
MANETs. The analysis of cost of clustering scheme is carried out quantitatively or qualitatively to outline the
benefits and drawbacks of the clustering technique[2].
The cost associated with clustering is explained as below:-

1. In a dynamically changing cluster structure due to frequent change in network topology the information
related to clusters vary drastically. The consequent transfer of message packets consumes substantial bandwidth
and depletes the energy possessed by mobile nodes. This further disables the upper layer applications which
cannot be implemented with handful of resources.
2. Re-clustering may take place in some clustering schemes due to abrupt local instance such as movement of
mobile node to another cluster or death of a mobile node or even shut down of clusterheads, thus leading to re-
election of clusterheads. This is known as ripple effect of re-clustering which stimulates this effect of re-
clustering over the entire network.
3. Clustering scheme is divided into two stages: cluster formation and maintenance. The formation stage
assumes that the mobile nodes are static. With a frozen period of motion, each mobile node can obtain accurate
information from neighbouring nodes, which may not be applicable in real time scenario.

                                               IV.     Related Works
         A lot of research has been done on weight based clustering algorithms in MANET. Below shows few
algorithms based on weighted mechanism to make clusters

4.1 A n E f f i c i e n t W e i g h t - b a s e d c l us t e r i n g a l g o r i t h m f o r M A N E T
         M o h a m m a d R e z a M o n s e f et al, proposed an efficient weight-based clustering algorithm
(EWBCA) for mobile ad hocnetworks (MANETs). It aims to improve the usage of scarce resources such as
bandwidth and energy, preserve current clusterstructure as much as possible, minimize routing overhead, and
increase end-to-end throughput. In our algorithm, each node hasa quality that indicates its suitability as a cluster
head. This quality is calculated according to following four parameters: Numberof Neighbors, Residual Power
of Battery, Stability and Variance of distance with all neighbors. The result shows the simulation of the
algorithm.[12]
                                  No. of        End-to End             Energy
                                  Nodes         Throughput         Consumption
                                 10 to 60         Increases by      Very small
                                                     10.2%

4.2 Stable and Flexible Weight based Clustering Algorithm in Mobile Ad hoc Networks
         R. Pandi Selvam et al., have concentrated to design a new weight based clustering algorithm to
improve the performance in this wireless technology.
Simulation experiments are conducted to evaluate the performance of our algorithm in the transmission range,
number of nodes and maximum displacement. Results are shown that our algorithm performs better than
existing g algorithms. [13]

                               No. of      Simulation     Transmission       Number of
                               Nodes       time           range               clusters
                                                                              formed
                              50 to 300        200s         Minimum          Minimum

4.3 WACA: A Hierarchical Weighted Clustering Algorithm optimized for Mobile Hybrid
Networks
         Matthias R. Brust et al., investigations focus on the problem of minimizing clusterhead re-elections by
considering stability criteria. These criteria are based on topological characteristics as well as on device
parameters. This paper presents a weighted clustering algorithm optimized to avoid needless clusterhead
reelections for stable clusters in mobile ad-hoc networks. The proposed localized algorithm deals with mobility,
but does not require geographical, speed or distances information.[14]

                               No. of         Transmission range        Number of clusters
                               Nodes                                      head election
                              20 to 60               Minimum               Decreased

                                              www.iosrjournals.org                                        37 | Page
A Survey of Weight-Based Clustering Algorithms in MANET

4.4 A Robust Clustering Algorithm for Mobile Ad Hoc Networks
         Zhaowen Xing et al, presents a robust weighted clustering algorithm, called PMW (Power, Mobility
and Workload), to form and maintain more stable clusters. In PMW, the weight of each node is calculated by its
power, mobility and workload, which can be easily collected and computed locally and cover the major factors
that cause re-clustering. Clustering overhead of PMW is analyzed. The simulation results confirm that PMW
prolongs lifetime of MANETs and has a lower cluster head change rate and re-affiliation rate than other existing
algorithms.[15]

                         No. of     Simulation       Transmiss     Network         Number
                         Nodes      time             ion range     lifetime       of clusters
                                                                                     head
                                                                                   election
                            50            200s          10m-      9% to 42%         lesser
                                                        250m

4.5 A Load-Balancing and Weighted Clustering Algorithm in Mobile Ad-Hoc Network
          Abdel Rahman H. Hussein et al, proposed that the enhancement on weighted clustering algorithm
(EWCA), leads to a high degree of stability in the network and improves the load balancing. In this simulation
study, a comparison was conducted to measure the performance of our algorithm with original WCA in terms of
numbers of clusters formed with satisfy load balancing , topology stability, and number of clusterhead
change.[16]

                   No. of          Simulatio       Transmis      Clusters      Stability      Load
                   Nodes           n time          sion          formed                     balancing
                                                   range
                   30-300             200s         0m-200m        lesser      20%-70%       25 times
                                                                                more          more
                                                                                            balanced

4.6 WCA: A Weighted Clustering Algorithm for Mobile Ad Hoc Networks
          Mainak chatterjee et al, proposed weight-based distributed clustering algorithm takes into consideration
the ideal degree, transmission power, mobility, and battery power of mobile nodes. The time required to identify
the clusterheads depends on the diameter of the underlying graph. We try to keep the number of nodes in a
cluster around a pre-defined threshold to facilitate the optimal operation of the medium access control (MAC)
protocol. The non-periodic procedure for clusterhead election is invoked on-demand, and is aimed to reduce the
computation and communication costs. The clusterheads, operating in “dual" power mode, connects the clusters
which help in routing messages from a node to any other node.[17]

                                 No. of    Simulation       Transmissio     reaffilations
                                 Nodes     time             n range
                                 20-60           200s          0m-70m       50% more

4.7 An Innovative Clustering Algorithm for MANETs Based on Cluster Stability
         Mohammad Shayesteh and Nima Karimi, presented a new clustering algorithm in Mobile Ad Hoc
Network based on nodes weight.
For calculating node weight we present four new parameter,relative speed, stability, number of nodes moving
towards a node and battery remaining. The goal of this algorithm is todecrease the number of cluster forming,
maintain stable clustering structure and maximize lifespan of mobile nodes in the system.[18]

                             No. of        Simulation       Lifetime of       Stability
                             Nodes         time             network
                             20-100           1200s           Increase        Increases




                                                 www.iosrjournals.org                                   38 | Page
A Survey of Weight-Based Clustering Algorithms in MANET

                                                      V.   Summary
          Clustering will offer an outsized scale Manet with hierarchal network structures to beat the difficulties
of crucial quantifiability and message flooding that impair the function of flat structure of MANETs. It brings
attention to important components relating to routing operations, network management, mobility management,
quality of service support etc.
          So far, it's been demonstrated that a cluster-based manet has various vital problems to look at as well as
the steadiness of cluster structure, the management overhead of cluster construction and maintenance, the
energy consumption of mobile nodes with totally different cluster-related status, the traffic load distribution in
clusters, and therefore the fairness of serving as clusterheads for a mobile node.
In addition different weight based schemes have their own role in the clustering structures. And the results
shown by the above algorithms also achieve goals. The summary of all the algorithms is being shown in table
below.

                       Table 1: Comparison of different weight-based algorithms
 Name of the      Resource           Selection of      Network        Stability       Transmission   Result
 paper                               Clusterhead       lifetime                       range




 An               Journal   of       Node       wit                                   Minimum        Uses      less
 Efficient        computing          highest weight                                                  energy    and
 Weight -                                                                                            throughput has
 based                                                                                               increased
 clustering
 algorithm
 for
 M ANE T

 Stable     and   International      Node      with                   More stable     Minimum        Performance
 Flexible         Journal       of   largest weight                                                  is much better
 Weight based     Computer
 Clustering       Science and
 Algorithm in     Information
 Mobile     Ad    Technologies
 hoc Networks
 WACA:        A                      Node       wit                   Increased       Minimum        Optimized
 Hierarchical                        highest weight                                                  clusterheads n
 Weighted                                                                                            formation of
 Clustering                                                                                          clusters
 Algorithm
 optimized for
 Mobile
 Hybrid
 Networks
 A       Robust   Handbook of        Based on new      9% to 42 %     More stable     10m-250m       Increases
 Clustering       Research on        formula    of     increased                                     lifetime      of
 Algorithm for    Next               weight                                                          network and
 Mobile     Ad    Generation         (PMW)                                                           has       lower
 Hoc Networks     Networks and                                                                       clusterhead
                  Ubiquitous                                                                         election rate
                  Computing
 A        Load-                      Node     with     Improves       Higher degree   0m-200m        Less
 Balancing and                       smallest          lifetime       of stability                   clusterheads
 Weighted                            weight                                                          formed more
 Clustering                                                                                          stable     and
 Algorithm in                                                                                        balanced
 Mobile     Ad-
 Hoc Network




                                               www.iosrjournals.org                                        39 | Page
A Survey of Weight-Based Clustering Algorithms in MANET

 WCA:        A     Cluster             Node     with                          Little Stable      0m -70m             Number         of
 Weighted          Computing 5         smallest                                                                      reaffiliations
 Clustering                            weight                                                                        had increased
 Algorithm for
 Mobile     Ad
 Hoc Networks
 An Innovative     International       Node      with     Increased           Most stable        Maximum             Decrease the
 Clustering        Journal       of    highest weight                                                                number     of
 Algorithm for     Modeling and                                                                                      cluster
 MANETs            Optimization                                                                                      forming,
 Based      on                                                                                                       maintain
 Cluster                                                                                                             stable
 Stability                                                                                                           clustering
                                                                                                                     structure and
                                                                                                                     maximize
                                                                                                                     lifespan   of
                                                                                                                     mobile nodes

                                                           References
[1]    Agarwal, R., & Mahesh, M. (2009). Survey of Clustering Algorithms for MANET. International Journal on Computer Science and
       Engineering, Vol.1 (2), 2009, (pp. 98-104).
[2]    Ismail Ghazi Shayeb, AbdelRahman Hamza Hussein and Ayman Bassam Nasoura(2011). A Survey of Clustering Schemes for
       Mobile Ad-Hoc Network (MANET), American Journal of Scientific Research, 20, (pp. 135-151).
[3]    Mario Gerla and Jack Tzu-Chieh Tsai, “Multicluster, mobile,multimedia radio network”, Wireless Networks, Vol. 1, No. 3, pp. 255-
       265, March 1995.
[4]    Mainak Chatterjee, Sajal K. Das, and Damla Turgut, “WCA: A Weighted Clustering Algorithm for Mobile Ad Hoc Networks”,
       Cluster Computing, Vol. 5, No. 2, pp. 193-204, April 2002.
[5]    Geng Chen, Fabian Garcia Nocetti, Julio Solano Gonzalez, and Ivan Stojmenovic, “Connectivity Based k-hop Clustering in
       Wireless Networks”, Proceedings of the 35th Hawaii International onference on System Sciences, pp. 2450-2459, Big Island,
       Hawaii, January 2002.
[6]    Dongkyun Kim, Seokjae Ha, and Yanghee Choi, “K-hop Cluster-basedDynamic Source Routing in Wireless Ad-Hoc Packet Radio
       Network”,Proceedings of the 48th IEEE conference on Vehicular Technology, pp. 224-228,
[7]    Suman Banerjee and Samir Khuller, “A Clustering Scheme for Hierarchical Control in Multi-hop Wireless Networks”, Proceedings
       of theTwentieth Annual Joint Conference of the IEEE Computer and Communications Societies Anchorage, Alaska, April 2001.
[8]    Khaled M. Alzoubi, Peng-Jun Wan, and Ophir Frieder, “New Distributed Algorithm for Connected Dominating Set in Wireless Ad
       Hoc Networks”, Proceedings of the 35th Hawaii International Conference on SystemSciences, pp. 3849- 3855, Big Island Hawaii,
       January 2002.
[9]    Yuanzhu Peter Chen and Arthur L. Liestman, “Approximating Minimum Size Weakly-Connected Dominating Sets for Clustering
       Mobile AdHoc Networks”, Proceedings of the 3rd ACM international symposium on Mobile ad hoc networking & computing, pp.
       165-172, Lausanne, Switzerland, June 2002.
[10]   Alan D. Amis, Ravi Prakash, Thai H.P. Vuong, and Dung T. Huynh,“Max-Min D-Cluster Formation in Wireless Ad Hoc
       Networks”, Proceedings of the Nineteenth Annual Joint Conference of the IEEE Computer andCommunication Societies, pp. 32-41,
       Tel-Aviv, Israel, March 2000.
[11]   sudheer krishna chimbli venkata “SECTOR BASED CLUSTERING & ROUTING”, December 2004
[12]   M oha mma d R eza M onsef, Sa m Ja bbehdar i and Far sh ad Sa fa ei, “ An E ffi ci ent W ei ght -ba sed
       c l u s t e r i n g a l g o r i t h m f o r M A N E T ” , JOURNAL OF COMPUTING, VOLUME 3, ISSUE 1, JANUARY 2011, ISSN
       2151-9617
[13]   R. Pandi Selvam and V.Palanisamy, “Stable and Flexible Weight based Clustering Algorithm in Mobile Ad hoc Networks”,
       (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 2 (2), 2011,824-828
[14]   Matthias R. Brust, Adrian Andronache and Steffen Rothkugel, “WACA: A Hierarchical Weighted Clustering Algorithm optimized
       for Mobile Hybrid Networks”.
[15]   Zhaowen Xing, Le Gruenwald and K.K. Phang, “A Robust Clustering Algorithm for Mobile Ad Hoc Networks”, Handbook of
       Research on Next Generation Networks and Ubiquitous Computing, December 2008.
[16]   Abdel Rahman H. Hussein, Sufian Yousef, and Omar Arabiyat, “A Load-Balancing and Weighted Clustering Algorithm in Mobile
       Ad-Hoc Network”.
[17]   MAINAK CHATTERJEE, SAJAL K. DAS and DAMLA TURGUT, “WCA: A Weighted Clustering Algorithm for Mobile Ad
       Hoc Networks” , Cluster Computing 5, 193–204, 2002.
[18]   Mohammad Shayesteh and Nima Karimi, “ An Innovative Clustering Algorithm for MANETs Based on Cluster Stability”,
       International Journal of Modeling and Optimization, Vol. 2, No. 3, June 2012




                                                   www.iosrjournals.org                                                     40 | Page

Mais conteúdo relacionado

Mais procurados

A CLUSTER BASED STABLE ROUTING PROTOCOL USING BINARY PARTICLE SWARM OPTIMIZAT...
A CLUSTER BASED STABLE ROUTING PROTOCOL USING BINARY PARTICLE SWARM OPTIMIZAT...A CLUSTER BASED STABLE ROUTING PROTOCOL USING BINARY PARTICLE SWARM OPTIMIZAT...
A CLUSTER BASED STABLE ROUTING PROTOCOL USING BINARY PARTICLE SWARM OPTIMIZAT...ijmnct
 
multicast capacity in manet with infrastructure support
multicast capacity in manet with infrastructure supportmulticast capacity in manet with infrastructure support
multicast capacity in manet with infrastructure supportswathi78
 
Efficient routing mechanism using cycle based network and k hop security in a...
Efficient routing mechanism using cycle based network and k hop security in a...Efficient routing mechanism using cycle based network and k hop security in a...
Efficient routing mechanism using cycle based network and k hop security in a...ijait
 
ADVANCED DIFFUSION APPROACH TO DYNAMIC LOAD-BALANCING FOR CLOUD STORAGE
ADVANCED DIFFUSION APPROACH TO DYNAMIC LOAD-BALANCING FOR CLOUD STORAGEADVANCED DIFFUSION APPROACH TO DYNAMIC LOAD-BALANCING FOR CLOUD STORAGE
ADVANCED DIFFUSION APPROACH TO DYNAMIC LOAD-BALANCING FOR CLOUD STORAGEijdpsjournal
 
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor Network
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor NetworkA QoI Based Energy Efficient Clustering for Dense Wireless Sensor Network
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor Networkijassn
 
A survey on weighted clustering techniques in manets
A survey on weighted clustering techniques in manetsA survey on weighted clustering techniques in manets
A survey on weighted clustering techniques in manetsIAEME Publication
 
5113jgraph01
5113jgraph015113jgraph01
5113jgraph01graphhoc
 
A GENERIC ALGORITHM TO DETERMINE CONNECTED DOMINATING SETS FOR MOBILE AD HOC ...
A GENERIC ALGORITHM TO DETERMINE CONNECTED DOMINATING SETS FOR MOBILE AD HOC ...A GENERIC ALGORITHM TO DETERMINE CONNECTED DOMINATING SETS FOR MOBILE AD HOC ...
A GENERIC ALGORITHM TO DETERMINE CONNECTED DOMINATING SETS FOR MOBILE AD HOC ...csandit
 
Haqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manetsHaqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manetscsandit
 
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
 
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Yayah Zakaria
 

Mais procurados (15)

A CLUSTER BASED STABLE ROUTING PROTOCOL USING BINARY PARTICLE SWARM OPTIMIZAT...
A CLUSTER BASED STABLE ROUTING PROTOCOL USING BINARY PARTICLE SWARM OPTIMIZAT...A CLUSTER BASED STABLE ROUTING PROTOCOL USING BINARY PARTICLE SWARM OPTIMIZAT...
A CLUSTER BASED STABLE ROUTING PROTOCOL USING BINARY PARTICLE SWARM OPTIMIZAT...
 
B031201016019
B031201016019B031201016019
B031201016019
 
B0781013215
B0781013215B0781013215
B0781013215
 
multicast capacity in manet with infrastructure support
multicast capacity in manet with infrastructure supportmulticast capacity in manet with infrastructure support
multicast capacity in manet with infrastructure support
 
Efficient routing mechanism using cycle based network and k hop security in a...
Efficient routing mechanism using cycle based network and k hop security in a...Efficient routing mechanism using cycle based network and k hop security in a...
Efficient routing mechanism using cycle based network and k hop security in a...
 
Aj25210213
Aj25210213Aj25210213
Aj25210213
 
ADVANCED DIFFUSION APPROACH TO DYNAMIC LOAD-BALANCING FOR CLOUD STORAGE
ADVANCED DIFFUSION APPROACH TO DYNAMIC LOAD-BALANCING FOR CLOUD STORAGEADVANCED DIFFUSION APPROACH TO DYNAMIC LOAD-BALANCING FOR CLOUD STORAGE
ADVANCED DIFFUSION APPROACH TO DYNAMIC LOAD-BALANCING FOR CLOUD STORAGE
 
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor Network
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor NetworkA QoI Based Energy Efficient Clustering for Dense Wireless Sensor Network
A QoI Based Energy Efficient Clustering for Dense Wireless Sensor Network
 
A survey on weighted clustering techniques in manets
A survey on weighted clustering techniques in manetsA survey on weighted clustering techniques in manets
A survey on weighted clustering techniques in manets
 
C04511822
C04511822C04511822
C04511822
 
5113jgraph01
5113jgraph015113jgraph01
5113jgraph01
 
A GENERIC ALGORITHM TO DETERMINE CONNECTED DOMINATING SETS FOR MOBILE AD HOC ...
A GENERIC ALGORITHM TO DETERMINE CONNECTED DOMINATING SETS FOR MOBILE AD HOC ...A GENERIC ALGORITHM TO DETERMINE CONNECTED DOMINATING SETS FOR MOBILE AD HOC ...
A GENERIC ALGORITHM TO DETERMINE CONNECTED DOMINATING SETS FOR MOBILE AD HOC ...
 
Haqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manetsHaqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manets
 
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
 
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
 

Semelhante a F0963440

PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...
PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...
PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...ijasuc
 
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...IJLT EMAS
 
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACHBased on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACHijsrd.com
 
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A SurveyEnergy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Surveyijsrd.com
 
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)cscpconf
 
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
 
Routing management for mobile ad hoc networks
Routing management for mobile ad hoc networksRouting management for mobile ad hoc networks
Routing management for mobile ad hoc networksIAEME Publication
 
Various Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkVarious Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkEditor IJCATR
 
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...IJCSIT Journal
 
CSGR(cluster switch gateway routing)
CSGR(cluster switch gateway routing)CSGR(cluster switch gateway routing)
CSGR(cluster switch gateway routing)Gaurav Dalvi
 
Cluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor NetworksCluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor Networkseditor1knowledgecuddle
 
Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...ijfcstjournal
 
Intra cluster routing with backup
Intra cluster routing with backupIntra cluster routing with backup
Intra cluster routing with backupcsandit
 
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...IOSRJECE
 
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETS
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETSHAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETS
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETScscpconf
 
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor NetworksEnhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )ijassn
 

Semelhante a F0963440 (20)

PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...
PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...
PERFORMANCE ANALYSIS OF BROADCASTING IN MOBILE AD HOC NETWORKS USING CLUSTER ...
 
F017123439
F017123439F017123439
F017123439
 
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...
 
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACHBased on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
Based on Heterogeneity and Electing Probability of Nodes Improvement in LEACH
 
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A SurveyEnergy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
Energy Efficient Data Aggregation in Wireless Sensor Networks: A Survey
 
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)
AN EFFICIENT ROUTING PROTOCOL FOR DELAY TOLERANT NETWORKS (DTNs)
 
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...
 
I04503075078
I04503075078I04503075078
I04503075078
 
Routing management for mobile ad hoc networks
Routing management for mobile ad hoc networksRouting management for mobile ad hoc networks
Routing management for mobile ad hoc networks
 
Various Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkVarious Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor Network
 
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
COMPARISON OF ENERGY OPTIMIZATION CLUSTERING ALGORITHMS IN WIRELESS SENSOR NE...
 
CSGR(cluster switch gateway routing)
CSGR(cluster switch gateway routing)CSGR(cluster switch gateway routing)
CSGR(cluster switch gateway routing)
 
Cluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor NetworksCluster Head Selection for in Wireless Sensor Networks
Cluster Head Selection for in Wireless Sensor Networks
 
Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...Implementation of energy efficient coverage aware routing protocol for wirele...
Implementation of energy efficient coverage aware routing protocol for wirele...
 
Intra cluster routing with backup
Intra cluster routing with backupIntra cluster routing with backup
Intra cluster routing with backup
 
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
 
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETS
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETSHAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETS
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETS
 
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor NetworksEnhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
Enhanced Hybrid Clustering Scheme for Dense Wireless Sensor Networks
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
International Journal of Advanced Smart Sensor Network Systems ( IJASSN )
 

Mais de IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Último

Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 

Último (20)

Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 

F0963440

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 9, Issue 6 (Mar. - Apr. 2013), PP 34-40 www.iosrjournals.org A Survey of Weight-Based Clustering Algorithms in MANET 1 Prerna Malhotra, 2Ajay Dureja 1 Student, PDM College of Engineering for Women, B’Garh 2 Assistant Professor, PDM College of Engineering for Women, B’Garh Abstract: As MANETs haven't any mounted infrastructure, all messages have to be routed through the nodes within the network. several clustering and routing algorithms are developed for MANETs. Moreover, most of the prevailing routing algorithms don't utilize the potency that may be obtained by clustering a network. clustering method involves in grouping network nodes and facilitates in reducing the overhead messages that help in establishing routes. Moreover, there's a trade-off between providing security and preserving the ability of a node. In current approaches, clustering and routing algorithms are designed specifically for either providing security or protective power. It's terribly tough to boost each security and minimize power consumption, as usually one is achieved at the expense of the opposite. In this paper we survey about different weight based clustering algorithms designed so far. Keywords- Clustering, MANET, Mobility, Security I. Introduction Clustering technique isn't a routing protocol, it's a technique that aggregates nodes into groups to form network management easier. Cluster organization of an ad hoc network can't be achieved offline in mounted infrastructure. The implementation of clustering schemes facilitate the performance of protocols for the Media Access Control(MAC) by improving spatial reuse, throughput, measurability and power consumption. Clustering provides multiple advantages in MANETs. Firstly, a cluster structure ensures measurability and load leveling in MANETs. It additionally will increase the system capability by facilitating the spatial reuse of resources. In multi cluster structure, 2 non overlapping clusters might set up same frequency if they're not adjacent. Additionally it elects a mobile host with special options known as cluster head for increased co- ordination of transmission activities[1]. This mitigates the transmission collision of mobile nodes and therefore helps in saving energy and resources. Secondly, it restricts the generation and spreading of routing data by forming a virtual backbone for inter-cluster routing comprising of cluster heads and cluster gateways. Lastly, clustering provides a stable and smaller vision of unintended network as once a mobile node changes its attaching cluster the whole network needn't remember of the native changes in a set of nodes solely the mobile nodes within the corresponding cluster replicate the changes. thus every node stores and processes a fraction of the whole network routing data, so saving plenty of resources. The objective of clustering is to take care of a connected cluster. Nodes play completely different roles in clustering techniques and there are 3 kinds of nodes[2]. they're outlined as follows:- 1. standard nodes 2. Cluster head 3. Cluster gateways Nodes Clusterhead nodes: for any economical cluster (subsets of nodes in an exceedingly network satisfying a selected property) operation there should be a support or backbone to sustain all essential control functions like channel access, routing, calculation of the routes for longer-distance messages, bandwidth allocation, forwarding inter-cluster packets, power management and virtual-circuit support. This support or backbone takes the shape of connected clusterheads, in managerial role joined either directly or via gateway nodes and that they can have the subordinate nodes of that cluster joined to them. Another function of clusterheads is internal node communication, to forward intercluster messages. To send a packet a standard node should initial direct it to its „superior‟ its directly connected clusterhead. ought to the receiver share a similar cluster location, clusterhead can direct the packet to that. However, ought to the receiver be in an exceedingly completely different cluster location, clusterhead can route it to a different clusterhead (directly) connected to the receiver and therefore the new clusterhead then directs it to the ultimate destination Cluster gateway Nodes: could be a node that works because the common or distributed access purpose for 2 clusterheads. once a node remains among the transmission vary of 2 clusterheads because the node a pair of in Figure 1(b) it is known as because the standard gateway for 2 corresponding clusters. And a node having one clusterhead as a right away neighbour additionally to that it will reach a second clusterhead in two hops as node www.iosrjournals.org 34 | Page
  • 2. A Survey of Weight-Based Clustering Algorithms in MANET five or six is a distributed gateway that's joined to a different distributed gateway of alternative cluster. each of the distributed gateways give the trail for the inter-cluster communication. Fig 1 : Nodes in flat and cluster structure. (a) Flat structure. (b) Cluster structure Ordinary nodes (cluster member): as the name suggests, standard nodes don't perform any other function on the far side a traditional node role. they're members of associate exclusive cluster freelance of neighbours residing in an exceedingly completely different cluster. II. Categories Of Clustering The concept of dividing a geographical region to be covered into small regions is defined as clustering. Each cluster will be uniquely identified using its cluster head. A cluster head is a node present in the geographical region of the cluster and takes care of the routing and allocation of resources for the cluster members. Nodes that have registered with the cluster head become members of the cluster. Clusters may change dynamically, reflecting the mobility of the underlying network. Some of the clustering algorithms are explained below. Most algorithms assume that all the nodes present in the network are same, that is have the same power capacity, transmission range etc. [11] 2.1 Simple Clustering Some of the simple clustering methods for MANETs are given in this section. These are considered to be the basic clustering methods. 2.1.1 Lowest ID Clustering Each node present in the network is given a unique ID. All the nodes communicate with their neighbors using beacons and piggybacking their ID. A node, which hears from nodes having ID value higher than itself, is a cluster head. A node can be part of multiple clusters. These nodes are called gateway nodes [3]. 2.1.2 Connectivity Clustering In this method all nodes broadcast the list of nodes they are able to hear from. A node that is connected to most of the highly connected uncovered neighbor nodes is elected as the cluster head. A node is said to be uncovered if it does not belong to any cluster. If more than one node has the same degree of connectivity then the decision is made on the basis of Lowest ID. Both these methods belong to single hop clustering algorithms, where any two nodes are at most two hops away and cluster heads are not directly linked [3]. 2.1.3 Cell Clustering This technique is used in Mobile IP, here a region is divided into cells and a group of cells are clustered. When we have lot of hand off between two cells then they are brought under one cluster. 2.1.4 Weighted Clustering In this method, each node will calculate its weight based on some of its characteristics. The node with the highest weight is elected as the cluster head of that cluster [4]. Expression for weight is given as: Weight = a*speed + b * degree + c *power + d *energy-left. Where a, b, c, d are positive or negative depending on circumstances. 2.2 Enhanced Clustering This section describes some of the latest and more complex clustering techniques used in MANETs. www.iosrjournals.org 35 | Page
  • 3. A Survey of Weight-Based Clustering Algorithms in MANET 2.2.1 K-Cluster approach In this approach, a cluster is considered to be a subset of nodes, which are mutually reachable by a path of length at most K, for some fixed K. This is a graph based approach, where the network is considered to be a whole single connected graph. There is a path from each node to every other node through the edges of the cluster in the graph. Each node maintains three data structure tables containing the information of neighbor nodes, all the clusters and designated boundary nodes present in the network. Gateway nodes are called as the boundary nodes and one among these is given the designated boundary node status. 2.2.2 Hierarchical Clustering In this graph scheme, all clusters are considered to be connected and have minimum and maximum size limitations. Some of the other constraints placed are two clusters should have low overlap and clusters should be stable across node mobility[7]. The clustering algorithm consists of two parts:  Tree Discovery: a node in the sub-graph will initiate the spanning tree process, which is implemented using the breadth first search in the post order. Each node chooses its parents in the tree based on the shortest distance to the root.  Cluster Formation: When a node detects its sub tree size has crossed the maximum size, it will initiate the cluster formation of its sub tree. Also when the node detects that the clustering is of poor quality then reclustering is scheduled. 3.2.3 Dominating Sets Clustering In this graph scheme the clustering is done using the dominating nodes present in the graph. The dominating set for a graph G= (V, E) is defined as a subset S ≤ V, such that every vertex U ԑ V is either in S or adjacent to a vertex of S. Three colors white, gray, black are used to classify the nodes present. Initially all the nodes are colored as white and when the node is changed to black all its neighbors are changed to gray. The black nodes form the dominating set and each vertex present in the dominating set is the cluster[8][9]. 2.2.4 Max-Min D Clustering The approach has the following data structures and functions defined[10] :  WINNER: after the cluster head is selected, the winning node id of a particular round is used to determine the shortest path back to the cluster head.  SENDER: is the node that sent the winning node id, as in WINNER.  Floodmax function: each node locally broadcasts its WINNER value to all its one hop neighbors for a given round. The largest of the WINNER values is the selected as the new WINNER value for all the nodes. This process is continued for d rounds.  Floodmin function: this is similar to Floodmax and also lasts for d rounds. Except a node selects the smallest value as its WINNER instead of the largest value.  Overtake function: during flooding the WINNER values are propagated to neighbor nodes. Overtaking is the process of selecting a new value different from the node‟s own id, based on the outcome of information exchange.  Node Pairs: a node pair is any node id that occurs at least once as a WINNER in both the first Floodmax and second Floodmin d rounds of flooding, for an individual node. In the first stage the largest node id in each node‟s d-neighborhood is propagated using the d rounds of Floodmax. Nodes record their winning node for each round and at the end of Floodmax the surviving nodes are elected as cluster heads in the network. In the second stage d round of Floodmin is used to propagate the smaller ids that have not been overtaken. At the conclusion of the Floodmin, each node evaluates the round‟s WINNER to best determine their cluster head. The following rules are given for the cluster head selection criteria.  Rule 1: if a node has received its own id in second round of flooding then it can declare itself as the cluster head and skip the rest of the process or continue.  Rule 2: Once a node has identified all the node pairs, it selects the minimum node pair to be the cluster head. If a node pair does not exist for a node then proceed to rule 3.  Rule 3: Elect the maximum node id in the first d rounds of flooding as the cluster head for this node. After determining the cluster head, the node informs the cluster head about its membership. If there are neighboring nodes with cluster head selections that are different then these nodes are called as gateway nodes. They are many other clustering algorithms that are based on the above approaches, and try to improve the efficiency of clustering. www.iosrjournals.org 36 | Page
  • 4. A Survey of Weight-Based Clustering Algorithms in MANET III. Cost Of Clustering Constructing and maintaining a cluster structure requires additional cost compared to flat structure MANETs. The analysis of cost of clustering scheme is carried out quantitatively or qualitatively to outline the benefits and drawbacks of the clustering technique[2]. The cost associated with clustering is explained as below:- 1. In a dynamically changing cluster structure due to frequent change in network topology the information related to clusters vary drastically. The consequent transfer of message packets consumes substantial bandwidth and depletes the energy possessed by mobile nodes. This further disables the upper layer applications which cannot be implemented with handful of resources. 2. Re-clustering may take place in some clustering schemes due to abrupt local instance such as movement of mobile node to another cluster or death of a mobile node or even shut down of clusterheads, thus leading to re- election of clusterheads. This is known as ripple effect of re-clustering which stimulates this effect of re- clustering over the entire network. 3. Clustering scheme is divided into two stages: cluster formation and maintenance. The formation stage assumes that the mobile nodes are static. With a frozen period of motion, each mobile node can obtain accurate information from neighbouring nodes, which may not be applicable in real time scenario. IV. Related Works A lot of research has been done on weight based clustering algorithms in MANET. Below shows few algorithms based on weighted mechanism to make clusters 4.1 A n E f f i c i e n t W e i g h t - b a s e d c l us t e r i n g a l g o r i t h m f o r M A N E T M o h a m m a d R e z a M o n s e f et al, proposed an efficient weight-based clustering algorithm (EWBCA) for mobile ad hocnetworks (MANETs). It aims to improve the usage of scarce resources such as bandwidth and energy, preserve current clusterstructure as much as possible, minimize routing overhead, and increase end-to-end throughput. In our algorithm, each node hasa quality that indicates its suitability as a cluster head. This quality is calculated according to following four parameters: Numberof Neighbors, Residual Power of Battery, Stability and Variance of distance with all neighbors. The result shows the simulation of the algorithm.[12] No. of End-to End Energy Nodes Throughput Consumption 10 to 60 Increases by Very small 10.2% 4.2 Stable and Flexible Weight based Clustering Algorithm in Mobile Ad hoc Networks R. Pandi Selvam et al., have concentrated to design a new weight based clustering algorithm to improve the performance in this wireless technology. Simulation experiments are conducted to evaluate the performance of our algorithm in the transmission range, number of nodes and maximum displacement. Results are shown that our algorithm performs better than existing g algorithms. [13] No. of Simulation Transmission Number of Nodes time range clusters formed 50 to 300 200s Minimum Minimum 4.3 WACA: A Hierarchical Weighted Clustering Algorithm optimized for Mobile Hybrid Networks Matthias R. Brust et al., investigations focus on the problem of minimizing clusterhead re-elections by considering stability criteria. These criteria are based on topological characteristics as well as on device parameters. This paper presents a weighted clustering algorithm optimized to avoid needless clusterhead reelections for stable clusters in mobile ad-hoc networks. The proposed localized algorithm deals with mobility, but does not require geographical, speed or distances information.[14] No. of Transmission range Number of clusters Nodes head election 20 to 60 Minimum Decreased www.iosrjournals.org 37 | Page
  • 5. A Survey of Weight-Based Clustering Algorithms in MANET 4.4 A Robust Clustering Algorithm for Mobile Ad Hoc Networks Zhaowen Xing et al, presents a robust weighted clustering algorithm, called PMW (Power, Mobility and Workload), to form and maintain more stable clusters. In PMW, the weight of each node is calculated by its power, mobility and workload, which can be easily collected and computed locally and cover the major factors that cause re-clustering. Clustering overhead of PMW is analyzed. The simulation results confirm that PMW prolongs lifetime of MANETs and has a lower cluster head change rate and re-affiliation rate than other existing algorithms.[15] No. of Simulation Transmiss Network Number Nodes time ion range lifetime of clusters head election 50 200s 10m- 9% to 42% lesser 250m 4.5 A Load-Balancing and Weighted Clustering Algorithm in Mobile Ad-Hoc Network Abdel Rahman H. Hussein et al, proposed that the enhancement on weighted clustering algorithm (EWCA), leads to a high degree of stability in the network and improves the load balancing. In this simulation study, a comparison was conducted to measure the performance of our algorithm with original WCA in terms of numbers of clusters formed with satisfy load balancing , topology stability, and number of clusterhead change.[16] No. of Simulatio Transmis Clusters Stability Load Nodes n time sion formed balancing range 30-300 200s 0m-200m lesser 20%-70% 25 times more more balanced 4.6 WCA: A Weighted Clustering Algorithm for Mobile Ad Hoc Networks Mainak chatterjee et al, proposed weight-based distributed clustering algorithm takes into consideration the ideal degree, transmission power, mobility, and battery power of mobile nodes. The time required to identify the clusterheads depends on the diameter of the underlying graph. We try to keep the number of nodes in a cluster around a pre-defined threshold to facilitate the optimal operation of the medium access control (MAC) protocol. The non-periodic procedure for clusterhead election is invoked on-demand, and is aimed to reduce the computation and communication costs. The clusterheads, operating in “dual" power mode, connects the clusters which help in routing messages from a node to any other node.[17] No. of Simulation Transmissio reaffilations Nodes time n range 20-60 200s 0m-70m 50% more 4.7 An Innovative Clustering Algorithm for MANETs Based on Cluster Stability Mohammad Shayesteh and Nima Karimi, presented a new clustering algorithm in Mobile Ad Hoc Network based on nodes weight. For calculating node weight we present four new parameter,relative speed, stability, number of nodes moving towards a node and battery remaining. The goal of this algorithm is todecrease the number of cluster forming, maintain stable clustering structure and maximize lifespan of mobile nodes in the system.[18] No. of Simulation Lifetime of Stability Nodes time network 20-100 1200s Increase Increases www.iosrjournals.org 38 | Page
  • 6. A Survey of Weight-Based Clustering Algorithms in MANET V. Summary Clustering will offer an outsized scale Manet with hierarchal network structures to beat the difficulties of crucial quantifiability and message flooding that impair the function of flat structure of MANETs. It brings attention to important components relating to routing operations, network management, mobility management, quality of service support etc. So far, it's been demonstrated that a cluster-based manet has various vital problems to look at as well as the steadiness of cluster structure, the management overhead of cluster construction and maintenance, the energy consumption of mobile nodes with totally different cluster-related status, the traffic load distribution in clusters, and therefore the fairness of serving as clusterheads for a mobile node. In addition different weight based schemes have their own role in the clustering structures. And the results shown by the above algorithms also achieve goals. The summary of all the algorithms is being shown in table below. Table 1: Comparison of different weight-based algorithms Name of the Resource Selection of Network Stability Transmission Result paper Clusterhead lifetime range An Journal of Node wit Minimum Uses less Efficient computing highest weight energy and Weight - throughput has based increased clustering algorithm for M ANE T Stable and International Node with More stable Minimum Performance Flexible Journal of largest weight is much better Weight based Computer Clustering Science and Algorithm in Information Mobile Ad Technologies hoc Networks WACA: A Node wit Increased Minimum Optimized Hierarchical highest weight clusterheads n Weighted formation of Clustering clusters Algorithm optimized for Mobile Hybrid Networks A Robust Handbook of Based on new 9% to 42 % More stable 10m-250m Increases Clustering Research on formula of increased lifetime of Algorithm for Next weight network and Mobile Ad Generation (PMW) has lower Hoc Networks Networks and clusterhead Ubiquitous election rate Computing A Load- Node with Improves Higher degree 0m-200m Less Balancing and smallest lifetime of stability clusterheads Weighted weight formed more Clustering stable and Algorithm in balanced Mobile Ad- Hoc Network www.iosrjournals.org 39 | Page
  • 7. A Survey of Weight-Based Clustering Algorithms in MANET WCA: A Cluster Node with Little Stable 0m -70m Number of Weighted Computing 5 smallest reaffiliations Clustering weight had increased Algorithm for Mobile Ad Hoc Networks An Innovative International Node with Increased Most stable Maximum Decrease the Clustering Journal of highest weight number of Algorithm for Modeling and cluster MANETs Optimization forming, Based on maintain Cluster stable Stability clustering structure and maximize lifespan of mobile nodes References [1] Agarwal, R., & Mahesh, M. (2009). Survey of Clustering Algorithms for MANET. International Journal on Computer Science and Engineering, Vol.1 (2), 2009, (pp. 98-104). [2] Ismail Ghazi Shayeb, AbdelRahman Hamza Hussein and Ayman Bassam Nasoura(2011). A Survey of Clustering Schemes for Mobile Ad-Hoc Network (MANET), American Journal of Scientific Research, 20, (pp. 135-151). [3] Mario Gerla and Jack Tzu-Chieh Tsai, “Multicluster, mobile,multimedia radio network”, Wireless Networks, Vol. 1, No. 3, pp. 255- 265, March 1995. [4] Mainak Chatterjee, Sajal K. Das, and Damla Turgut, “WCA: A Weighted Clustering Algorithm for Mobile Ad Hoc Networks”, Cluster Computing, Vol. 5, No. 2, pp. 193-204, April 2002. [5] Geng Chen, Fabian Garcia Nocetti, Julio Solano Gonzalez, and Ivan Stojmenovic, “Connectivity Based k-hop Clustering in Wireless Networks”, Proceedings of the 35th Hawaii International onference on System Sciences, pp. 2450-2459, Big Island, Hawaii, January 2002. [6] Dongkyun Kim, Seokjae Ha, and Yanghee Choi, “K-hop Cluster-basedDynamic Source Routing in Wireless Ad-Hoc Packet Radio Network”,Proceedings of the 48th IEEE conference on Vehicular Technology, pp. 224-228, [7] Suman Banerjee and Samir Khuller, “A Clustering Scheme for Hierarchical Control in Multi-hop Wireless Networks”, Proceedings of theTwentieth Annual Joint Conference of the IEEE Computer and Communications Societies Anchorage, Alaska, April 2001. [8] Khaled M. Alzoubi, Peng-Jun Wan, and Ophir Frieder, “New Distributed Algorithm for Connected Dominating Set in Wireless Ad Hoc Networks”, Proceedings of the 35th Hawaii International Conference on SystemSciences, pp. 3849- 3855, Big Island Hawaii, January 2002. [9] Yuanzhu Peter Chen and Arthur L. Liestman, “Approximating Minimum Size Weakly-Connected Dominating Sets for Clustering Mobile AdHoc Networks”, Proceedings of the 3rd ACM international symposium on Mobile ad hoc networking & computing, pp. 165-172, Lausanne, Switzerland, June 2002. [10] Alan D. Amis, Ravi Prakash, Thai H.P. Vuong, and Dung T. Huynh,“Max-Min D-Cluster Formation in Wireless Ad Hoc Networks”, Proceedings of the Nineteenth Annual Joint Conference of the IEEE Computer andCommunication Societies, pp. 32-41, Tel-Aviv, Israel, March 2000. [11] sudheer krishna chimbli venkata “SECTOR BASED CLUSTERING & ROUTING”, December 2004 [12] M oha mma d R eza M onsef, Sa m Ja bbehdar i and Far sh ad Sa fa ei, “ An E ffi ci ent W ei ght -ba sed c l u s t e r i n g a l g o r i t h m f o r M A N E T ” , JOURNAL OF COMPUTING, VOLUME 3, ISSUE 1, JANUARY 2011, ISSN 2151-9617 [13] R. Pandi Selvam and V.Palanisamy, “Stable and Flexible Weight based Clustering Algorithm in Mobile Ad hoc Networks”, (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 2 (2), 2011,824-828 [14] Matthias R. Brust, Adrian Andronache and Steffen Rothkugel, “WACA: A Hierarchical Weighted Clustering Algorithm optimized for Mobile Hybrid Networks”. [15] Zhaowen Xing, Le Gruenwald and K.K. Phang, “A Robust Clustering Algorithm for Mobile Ad Hoc Networks”, Handbook of Research on Next Generation Networks and Ubiquitous Computing, December 2008. [16] Abdel Rahman H. Hussein, Sufian Yousef, and Omar Arabiyat, “A Load-Balancing and Weighted Clustering Algorithm in Mobile Ad-Hoc Network”. [17] MAINAK CHATTERJEE, SAJAL K. DAS and DAMLA TURGUT, “WCA: A Weighted Clustering Algorithm for Mobile Ad Hoc Networks” , Cluster Computing 5, 193–204, 2002. [18] Mohammad Shayesteh and Nima Karimi, “ An Innovative Clustering Algorithm for MANETs Based on Cluster Stability”, International Journal of Modeling and Optimization, Vol. 2, No. 3, June 2012 www.iosrjournals.org 40 | Page