SlideShare a Scribd company logo
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 6, Issue 6 (Jul. - Aug. 2013), PP 29-36
www.iosrjournals.org
www.iosrjournals.org 29 | Page
Design Optimization of Energy and Delay Efficient Wireless
Sensor Network with the help of Particle Swarm Optimization
and Cluster based Least Spanning Tree Algorithm
Satyesh Sharan Singh1
, Mukesh Kumar2
, A.K. Jaiswal3
, Rohini Saxena4
, Priya5
1,5
PG Student ECE, SHIATS (Deemed-to-be-university), U.P., India
3
Professor & HOD, ECE, SHIATS (Deemed-to-be-university), U.P., India
2,4
Assistant professor, ECE, SHIATS (Deemed-to-be-university), U.P., India
Abstract: In WSN sensors are randomly deployed in the sensor field which brings the coverage problem and
limited energy resources. Hence energy and coverage problem are very scarce resources for such sensor
systems and has to be managed wisely in order to extend the life of the sensors and maximizing coverage for the
duration of a particular mission. In past a lot of cluster based algorithm and techniques were used. In this
paper we propose combination of PSO based algorithm and cluster based Least Spanning Tree algorithm,
which are very effective alone for WSN, and we also obtain life of sensor node and data transmission by LST
based PSO algorithm. These techniques effectively overcome the problems of low energy and coverage of
sensor range.
Keywords: Energy efficient clustering, Least Spanning Tree algorithm, PSO algorithm, Wireless Sensor
Networks.
I. Introduction
Advances in sensor technology, low-power electronics, and low-power radio frequency (RF) design
have enabled the development of small, relatively inexpensive and low-power sensors, called micro sensors [4]
which can be connected via a wireless network. These wireless micro sensor networks represent a new
paradigm for extracting data from the environment and enable the reliable monitoring of a variety of
environments for applications that include surveillance, machine failure diagnosis, and chemical/biological
detection. An important challenge in the design of these networks is that two key resources (communication
bandwidth and energy) are significantly more limited than in a tethered network environment. These constraints
require innovative design techniques to use the available bandwidth and energy efficiently. Energy usage is an
important issue in the design of WSNs which typically depends on portable energy sources like batteries for
power .WSNs is large scale networks of small embedded devices, each with sensing, computation and
communication capabilities. They have been widely discussed in recent years. Micro-Electro-Mechanical
System [MEMS][3] sensor technology has facilitated the development of smart sensors, these smart sensors
nodes are small devices with limited power, processing and computation resources. Smart sensors are power
constrained devices that have one or more sensors, memory unit, processor, power supply and actuator. In
WSNs, sensor nodes have constrained in term of processing power, communication bandwidth, and storage
space which required very efficient resource utilization. In WSNs the sensor nodes are often grouped into
individual disjoint sets called a cluster, clustering is used in WSNs, as it provides network scalability, resource
sharing and efficient use of constrained resources that gives network topology stability and energy saving
attributes. Clustering schemes offer reduced communication overheads, and efficient resource allocations thus
decreasing the overall energy consumption and reducing the interferences among sensor nodes. A large number
of clusters will congest the area with small size clusters and a very small number of clusters will exhaust the
cluster head with large amount of messages transmitted from cluster members.
II. Background
There are various algorithms which are used for the energy efficiency of wireless sensor network
which are improved time to time by different authors; some important and useful algorithms are shown in figure
1.1.
Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of
www.iosrjournals.org 30 | Page
Figure.1.1 Different types of algorithm
III. The System Model
For making of an effective system we make a model which contains all prospects of the system and
also it executable. So the system model of an energy and delay efficient wireless sensor network is given
bellow:
A. Network Model
We adopt a wireless sensor architecture or model which is similar to use in the LEACH protocol with
the following properties:
 Each node performs sensing tasks periodically and always has tendency to send data to the base
station.
 A fixed base station can be located inside or outside the network sensor fields.
 All nodes are stationary and energy constrained.
 The nodes have power control capabilities to vary their transmitted power.
 All nodes are capable of operating in cluster head mode and sensing mode.
 Data fusion is used to reduce the total data message sent.
