SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
IOSR Journal of Computer Engineering (IOSRJCE)
ISSN: 2278-0661 Volume 4, Issue 1 (Sep-Oct. 2012), PP 26-30
www.iosrjournals.org
www.iosrjournals.org 26 | Page
A Novel Routing Algorithm for Wireless Sensor Network Using
Particle Swarm Optimization.
Snehal Sarangi1
,Biju Thankchan2
12
Department Of Computer Science and Engineering
12
Disha Institute Of Management and Technology,Raipur
Abstract: Wireless sensor network is becoming a progressively Important and challenging research area.
Advancement in WSN enable a wide range of environmental monitoring and object tracking system. Wireless
sensor networks consists of small low cost sensor nodes, having a limited transmission range and their
processing, storage capabilities and energy resources are limited. We consider energy constrained wireless
sensor network deployed over a region. The main task of such a network is to gather information from node and
transmit it to base station for further processing. Generally, it needs a fixed amount of energy to receive one bit
of information and an additional amount of energy to transmit the same. This additional amount depends on the
transmission range. So, if all nodes transmit directly to the BS, then they will quickly deplete their energy. To
perform routing in wireless sensor network with this limitation of low power, energy and storage capabilities is
a major problem. Many solutions has been proposed where energy awareness is essential consideration for
routing. The LEACH, PEGASIS, GROUP, Ant colony optimization etc has provided elegant solutions and has
shown very effective results. In this paper, we have proposed a Particle Swarm Optimization based Routing
protocol (PSOR ) where we have taken energy efficiency as major criteria for performing routing and deriving
optimized path for data forwarding and processing to base node. The PSOR generates a whole new path of
routing by taking energy as fitness value to judge different path and choose best optimized path whose energy
consumption is less as compared to other routing paths. We concluded with the result obtained by performing
experiment on our proposed algorithm PSOR and comparing its result with Genetic Algorithm which shows
better result as compared to Genetic Algorithm and the experiments performed are done using NS2 simulator.
Keywords: Particle Swarm Optimization, Routing, Optimization, Genetic Algorithm, wireless sensor
network.
I. Introduction
Recent advances in sensing, computing and communication technologies coupled with the need to
continuously monitor physical phenomena have led to the development of Wireless Sensor Networks
(WSNs). WSN consist of four main components: A radio, a processor, sensors and battery. A WSN is
formed by densely deployed sensor nodes in an application area. In most deployments, the sensor nodes have
self-organizing capabilities, to form an appropriate structure in order to collaboratively perform a particular
task. Wireless Sensor Networks (WSNs) is a class of wireless ad hoc networks in which sensor nodes collect,
process, and communicate data acquired from the physical environment to an external Base Station
(BS)..The key constraints in the development of WSNs are limited battery power, cost, memory limitation,
limited computational capability, and the physical size of the sensor nodes. Due to the severe energy
constraints of large number of densely deployed sensor nodes, it requires a suite of network protocols to
implement various network control and management functions such as synchronization, node localization,
and network security. Wireless Sensor Networks are found suitable for applications such as surveillance,
precision agriculture, smart homes, automation, vehicular traffic management, habitat monitoring, and
disaster detection. Routing in wireless sensor networks differs from conventional routing in fixed networks
in various ways: There is no infrastructure, wireless links are unreliable, sensor nodes may fail, and routing
protocols have to meet strict energy saving requirements.
The traditional routing protocols have several shortcomings when applied to WSNs, which are
mainly due to the energy-constrained nature of such networks. In this paper, we attempt to overcome
limitations of the wireless sensor networks such as: limited energy resources, varying energy consumption
based on location, high cost of transmission, and limited processing capabilities which forms the basic draw
backs while sending or receiving data packets during routing. Besides maximizing the lifetime of the sensor
nodes, it is preferable to distribute the energy dissipated throughout the wireless sensor network in order to
minimize maintenance and maximize overall system performance while routing. In wireless sensor networks
each node do not save a fixed energy, even the shortest path of the network takes a huge energy which leads
to the permanent failure and reduce the lifetime of the network. So energy efficiency and distance should be
consider as major criteria for optimized path selection.
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization.
www.iosrjournals.org 27 | Page
II. Literature Survey
The optimization of network parameters for a WSN routing process to provide maximum network
lifetime might be considered as a combinatorial optimization problem. Many researchers have recently studied
the collective behavior of biological species such as ants as an analogy providing a natural model for
combinatorial optimization problems. Selcuk Okdem et al[1] developed routing using ant colony optimization
(ACO) . Ant colony optimization (ACO) algorithms simulating the behavior of ant colony have been
successfully applied in many optimization problems such as the asymmetric traveling salesman, vehicle routing
, and WSN routing. Singh et al. [2] proposed an ant based algorithm for WSN routings. However, this algorithm
does not consider the main specifics of WSN structures, including energy related issues. Zhang et al.
[3]proposed ant based algorithms for WSNs; their study includes three routing algorithms named SC, FF, and
FP. The algorithms are successful with initial pheromone settings to have a good system start-up, but the SC and
FF algorithms are not quite effective in latency, while providing better energy efficiency. Besides, the FP
algorithm, while providing high success rates of data delivery, consumes much higher energy than the FC and
FF algorithms. The Energy Efficient Ant Based Routing Algorithm for WSNs (EEABR) [4], based on a ACO
meta heuristic, is another proposed ant based algorithm to maximize the lifetime of WSNs. The algorithm uses a
good strategy considering energy levels of the nodes and the lengths of the routed paths. Heinzelman et al [5]
developed a cluster based routing scheme called Low Energy adaptive cluster in hierarchy In LEACH the role of
the cluster head is periodically transferred among the nodes in the network in order to distribute the energy
consumption. The performance of LEACH is based on rounds. Then, a cluster head is elected in each round. For
this election, the number of nodes that have not been cluster heads and the percentage of cluster heads are used.
Once the cluster head is defined in the setup phase, it establishes a TDMA schedule for the transmissions in its
cluster This scheduling allows nodes to switch off their interfaces when they are not going to be employed. The
cluster head is the router to the sink and it is also responsible for the data aggregation. As the cluster head
controls the sensors located in a close area, the data aggregation performed by this leader permits to remove
redundancy. A centralized version of this protocol is LEACH-C [6]. This scheme is also based on time rounds
which are divided into the set-up phase and the steady-phase. In the set-up phase, sensors inform the base station
about their positions and about their energy level. With this information, the base station decides the structure of
clusters and their corresponding cluster heads. Since the base station posses a complete knowledge of the status
of the network, the cluster structure resulting from LEACH-C is considered an optimization of the results of
LEACH Lindsey et al [7] developed a Power-Efficient Gathering in Sensor Information Systems (PEGASIS) . It
is considered an optimization of the LEACH algorithm. Rather than classifying nodes in clusters, the algorithm
forms chains of the sensor nodes. Based on this structure, each node transmits to and receives from only one
closest node of its neighbors. With this purpose, the nodes adjust the power of their transmissions The node
performs data aggregation and forwards it the node in the chain that communicates with the sink. In each round,
one node in the chain is elected to communicate with the sink. The chain is constructed with a greedy algorithm.
Ayan Chakraborty et al [8] proposed a genetic algorithm inspired routing protocol(GROUP) which shows
enhanced performance in terms of energy efficiency and network life time over another schemes.
In this paper, we proposed a particle swarm optimization based routing(PSOR).PSOR algorithm is
designed to maximize the lifetime of WSNs. The algorithm uses a good strategy considering energy levels of the
nodes and the lengths of the routed paths. In this paper, we have compared the performance results of our PSOR
approach to the results of the Genetic algorithm. Various differently sized networks are considered, and our
approach gives better results than Genetic algorithm(GROUP)[ 8] in terms of energy consumption. The main
goal of our study was to maintain network life time at a maximum, while discovering the shortest paths from the
source nodes to the base node using a particle swarm based optimization technique called PSO, Furthermore
instead of forming greedy chain or cluster of chain, which may not always ensure minimum energy dissipation,
we make use of intelligent particle swarm based optimization Particle swam optimization is an inspiration from
the flocking birds. Here also we have multiple search agents that try to search for the global minima in the
fitness landscape a shukla et al [9], just like the GA[10].The result obtained by PSOR shows encouraging
improvement over Genetic Algorithm[GROUP], PEGASIS ,LEACH and ACO.The PSOR algorithm was
implemented in network simulator 2 for ubuntu platform.
The rest of the paper is organized as follows: section 2 PSO , section 3 Proposed Routing Algorithm
using PSO , Section 4Simulation Section 5 Experimental result and enhancement, Section 6 Conclusion and
Future work..
III. Particle Swarm Optimization
The particle swarm optimization algorithm, originally introduced in terms of social and cognitive
behavior by Kennedy and Eberhart (1995) [11], solves problems in many fields, especially engineering and
computer science. The individuals, called particles henceforth, are flown through the multidimensional
search space with each particle representing a possible solution to the multi-dimensional optimization
problem. Each solution's fitness is based on a performance function related to the optimization problem being
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization.
www.iosrjournals.org 28 | Page
solved. The movement of the particles is influenced by two factors using information from iteration-to-
iteration as well as particle-to-particle. As a result of iteration-to- iteration information, the particle stores in
its memory the best solution visited so far, called pbest, and experiences an attraction towards this solution as
it traverses through the solution search space. As a result of the particle-to particle interaction, the particle
stores in its memory the best solution visited by any particle, and experiences an attraction towards this
solution, called gbest , as well. The first and second factors are called cognitive and social components,
respectively .After iteration, the pbest and gbest are updated for each particle if a better or more dominating
solution (in terms of fitness) is found. This process continues, iteratively, until either the desired result is
converged upon, or it is determined that an acceptable solution cannot be found within computational limits.
For an n dimensional search space, the ith particle of the swarm is represented by an n-dimensional vector,
Xi= (xi1 ,xi2 .....xin ).
The velocity of this particle is represented by another n dimensional vector Vi = (vi1; vi2...... vin )T.
The previously best visited position of the ith particle is denoted as Pi = (pi1, pi2,........pin )T. `g' is the index
of the best particle in the swarm. The velocity of the ith particle is updated using the velocity update equation
given by
vid = vid + c1r1( pid-xid) + c2r2( pgd-xid) (2.1)
and the position is updated using
xid=xid+vid (2.2)
where d = 1, 2....n ; i = 1; 2....S , where S is the size of the swarm; c1 and c2 are constants, called cognitive
and social scaling parameters respectively (usually, c1 = c2 ; r1 , r2 are random numbers, uniformly
distributed in [0, 1]). Equations (2.1) and (2.2) are the initial version of PSO algorithm. A constant, Vmax, is
used to arbitrarily limit the velocities of the particles and improve the resolution of the search. Further, the
concept of an inertia weight was developed to better control exploration and exploitation. The motivation
was to be able to eliminate the need for Vmax . The inclusion of an inertia weight (w) in the particle swarm
optimization algorithm was first reported in the literature in 1998 (Shi and Eberhart, 1998) [13]. The
resulting velocity update equation becomes:
vid = w * vid + c1 r1( pid - xid) + c2r2( pgd- xid) (2.3)
Eberhart and Shi (2000) [12] indicate that the optimal strategy is to initially set w to 0.9 and reduce it linearly
to 0.4, allowing initial exploration followed by acceleration toward an improved global optimum.
IV. Proposed Routing Algorithm Using Pso :
Particle swarm optimization is mainly a computational method that optimizes a problem by
iteratively trying to improve a candidate solution with regard to given measure of quality. For solving any
optimization problem we have to first formulate the problem according to optimization problem. In this
proposed algorithm we have to choose the best path according to fitness value which is according to the
minimum distance to be travelled by a data up to base node, since we are dealing with energy efficient
routing ,more the distance more the energy will be lost in sending data. So to calculate fitness value we are
using PSO and generating an optimum path taking consideration in all sensor nodes.
A) FITNESS FUNCTION
To find optimize path using PSO ,we need to find the fitness value of each path .This fitness value
will be used to select the local best and global best for PSO. The path having minimum fitness value will be
the best optimal solution.
Fitness value = dist(i,j) + dist(j,base) (3.2.1)
where i , j are the node distance.
B) REPRESENTATION
As the PSO equation given in above equation 2.1 and equation 2.2 works on real number values ,but
for generating path it is easier to use natural number system so we are using Shortest positioning index to
make node position very simple, In shortest position indexing the values are sorted from minimum value to
maximum value and position is given accordingly.
For example
[0.923 0.422 8.32 3.66 2.55]
Applying shortest positioning index
[2 1 5 4 3]
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization.
www.iosrjournals.org 29 | Page
C)ALGORITHM :
PARTICLE SWARM OPTIMIZATION BASED ROUTING.
Phase 1 :[ Initialization Phase]
for (s = 0 to number of solutions or populations).
for (d = 0 to number of sensor nodes).
Randomly solutions are selected.
Compute new route using solution.
End for .
Compute fitness value of initialized solution.
Compute global best and Local best.
End for .
Phase 2 :[Update Phase]
while criteria does not match
for (s = 1 to number of solutions)
for (d = 1 to number of sensor nodes).
update solution using PSO update equation.
Generate new path based on update solution.
End for.
Compute fitness value for updated route.
Compute global best and local best.
End for.
Note the global best
End while.
To find best optimal path with least energy usage we have used Particle Swarm Optimization
(PSO).We set an initial solution by selecting a random number of solutions from the set of x! solutions ; x is
the total number of solutions. After getting initial random solutions we calculate fitness value of each
solution, according to equation ( 3.2.1).After that we calculate best among the entire solution and set it as
initial global and local best.PSO update equation is used to update old solution and generate new solutions
and their nodes are calculated. These solutions along with their nodes are then used to find the fitness value
of each solution. The process will be repeated till the given iteration is satisfied. Based on this continuous
iteration and fitness value the solution which is better is replaced than its other solutions.
V. Simulation
The scenario was simulated using network simulator (NS2)[13] based on network topology.25
wireless sensor nodes were deployed onto 50x50 m2
grid as shown in fig 1.The Particle swarm optimization
routing algorithm is implemented under NS2.Program is written in OTcl programming language.
Fig 1 Graphical Representation of network topology.
VI. Experimental Result And Discussion
This section focuses on the efficiency of the proposed algorithm PSOR with the Genetic
Algorithm[10]. This section shows the experimental results and the parameters setting of the proposed
algorithm.
A) EXPERIMENTAL SETUP
For every algorithm there are some control parameters which are used for efficient working. The first
control parameter is maximum number of population or solutions which we have taken its value to be 30
.The next parameter in our experiment is number of sensor nodes which we have taken as 30 nodes. Another
control parameter is number of iteration, which we have taken in our experiment is 3000 .The fourth control
parameter is number of random solution to be chosen, which in this experiment we have taken 30.The next
control parameter is the value of c1 and c2 which we have taken as 2 for both. And inertia weight w is also a
A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization.
www.iosrjournals.org 30 | Page
parameter and we have taken its value as 0.7. The comparison of the results are with the genetic algorithm
result where in the experiment the crossover probability of GA taken is 0.7.We have keep on changing the
parameter of number of nodes, number of random solutions and iterations, to keep on observing the fitness
value and compare the results with the fitness value of GA.
B) EXPERIMENTAL RESULTS.
Table 1 Fitness value calculated by PSOR and GA for varying number of nodes.
NODES 10 15 20 25
GA 1989.59 4190.62 5136.21 6807.21
PSOR 1425.41 3083.45 3815.16 5093.67
Here we are provided with different number of nodes and comparing it with fitness value of PSOR with GA.
Table 2 Fitness value calculated by PSOR and GA for varying number of iterations.
iteration 1000 1500 2500 3000
GA 5832.24 5606.07 6533.35 6533.35
PSOR 4731.42 4823.93 4280.07 4280.07
Table 3 Fitness value calculated by PSOR and GA for varying number ofrandom solution
solution 10 15 20 25
GA 5694.36 6641.24 6376.04 6432.24
PSOR 4720.25 5007.34 4655.08 4497.21
C) DISCUSSION
From table 1,2,3 it is concluded that proposed algorithm PSOR gives better result than Genetic
Algorithm with varying number of nodes, iterations and random solutions. Parameters written above is
standard parameter we have measured from experiment.
VII. Conclusion And Future Enhancement:
In this paper we proposed a novel scheme for sensor networks which results in energy efficient
routing across the network. The concept of this model is based on the fact is greater the distance travelled to
send data more is the consumption of sensor energy. The algorithm is done by using concept of PSO . Our
results prove that after a considerable optimum path can be calculated using PSO which shows better result
than GA giving us best routing path with least distance to be travelled. As future work this PSO can be
hybrid with existing algorithm ,it may perform better than the existing.
References
[1] Selcuk Okdem and Dervis Karaboga : Routing in Wireless Sensor Networks Using an Ant Colony Optimization (ACO) Router
Chip:In Sensors 2009.
[2] Shio Kumar Singh , M P Singh , and D K Singh : Energy Efficient Homogenous Clustering Algorithm for Wireless Sensor
Networks: International Journal of Wireless & Mobile Networks ( IJWMN ), Vol.2, No.3, August 2010.
[3] Y. Zhang, L. D. Kuhn, and M. P. J. Fromherz, "Improvements on Ant Routing for Sensor Networks," M. Dorigo et al. (Eds.):
ANTS 2004, Springer-Verlag Berlin Heidelberg 2004, vol. LNCS 3172, pp. 154-165, 2004.
[4] Tiago Camilo, Carlos Carreto, Jorge SĂĄ Silva, Fernando Boavida : An Energy-Efficient Ant-Based Routing Algorithm for
Wireless Sensor Networks.
[5] Rabiner, W.; Kulik, J.; Balakrishnan, H. Adaptive Protocols for Information Dissemination in Wireless Sensor Networks. In
Proceedings of the Fifth Annual International Conference on Mobile Computing and Networking (MOBICOM), Seattle, WA,
USA, August, 1999; pp. 174–185.
[6] Heinzelman, W.B.; Chandrakasan, A.P.; Balakrishnan, H. An Application-Specific Protocol Architecture for Wireless
Microsensor Networks. IEEE Trans. Wirel. Commun. 2002, 1, 660–670.
[7] Lindsey, S.; Raghavendra, C.S. PEGASIS: Power-Efficient Gathering in Sensor Information Systems. In Proceedings of the
Aerospace Conference, Big Sky, MT, March, 2002; pp. 1125–1130.
[8] Ayon Chakraborthy,Swarup kumar Mitra,Mrinal Kanti Niskar:A Genetic Algorithm Inspired routingProtocol for Wireless
sensor Network: in International Journal of Computational IntelligenceTheory and practice,Vol 6No.1 June 2011.
[9] A. Shukla et al.: Towards Hybrid and Adaptive Computing, SCI 307, pp. 187–207. springerlink.com © Springer-Verlag Berlin
Heidelberg 2010
[10] Manoj Kumar1, Mohammad Husian2, Naveen Upreti3 & Deepti Gupta :GENETIC ALGORITHM: REVIEW AND
APPLICATION:In International Journal of Information Technology and Knowledge Management July-December 2010,
Volume 2, No. 2, pp. 451-454
[11] Kennedy, J., Eberhart, R.: Particle swarm optimization. In:Neural Networks,1995. Proceedings., IEEE International Conference
on. vol. 4, pp. 1942{1948. IEEE(1995)
[12] Shi, Y., Eberhart, R.: A modi_ed particle swarm optimizer. In: Evolutionary Computation Proceedings, 1998. IEEE World
Congress on Computational Intelligence.The 1998 IEEE International Conference on. pp. 69{73. IEEE
[13] S. Mccanne, S. Floyd, and K. Fall, "Network Simulator 2 (NS-2) version 2.28," in http://www-nrg.ee.lbl.gov/ns/,
http://www.isi.edu/nsnam/ns (1998)

Weitere Àhnliche Inhalte

Was ist angesagt?

Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)IISRT
 
Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...IJECEIAES
 
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET Journal
 
Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)IJCNCJournal
 
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...Editor IJMTER
 
Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks
Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor NetworksHierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks
Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor NetworksCSCJournals
 
Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...eSAT Journals
 
Throughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocolThroughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocoleSAT Publishing House
 
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...IJCI JOURNAL
 
Paper id 28201419
Paper id 28201419Paper id 28201419
Paper id 28201419IJRAT
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routingeSAT Publishing House
 
An energy saving algorithm to prolong
An energy saving algorithm to prolongAn energy saving algorithm to prolong
An energy saving algorithm to prolongijwmn
 
Application of Weighted Centroid Approach in Base Station Localization for Mi...
Application of Weighted Centroid Approach in Base Station Localization for Mi...Application of Weighted Centroid Approach in Base Station Localization for Mi...
Application of Weighted Centroid Approach in Base Station Localization for Mi...IJMER
 
An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNEswar Publications
 
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...ijiert bestjournal
 
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ijasuc
 
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
 
Performance Evaluation of Consumed Energy-Type-Aware Routing (CETAR) For Wire...
Performance Evaluation of Consumed Energy-Type-Aware Routing (CETAR) For Wire...Performance Evaluation of Consumed Energy-Type-Aware Routing (CETAR) For Wire...
Performance Evaluation of Consumed Energy-Type-Aware Routing (CETAR) For Wire...ijwmn
 
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksSecured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksAssociate Professor in VSB Coimbatore
 

Was ist angesagt? (20)

Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)Iisrt divya nagaraj (networks)
Iisrt divya nagaraj (networks)
 
Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...Energy efficient routing in wireless sensor network based on mobile sink guid...
Energy efficient routing in wireless sensor network based on mobile sink guid...
 
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
 
Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)
 
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
A Review Study on Shortest Path in WSN to detect the Abnormal Packet for savi...
 
Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks
Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor NetworksHierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks
Hierarchical Coordination for Data Gathering (HCDG) in Wireless Sensor Networks
 
Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...Throughput analysis of energy aware routing protocol for real time load distr...
Throughput analysis of energy aware routing protocol for real time load distr...
 
Throughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocolThroughput analysis of energy aware routing protocol
Throughput analysis of energy aware routing protocol
 
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...E FFICIENT  E NERGY  U TILIZATION  P ATH  A LGORITHM  I N  W IRELESS  S ENSOR...
E FFICIENT E NERGY U TILIZATION P ATH A LGORITHM I N W IRELESS S ENSOR...
 
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...
 
Paper id 28201419
Paper id 28201419Paper id 28201419
Paper id 28201419
 
A review on energy efficient clustering routing
A review on energy efficient clustering routingA review on energy efficient clustering routing
A review on energy efficient clustering routing
 
An energy saving algorithm to prolong
An energy saving algorithm to prolongAn energy saving algorithm to prolong
An energy saving algorithm to prolong
 
Application of Weighted Centroid Approach in Base Station Localization for Mi...
Application of Weighted Centroid Approach in Base Station Localization for Mi...Application of Weighted Centroid Approach in Base Station Localization for Mi...
Application of Weighted Centroid Approach in Base Station Localization for Mi...
 
An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSN
 
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...
Energy Enhancement by Selecting Optimal Routing Path from Source to sink Node...
 
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
 
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
 
Performance Evaluation of Consumed Energy-Type-Aware Routing (CETAR) For Wire...
Performance Evaluation of Consumed Energy-Type-Aware Routing (CETAR) For Wire...Performance Evaluation of Consumed Energy-Type-Aware Routing (CETAR) For Wire...
Performance Evaluation of Consumed Energy-Type-Aware Routing (CETAR) For Wire...
 
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor NetworksSecured Data Aggregation using SRL Protocol for Wireless Sensor Networks
Secured Data Aggregation using SRL Protocol for Wireless Sensor Networks
 

Ähnlich wie A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization.

Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...IJSRED
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODijwmn
 
Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...zaidinvisible
 
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...IOSR Journals
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic AlgorithmsIJMER
 
A Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringA Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringIJEEE
 
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
 
An algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkAn algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkeSAT Publishing House
 
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSijassn
 
Energy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksEnergy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksijassn
 
Computational Analysis of Routing Algorithm for Wireless Sensor Network
Computational Analysis of Routing Algorithm for Wireless Sensor NetworkComputational Analysis of Routing Algorithm for Wireless Sensor Network
Computational Analysis of Routing Algorithm for Wireless Sensor NetworkIRJET Journal
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesIJCNCJournal
 
A Review of Atypical Hierarchical Routing Protocols for Wireless Sensor Networks
A Review of Atypical Hierarchical Routing Protocols for Wireless Sensor NetworksA Review of Atypical Hierarchical Routing Protocols for Wireless Sensor Networks
A Review of Atypical Hierarchical Routing Protocols for Wireless Sensor Networksiosrjce
 
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor Network
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor NetworkEnergy Efficient PEGASIS Routing Protocol in Wireless Sensor Network
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor NetworkIRJET Journal
 
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...ijdpsjournal
 
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...ijdpsjournal
 
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyA Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyIRJET Journal
 
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...IJCNCJournal
 

Ähnlich wie A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization. (20)

Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
 
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHODINCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
INCREASING WIRELESS SENSOR NETWORKS LIFETIME WITH NEW METHOD
 
Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...
 
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
Nearest Adjacent Node Discovery Scheme for Routing Protocol in Wireless Senso...
 
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using  Genetic AlgorithmsOptimized Projected Strategy for Enhancement of WSN Using  Genetic Algorithms
Optimized Projected Strategy for Enhancement of WSN Using Genetic Algorithms
 
A Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringA Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health Monitoring
 
Ijetcas14 591
Ijetcas14 591Ijetcas14 591
Ijetcas14 591
 
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...
 
An algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor networkAn algorithm for fault node recovery of wireless sensor network
An algorithm for fault node recovery of wireless sensor network
 
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
 
Energy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksEnergy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networks
 
Computational Analysis of Routing Algorithm for Wireless Sensor Network
Computational Analysis of Routing Algorithm for Wireless Sensor NetworkComputational Analysis of Routing Algorithm for Wireless Sensor Network
Computational Analysis of Routing Algorithm for Wireless Sensor Network
 
Data gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodesData gathering in wireless sensor networks using intermediate nodes
Data gathering in wireless sensor networks using intermediate nodes
 
G010633439
G010633439G010633439
G010633439
 
A Review of Atypical Hierarchical Routing Protocols for Wireless Sensor Networks
A Review of Atypical Hierarchical Routing Protocols for Wireless Sensor NetworksA Review of Atypical Hierarchical Routing Protocols for Wireless Sensor Networks
A Review of Atypical Hierarchical Routing Protocols for Wireless Sensor Networks
 
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor Network
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor NetworkEnergy Efficient PEGASIS Routing Protocol in Wireless Sensor Network
Energy Efficient PEGASIS Routing Protocol in Wireless Sensor Network
 
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...
 
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...
HERF: A Hybrid Energy Efficient Routing using a Fuzzy Method in Wireless Sens...
 
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star TopologyA Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
A Fault Tolerant Approach to Enhances Wsn Lifetime in Star Topology
 
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
Designing an Energy Efficient Clustering in Heterogeneous Wireless Sensor Net...
 

Mehr von 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
 

KĂŒrzlich hochgeladen

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel AraĂșjo
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

KĂŒrzlich hochgeladen (20)

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization.

  • 1. IOSR Journal of Computer Engineering (IOSRJCE) ISSN: 2278-0661 Volume 4, Issue 1 (Sep-Oct. 2012), PP 26-30 www.iosrjournals.org www.iosrjournals.org 26 | Page A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization. Snehal Sarangi1 ,Biju Thankchan2 12 Department Of Computer Science and Engineering 12 Disha Institute Of Management and Technology,Raipur Abstract: Wireless sensor network is becoming a progressively Important and challenging research area. Advancement in WSN enable a wide range of environmental monitoring and object tracking system. Wireless sensor networks consists of small low cost sensor nodes, having a limited transmission range and their processing, storage capabilities and energy resources are limited. We consider energy constrained wireless sensor network deployed over a region. The main task of such a network is to gather information from node and transmit it to base station for further processing. Generally, it needs a fixed amount of energy to receive one bit of information and an additional amount of energy to transmit the same. This additional amount depends on the transmission range. So, if all nodes transmit directly to the BS, then they will quickly deplete their energy. To perform routing in wireless sensor network with this limitation of low power, energy and storage capabilities is a major problem. Many solutions has been proposed where energy awareness is essential consideration for routing. The LEACH, PEGASIS, GROUP, Ant colony optimization etc has provided elegant solutions and has shown very effective results. In this paper, we have proposed a Particle Swarm Optimization based Routing protocol (PSOR ) where we have taken energy efficiency as major criteria for performing routing and deriving optimized path for data forwarding and processing to base node. The PSOR generates a whole new path of routing by taking energy as fitness value to judge different path and choose best optimized path whose energy consumption is less as compared to other routing paths. We concluded with the result obtained by performing experiment on our proposed algorithm PSOR and comparing its result with Genetic Algorithm which shows better result as compared to Genetic Algorithm and the experiments performed are done using NS2 simulator. Keywords: Particle Swarm Optimization, Routing, Optimization, Genetic Algorithm, wireless sensor network. I. Introduction Recent advances in sensing, computing and communication technologies coupled with the need to continuously monitor physical phenomena have led to the development of Wireless Sensor Networks (WSNs). WSN consist of four main components: A radio, a processor, sensors and battery. A WSN is formed by densely deployed sensor nodes in an application area. In most deployments, the sensor nodes have self-organizing capabilities, to form an appropriate structure in order to collaboratively perform a particular task. Wireless Sensor Networks (WSNs) is a class of wireless ad hoc networks in which sensor nodes collect, process, and communicate data acquired from the physical environment to an external Base Station (BS)..The key constraints in the development of WSNs are limited battery power, cost, memory limitation, limited computational capability, and the physical size of the sensor nodes. Due to the severe energy constraints of large number of densely deployed sensor nodes, it requires a suite of network protocols to implement various network control and management functions such as synchronization, node localization, and network security. Wireless Sensor Networks are found suitable for applications such as surveillance, precision agriculture, smart homes, automation, vehicular traffic management, habitat monitoring, and disaster detection. Routing in wireless sensor networks differs from conventional routing in fixed networks in various ways: There is no infrastructure, wireless links are unreliable, sensor nodes may fail, and routing protocols have to meet strict energy saving requirements. The traditional routing protocols have several shortcomings when applied to WSNs, which are mainly due to the energy-constrained nature of such networks. In this paper, we attempt to overcome limitations of the wireless sensor networks such as: limited energy resources, varying energy consumption based on location, high cost of transmission, and limited processing capabilities which forms the basic draw backs while sending or receiving data packets during routing. Besides maximizing the lifetime of the sensor nodes, it is preferable to distribute the energy dissipated throughout the wireless sensor network in order to minimize maintenance and maximize overall system performance while routing. In wireless sensor networks each node do not save a fixed energy, even the shortest path of the network takes a huge energy which leads to the permanent failure and reduce the lifetime of the network. So energy efficiency and distance should be consider as major criteria for optimized path selection.
  • 2. A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization. www.iosrjournals.org 27 | Page II. Literature Survey The optimization of network parameters for a WSN routing process to provide maximum network lifetime might be considered as a combinatorial optimization problem. Many researchers have recently studied the collective behavior of biological species such as ants as an analogy providing a natural model for combinatorial optimization problems. Selcuk Okdem et al[1] developed routing using ant colony optimization (ACO) . Ant colony optimization (ACO) algorithms simulating the behavior of ant colony have been successfully applied in many optimization problems such as the asymmetric traveling salesman, vehicle routing , and WSN routing. Singh et al. [2] proposed an ant based algorithm for WSN routings. However, this algorithm does not consider the main specifics of WSN structures, including energy related issues. Zhang et al. [3]proposed ant based algorithms for WSNs; their study includes three routing algorithms named SC, FF, and FP. The algorithms are successful with initial pheromone settings to have a good system start-up, but the SC and FF algorithms are not quite effective in latency, while providing better energy efficiency. Besides, the FP algorithm, while providing high success rates of data delivery, consumes much higher energy than the FC and FF algorithms. The Energy Efficient Ant Based Routing Algorithm for WSNs (EEABR) [4], based on a ACO meta heuristic, is another proposed ant based algorithm to maximize the lifetime of WSNs. The algorithm uses a good strategy considering energy levels of the nodes and the lengths of the routed paths. Heinzelman et al [5] developed a cluster based routing scheme called Low Energy adaptive cluster in hierarchy In LEACH the role of the cluster head is periodically transferred among the nodes in the network in order to distribute the energy consumption. The performance of LEACH is based on rounds. Then, a cluster head is elected in each round. For this election, the number of nodes that have not been cluster heads and the percentage of cluster heads are used. Once the cluster head is defined in the setup phase, it establishes a TDMA schedule for the transmissions in its cluster This scheduling allows nodes to switch off their interfaces when they are not going to be employed. The cluster head is the router to the sink and it is also responsible for the data aggregation. As the cluster head controls the sensors located in a close area, the data aggregation performed by this leader permits to remove redundancy. A centralized version of this protocol is LEACH-C [6]. This scheme is also based on time rounds which are divided into the set-up phase and the steady-phase. In the set-up phase, sensors inform the base station about their positions and about their energy level. With this information, the base station decides the structure of clusters and their corresponding cluster heads. Since the base station posses a complete knowledge of the status of the network, the cluster structure resulting from LEACH-C is considered an optimization of the results of LEACH Lindsey et al [7] developed a Power-Efficient Gathering in Sensor Information Systems (PEGASIS) . It is considered an optimization of the LEACH algorithm. Rather than classifying nodes in clusters, the algorithm forms chains of the sensor nodes. Based on this structure, each node transmits to and receives from only one closest node of its neighbors. With this purpose, the nodes adjust the power of their transmissions The node performs data aggregation and forwards it the node in the chain that communicates with the sink. In each round, one node in the chain is elected to communicate with the sink. The chain is constructed with a greedy algorithm. Ayan Chakraborty et al [8] proposed a genetic algorithm inspired routing protocol(GROUP) which shows enhanced performance in terms of energy efficiency and network life time over another schemes. In this paper, we proposed a particle swarm optimization based routing(PSOR).PSOR algorithm is designed to maximize the lifetime of WSNs. The algorithm uses a good strategy considering energy levels of the nodes and the lengths of the routed paths. In this paper, we have compared the performance results of our PSOR approach to the results of the Genetic algorithm. Various differently sized networks are considered, and our approach gives better results than Genetic algorithm(GROUP)[ 8] in terms of energy consumption. The main goal of our study was to maintain network life time at a maximum, while discovering the shortest paths from the source nodes to the base node using a particle swarm based optimization technique called PSO, Furthermore instead of forming greedy chain or cluster of chain, which may not always ensure minimum energy dissipation, we make use of intelligent particle swarm based optimization Particle swam optimization is an inspiration from the flocking birds. Here also we have multiple search agents that try to search for the global minima in the fitness landscape a shukla et al [9], just like the GA[10].The result obtained by PSOR shows encouraging improvement over Genetic Algorithm[GROUP], PEGASIS ,LEACH and ACO.The PSOR algorithm was implemented in network simulator 2 for ubuntu platform. The rest of the paper is organized as follows: section 2 PSO , section 3 Proposed Routing Algorithm using PSO , Section 4Simulation Section 5 Experimental result and enhancement, Section 6 Conclusion and Future work.. III. Particle Swarm Optimization The particle swarm optimization algorithm, originally introduced in terms of social and cognitive behavior by Kennedy and Eberhart (1995) [11], solves problems in many fields, especially engineering and computer science. The individuals, called particles henceforth, are flown through the multidimensional search space with each particle representing a possible solution to the multi-dimensional optimization problem. Each solution's fitness is based on a performance function related to the optimization problem being
  • 3. A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization. www.iosrjournals.org 28 | Page solved. The movement of the particles is influenced by two factors using information from iteration-to- iteration as well as particle-to-particle. As a result of iteration-to- iteration information, the particle stores in its memory the best solution visited so far, called pbest, and experiences an attraction towards this solution as it traverses through the solution search space. As a result of the particle-to particle interaction, the particle stores in its memory the best solution visited by any particle, and experiences an attraction towards this solution, called gbest , as well. The first and second factors are called cognitive and social components, respectively .After iteration, the pbest and gbest are updated for each particle if a better or more dominating solution (in terms of fitness) is found. This process continues, iteratively, until either the desired result is converged upon, or it is determined that an acceptable solution cannot be found within computational limits. For an n dimensional search space, the ith particle of the swarm is represented by an n-dimensional vector, Xi= (xi1 ,xi2 .....xin ). The velocity of this particle is represented by another n dimensional vector Vi = (vi1; vi2...... vin )T. The previously best visited position of the ith particle is denoted as Pi = (pi1, pi2,........pin )T. `g' is the index of the best particle in the swarm. The velocity of the ith particle is updated using the velocity update equation given by vid = vid + c1r1( pid-xid) + c2r2( pgd-xid) (2.1) and the position is updated using xid=xid+vid (2.2) where d = 1, 2....n ; i = 1; 2....S , where S is the size of the swarm; c1 and c2 are constants, called cognitive and social scaling parameters respectively (usually, c1 = c2 ; r1 , r2 are random numbers, uniformly distributed in [0, 1]). Equations (2.1) and (2.2) are the initial version of PSO algorithm. A constant, Vmax, is used to arbitrarily limit the velocities of the particles and improve the resolution of the search. Further, the concept of an inertia weight was developed to better control exploration and exploitation. The motivation was to be able to eliminate the need for Vmax . The inclusion of an inertia weight (w) in the particle swarm optimization algorithm was first reported in the literature in 1998 (Shi and Eberhart, 1998) [13]. The resulting velocity update equation becomes: vid = w * vid + c1 r1( pid - xid) + c2r2( pgd- xid) (2.3) Eberhart and Shi (2000) [12] indicate that the optimal strategy is to initially set w to 0.9 and reduce it linearly to 0.4, allowing initial exploration followed by acceleration toward an improved global optimum. IV. Proposed Routing Algorithm Using Pso : Particle swarm optimization is mainly a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to given measure of quality. For solving any optimization problem we have to first formulate the problem according to optimization problem. In this proposed algorithm we have to choose the best path according to fitness value which is according to the minimum distance to be travelled by a data up to base node, since we are dealing with energy efficient routing ,more the distance more the energy will be lost in sending data. So to calculate fitness value we are using PSO and generating an optimum path taking consideration in all sensor nodes. A) FITNESS FUNCTION To find optimize path using PSO ,we need to find the fitness value of each path .This fitness value will be used to select the local best and global best for PSO. The path having minimum fitness value will be the best optimal solution. Fitness value = dist(i,j) + dist(j,base) (3.2.1) where i , j are the node distance. B) REPRESENTATION As the PSO equation given in above equation 2.1 and equation 2.2 works on real number values ,but for generating path it is easier to use natural number system so we are using Shortest positioning index to make node position very simple, In shortest position indexing the values are sorted from minimum value to maximum value and position is given accordingly. For example [0.923 0.422 8.32 3.66 2.55] Applying shortest positioning index [2 1 5 4 3]
  • 4. A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization. www.iosrjournals.org 29 | Page C)ALGORITHM : PARTICLE SWARM OPTIMIZATION BASED ROUTING. Phase 1 :[ Initialization Phase] for (s = 0 to number of solutions or populations). for (d = 0 to number of sensor nodes). Randomly solutions are selected. Compute new route using solution. End for . Compute fitness value of initialized solution. Compute global best and Local best. End for . Phase 2 :[Update Phase] while criteria does not match for (s = 1 to number of solutions) for (d = 1 to number of sensor nodes). update solution using PSO update equation. Generate new path based on update solution. End for. Compute fitness value for updated route. Compute global best and local best. End for. Note the global best End while. To find best optimal path with least energy usage we have used Particle Swarm Optimization (PSO).We set an initial solution by selecting a random number of solutions from the set of x! solutions ; x is the total number of solutions. After getting initial random solutions we calculate fitness value of each solution, according to equation ( 3.2.1).After that we calculate best among the entire solution and set it as initial global and local best.PSO update equation is used to update old solution and generate new solutions and their nodes are calculated. These solutions along with their nodes are then used to find the fitness value of each solution. The process will be repeated till the given iteration is satisfied. Based on this continuous iteration and fitness value the solution which is better is replaced than its other solutions. V. Simulation The scenario was simulated using network simulator (NS2)[13] based on network topology.25 wireless sensor nodes were deployed onto 50x50 m2 grid as shown in fig 1.The Particle swarm optimization routing algorithm is implemented under NS2.Program is written in OTcl programming language. Fig 1 Graphical Representation of network topology. VI. Experimental Result And Discussion This section focuses on the efficiency of the proposed algorithm PSOR with the Genetic Algorithm[10]. This section shows the experimental results and the parameters setting of the proposed algorithm. A) EXPERIMENTAL SETUP For every algorithm there are some control parameters which are used for efficient working. The first control parameter is maximum number of population or solutions which we have taken its value to be 30 .The next parameter in our experiment is number of sensor nodes which we have taken as 30 nodes. Another control parameter is number of iteration, which we have taken in our experiment is 3000 .The fourth control parameter is number of random solution to be chosen, which in this experiment we have taken 30.The next control parameter is the value of c1 and c2 which we have taken as 2 for both. And inertia weight w is also a
  • 5. A Novel Routing Algorithm for Wireless Sensor Network Using Particle Swarm Optimization. www.iosrjournals.org 30 | Page parameter and we have taken its value as 0.7. The comparison of the results are with the genetic algorithm result where in the experiment the crossover probability of GA taken is 0.7.We have keep on changing the parameter of number of nodes, number of random solutions and iterations, to keep on observing the fitness value and compare the results with the fitness value of GA. B) EXPERIMENTAL RESULTS. Table 1 Fitness value calculated by PSOR and GA for varying number of nodes. NODES 10 15 20 25 GA 1989.59 4190.62 5136.21 6807.21 PSOR 1425.41 3083.45 3815.16 5093.67 Here we are provided with different number of nodes and comparing it with fitness value of PSOR with GA. Table 2 Fitness value calculated by PSOR and GA for varying number of iterations. iteration 1000 1500 2500 3000 GA 5832.24 5606.07 6533.35 6533.35 PSOR 4731.42 4823.93 4280.07 4280.07 Table 3 Fitness value calculated by PSOR and GA for varying number ofrandom solution solution 10 15 20 25 GA 5694.36 6641.24 6376.04 6432.24 PSOR 4720.25 5007.34 4655.08 4497.21 C) DISCUSSION From table 1,2,3 it is concluded that proposed algorithm PSOR gives better result than Genetic Algorithm with varying number of nodes, iterations and random solutions. Parameters written above is standard parameter we have measured from experiment. VII. Conclusion And Future Enhancement: In this paper we proposed a novel scheme for sensor networks which results in energy efficient routing across the network. The concept of this model is based on the fact is greater the distance travelled to send data more is the consumption of sensor energy. The algorithm is done by using concept of PSO . Our results prove that after a considerable optimum path can be calculated using PSO which shows better result than GA giving us best routing path with least distance to be travelled. As future work this PSO can be hybrid with existing algorithm ,it may perform better than the existing. References [1] Selcuk Okdem and Dervis Karaboga : Routing in Wireless Sensor Networks Using an Ant Colony Optimization (ACO) Router Chip:In Sensors 2009. [2] Shio Kumar Singh , M P Singh , and D K Singh : Energy Efficient Homogenous Clustering Algorithm for Wireless Sensor Networks: International Journal of Wireless & Mobile Networks ( IJWMN ), Vol.2, No.3, August 2010. [3] Y. Zhang, L. D. Kuhn, and M. P. J. Fromherz, "Improvements on Ant Routing for Sensor Networks," M. Dorigo et al. (Eds.): ANTS 2004, Springer-Verlag Berlin Heidelberg 2004, vol. LNCS 3172, pp. 154-165, 2004. [4] Tiago Camilo, Carlos Carreto, Jorge SĂĄ Silva, Fernando Boavida : An Energy-Efficient Ant-Based Routing Algorithm for Wireless Sensor Networks. [5] Rabiner, W.; Kulik, J.; Balakrishnan, H. Adaptive Protocols for Information Dissemination in Wireless Sensor Networks. In Proceedings of the Fifth Annual International Conference on Mobile Computing and Networking (MOBICOM), Seattle, WA, USA, August, 1999; pp. 174–185. [6] Heinzelman, W.B.; Chandrakasan, A.P.; Balakrishnan, H. An Application-Specific Protocol Architecture for Wireless Microsensor Networks. IEEE Trans. Wirel. Commun. 2002, 1, 660–670. [7] Lindsey, S.; Raghavendra, C.S. PEGASIS: Power-Efficient Gathering in Sensor Information Systems. In Proceedings of the Aerospace Conference, Big Sky, MT, March, 2002; pp. 1125–1130. [8] Ayon Chakraborthy,Swarup kumar Mitra,Mrinal Kanti Niskar:A Genetic Algorithm Inspired routingProtocol for Wireless sensor Network: in International Journal of Computational IntelligenceTheory and practice,Vol 6No.1 June 2011. [9] A. Shukla et al.: Towards Hybrid and Adaptive Computing, SCI 307, pp. 187–207. springerlink.com © Springer-Verlag Berlin Heidelberg 2010 [10] Manoj Kumar1, Mohammad Husian2, Naveen Upreti3 & Deepti Gupta :GENETIC ALGORITHM: REVIEW AND APPLICATION:In International Journal of Information Technology and Knowledge Management July-December 2010, Volume 2, No. 2, pp. 451-454 [11] Kennedy, J., Eberhart, R.: Particle swarm optimization. In:Neural Networks,1995. Proceedings., IEEE International Conference on. vol. 4, pp. 1942{1948. IEEE(1995) [12] Shi, Y., Eberhart, R.: A modi_ed particle swarm optimizer. In: Evolutionary Computation Proceedings, 1998. IEEE World Congress on Computational Intelligence.The 1998 IEEE International Conference on. pp. 69{73. IEEE [13] S. Mccanne, S. Floyd, and K. Fall, "Network Simulator 2 (NS-2) version 2.28," in http://www-nrg.ee.lbl.gov/ns/, http://www.isi.edu/nsnam/ns (1998)