B. Radio Power Model and Characteristic Distance
For a simplified power model of radio communication, the energy consumed per second in
Transmission is[6]:
𝐸𝑡 = 𝑒𝑡 + 𝑒 𝑑 𝑟 𝑛
𝐵 … … … … … … … … … … . . … … . (1)
Where et is the energy/bit consumed by the transmitter electronics (including energy costs of imperfect
duty cycling due to finite startup time), and ed accounts for energy dissipated in the transmit op-amp (including
op-amp inefficiencies). Both et and ed are properties of the transceiver used by the nodes, r is the transmission
range used. The parameter n is the power index for the channel path loss of the antenna. This factor depends on
the RF environment and is generally between 2 and 4. B is the bit rate of the radio and is a fixed parameter in
our study.
On the receiving side, a fixed amount of power is required to capture the incoming radio signal[6]:
𝐸𝑟 = 𝑒𝑟 𝐵 … … … … … … … … … … … … … … … … … . . (2)
For currently available radio transceivers are et =50x10-9 J/bit, 𝑒𝑟 =50x10-9 J/bit, ed =100x10-12
J/bit/m2 (for n=2) and B=1Mbit/s. Since the path loss of radio transmission scales with distance in a greater-
than-linear fashion, the transmission energy can be reduced by dividing a long path into several shorter ones.
However, if the number of intermediate nodes is very large then the energy consumption per node is dominated
by the term et in equation (1) and the receiving energy consumption hence an optimum exists. Intermediate
nodes between a data source and destination can serve as relays that receive and rebroadcast data. Let us
consider multi-hop communication in a finite one dimensional network from the source to the base station
Clustering
Algorithm
Grid-schemes
PDCH
GROUP
PEGASIS
PSO based
PSO-C
PSO
CLUSTERIN
G
Least
Spanning
tree based
Miscellaneous
PEZCA
CACC
BARC
Housedroff
Clustering
Hierarchical
based
LEACH & Its
Descendant
EECS
HEED
EEUC
Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of
www.iosrjournals.org 31 | Page
across a distance d using k hops. The source at x=d will generate traffic of A Erlang, so that each intermediate
node receives and transmits the same traffic, A. The routing nodes are assumed to be regularly spaced and to
consume no energy while idle. The power consumed by this communication is then simply the sum of the
transmit and receive energies multiplied by the effective bit rate, BA, and is given by
𝑃 = (𝑒𝑡 + 𝑒 𝑑 𝑟𝑖
𝑛
+ 𝑒𝑟)𝐵𝐴
𝑘
𝑖=1
… … … … … … … … … … (3)
𝑑 = 𝑟𝑖
𝑘
𝑖=1
… … … … … … … … … … … … … … … … … … . . (4)
In order to minimize P we note that it is strictly convex and use Jensen‟s inequality. Given d and k then
P is minimized when all the hop distances 𝑟𝑖 are made equal to d/k. The minimum energy consumption for a
given distance d has either no intervening hops or 𝑘 𝑜𝑝𝑡 equidistant hops where 𝑘 𝑜𝑝𝑡 is always of,
𝑘 𝑜𝑝𝑡 =
𝑑
𝑑 𝑐𝑕 𝑎𝑟
.............................................................(5)
The distance𝑑 𝑐𝑕𝑎𝑟 , called the characteristic distance, is independent of d and is given by,
𝑑 𝑐𝑕𝑎𝑟 =
𝑒 𝑡+𝑒 𝑟
𝑒 𝑑(𝑛−1)
𝑛
..........................................................(6)
The characteristic distance depends only on the energy consumption of the hardware and the path loss
coefficient (i.e. it is independent of the traffic); dchar alone determines the optimal number of hops. For typical
COTS (commercial, off-the-shelf)-based sensor nodes, dchar is about 35 meters. The introductions of relay nodes
are clearly a balancing act between reduced transmission energy and increased receive energy. Hops that are too
short lead to excessive receive energy. Hops that are too long lead to excessive path loss. In between these
extremes is an optimum transmission distance that is the characteristic distance.
In the above section I have introduced a simple energy model in which no energy was consumed while
the node was idle. This led to a characteristic distance that was independent of traffic. We now include the idle
state energy and show how the characteristic distance is modified. On one hand a short range is preferred for
energy efficient data transmission as a result of the nonlinear path loss ratio. On the other hand more redundant
nodes can be put into the sleep state to prolong the network lifetime if a long range is used in the topology
management of sensor networks. If the transmission route is divided into k grids and only one node wakes up in
each grid as relay node, as in the GAF protocol, the total energy consumption per second by k hops is[7]
𝑃 = 𝑘(𝑒𝑟 𝐵𝐴 + 𝑒𝑡 𝐵𝐴 + 𝑒 𝑑 2
𝑑
𝑘
𝑛
𝐵𝐴 + 𝑐𝑒𝑟 1 − 2𝐴 𝐵. … … . (7)
The last term 𝑐𝑒𝑟 1 − 2𝐴 B in the equation (7) represents the energy consumption when the radio
neither receives nor transmits, i.e. it is in the idle state. The energy consumption in the idle state is
approximately equal to that in the receiving state, so that the parameter c is close to 1. Note that we are
currently assuming that nodes in the sleep state consume no energy. Also, we assume that the routing node in
each grid can be located anywhere within that section and so the radio range is now twice the grid size. The
energy efficient optimum size of the virtual grid can now be derived from equation (1.7) and is given by
𝑅 𝑜𝑝𝑡 =
𝑟𝑜𝑝𝑡
2 =
𝑒𝑡 + 𝑒𝑟 𝐴 + 𝑐𝑒𝑟 1 − 2𝐴
2 𝑛 𝐴(𝑛 − 1)𝑒 𝑑
𝑛
… … … (8)
We know the energy consumed at the cluster head is much larger than that at individual sensing node.
The reason is as follows: (1) the cluster-head needs to relay all the traffic of the cluster; (2) for each data unit,
the cluster-head needs to transmit longer distance due to transmission between clusters, while the sensing nodes
just transmit data inside the cluster. In view of this, let Ep and Ec be, respectively, the current energy and
clustering energy (Ec is fixed), after a period of time, the ith
cluster-head has transmits information n1 times and
has receives information n2 times before T1(suppose the energy of the ith
cluster-head is not lower than the
threshold and the information unit is A Erlang ) .the remainder energy of the ith
cluster-head at T1 is then simply
as the equation (9).
𝐸𝑝 𝑖 = 𝐸𝑝 𝑖 − 𝐸𝑟 𝑖, 𝑘 − 𝐸𝑟 𝑖, 𝑙 − 𝐸𝑐 × 𝑛𝑖
𝑛2
𝑖=1
𝑛1
𝑘=1
. . (9)
Where i, j, k respectively denote cluster-head, ni is the clustering time in cluster i before T1.
Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of
www.iosrjournals.org 32 | Page
IV. Methodology
A. Particle Swarm Optimization[PSO]
PSO is originally attributed to Kennedy, Eberhart and Shi[1] and was first intended for simulating
social behavior, as a stylized representation of the movement of organisms in a bird flock or fish school. The
algorithm was simplified and it was observed to be performing optimization. The book by Kennedy and
Eberhart describes many philosophical aspects of PSO and swarm intelligence. An extensive survey of PSO
applications is made by Poli. In computer science, particle swarm optimization (PSO)[6] is a computational
method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given
measure of quality. PSO optimizes a problem by having a population of candidate solutions, here
dubbed particles, and moving these particles around in the search-space according to simple mathematical
formulae over the particle's position and velocity. Each particle's movement is influenced by its local best
known position and is also guided toward the best known positions in the search-space, which are updated as
better positions are found by other particles. This is expected to move the swarm toward the best solutions.
The PSO [6] algorithm is an evolutionary computing technique, modeled after the social behaviour of a
flock of birds. In the context of PSO, a swarm refers to a number of potential solutions to the optimization
problem, where each potential solution is referred to as a particle. The aim of the PSO is to find the particle
position that results in the best evaluation of a given fitness function. In the initialization process of PSO, each
particle is given initial parameters randomly and is „flown‟ through the multi-dimensional search space. During
each generation, each particle uses the information about its previous best individual position and global best
position to maximize the probability of moving towards a better solution space that will result in a better fitness.
When a fitness better than the individual best fitness is found, it will be used to replace the individual best
fitness and update its candidate solution according to the following equations [1]:
𝑣𝑖𝑑 𝑡 = 𝑤 × 𝑣𝑖𝑑 𝑡 − 1 + 𝑐1 ∅1 𝑝𝑖𝑑 − 𝑥𝑖𝑑 𝑡 − 1 + 𝑐2 ∅2(𝑝 𝑔𝑑 − 𝑥 𝑔𝑑 𝑡 − 1 ) ………... (10)
Table 1 summarizes the variables in (1).
Table 1: List of variables used in PSO equations:-
v The particle velocity
x The particle position
t Time
C1,C2 Learning factor
Φ1,Φ2 Random numbers between 0 and 1
pid Particle‟s best position
pgd Global best position
w Inertia weight
B. Particle Swarm Optimization Algorithm for Cluster Setup
The operation of our protocol is based on a centralized control algorithm that is implemented at the
base station, which is a node with a large amount of energy supply. The proposed protocol operates in rounds,
where each round begins with a setup phase at which clusters are formed. This is followed by a steady state
phase in which we used a similar approach as in. At the starting of each setup phase, all nodes send information
about their current energy status and locations to the base station. Based on this information, the base station
computes the average energy level of all nodes. To ensure that only nodes with a sufficient energy are selected
as cluster heads, the nodes with an energy level above the average are eligible to be a cluster head candidate for
this round. Next, the base station runs the PSO algorithm to determine the best K cluster heads that can
minimize the cost function, as defined by:
cos 𝑡 = 𝛽 × 𝑓1 + (1 − 𝛽) × 𝑓2…………………... (11)
𝑓1 = 𝑚𝑎𝑥 𝑘=1,2,..,𝐾 𝑑∀𝑛 𝑖∈𝐶 𝑝,𝑘
(𝑛𝑖, 𝐶𝐻𝑝,𝑘 )/ 𝐶𝑝,𝑘 . ……………………..(12)
Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of
www.iosrjournals.org 33 | Page
Figure 1.2 Flowchart of the PSO algorithm for cluster
setup
𝑓2 = 𝐸(𝑛𝑖)𝑁
𝑖=1 / (𝐶𝐻 𝑝,𝑘 )𝐾
𝑘=1 ………................ (13)
Where f1 is the maximum average Euclidean distance of nodes to their associated cluster heads and
Cp,k is the number of nodes that belong to cluster Ck of particle p. Function f2 is the ratio of total initial energy
of all nodes ni, i=1,2,…,N in the network with the total current energy of the cluster heads candidates in the
current round. The constant β is a user defined constant used to weigh the contribution of each of the sub-
objectives. The fitness function defined above has the objective of simultaneously minimizing the intra-cluster
distance between nodes and their cluster heads, as quantified by f1; and also of optimizing the energy efficiency
of the network as quantified by f2. According to the cost function defined above, a small value of f1and f2
suggests compact clusters with the optimum set of nodes that have sufficient energy to perform the cluster head
tasks. Fig. 1.2[1] shows the flowchart of PSO algorithm applied during the cluster setup phase. For a sensor
network with N nodes and K predetermined number of clusters, the network can be clustered as follows:
1. Initialize S particles to contain K randomly selected cluster heads among the eligible cluster head
candidates.
2. Evaluate the cost function of each particle:
i. For each node ni, i = 1,2,…,N
-Calculate distance d(ni,CHp,k) between node ni and all cluster heads CHp,k.
- Assign node ni to cluster head CHp,k where;
ii. Calculate the cost function using equations (2)to(3).
3. Find the personal and global best for each particle.
4. Update the particle‟s velocity and position using (1).
5. Limit the change in the particle‟s position value.
6. Map the new updated position with the closest (x,y) coordinates.
7. Repeat steps 2 to 6 until the maximum number of iterations is reached.
C. Least spanning tree[2]
The minimum spanning tree is a tree of a planar graph. Each edge is labelled with its weight, which
here is roughly proportional to its length. Given a connected, undirected graph, a spanning tree of that graph is a
sub graph that is a tree and connects all the vertices together. A single graph can have many different spanning
Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of
www.iosrjournals.org 34 | Page
trees. We can also assign a weight to each edge, which is a number representing how unfavourable it is, and use
this to assign a weight to a spanning tree by computing the sum of the weights of the edges in that spanning
tree. A least spanning tree (LST) or minimum weight spanning tree is then a spanning tree with weight less than
or equal to the weight of every other spanning tree. More generally, any undirected graph (not necessarily
connected) has a minimum spanning forest, which is a union of minimum spanning trees for its connected
components. A spanning tree for that graph would be a subset of those paths that has no cycles but still connects
to every house. There might be several spanning trees possible. A minimum spanning tree would be one with
the lowest total cost
D. Constructing least spanning tree[2]
By Eq(9),we can compute the remainder energy, if Ep(i) is lower than Ev, then modify the information
table of the ith
cluster-head: set flag=0; broadcast information to its children, also inform the neighbour jth
cluster-head doesn‟t transmits information to it, and let ith
cluster-head i is in the sleeping state; else the ith
cluster-head may go along the next clustering or transmitting or receiving. According to Prim algorithm,
suppose undirected graph G (V, E, D), where V is the set of cluster-heads and the number is N, E is the set of
connections of cluster-head, and D is the distance of cluster-heads, the process of constructing least spanning
tree as illustrated below:
• Initialization: V1=Sink, E′=null, and V2=V-V1.
• Select a edge: which has minimum distance from Sink to one cluster-head (suppose is Vi), where Vi is directly
connected with Sink, then set, V1= {Sink, Vi}, E ′= {(Sink, Vi)}, V2=V2-V1.
• For each cluster-head Vk in V1 do :select a minimum distance d(k,j),which Vk ЄV1,Vj Є V2 and E′=(Vk, Vj) Є
E , but Vk is not Є E′, then V1=V1 Є Vj, E′={(Vk, Vj)} Є E′, V2=V2-Vj.
• If V2 is empty then end, else go to above.
The deployment of node by least spanning tree is shown in the figure 1.3(a & b).In this deployment we take one
cluster which is nearer to the sink. Now by MAC protocol we find out the weightege of different edge(path
distance). And make an incident matrix which shows the direction of data flow from node to node.
Figure 1.3(a) deployment of sensor node Figure 1.3 (b). Least spanning tree graph.
Now we apply least spanning tree algorithm and we get shortest path from each node to the node „A‟,
which is the nearest cluster head of the network from the sink. The least spanning tree graph is shown in the
figure 1.3 (b).
Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of
www.iosrjournals.org 35 | Page
V. Results
The performance of the proposed protocol is evaluated using Matlab. We ran the simulations for 100
Figure1.4: Power consume by per node per hop over range parameter
nodes in a 100m x 100m network area with unequal initial energy of nodes to show the effect of the different
nodes‟ energy in the network. In figure 1.4 shows the calculated value of energy consumed by per node per hop
over the distance from the node. So we find out that with PSO clustering the power consumption is very less. In
figure 1.5 the lifetime of the node over high traffic is high in the PSO algorithm. in our proposed model it gives
approximately 4000 seconds per node over full traffic
Figure 1.5 Lifetime of node over traffic parameter
When we apply PSO algorithm for clustering and least spanning tree for data transmission then we get
many nodes live for long time when full traffic apply as shown in the figure 1.6.
0
0.02
0.04
0.06
0.08
0.1
0.12
0.14
0.16
0 25 100 225 400 625 900 1225160020252500
Powerconsumebypernodeperhop(J)
ri(meter square)
Power Vs Range Parameter(ri)
NC
WC
WLST
WPSO
0
1000
2000
3000
4000
5000
6000
7000
8000
0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
LifeTime(seconds)
Traffic Parameter α
Lifetime Vs Traffic Parameter
NC
WC
WLST
WPSO
Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of
www.iosrjournals.org 36 | Page
Figure 1.6 Number of node over time
VI. Conclusion
In this paper we have presented energy and delay-aware cluster based protocol for wireless sensor networks
using particle swarm optimization (PSO) algorithm and least spanning tree. Results from the simulations and
calculation indicate that the proposed protocol using PSO and least spanning tree algorithm give a higher
network lifetime and delivers more data to the base station compared to other protocol. Furthermore, the
proposed protocol produces better clustering by evenly allocating the cluster heads and the shortest path to the
communication throughout the sensor network area. Our future work includes the implementation of secure data
transmission by distributed manner in ad- hock WSN network with the help of PSO. Comparison with other
evolutionary optimization algorithm, such as Genetic Algorithm will also be made.
References
[1]. Priya, Satyesh Sharan Singh, Mukesh Kumar, Rohini Saxena “Energy And Time Delay Efficient Wireless Sensor Network By Least
Spanning Tree Algorithm: A Survey International Journal Of Engineering Research And Applications (IJERA) ISSN: 2248-9622
Www.Ijera.Com Vol. 3, Issue 1, January -February 2013, Pp.712-719.
[2]. SATYESH SHARAN SINGH* Et Al. "Application Of Particle Swarm Optimization For Energy Efficient Wireless Sensor
Network: A Survey".[IJESAT] International Journal Of Engineering Science & Advanced Technology ISSN: 2250–3676 Volume-
2, Issue-5, 1246 – 1250
[3]. J. Kennedy And R. C. Eberhart, “Particle Swarm Optimization, (1995),” IEEE International Conference On Neural Networks,
Vol.4, Pp. 1942-1948, Perth, Australia.
[4]. W. R Heinzelman, A. P Chandrakasan, And H. Balakrishnan,(2000), “Energyefficient Communication Protocol For Wireless
Microsensor Networks,” In Proceedings Of The 33rd Hawaii International Conference On System Sciences.
[5]. I. F. Akyilldiz, W. Su, Y. Sankarasubramaniam And E. Cayirci, (2002), “A Survey On Sensor Networks,” IEEE Communications
Magazine, Pp. 102−114.
[6]. W. B Heinzelman, A. P Chandrakasan, And H. Balakrishnan,(2002), “An Application-Specific Protocol Architecture For Wireless
Microsensor Networks,” IEEE Transactions On Wireless Communications, Vol. 1, No. 4, Pp. 660-70.
[7]. S. Lindsey, C. Raghavendra, And K. M Sivalingam,(2002), “Data Gathering Algorithms In Sensor Networks Using Energy
Metrics,” IEEE Transactions On Parallel And Distributed System, Vol. 13, No. 9, Pp. 924-935.
[8]. J. Tillet, R. Rao, And F. Sahin,(2002) “Cluster-Head Identification In Ad Hoc Sensor Networks Using Particle Swarm
Optimization,” IEEE International Conference On Personal Wireless Communications, Pp. 201-205.
[9]. S. D. Muruganathan, D. C. F. Ma, R. I. Bhasin, And A. O. Fapojuwo,(2005), “A Centralized Energy-Efficient Routing Protocol For
Wireless Sensor Networks,” IEEE Radio Communications, Pp. S8-S13.
[10]. S. Guru, S. Halgamuge And S. Fernando “Particle Swarm Optimizers For Cluster Formation In Wireless Sensor Networks”. In
IEEE International Conference On Sensor, 319–324.
[11]. N.M.A. Latiff, C.C. Tsimenidis, And B.S Sheriff(2008) “Energy-Aware Clustering For Wireless Sensor Networks Using Particle
Swarm Optimization”. In IEEE International Conference On Mobile Radio Communication, 1–5.
[12]. X. Co, H. Zhang, J. Shi, And G.Cui “Cluster Heads Election Analysis For Multi-Hop Wireless Sensor Networks Based On
Weighted Graph And Particle Swarm Optimization”. In IEEE Fourth International Conference On Computing, 7, 599–603.
[13]. Jason Tillett, Shanchieh Jay Yang, Raghuveer Rao And Ferat” Optimal Topologies For Wireless Sensor Networks”IEEE
International Conference On Personal Wireless Communication.
0
20
40
60
80
100
120
0 50 100 150 200 250 300 350 400 450 500 550 600
NomberofnodeLive
Time(Hour)
Node live over Time
NC
WC
WLST
WPSO

More Related Content

What's hot

Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless NetworksEnhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
IJRES Journal
 
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...
IJECEIAES
 
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ijasuc
 
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
IJECEIAES
 
A review of Wireless Information and Power Transfer in Multiuser OFDM Systems
A review of Wireless Information and Power Transfer in Multiuser OFDM SystemsA review of Wireless Information and Power Transfer in Multiuser OFDM Systems
A review of Wireless Information and Power Transfer in Multiuser OFDM Systems
IJERA Editor
 
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
 
The comparison between routing protocols based on lifetime of wireless sensor...
The comparison between routing protocols based on lifetime of wireless sensor...The comparison between routing protocols based on lifetime of wireless sensor...
The comparison between routing protocols based on lifetime of wireless sensor...
inventionjournals
 
Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)
IJCNCJournal
 
22 7404 latex power beaconb
22 7404 latex power beaconb22 7404 latex power beaconb
22 7404 latex power beaconb
IAESIJEECS
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Ijecet 06 09_003
Ijecet 06 09_003Ijecet 06 09_003
Ijecet 06 09_003
IAEME Publication
 
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSNIRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET Journal
 
Throughput maximization in multiuser wireless powered communication network b...
Throughput maximization in multiuser wireless powered communication network b...Throughput maximization in multiuser wireless powered communication network b...
Throughput maximization in multiuser wireless powered communication network b...
paperpublications3
 
Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...
redpel dot com
 
Performance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaPerformance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaIAEME Publication
 
Enhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election ProtocolEnhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election Protocol
iosrjce
 

What's hot (18)

Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless NetworksEnhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
Enhancing Survivability, Lifetime, and Energy Efficiency of Wireless Networks
 
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...Energy-Efficient Hybrid K-Means Algorithm for Clustered  Wireless Sensor Netw...
Energy-Efficient Hybrid K-Means Algorithm for Clustered Wireless Sensor Netw...
 
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
ENERGY EFFICIENT ROUTING ALGORITHM FOR MAXIMIZING THE MINIMUM LIFETIME OF WIR...
 
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
Energy Performance of LDPC Scheme in Multi-Hop Wireless Sensor Network with T...
 
eeca
eecaeeca
eeca
 
A review of Wireless Information and Power Transfer in Multiuser OFDM Systems
A review of Wireless Information and Power Transfer in Multiuser OFDM SystemsA review of Wireless Information and Power Transfer in Multiuser OFDM Systems
A review of Wireless Information and Power Transfer in Multiuser OFDM Systems
 
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...
 
The comparison between routing protocols based on lifetime of wireless sensor...
The comparison between routing protocols based on lifetime of wireless sensor...The comparison between routing protocols based on lifetime of wireless sensor...
The comparison between routing protocols based on lifetime of wireless sensor...
 
Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)Energy aware clustering protocol (eacp)
Energy aware clustering protocol (eacp)
 
1909 1913
1909 19131909 1913
1909 1913
 
22 7404 latex power beaconb
22 7404 latex power beaconb22 7404 latex power beaconb
22 7404 latex power beaconb
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Ijecet 06 09_003
Ijecet 06 09_003Ijecet 06 09_003
Ijecet 06 09_003
 
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSNIRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
IRJET - Energy Efficient Enhanced K-Means Cluster-Based Routing Protocol for WSN
 
Throughput maximization in multiuser wireless powered communication network b...
Throughput maximization in multiuser wireless powered communication network b...Throughput maximization in multiuser wireless powered communication network b...
Throughput maximization in multiuser wireless powered communication network b...
 
Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...
 
Performance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaPerformance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimedia
 
Enhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election ProtocolEnhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election Protocol
 

Viewers also liked

Energy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networksEnergy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networks
Pushpita Biswas
 
Energy efficient wireless technology
Energy efficient wireless technologyEnergy efficient wireless technology
Energy efficient wireless technology
Eisha Madhwal
 
Vision Based Object’s Dimension Identification To Sort Exact Material
Vision Based Object’s Dimension Identification To Sort Exact Material Vision Based Object’s Dimension Identification To Sort Exact Material
Vision Based Object’s Dimension Identification To Sort Exact Material
IOSR Journals
 
I017446164
I017446164I017446164
I017446164
IOSR Journals
 
F017544247
F017544247F017544247
F017544247
IOSR Journals
 
I017144954
I017144954I017144954
I017144954
IOSR Journals
 
Android Management Redefined: An Enterprise Perspective
Android Management Redefined: An Enterprise PerspectiveAndroid Management Redefined: An Enterprise Perspective
Android Management Redefined: An Enterprise Perspective
IOSR Journals
 
Blow Mould Tool Design and Manufacturing Process for 1litre Pet Bottle
Blow Mould Tool Design and Manufacturing Process for 1litre Pet BottleBlow Mould Tool Design and Manufacturing Process for 1litre Pet Bottle
Blow Mould Tool Design and Manufacturing Process for 1litre Pet Bottle
IOSR Journals
 
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
IOSR Journals
 
B010410411
B010410411B010410411
B010410411
IOSR Journals
 
B010430814
B010430814B010430814
B010430814
IOSR Journals
 
Productive disciplinary engagement according to students’ school levels: a co...
Productive disciplinary engagement according to students’ school levels: a co...Productive disciplinary engagement according to students’ school levels: a co...
Productive disciplinary engagement according to students’ school levels: a co...
IOSR Journals
 
Comparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesComparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting Techniques
IOSR Journals
 
The Effects of Industrial Environment, Innovation, and Government Policy on B...
The Effects of Industrial Environment, Innovation, and Government Policy on B...The Effects of Industrial Environment, Innovation, and Government Policy on B...
The Effects of Industrial Environment, Innovation, and Government Policy on B...
IOSR Journals
 
Development Of Public Administration Program Development System in Rural Serv...
Development Of Public Administration Program Development System in Rural Serv...Development Of Public Administration Program Development System in Rural Serv...
Development Of Public Administration Program Development System in Rural Serv...
IOSR Journals
 
Study On Traffic Conlict At Unsignalized Intersection In Malaysia
Study On Traffic Conlict At Unsignalized Intersection In Malaysia Study On Traffic Conlict At Unsignalized Intersection In Malaysia
Study On Traffic Conlict At Unsignalized Intersection In Malaysia
IOSR Journals
 
Parametric Optimization of Single Cylinder Diesel Engine for Pyrolysis Oil an...
Parametric Optimization of Single Cylinder Diesel Engine for Pyrolysis Oil an...Parametric Optimization of Single Cylinder Diesel Engine for Pyrolysis Oil an...
Parametric Optimization of Single Cylinder Diesel Engine for Pyrolysis Oil an...
IOSR Journals
 
The Effect Service Quality to Customer Satisfaction and Customer Loyalty of A...
The Effect Service Quality to Customer Satisfaction and Customer Loyalty of A...The Effect Service Quality to Customer Satisfaction and Customer Loyalty of A...
The Effect Service Quality to Customer Satisfaction and Customer Loyalty of A...
IOSR Journals
 
Experimental Evaluation of the Effect of Thread Angle on the Fatigue Life of ...
Experimental Evaluation of the Effect of Thread Angle on the Fatigue Life of ...Experimental Evaluation of the Effect of Thread Angle on the Fatigue Life of ...
Experimental Evaluation of the Effect of Thread Angle on the Fatigue Life of ...
IOSR Journals
 
B011120723
B011120723B011120723
B011120723
IOSR Journals
 

Viewers also liked (20)

Energy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networksEnergy efficient communication techniques for wireless micro sensor networks
Energy efficient communication techniques for wireless micro sensor networks
 
Energy efficient wireless technology
Energy efficient wireless technologyEnergy efficient wireless technology
Energy efficient wireless technology
 
Vision Based Object’s Dimension Identification To Sort Exact Material
Vision Based Object’s Dimension Identification To Sort Exact Material Vision Based Object’s Dimension Identification To Sort Exact Material
Vision Based Object’s Dimension Identification To Sort Exact Material
 
I017446164
I017446164I017446164
I017446164
 
F017544247
F017544247F017544247
F017544247
 
I017144954
I017144954I017144954
I017144954
 
Android Management Redefined: An Enterprise Perspective
Android Management Redefined: An Enterprise PerspectiveAndroid Management Redefined: An Enterprise Perspective
Android Management Redefined: An Enterprise Perspective
 
Blow Mould Tool Design and Manufacturing Process for 1litre Pet Bottle
Blow Mould Tool Design and Manufacturing Process for 1litre Pet BottleBlow Mould Tool Design and Manufacturing Process for 1litre Pet Bottle
Blow Mould Tool Design and Manufacturing Process for 1litre Pet Bottle
 
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
Implementation of XOR Based Pad Generation Mutual Authentication Protocol for...
 
B010410411
B010410411B010410411
B010410411
 
B010430814
B010430814B010430814
B010430814
 
Productive disciplinary engagement according to students’ school levels: a co...
Productive disciplinary engagement according to students’ school levels: a co...Productive disciplinary engagement according to students’ school levels: a co...
Productive disciplinary engagement according to students’ school levels: a co...
 
Comparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesComparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting Techniques
 
The Effects of Industrial Environment, Innovation, and Government Policy on B...
The Effects of Industrial Environment, Innovation, and Government Policy on B...The Effects of Industrial Environment, Innovation, and Government Policy on B...
The Effects of Industrial Environment, Innovation, and Government Policy on B...
 
Development Of Public Administration Program Development System in Rural Serv...
Development Of Public Administration Program Development System in Rural Serv...Development Of Public Administration Program Development System in Rural Serv...
Development Of Public Administration Program Development System in Rural Serv...
 
Study On Traffic Conlict At Unsignalized Intersection In Malaysia
Study On Traffic Conlict At Unsignalized Intersection In Malaysia Study On Traffic Conlict At Unsignalized Intersection In Malaysia
Study On Traffic Conlict At Unsignalized Intersection In Malaysia
 
Parametric Optimization of Single Cylinder Diesel Engine for Pyrolysis Oil an...
Parametric Optimization of Single Cylinder Diesel Engine for Pyrolysis Oil an...Parametric Optimization of Single Cylinder Diesel Engine for Pyrolysis Oil an...
Parametric Optimization of Single Cylinder Diesel Engine for Pyrolysis Oil an...
 
The Effect Service Quality to Customer Satisfaction and Customer Loyalty of A...
The Effect Service Quality to Customer Satisfaction and Customer Loyalty of A...The Effect Service Quality to Customer Satisfaction and Customer Loyalty of A...
The Effect Service Quality to Customer Satisfaction and Customer Loyalty of A...
 
Experimental Evaluation of the Effect of Thread Angle on the Fatigue Life of ...
Experimental Evaluation of the Effect of Thread Angle on the Fatigue Life of ...Experimental Evaluation of the Effect of Thread Angle on the Fatigue Life of ...
Experimental Evaluation of the Effect of Thread Angle on the Fatigue Life of ...
 
B011120723
B011120723B011120723
B011120723
 

Similar to Design Optimization of Energy and Delay Efficient Wireless Sensor Network with the help of Particle Swarm Optimization and Cluster based Least Spanning Tree Algorithm

Energy efficient clustering in heterogeneous
Energy efficient clustering in heterogeneousEnergy efficient clustering in heterogeneous
Energy efficient clustering in heterogeneous
IJCNCJournal
 
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
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ijasuc
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ijasuc
 
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc NetworksMPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
ijsrd.com
 
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor NetworkingSensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
VIT-AP University
 
Energy efficient load balanced routing protocol for wireless sensor networks
Energy efficient load balanced routing protocol for wireless sensor networksEnergy efficient load balanced routing protocol for wireless sensor networks
Energy efficient load balanced routing protocol for wireless sensor networks
csandit
 
E017332733
E017332733E017332733
E017332733
IOSR Journals
 
Sensors 13-11032
Sensors 13-11032Sensors 13-11032
Sensors 13-11032
Suriya M
 
La3518941898
La3518941898La3518941898
La3518941898
IJERA Editor
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energy
ijp2p
 
Mimo and cooperative mimo comparison in energy constrained wireless sensor ne...
Mimo and cooperative mimo comparison in energy constrained wireless sensor ne...Mimo and cooperative mimo comparison in energy constrained wireless sensor ne...
Mimo and cooperative mimo comparison in energy constrained wireless sensor ne...
eSAT Journals
 
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
IJTET Journal
 
Energy Efficient Clustering and Routing in Mobile Wireless Sensor Network
Energy Efficient Clustering and Routing in Mobile Wireless Sensor NetworkEnergy Efficient Clustering and Routing in Mobile Wireless Sensor Network
Energy Efficient Clustering and Routing in Mobile Wireless Sensor Network
ijwmn
 
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
IJECEIAES
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
IJERA Editor
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
IJERA Editor
 
De31486489
De31486489De31486489
De31486489IJMER
 
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
ijassn
 
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
ijassn
 

Similar to Design Optimization of Energy and Delay Efficient Wireless Sensor Network with the help of Particle Swarm Optimization and Cluster based Least Spanning Tree Algorithm (20)

Energy efficient clustering in heterogeneous
Energy efficient clustering in heterogeneousEnergy efficient clustering in heterogeneous
Energy efficient clustering in heterogeneous
 
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 )
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
 
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc NetworksMPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
MPC-EAR : Maximal Power Conserved And Energy Aware Routing in Ad hoc Networks
 
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor NetworkingSensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
Sensor Energy Optimization Using Fuzzy Logic in Wireless Sensor Networking
 
Energy efficient load balanced routing protocol for wireless sensor networks
Energy efficient load balanced routing protocol for wireless sensor networksEnergy efficient load balanced routing protocol for wireless sensor networks
Energy efficient load balanced routing protocol for wireless sensor networks
 
E017332733
E017332733E017332733
E017332733
 
Sensors 13-11032
Sensors 13-11032Sensors 13-11032
Sensors 13-11032
 
La3518941898
La3518941898La3518941898
La3518941898
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energy
 
Mimo and cooperative mimo comparison in energy constrained wireless sensor ne...
Mimo and cooperative mimo comparison in energy constrained wireless sensor ne...Mimo and cooperative mimo comparison in energy constrained wireless sensor ne...
Mimo and cooperative mimo comparison in energy constrained wireless sensor ne...
 
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
Prolong Lifetime Analysis and Efficient Utilization of Energy in Heterogeneou...
 
Energy Efficient Clustering and Routing in Mobile Wireless Sensor Network
Energy Efficient Clustering and Routing in Mobile Wireless Sensor NetworkEnergy Efficient Clustering and Routing in Mobile Wireless Sensor Network
Energy Efficient Clustering and Routing in Mobile Wireless Sensor Network
 
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
 
De31486489
De31486489De31486489
De31486489
 
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
 
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
 

More from IOSR Journals

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

More from 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
 

Recently uploaded

Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 

Recently uploaded (20)

Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 

Design Optimization of Energy and Delay Efficient Wireless Sensor Network with the help of Particle Swarm Optimization and Cluster based Least Spanning Tree Algorithm

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 6, Issue 6 (Jul. - Aug. 2013), PP 29-36 www.iosrjournals.org www.iosrjournals.org 29 | Page Design Optimization of Energy and Delay Efficient Wireless Sensor Network with the help of Particle Swarm Optimization and Cluster based Least Spanning Tree Algorithm Satyesh Sharan Singh1 , Mukesh Kumar2 , A.K. Jaiswal3 , Rohini Saxena4 , Priya5 1,5 PG Student ECE, SHIATS (Deemed-to-be-university), U.P., India 3 Professor & HOD, ECE, SHIATS (Deemed-to-be-university), U.P., India 2,4 Assistant professor, ECE, SHIATS (Deemed-to-be-university), U.P., India Abstract: In WSN sensors are randomly deployed in the sensor field which brings the coverage problem and limited energy resources. Hence energy and coverage problem are very scarce resources for such sensor systems and has to be managed wisely in order to extend the life of the sensors and maximizing coverage for the duration of a particular mission. In past a lot of cluster based algorithm and techniques were used. In this paper we propose combination of PSO based algorithm and cluster based Least Spanning Tree algorithm, which are very effective alone for WSN, and we also obtain life of sensor node and data transmission by LST based PSO algorithm. These techniques effectively overcome the problems of low energy and coverage of sensor range. Keywords: Energy efficient clustering, Least Spanning Tree algorithm, PSO algorithm, Wireless Sensor Networks. I. Introduction Advances in sensor technology, low-power electronics, and low-power radio frequency (RF) design have enabled the development of small, relatively inexpensive and low-power sensors, called micro sensors [4] which can be connected via a wireless network. These wireless micro sensor networks represent a new paradigm for extracting data from the environment and enable the reliable monitoring of a variety of environments for applications that include surveillance, machine failure diagnosis, and chemical/biological detection. An important challenge in the design of these networks is that two key resources (communication bandwidth and energy) are significantly more limited than in a tethered network environment. These constraints require innovative design techniques to use the available bandwidth and energy efficiently. Energy usage is an important issue in the design of WSNs which typically depends on portable energy sources like batteries for power .WSNs is large scale networks of small embedded devices, each with sensing, computation and communication capabilities. They have been widely discussed in recent years. Micro-Electro-Mechanical System [MEMS][3] sensor technology has facilitated the development of smart sensors, these smart sensors nodes are small devices with limited power, processing and computation resources. Smart sensors are power constrained devices that have one or more sensors, memory unit, processor, power supply and actuator. In WSNs, sensor nodes have constrained in term of processing power, communication bandwidth, and storage space which required very efficient resource utilization. In WSNs the sensor nodes are often grouped into individual disjoint sets called a cluster, clustering is used in WSNs, as it provides network scalability, resource sharing and efficient use of constrained resources that gives network topology stability and energy saving attributes. Clustering schemes offer reduced communication overheads, and efficient resource allocations thus decreasing the overall energy consumption and reducing the interferences among sensor nodes. A large number of clusters will congest the area with small size clusters and a very small number of clusters will exhaust the cluster head with large amount of messages transmitted from cluster members. II. Background There are various algorithms which are used for the energy efficiency of wireless sensor network which are improved time to time by different authors; some important and useful algorithms are shown in figure 1.1.
  • 2. Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of www.iosrjournals.org 30 | Page Figure.1.1 Different types of algorithm III. The System Model For making of an effective system we make a model which contains all prospects of the system and also it executable. So the system model of an energy and delay efficient wireless sensor network is given bellow: A. Network Model We adopt a wireless sensor architecture or model which is similar to use in the LEACH protocol with the following properties:  Each node performs sensing tasks periodically and always has tendency to send data to the base station.  A fixed base station can be located inside or outside the network sensor fields.  All nodes are stationary and energy constrained.  The nodes have power control capabilities to vary their transmitted power.  All nodes are capable of operating in cluster head mode and sensing mode.  Data fusion is used to reduce the total data message sent. B. Radio Power Model and Characteristic Distance For a simplified power model of radio communication, the energy consumed per second in Transmission is[6]: 𝐸𝑡 = 𝑒𝑡 + 𝑒 𝑑 𝑟 𝑛 𝐵 … … … … … … … … … … . . … … . (1) Where et is the energy/bit consumed by the transmitter electronics (including energy costs of imperfect duty cycling due to finite startup time), and ed accounts for energy dissipated in the transmit op-amp (including op-amp inefficiencies). Both et and ed are properties of the transceiver used by the nodes, r is the transmission range used. The parameter n is the power index for the channel path loss of the antenna. This factor depends on the RF environment and is generally between 2 and 4. B is the bit rate of the radio and is a fixed parameter in our study. On the receiving side, a fixed amount of power is required to capture the incoming radio signal[6]: 𝐸𝑟 = 𝑒𝑟 𝐵 … … … … … … … … … … … … … … … … … . . (2) For currently available radio transceivers are et =50x10-9 J/bit, 𝑒𝑟 =50x10-9 J/bit, ed =100x10-12 J/bit/m2 (for n=2) and B=1Mbit/s. Since the path loss of radio transmission scales with distance in a greater- than-linear fashion, the transmission energy can be reduced by dividing a long path into several shorter ones. However, if the number of intermediate nodes is very large then the energy consumption per node is dominated by the term et in equation (1) and the receiving energy consumption hence an optimum exists. Intermediate nodes between a data source and destination can serve as relays that receive and rebroadcast data. Let us consider multi-hop communication in a finite one dimensional network from the source to the base station Clustering Algorithm Grid-schemes PDCH GROUP PEGASIS PSO based PSO-C PSO CLUSTERIN G Least Spanning tree based Miscellaneous PEZCA CACC BARC Housedroff Clustering Hierarchical based LEACH & Its Descendant EECS HEED EEUC
  • 3. Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of www.iosrjournals.org 31 | Page across a distance d using k hops. The source at x=d will generate traffic of A Erlang, so that each intermediate node receives and transmits the same traffic, A. The routing nodes are assumed to be regularly spaced and to consume no energy while idle. The power consumed by this communication is then simply the sum of the transmit and receive energies multiplied by the effective bit rate, BA, and is given by 𝑃 = (𝑒𝑡 + 𝑒 𝑑 𝑟𝑖 𝑛 + 𝑒𝑟)𝐵𝐴 𝑘 𝑖=1 … … … … … … … … … … (3) 𝑑 = 𝑟𝑖 𝑘 𝑖=1 … … … … … … … … … … … … … … … … … … . . (4) In order to minimize P we note that it is strictly convex and use Jensen‟s inequality. Given d and k then P is minimized when all the hop distances 𝑟𝑖 are made equal to d/k. The minimum energy consumption for a given distance d has either no intervening hops or 𝑘 𝑜𝑝𝑡 equidistant hops where 𝑘 𝑜𝑝𝑡 is always of, 𝑘 𝑜𝑝𝑡 = 𝑑 𝑑 𝑐𝑕 𝑎𝑟 .............................................................(5) The distance𝑑 𝑐𝑕𝑎𝑟 , called the characteristic distance, is independent of d and is given by, 𝑑 𝑐𝑕𝑎𝑟 = 𝑒 𝑡+𝑒 𝑟 𝑒 𝑑(𝑛−1) 𝑛 ..........................................................(6) The characteristic distance depends only on the energy consumption of the hardware and the path loss coefficient (i.e. it is independent of the traffic); dchar alone determines the optimal number of hops. For typical COTS (commercial, off-the-shelf)-based sensor nodes, dchar is about 35 meters. The introductions of relay nodes are clearly a balancing act between reduced transmission energy and increased receive energy. Hops that are too short lead to excessive receive energy. Hops that are too long lead to excessive path loss. In between these extremes is an optimum transmission distance that is the characteristic distance. In the above section I have introduced a simple energy model in which no energy was consumed while the node was idle. This led to a characteristic distance that was independent of traffic. We now include the idle state energy and show how the characteristic distance is modified. On one hand a short range is preferred for energy efficient data transmission as a result of the nonlinear path loss ratio. On the other hand more redundant nodes can be put into the sleep state to prolong the network lifetime if a long range is used in the topology management of sensor networks. If the transmission route is divided into k grids and only one node wakes up in each grid as relay node, as in the GAF protocol, the total energy consumption per second by k hops is[7] 𝑃 = 𝑘(𝑒𝑟 𝐵𝐴 + 𝑒𝑡 𝐵𝐴 + 𝑒 𝑑 2 𝑑 𝑘 𝑛 𝐵𝐴 + 𝑐𝑒𝑟 1 − 2𝐴 𝐵. … … . (7) The last term 𝑐𝑒𝑟 1 − 2𝐴 B in the equation (7) represents the energy consumption when the radio neither receives nor transmits, i.e. it is in the idle state. The energy consumption in the idle state is approximately equal to that in the receiving state, so that the parameter c is close to 1. Note that we are currently assuming that nodes in the sleep state consume no energy. Also, we assume that the routing node in each grid can be located anywhere within that section and so the radio range is now twice the grid size. The energy efficient optimum size of the virtual grid can now be derived from equation (1.7) and is given by 𝑅 𝑜𝑝𝑡 = 𝑟𝑜𝑝𝑡 2 = 𝑒𝑡 + 𝑒𝑟 𝐴 + 𝑐𝑒𝑟 1 − 2𝐴 2 𝑛 𝐴(𝑛 − 1)𝑒 𝑑 𝑛 … … … (8) We know the energy consumed at the cluster head is much larger than that at individual sensing node. The reason is as follows: (1) the cluster-head needs to relay all the traffic of the cluster; (2) for each data unit, the cluster-head needs to transmit longer distance due to transmission between clusters, while the sensing nodes just transmit data inside the cluster. In view of this, let Ep and Ec be, respectively, the current energy and clustering energy (Ec is fixed), after a period of time, the ith cluster-head has transmits information n1 times and has receives information n2 times before T1(suppose the energy of the ith cluster-head is not lower than the threshold and the information unit is A Erlang ) .the remainder energy of the ith cluster-head at T1 is then simply as the equation (9). 𝐸𝑝 𝑖 = 𝐸𝑝 𝑖 − 𝐸𝑟 𝑖, 𝑘 − 𝐸𝑟 𝑖, 𝑙 − 𝐸𝑐 × 𝑛𝑖 𝑛2 𝑖=1 𝑛1 𝑘=1 . . (9) Where i, j, k respectively denote cluster-head, ni is the clustering time in cluster i before T1.
  • 4. Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of www.iosrjournals.org 32 | Page IV. Methodology A. Particle Swarm Optimization[PSO] PSO is originally attributed to Kennedy, Eberhart and Shi[1] and was first intended for simulating social behavior, as a stylized representation of the movement of organisms in a bird flock or fish school. The algorithm was simplified and it was observed to be performing optimization. The book by Kennedy and Eberhart describes many philosophical aspects of PSO and swarm intelligence. An extensive survey of PSO applications is made by Poli. In computer science, particle swarm optimization (PSO)[6] is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. PSO optimizes a problem by having a population of candidate solutions, here dubbed particles, and moving these particles around in the search-space according to simple mathematical formulae over the particle's position and velocity. Each particle's movement is influenced by its local best known position and is also guided toward the best known positions in the search-space, which are updated as better positions are found by other particles. This is expected to move the swarm toward the best solutions. The PSO [6] algorithm is an evolutionary computing technique, modeled after the social behaviour of a flock of birds. In the context of PSO, a swarm refers to a number of potential solutions to the optimization problem, where each potential solution is referred to as a particle. The aim of the PSO is to find the particle position that results in the best evaluation of a given fitness function. In the initialization process of PSO, each particle is given initial parameters randomly and is „flown‟ through the multi-dimensional search space. During each generation, each particle uses the information about its previous best individual position and global best position to maximize the probability of moving towards a better solution space that will result in a better fitness. When a fitness better than the individual best fitness is found, it will be used to replace the individual best fitness and update its candidate solution according to the following equations [1]: 𝑣𝑖𝑑 𝑡 = 𝑤 × 𝑣𝑖𝑑 𝑡 − 1 + 𝑐1 ∅1 𝑝𝑖𝑑 − 𝑥𝑖𝑑 𝑡 − 1 + 𝑐2 ∅2(𝑝 𝑔𝑑 − 𝑥 𝑔𝑑 𝑡 − 1 ) ………... (10) Table 1 summarizes the variables in (1). Table 1: List of variables used in PSO equations:- v The particle velocity x The particle position t Time C1,C2 Learning factor Φ1,Φ2 Random numbers between 0 and 1 pid Particle‟s best position pgd Global best position w Inertia weight B. Particle Swarm Optimization Algorithm for Cluster Setup The operation of our protocol is based on a centralized control algorithm that is implemented at the base station, which is a node with a large amount of energy supply. The proposed protocol operates in rounds, where each round begins with a setup phase at which clusters are formed. This is followed by a steady state phase in which we used a similar approach as in. At the starting of each setup phase, all nodes send information about their current energy status and locations to the base station. Based on this information, the base station computes the average energy level of all nodes. To ensure that only nodes with a sufficient energy are selected as cluster heads, the nodes with an energy level above the average are eligible to be a cluster head candidate for this round. Next, the base station runs the PSO algorithm to determine the best K cluster heads that can minimize the cost function, as defined by: cos 𝑡 = 𝛽 × 𝑓1 + (1 − 𝛽) × 𝑓2…………………... (11) 𝑓1 = 𝑚𝑎𝑥 𝑘=1,2,..,𝐾 𝑑∀𝑛 𝑖∈𝐶 𝑝,𝑘 (𝑛𝑖, 𝐶𝐻𝑝,𝑘 )/ 𝐶𝑝,𝑘 . ……………………..(12)
  • 5. Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of www.iosrjournals.org 33 | Page Figure 1.2 Flowchart of the PSO algorithm for cluster setup 𝑓2 = 𝐸(𝑛𝑖)𝑁 𝑖=1 / (𝐶𝐻 𝑝,𝑘 )𝐾 𝑘=1 ………................ (13) Where f1 is the maximum average Euclidean distance of nodes to their associated cluster heads and Cp,k is the number of nodes that belong to cluster Ck of particle p. Function f2 is the ratio of total initial energy of all nodes ni, i=1,2,…,N in the network with the total current energy of the cluster heads candidates in the current round. The constant β is a user defined constant used to weigh the contribution of each of the sub- objectives. The fitness function defined above has the objective of simultaneously minimizing the intra-cluster distance between nodes and their cluster heads, as quantified by f1; and also of optimizing the energy efficiency of the network as quantified by f2. According to the cost function defined above, a small value of f1and f2 suggests compact clusters with the optimum set of nodes that have sufficient energy to perform the cluster head tasks. Fig. 1.2[1] shows the flowchart of PSO algorithm applied during the cluster setup phase. For a sensor network with N nodes and K predetermined number of clusters, the network can be clustered as follows: 1. Initialize S particles to contain K randomly selected cluster heads among the eligible cluster head candidates. 2. Evaluate the cost function of each particle: i. For each node ni, i = 1,2,…,N -Calculate distance d(ni,CHp,k) between node ni and all cluster heads CHp,k. - Assign node ni to cluster head CHp,k where; ii. Calculate the cost function using equations (2)to(3). 3. Find the personal and global best for each particle. 4. Update the particle‟s velocity and position using (1). 5. Limit the change in the particle‟s position value. 6. Map the new updated position with the closest (x,y) coordinates. 7. Repeat steps 2 to 6 until the maximum number of iterations is reached. C. Least spanning tree[2] The minimum spanning tree is a tree of a planar graph. Each edge is labelled with its weight, which here is roughly proportional to its length. Given a connected, undirected graph, a spanning tree of that graph is a sub graph that is a tree and connects all the vertices together. A single graph can have many different spanning
  • 6. Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of www.iosrjournals.org 34 | Page trees. We can also assign a weight to each edge, which is a number representing how unfavourable it is, and use this to assign a weight to a spanning tree by computing the sum of the weights of the edges in that spanning tree. A least spanning tree (LST) or minimum weight spanning tree is then a spanning tree with weight less than or equal to the weight of every other spanning tree. More generally, any undirected graph (not necessarily connected) has a minimum spanning forest, which is a union of minimum spanning trees for its connected components. A spanning tree for that graph would be a subset of those paths that has no cycles but still connects to every house. There might be several spanning trees possible. A minimum spanning tree would be one with the lowest total cost D. Constructing least spanning tree[2] By Eq(9),we can compute the remainder energy, if Ep(i) is lower than Ev, then modify the information table of the ith cluster-head: set flag=0; broadcast information to its children, also inform the neighbour jth cluster-head doesn‟t transmits information to it, and let ith cluster-head i is in the sleeping state; else the ith cluster-head may go along the next clustering or transmitting or receiving. According to Prim algorithm, suppose undirected graph G (V, E, D), where V is the set of cluster-heads and the number is N, E is the set of connections of cluster-head, and D is the distance of cluster-heads, the process of constructing least spanning tree as illustrated below: • Initialization: V1=Sink, E′=null, and V2=V-V1. • Select a edge: which has minimum distance from Sink to one cluster-head (suppose is Vi), where Vi is directly connected with Sink, then set, V1= {Sink, Vi}, E ′= {(Sink, Vi)}, V2=V2-V1. • For each cluster-head Vk in V1 do :select a minimum distance d(k,j),which Vk ЄV1,Vj Є V2 and E′=(Vk, Vj) Є E , but Vk is not Є E′, then V1=V1 Є Vj, E′={(Vk, Vj)} Є E′, V2=V2-Vj. • If V2 is empty then end, else go to above. The deployment of node by least spanning tree is shown in the figure 1.3(a & b).In this deployment we take one cluster which is nearer to the sink. Now by MAC protocol we find out the weightege of different edge(path distance). And make an incident matrix which shows the direction of data flow from node to node. Figure 1.3(a) deployment of sensor node Figure 1.3 (b). Least spanning tree graph. Now we apply least spanning tree algorithm and we get shortest path from each node to the node „A‟, which is the nearest cluster head of the network from the sink. The least spanning tree graph is shown in the figure 1.3 (b).
  • 7. Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of www.iosrjournals.org 35 | Page V. Results The performance of the proposed protocol is evaluated using Matlab. We ran the simulations for 100 Figure1.4: Power consume by per node per hop over range parameter nodes in a 100m x 100m network area with unequal initial energy of nodes to show the effect of the different nodes‟ energy in the network. In figure 1.4 shows the calculated value of energy consumed by per node per hop over the distance from the node. So we find out that with PSO clustering the power consumption is very less. In figure 1.5 the lifetime of the node over high traffic is high in the PSO algorithm. in our proposed model it gives approximately 4000 seconds per node over full traffic Figure 1.5 Lifetime of node over traffic parameter When we apply PSO algorithm for clustering and least spanning tree for data transmission then we get many nodes live for long time when full traffic apply as shown in the figure 1.6. 0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0 25 100 225 400 625 900 1225160020252500 Powerconsumebypernodeperhop(J) ri(meter square) Power Vs Range Parameter(ri) NC WC WLST WPSO 0 1000 2000 3000 4000 5000 6000 7000 8000 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 LifeTime(seconds) Traffic Parameter α Lifetime Vs Traffic Parameter NC WC WLST WPSO
  • 8. Optimization and Design of Energy and Delay Efficient Wireless Sensor Network with the help of www.iosrjournals.org 36 | Page Figure 1.6 Number of node over time VI. Conclusion In this paper we have presented energy and delay-aware cluster based protocol for wireless sensor networks using particle swarm optimization (PSO) algorithm and least spanning tree. Results from the simulations and calculation indicate that the proposed protocol using PSO and least spanning tree algorithm give a higher network lifetime and delivers more data to the base station compared to other protocol. Furthermore, the proposed protocol produces better clustering by evenly allocating the cluster heads and the shortest path to the communication throughout the sensor network area. Our future work includes the implementation of secure data transmission by distributed manner in ad- hock WSN network with the help of PSO. Comparison with other evolutionary optimization algorithm, such as Genetic Algorithm will also be made. References [1]. Priya, Satyesh Sharan Singh, Mukesh Kumar, Rohini Saxena “Energy And Time Delay Efficient Wireless Sensor Network By Least Spanning Tree Algorithm: A Survey International Journal Of Engineering Research And Applications (IJERA) ISSN: 2248-9622 Www.Ijera.Com Vol. 3, Issue 1, January -February 2013, Pp.712-719. [2]. SATYESH SHARAN SINGH* Et Al. "Application Of Particle Swarm Optimization For Energy Efficient Wireless Sensor Network: A Survey".[IJESAT] International Journal Of Engineering Science & Advanced Technology ISSN: 2250–3676 Volume- 2, Issue-5, 1246 – 1250 [3]. J. Kennedy And R. C. Eberhart, “Particle Swarm Optimization, (1995),” IEEE International Conference On Neural Networks, Vol.4, Pp. 1942-1948, Perth, Australia. [4]. W. R Heinzelman, A. P Chandrakasan, And H. Balakrishnan,(2000), “Energyefficient Communication Protocol For Wireless Microsensor Networks,” In Proceedings Of The 33rd Hawaii International Conference On System Sciences. [5]. I. F. Akyilldiz, W. Su, Y. Sankarasubramaniam And E. Cayirci, (2002), “A Survey On Sensor Networks,” IEEE Communications Magazine, Pp. 102−114. [6]. W. B Heinzelman, A. P Chandrakasan, And H. Balakrishnan,(2002), “An Application-Specific Protocol Architecture For Wireless Microsensor Networks,” IEEE Transactions On Wireless Communications, Vol. 1, No. 4, Pp. 660-70. [7]. S. Lindsey, C. Raghavendra, And K. M Sivalingam,(2002), “Data Gathering Algorithms In Sensor Networks Using Energy Metrics,” IEEE Transactions On Parallel And Distributed System, Vol. 13, No. 9, Pp. 924-935. [8]. J. Tillet, R. Rao, And F. Sahin,(2002) “Cluster-Head Identification In Ad Hoc Sensor Networks Using Particle Swarm Optimization,” IEEE International Conference On Personal Wireless Communications, Pp. 201-205. [9]. S. D. Muruganathan, D. C. F. Ma, R. I. Bhasin, And A. O. Fapojuwo,(2005), “A Centralized Energy-Efficient Routing Protocol For Wireless Sensor Networks,” IEEE Radio Communications, Pp. S8-S13. [10]. S. Guru, S. Halgamuge And S. Fernando “Particle Swarm Optimizers For Cluster Formation In Wireless Sensor Networks”. In IEEE International Conference On Sensor, 319–324. [11]. N.M.A. Latiff, C.C. Tsimenidis, And B.S Sheriff(2008) “Energy-Aware Clustering For Wireless Sensor Networks Using Particle Swarm Optimization”. In IEEE International Conference On Mobile Radio Communication, 1–5. [12]. X. Co, H. Zhang, J. Shi, And G.Cui “Cluster Heads Election Analysis For Multi-Hop Wireless Sensor Networks Based On Weighted Graph And Particle Swarm Optimization”. In IEEE Fourth International Conference On Computing, 7, 599–603. [13]. Jason Tillett, Shanchieh Jay Yang, Raghuveer Rao And Ferat” Optimal Topologies For Wireless Sensor Networks”IEEE International Conference On Personal Wireless Communication. 0 20 40 60 80 100 120 0 50 100 150 200 250 300 350 400 450 500 550 600 NomberofnodeLive Time(Hour) Node live over Time NC WC WLST WPSO