SlideShare una empresa de Scribd logo
1 de 7
Descargar para leer sin conexión
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
396
PERFORMANCE EVALUATION OF VARIOUS ROUTING
TECHNIQUES IN WIRELESS MULTIMEDIA SENSOR NETWORKS
Rahul R. Singh1
, Richa K. Makhijani2
1
(Department of CSE, SSGBCOET, Bhusawal, INDIA)
2
(Department of CSE, SSGBCOET, Bhusawal, INDIA)
ABSTRACT
Wireless Multimedia Sensor Networks (WMSNs) is simply a wireless sensor network
supporting multimedia traffic by deployment of data sensors and multimedia sensors as the
nodes. The network need to support the issues that multimedia traffic brings to the sensor
networks, e.g. QoS, energy, MAC layer, bandwidth, throughput, packet delivery rate etc.
When it is concerned to sensor network the energy required to transmit data is much higher
compared to simple wireless network. Wireless Sensor Networks are uniquely characterized
by properties like limited power they can harvest or store, dynamic network topology, large
scale of deployment. Hierarchical clustering is one of the possible solutions to save energy of
wireless multimedia sensor nodes. We propose a technique RALEACH for routing in
WMSN.
Keywords: Energy efficient, Wireless Multimedia Sensor Network, Hierarchical clustering,
bandwidth, throughput, packet delivery rate, Cluster Head (CH).
1. INTRODUCTION
Wireless Multimedia Sensor Networks (WMSNs) in recent days is getting more and
more attention due to its potential applications [6]. The fast advancement in the technology
field of wireless multimedia sensor networks helps in different area to get the accurate data.
The sensors are capable of producing a measurable response to a change in any physical
condition like temperature, magnetic field and light. The sensor nodes can process the
gathered information, transmit the acquired message to the sink node and communicate with
each other. These sensor devices are battery-operated, with low power and limited storage
capacity [1]. Hence, increasing the lifetime of the network an efficient energy management
plays a very critical role.
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING
& TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 2, March – April (2013), pp. 396-402
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
397
A wireless multimedia sensor network system has three parts that includes sensor
nodes, sink node and management node. 70% of energy consumption is caused during data
transmission process at sensor nodes. LEACH Protocol is the first protocol of hierarchical
routings which proposed data fusion, low energy utilization, lifetime and throughput; it is of
milestone significance in clustering routing protocols. Many hierarchical routing protocols
are improved, based on LEACH protocol.
2. RELATED WORK
When any wireless network is being designed for the communication, the first thing is
to look for establishing data transmission route with less noise ratio. But in case of wireless
multimedia sensor networks the objective constraint is to design route in such a way that data
been transmitted with less energy consumption to the sink. Now-a-days many research have
been carried out by many researcher [2][3][4][6][7][9][10]. Basically there are three
techniques used for routing in WMSN, which are:
• Flat Routing: each node plays the same role and sensor nodes collaborate to perform the
sensing task.
• Hierarchical (Cluster-based) Routing: higher-energy nodes are used to process and send
the information, while low-energy nodes are used to perform the sensing in the proximity of
the target. The creation of clusters and assigning special tasks to cluster heads can greatly
contribute to overall system scalability, lifetime, and energy efficiency. Hierarchical routing
is an efficient way to lower energy consumption within a cluster, performing data aggregation
and fusion in order to decrease the number of transmitted messages to the sink node.
• Location-based: sensor nodes are addressed by means of their locations. The distance
between neighboring nodes can be estimated on the basis of incoming signal strengths.
Relative coordinates of neighboring nodes can be obtained by exchanging such information
between neighbors or by communicating with a satellite using GPS. To save energy, some
location-based schemes demand that nodes should go to sleep if there is no activity.
2.1. LEACH
Leach algorithm increases lifetime of the WSN by randomly rotating role of a CH
among all the nodes. In Leach, a node selects a random number between 0 and 1. If the
selected random number is less than the threshold value T(n), then node declares itself as a
CH for the current round. Threshold value T(n) is given by equation 1. LEACH ensures that
each node becomes a cluster head only once in 1/p rounds, where p is a desired percentage of
CH during each round. Leach does not consider the current state (energy level) of a node
while electing it as a CH [9].
ܶሺ݊ሻ ൌ ൝
௣
ଵି௣‫כ‬ሺ௥ ௠௢ௗ
భ
೛
ሻ
݂݅ ݊ ‫א‬ ‫ܩ‬
0 ‫݁ݏ݅ݓݎ݄݁ݐ݋‬
(1)
Where p is the portion of the nodes becoming the cluster-heads and r is the number of
current round.
ALEACH is distributed energy efficient routing protocol which considers energy level of
a node while electing CHs. Like LEACH, ALEACH also works in rounds. Each round begins
with Cluster Setup phase. During cluster setup phase a node will select a random number
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
398
between 0 and 1. If selected random number is less than threshold value T(n) then node will
declare itself as a cluster head where T(n) is given by equation 2.
ܶሺ݊ሻ ൌ ‫ܩ‬௣ ൅ ‫ܵܥ‬௣ (2)
Where Gp and CSp is given by equations 3 and 4 respectively. Gp and CSp refer to
general probability and current state probability.
‫ܩ‬௣ ൌ
௞
ேି௞ሺ௥ ௠௢ௗ
ಿ
ೖ
ሻ
(3)
Where k/N refers to the desired percentage of cluster heads during each round and
Ecurrent and Emax is remaining energy and maximum energy of a node respectively.
‫ܵܥ‬௣ ൌ
ா೎ೠೝೝ೐೙೟
ா೘ೌೌೣ
ൈ
௞
ே
(4)
ALeach has considered energy level of a node to decide a node will become a CH during
a particular round or not. Major drawback of ALeach is proper importance (weights) is not
given to general probability and current state probability [6].
2.2. WALEACH
WALeach divides rounds into cluster set up phase and steady setup phase. Cluster
setup phase is used to elect cluster heads. During cluster setup phase each node selects a
random number between 0 and 1. If selected number is less than threshold value T(n), a node
elects itself as a cluster head for the current round, where T(n) is given by equation 2. The
general probability and current state probability is given by equation 5 and equation 6
respectively. In these equations w is used to assign weight to general probability and current
state probability [5].
‫ܩ‬௣ ൌ
ேିሺ௪‫כ‬௞ሻ
ே
ൈ
௞
ேି௞‫כ‬ሺ௥ ௠௢ௗ
ಿ
ೖ
ሻ
(5)
‫ܵܥ‬௣ ൌ
௪‫כ‬௞
ே
ൈ
ா೎ೠೝೝ೐೙೟
ா೘ೌೣ
(6)
3. PROPOSED METHODOLOGY
We proposed a variant of LEACH, named RALEACH (Ratio based Advanced
LEACH) which decides a threshold value based on the square root of ratio of current packet
length and control packet length along with Gp & CSp.
This change results into significant improvement in network lifetime. Along with this, there
is an increase in data traffic sent, death of first node occurrence, total number of rounds and
residual energy consumption. The results have been emulated at MATLAB and the
comparison with existing techniques is provided, through simulation.
The Election of Cluster Heads is given by equation 7.
ሺ‫ܩ‬௣ ൅ ‫ܵܥ‬௣ሻ ൈ ට
௉௔௖௞௘௧௅௘௡௚௧௛
௖௥௧௉௔௖௞௘௧௅௘௡௚௧௛
(7)
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
399
The sensor network model is having the following properties as shown in Fig-1.
Figure-1: Deployments of nodes.
a) The nodes are randomly distributed in 100m by 100m area.
b) The sink is placed at the centre of network with unlimited energy.
c) The Nodes & CH with limited energy.
d) The nodes are ones generated is fixed till they die.
e) CH gets modified or changed when old dies.
f) All Nodes are same in nature. Nodes send data to CH & CH forward data to sink.
g) Sink broadcast the routes to CH & Nodes in the network.
h) Each CH directly communicates with BS no matter the distance between CH and
BS. It will consume lot of its energy if the distance is far.
4. PERFORMANCE EVALUATION
To evaluate the performance of RALEACH, we consider a 100 X 100 network
configuration with 101 nodes, where each sensor node is assigned an initial energy of 0.5 J,
the amount of transmission energy is 50 nJ /bit , transmit amplifier energy (Emp) is
0.0013pJ/bit/m4.
The criteria for performance evaluation are the network lifetime, the energy
consumption and data aggregated at sink and no. of nodes alive. Each performance criteria is
evaluated by varying the packet size to be transmitted from nodes. We tracked the rate at
which the data are transferred to the sink and the amount of energy required to get the data to
the sink.
The comparison of performance for the energy utilized by nodes is shown in the
following graphs:
Fig. 3 & fig. 4 shows amount of energy utilization and lifetime of the network of each
technique. Here initially all nodes are with 0.5J of energy as the rounds of packet sending
starts the energy goes on decreasing. The lifetime of the network remains even if the energy
level is 0J. The Leach lifetime is very less compared to RALEACH and energy requirement
is less to transmit data in RALEACH as compared to others.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
400
In LEACH, the first node dies after 505 rounds; in ALEACH, the first node dies after
488 rounds; in WALEACH, the first node dies after 471 rounds; in RALEACH, the first node
dies after 1107 rounds. This shows that there is a significant improvement in the lifetime of a
node shown in fig. 5.
Fig. 6 shows the graph of total number of round within the lifetime of a network –
LEACH completes 1110 rounds, ALEACH completes 913 rounds, WALEACH completes
1436 rounds, RALEACH completes 2642 rounds.
Table-1: Simulation Parameters
Parameter Value
Node
Deployment
Area
100m x 100m
Number of
Nodes
100
Initial Energy 0.5 Joules
Size of Data
messages
64000 bytes, 6400
bytes & 640 bytes
Size of Control
Packets
200 Bytes
Expected
percentage of
CH per round
5%
Important Ratio
Factor ඨ
ܲܽܿ݇݁‫݄ݐ݃݊݁ܮݐ‬
ܿ‫݄ݐ݃݊݁ܮݐ݁݇ܿܽܲݐݎ‬
CH proportion p=5%
Sink location (50,50)
Eelec = Etx=Erx 50nJ/bit
EDA 5nJ/bit
‫א‬fs 10pJ/bit/m2
‫א‬mp 0.0013pJ/bit/m4
Figure-2: Flowchart of WMSN
Fig. 7 shows the graph of average number of CH formation per round – in the
LEACH network the average number of Cluster Head per round is 2.791, in the ALEACH
network the average number of Cluster Head per round is 3.436, in the WALEACH network
the average number of Cluster Head per round is 2.409, in the RALEACH network the
average number of Cluster Head per round is 3.029.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
401
Fig. 8 shows the graph total numbers of packets sent to sink – in LEACH the numbers
of packets sent to sink are 3098 of size 6400bytes, in ALEACH the numbers of packets sent
to sink are 3137 of size 6400bytes, in WALEACH the numbers of packets sent to sink are
3460 of size 6400bytes, in RALEACH the numbers of packets send to sink are 8002 of size
6400bytes.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
402
5. CONCLUSION AND FUTURE WORK
The main concern of this work is to examine the energy efficiency and performance
evaluation of LEACH protocol and its modified variants. The parameters of comparison of
WMSN network are total lifetime, data delivery and energy utilization which are shown in
the simulation results. From this work it is found that RALEACH provides better results for
data transmission and low energy requirement. This paper has covered performance of
LEACH protocol and its modified variants, we can also compare this protocol with other
routing protocols that may or may not be hierarchical in nature in future. It is needed to
satisfy the constraints introduced by factors such as fault tolerance, topology change, cost,
environment, scalability, and power consumption for realization of sensor networks which is
not concern in this work. Since these constraints are highly specific and stringent for sensor
networks, these factors can be explored in future.
REFERENCES
[1] Kai Lin & Min Chen, Reliable Routing Based on Energy Prediction for Wireless
Multimedia Sensor Networks, IEEE Globecom 2010 proceedings.
[2] Laiali Almazaydeh, Eman Abdelfattah, Manal Al- Bzoor and Amer Al- Rahayfeh,
Performance Evaluation of Routing Protocols in Wireless Sensor Networks, IJCSIT,
Volume 2, Number 2, April 2010.
[3] Rohan G. Chaudhari, Dr. Dharmistha D. Vishwakarma & Pranav B. Lapsiwala, Energy
Efficient LEACH Protocol for Wireless Sensor Networks, IJARCSEE, Volume 2, Issue
1, January 2013.
[4] Sawroop Kaur, Deepak Prashar & Rita Rani, Improvement in Energy Efficiency of
Wireless Sensor Network, IJCT, Volume 2 No.2, April 2012.
[5] Prof Ankit Thakkar and Dr K Kotecha, WALEACH: weight based energy efficient
advanced leach algorithm, CS & IT-CSCP 2012.
[6] Samina Ehsan and Bechir Hamdaoui, A Survey on Energy-Efficient Routing
Techniques with QoS Assurances for Wireless Multimedia Sensor Networks, IEEE
Communications Surveys & Tutorials, Vol. 14, No. 2, Second Quarter 2012.
[7] Ian F. Akyildiz, Tommaso Melodia & Kaushik R. Chowdury, Wireless Multimedia
Sensor Networks: A Survey, IEEE Wireless Communications, December 2007.
[8] Jamal N. Al-Karaki & Ahmed E. Kamal, Routing Techniques in Wireless Sensor
Networks: A Survey, ICUBE initiative of Iowa State University, Ames, IA 50011.
[9] Ezzati Abdellah, Said Benalla, Abderrahim Beni Hssane & Moulay Lahcen Hasnaoui,
Advanced Low Energy Adaptive Clustering Hierarchy, IJCSE, Vol. 02, No. 07, 2010.
[10] B.A.Sabarish & R.Lavanya, Modified Leach Protocol for Wireless Sensor Network,
IJCA (0975 – 8887), Volume 62– No.3, January 2013.
[11] Ms. Meghana. N.Ingole, Mrs.M.S.Bewoor and Mr.S.H.Patil, “Context Sensitive Text
Summarization using Hierarchical Clustering Algorithm”, International journal of
Computer Engineering & Technology (IJCET), Volume 3, Issue 1, 2012, pp. 322 - 329,
ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[12] Poonam Thakur and M.Vijaya Raju, “Survey on Routing Techniques for Manets and
Wireless Sensor Networks: A Comparison”, International journal of Computer
Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 275 - 283,
ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

Más contenido relacionado

La actualidad más candente

34 9141 it ns2-tentative route selection approach for edit septian
34 9141 it  ns2-tentative route selection approach for edit septian34 9141 it  ns2-tentative route selection approach for edit septian
34 9141 it ns2-tentative route selection approach for edit septianIAESIJEECS
 
Improved Performance of LEACH for WSN Using Precise Number of Cluster-Head an...
Improved Performance of LEACH for WSN Using Precise Number of Cluster-Head an...Improved Performance of LEACH for WSN Using Precise Number of Cluster-Head an...
Improved Performance of LEACH for WSN Using Precise Number of Cluster-Head an...ijsrd.com
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
Modified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyModified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyIAEME Publication
 
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
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsnSamruddhi Gaikwad
 
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
 
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...IJEEE
 
Performance evaluation of variants of particle swarm optimization algorithms ...
Performance evaluation of variants of particle swarm optimization algorithms ...Performance evaluation of variants of particle swarm optimization algorithms ...
Performance evaluation of variants of particle swarm optimization algorithms ...Aayush Gupta
 
Data aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clusteringData aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clusteringcsandit
 

La actualidad más candente (14)

G018214246
G018214246G018214246
G018214246
 
34 9141 it ns2-tentative route selection approach for edit septian
34 9141 it  ns2-tentative route selection approach for edit septian34 9141 it  ns2-tentative route selection approach for edit septian
34 9141 it ns2-tentative route selection approach for edit septian
 
Improved Performance of LEACH for WSN Using Precise Number of Cluster-Head an...
Improved Performance of LEACH for WSN Using Precise Number of Cluster-Head an...Improved Performance of LEACH for WSN Using Precise Number of Cluster-Head an...
Improved Performance of LEACH for WSN Using Precise Number of Cluster-Head an...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
Modified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a surveyModified leach protocol in wireless sensor network a survey
Modified leach protocol in wireless sensor network a survey
 
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
 
eeca
eecaeeca
eeca
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsn
 
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...
 
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
 
6 ijcse-01222-1
6 ijcse-01222-16 ijcse-01222-1
6 ijcse-01222-1
 
Performance evaluation of variants of particle swarm optimization algorithms ...
Performance evaluation of variants of particle swarm optimization algorithms ...Performance evaluation of variants of particle swarm optimization algorithms ...
Performance evaluation of variants of particle swarm optimization algorithms ...
 
Data aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clusteringData aggregation in wireless sensor network based on dynamic fuzzy clustering
Data aggregation in wireless sensor network based on dynamic fuzzy clustering
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 

Destacado

Heat transfer characteristics and exergy study of r744 r1270 in a smooth hor
Heat transfer characteristics and exergy study of r744 r1270 in a smooth horHeat transfer characteristics and exergy study of r744 r1270 in a smooth hor
Heat transfer characteristics and exergy study of r744 r1270 in a smooth horIAEME Publication
 
Shape memory alloy as retrofitting application in historical buildings and mo...
Shape memory alloy as retrofitting application in historical buildings and mo...Shape memory alloy as retrofitting application in historical buildings and mo...
Shape memory alloy as retrofitting application in historical buildings and mo...IAEME Publication
 
Prediction of slip velocity in the pneumatic conveyance of solids in the
Prediction of slip velocity in the pneumatic conveyance of solids in thePrediction of slip velocity in the pneumatic conveyance of solids in the
Prediction of slip velocity in the pneumatic conveyance of solids in theIAEME Publication
 
Measuring entrepreneurial orientation & business performance relationship
Measuring entrepreneurial orientation & business performance relationshipMeasuring entrepreneurial orientation & business performance relationship
Measuring entrepreneurial orientation & business performance relationshipIAEME Publication
 
Comparative analysis of sine triangle and space vector pwm for cascaded multi...
Comparative analysis of sine triangle and space vector pwm for cascaded multi...Comparative analysis of sine triangle and space vector pwm for cascaded multi...
Comparative analysis of sine triangle and space vector pwm for cascaded multi...IAEME Publication
 
Assessing the applicability of ground penetrating radar gpr techniques for ...
Assessing the applicability of ground penetrating radar  gpr  techniques for ...Assessing the applicability of ground penetrating radar  gpr  techniques for ...
Assessing the applicability of ground penetrating radar gpr techniques for ...IAEME Publication
 
Approaches for obtaining design flood peak discharges in sarada river
Approaches for obtaining design flood peak discharges in sarada riverApproaches for obtaining design flood peak discharges in sarada river
Approaches for obtaining design flood peak discharges in sarada riverIAEME Publication
 
A seven level cascaded multilevel dstatcom for compensation of reactive power...
A seven level cascaded multilevel dstatcom for compensation of reactive power...A seven level cascaded multilevel dstatcom for compensation of reactive power...
A seven level cascaded multilevel dstatcom for compensation of reactive power...IAEME Publication
 
Comparative study of printability analysis on pvc cast and pet g films
Comparative study of printability analysis on pvc cast and pet g filmsComparative study of printability analysis on pvc cast and pet g films
Comparative study of printability analysis on pvc cast and pet g filmsIAEME Publication
 

Destacado (9)

Heat transfer characteristics and exergy study of r744 r1270 in a smooth hor
Heat transfer characteristics and exergy study of r744 r1270 in a smooth horHeat transfer characteristics and exergy study of r744 r1270 in a smooth hor
Heat transfer characteristics and exergy study of r744 r1270 in a smooth hor
 
Shape memory alloy as retrofitting application in historical buildings and mo...
Shape memory alloy as retrofitting application in historical buildings and mo...Shape memory alloy as retrofitting application in historical buildings and mo...
Shape memory alloy as retrofitting application in historical buildings and mo...
 
Prediction of slip velocity in the pneumatic conveyance of solids in the
Prediction of slip velocity in the pneumatic conveyance of solids in thePrediction of slip velocity in the pneumatic conveyance of solids in the
Prediction of slip velocity in the pneumatic conveyance of solids in the
 
Measuring entrepreneurial orientation & business performance relationship
Measuring entrepreneurial orientation & business performance relationshipMeasuring entrepreneurial orientation & business performance relationship
Measuring entrepreneurial orientation & business performance relationship
 
Comparative analysis of sine triangle and space vector pwm for cascaded multi...
Comparative analysis of sine triangle and space vector pwm for cascaded multi...Comparative analysis of sine triangle and space vector pwm for cascaded multi...
Comparative analysis of sine triangle and space vector pwm for cascaded multi...
 
Assessing the applicability of ground penetrating radar gpr techniques for ...
Assessing the applicability of ground penetrating radar  gpr  techniques for ...Assessing the applicability of ground penetrating radar  gpr  techniques for ...
Assessing the applicability of ground penetrating radar gpr techniques for ...
 
Approaches for obtaining design flood peak discharges in sarada river
Approaches for obtaining design flood peak discharges in sarada riverApproaches for obtaining design flood peak discharges in sarada river
Approaches for obtaining design flood peak discharges in sarada river
 
A seven level cascaded multilevel dstatcom for compensation of reactive power...
A seven level cascaded multilevel dstatcom for compensation of reactive power...A seven level cascaded multilevel dstatcom for compensation of reactive power...
A seven level cascaded multilevel dstatcom for compensation of reactive power...
 
Comparative study of printability analysis on pvc cast and pet g films
Comparative study of printability analysis on pvc cast and pet g filmsComparative study of printability analysis on pvc cast and pet g films
Comparative study of printability analysis on pvc cast and pet g films
 

Similar a Performance evaluation of various routing techniques in wireless multimedia

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
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
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
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...IJCSEA Journal
 
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...ijsrd.com
 
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...IJCNCJournal
 
3 3 energy efficient topology
3 3 energy efficient topology3 3 energy efficient topology
3 3 energy efficient topologyIAEME Publication
 
3 3 energy efficient topology
3 3 energy efficient topology3 3 energy efficient topology
3 3 energy efficient topologyprjpublications
 
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)ijsrd.com
 
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
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energyijp2p
 
Enhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election ProtocolEnhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election Protocoliosrjce
 
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIAEME Publication
 

Similar a Performance evaluation of various routing techniques in wireless multimedia (20)

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...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
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
 
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
SLGC: A New Cluster Routing Algorithm in Wireless Sensor Network for Decrease...
 
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
Optimizing the Performance of I-mod Leach-PD Protocol in Wireless Sensor Netw...
 
20320130406029
2032013040602920320130406029
20320130406029
 
1909 1913
1909 19131909 1913
1909 1913
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
ENERGY CONSUMPTION IMPROVEMENT OF TRADITIONAL CLUSTERING METHOD IN WIRELESS S...
 
3 3 energy efficient topology
3 3 energy efficient topology3 3 energy efficient topology
3 3 energy efficient topology
 
3 3 energy efficient topology
3 3 energy efficient topology3 3 energy efficient topology
3 3 energy efficient topology
 
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
Energy Efficient LEACH protocol for Wireless Sensor Network (I-LEACH)
 
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...
 
40120130406013
4012013040601340120130406013
40120130406013
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energy
 
E017332733
E017332733E017332733
E017332733
 
Enhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election ProtocolEnhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election Protocol
 
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
 

Más de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Más de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
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
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 

Último (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
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...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
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?
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

Performance evaluation of various routing techniques in wireless multimedia

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 396 PERFORMANCE EVALUATION OF VARIOUS ROUTING TECHNIQUES IN WIRELESS MULTIMEDIA SENSOR NETWORKS Rahul R. Singh1 , Richa K. Makhijani2 1 (Department of CSE, SSGBCOET, Bhusawal, INDIA) 2 (Department of CSE, SSGBCOET, Bhusawal, INDIA) ABSTRACT Wireless Multimedia Sensor Networks (WMSNs) is simply a wireless sensor network supporting multimedia traffic by deployment of data sensors and multimedia sensors as the nodes. The network need to support the issues that multimedia traffic brings to the sensor networks, e.g. QoS, energy, MAC layer, bandwidth, throughput, packet delivery rate etc. When it is concerned to sensor network the energy required to transmit data is much higher compared to simple wireless network. Wireless Sensor Networks are uniquely characterized by properties like limited power they can harvest or store, dynamic network topology, large scale of deployment. Hierarchical clustering is one of the possible solutions to save energy of wireless multimedia sensor nodes. We propose a technique RALEACH for routing in WMSN. Keywords: Energy efficient, Wireless Multimedia Sensor Network, Hierarchical clustering, bandwidth, throughput, packet delivery rate, Cluster Head (CH). 1. INTRODUCTION Wireless Multimedia Sensor Networks (WMSNs) in recent days is getting more and more attention due to its potential applications [6]. The fast advancement in the technology field of wireless multimedia sensor networks helps in different area to get the accurate data. The sensors are capable of producing a measurable response to a change in any physical condition like temperature, magnetic field and light. The sensor nodes can process the gathered information, transmit the acquired message to the sink node and communicate with each other. These sensor devices are battery-operated, with low power and limited storage capacity [1]. Hence, increasing the lifetime of the network an efficient energy management plays a very critical role. INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), pp. 396-402 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 397 A wireless multimedia sensor network system has three parts that includes sensor nodes, sink node and management node. 70% of energy consumption is caused during data transmission process at sensor nodes. LEACH Protocol is the first protocol of hierarchical routings which proposed data fusion, low energy utilization, lifetime and throughput; it is of milestone significance in clustering routing protocols. Many hierarchical routing protocols are improved, based on LEACH protocol. 2. RELATED WORK When any wireless network is being designed for the communication, the first thing is to look for establishing data transmission route with less noise ratio. But in case of wireless multimedia sensor networks the objective constraint is to design route in such a way that data been transmitted with less energy consumption to the sink. Now-a-days many research have been carried out by many researcher [2][3][4][6][7][9][10]. Basically there are three techniques used for routing in WMSN, which are: • Flat Routing: each node plays the same role and sensor nodes collaborate to perform the sensing task. • Hierarchical (Cluster-based) Routing: higher-energy nodes are used to process and send the information, while low-energy nodes are used to perform the sensing in the proximity of the target. The creation of clusters and assigning special tasks to cluster heads can greatly contribute to overall system scalability, lifetime, and energy efficiency. Hierarchical routing is an efficient way to lower energy consumption within a cluster, performing data aggregation and fusion in order to decrease the number of transmitted messages to the sink node. • Location-based: sensor nodes are addressed by means of their locations. The distance between neighboring nodes can be estimated on the basis of incoming signal strengths. Relative coordinates of neighboring nodes can be obtained by exchanging such information between neighbors or by communicating with a satellite using GPS. To save energy, some location-based schemes demand that nodes should go to sleep if there is no activity. 2.1. LEACH Leach algorithm increases lifetime of the WSN by randomly rotating role of a CH among all the nodes. In Leach, a node selects a random number between 0 and 1. If the selected random number is less than the threshold value T(n), then node declares itself as a CH for the current round. Threshold value T(n) is given by equation 1. LEACH ensures that each node becomes a cluster head only once in 1/p rounds, where p is a desired percentage of CH during each round. Leach does not consider the current state (energy level) of a node while electing it as a CH [9]. ܶሺ݊ሻ ൌ ൝ ௣ ଵି௣‫כ‬ሺ௥ ௠௢ௗ భ ೛ ሻ ݂݅ ݊ ‫א‬ ‫ܩ‬ 0 ‫݁ݏ݅ݓݎ݄݁ݐ݋‬ (1) Where p is the portion of the nodes becoming the cluster-heads and r is the number of current round. ALEACH is distributed energy efficient routing protocol which considers energy level of a node while electing CHs. Like LEACH, ALEACH also works in rounds. Each round begins with Cluster Setup phase. During cluster setup phase a node will select a random number
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 398 between 0 and 1. If selected random number is less than threshold value T(n) then node will declare itself as a cluster head where T(n) is given by equation 2. ܶሺ݊ሻ ൌ ‫ܩ‬௣ ൅ ‫ܵܥ‬௣ (2) Where Gp and CSp is given by equations 3 and 4 respectively. Gp and CSp refer to general probability and current state probability. ‫ܩ‬௣ ൌ ௞ ேି௞ሺ௥ ௠௢ௗ ಿ ೖ ሻ (3) Where k/N refers to the desired percentage of cluster heads during each round and Ecurrent and Emax is remaining energy and maximum energy of a node respectively. ‫ܵܥ‬௣ ൌ ா೎ೠೝೝ೐೙೟ ா೘ೌೌೣ ൈ ௞ ே (4) ALeach has considered energy level of a node to decide a node will become a CH during a particular round or not. Major drawback of ALeach is proper importance (weights) is not given to general probability and current state probability [6]. 2.2. WALEACH WALeach divides rounds into cluster set up phase and steady setup phase. Cluster setup phase is used to elect cluster heads. During cluster setup phase each node selects a random number between 0 and 1. If selected number is less than threshold value T(n), a node elects itself as a cluster head for the current round, where T(n) is given by equation 2. The general probability and current state probability is given by equation 5 and equation 6 respectively. In these equations w is used to assign weight to general probability and current state probability [5]. ‫ܩ‬௣ ൌ ேିሺ௪‫כ‬௞ሻ ே ൈ ௞ ேି௞‫כ‬ሺ௥ ௠௢ௗ ಿ ೖ ሻ (5) ‫ܵܥ‬௣ ൌ ௪‫כ‬௞ ே ൈ ா೎ೠೝೝ೐೙೟ ா೘ೌೣ (6) 3. PROPOSED METHODOLOGY We proposed a variant of LEACH, named RALEACH (Ratio based Advanced LEACH) which decides a threshold value based on the square root of ratio of current packet length and control packet length along with Gp & CSp. This change results into significant improvement in network lifetime. Along with this, there is an increase in data traffic sent, death of first node occurrence, total number of rounds and residual energy consumption. The results have been emulated at MATLAB and the comparison with existing techniques is provided, through simulation. The Election of Cluster Heads is given by equation 7. ሺ‫ܩ‬௣ ൅ ‫ܵܥ‬௣ሻ ൈ ට ௉௔௖௞௘௧௅௘௡௚௧௛ ௖௥௧௉௔௖௞௘௧௅௘௡௚௧௛ (7)
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 399 The sensor network model is having the following properties as shown in Fig-1. Figure-1: Deployments of nodes. a) The nodes are randomly distributed in 100m by 100m area. b) The sink is placed at the centre of network with unlimited energy. c) The Nodes & CH with limited energy. d) The nodes are ones generated is fixed till they die. e) CH gets modified or changed when old dies. f) All Nodes are same in nature. Nodes send data to CH & CH forward data to sink. g) Sink broadcast the routes to CH & Nodes in the network. h) Each CH directly communicates with BS no matter the distance between CH and BS. It will consume lot of its energy if the distance is far. 4. PERFORMANCE EVALUATION To evaluate the performance of RALEACH, we consider a 100 X 100 network configuration with 101 nodes, where each sensor node is assigned an initial energy of 0.5 J, the amount of transmission energy is 50 nJ /bit , transmit amplifier energy (Emp) is 0.0013pJ/bit/m4. The criteria for performance evaluation are the network lifetime, the energy consumption and data aggregated at sink and no. of nodes alive. Each performance criteria is evaluated by varying the packet size to be transmitted from nodes. We tracked the rate at which the data are transferred to the sink and the amount of energy required to get the data to the sink. The comparison of performance for the energy utilized by nodes is shown in the following graphs: Fig. 3 & fig. 4 shows amount of energy utilization and lifetime of the network of each technique. Here initially all nodes are with 0.5J of energy as the rounds of packet sending starts the energy goes on decreasing. The lifetime of the network remains even if the energy level is 0J. The Leach lifetime is very less compared to RALEACH and energy requirement is less to transmit data in RALEACH as compared to others.
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 400 In LEACH, the first node dies after 505 rounds; in ALEACH, the first node dies after 488 rounds; in WALEACH, the first node dies after 471 rounds; in RALEACH, the first node dies after 1107 rounds. This shows that there is a significant improvement in the lifetime of a node shown in fig. 5. Fig. 6 shows the graph of total number of round within the lifetime of a network – LEACH completes 1110 rounds, ALEACH completes 913 rounds, WALEACH completes 1436 rounds, RALEACH completes 2642 rounds. Table-1: Simulation Parameters Parameter Value Node Deployment Area 100m x 100m Number of Nodes 100 Initial Energy 0.5 Joules Size of Data messages 64000 bytes, 6400 bytes & 640 bytes Size of Control Packets 200 Bytes Expected percentage of CH per round 5% Important Ratio Factor ඨ ܲܽܿ݇݁‫݄ݐ݃݊݁ܮݐ‬ ܿ‫݄ݐ݃݊݁ܮݐ݁݇ܿܽܲݐݎ‬ CH proportion p=5% Sink location (50,50) Eelec = Etx=Erx 50nJ/bit EDA 5nJ/bit ‫א‬fs 10pJ/bit/m2 ‫א‬mp 0.0013pJ/bit/m4 Figure-2: Flowchart of WMSN Fig. 7 shows the graph of average number of CH formation per round – in the LEACH network the average number of Cluster Head per round is 2.791, in the ALEACH network the average number of Cluster Head per round is 3.436, in the WALEACH network the average number of Cluster Head per round is 2.409, in the RALEACH network the average number of Cluster Head per round is 3.029.
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 401 Fig. 8 shows the graph total numbers of packets sent to sink – in LEACH the numbers of packets sent to sink are 3098 of size 6400bytes, in ALEACH the numbers of packets sent to sink are 3137 of size 6400bytes, in WALEACH the numbers of packets sent to sink are 3460 of size 6400bytes, in RALEACH the numbers of packets send to sink are 8002 of size 6400bytes.
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976- 6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME 402 5. CONCLUSION AND FUTURE WORK The main concern of this work is to examine the energy efficiency and performance evaluation of LEACH protocol and its modified variants. The parameters of comparison of WMSN network are total lifetime, data delivery and energy utilization which are shown in the simulation results. From this work it is found that RALEACH provides better results for data transmission and low energy requirement. This paper has covered performance of LEACH protocol and its modified variants, we can also compare this protocol with other routing protocols that may or may not be hierarchical in nature in future. It is needed to satisfy the constraints introduced by factors such as fault tolerance, topology change, cost, environment, scalability, and power consumption for realization of sensor networks which is not concern in this work. Since these constraints are highly specific and stringent for sensor networks, these factors can be explored in future. REFERENCES [1] Kai Lin & Min Chen, Reliable Routing Based on Energy Prediction for Wireless Multimedia Sensor Networks, IEEE Globecom 2010 proceedings. [2] Laiali Almazaydeh, Eman Abdelfattah, Manal Al- Bzoor and Amer Al- Rahayfeh, Performance Evaluation of Routing Protocols in Wireless Sensor Networks, IJCSIT, Volume 2, Number 2, April 2010. [3] Rohan G. Chaudhari, Dr. Dharmistha D. Vishwakarma & Pranav B. Lapsiwala, Energy Efficient LEACH Protocol for Wireless Sensor Networks, IJARCSEE, Volume 2, Issue 1, January 2013. [4] Sawroop Kaur, Deepak Prashar & Rita Rani, Improvement in Energy Efficiency of Wireless Sensor Network, IJCT, Volume 2 No.2, April 2012. [5] Prof Ankit Thakkar and Dr K Kotecha, WALEACH: weight based energy efficient advanced leach algorithm, CS & IT-CSCP 2012. [6] Samina Ehsan and Bechir Hamdaoui, A Survey on Energy-Efficient Routing Techniques with QoS Assurances for Wireless Multimedia Sensor Networks, IEEE Communications Surveys & Tutorials, Vol. 14, No. 2, Second Quarter 2012. [7] Ian F. Akyildiz, Tommaso Melodia & Kaushik R. Chowdury, Wireless Multimedia Sensor Networks: A Survey, IEEE Wireless Communications, December 2007. [8] Jamal N. Al-Karaki & Ahmed E. Kamal, Routing Techniques in Wireless Sensor Networks: A Survey, ICUBE initiative of Iowa State University, Ames, IA 50011. [9] Ezzati Abdellah, Said Benalla, Abderrahim Beni Hssane & Moulay Lahcen Hasnaoui, Advanced Low Energy Adaptive Clustering Hierarchy, IJCSE, Vol. 02, No. 07, 2010. [10] B.A.Sabarish & R.Lavanya, Modified Leach Protocol for Wireless Sensor Network, IJCA (0975 – 8887), Volume 62– No.3, January 2013. [11] Ms. Meghana. N.Ingole, Mrs.M.S.Bewoor and Mr.S.H.Patil, “Context Sensitive Text Summarization using Hierarchical Clustering Algorithm”, International journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 1, 2012, pp. 322 - 329, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [12] Poonam Thakur and M.Vijaya Raju, “Survey on Routing Techniques for Manets and Wireless Sensor Networks: A Comparison”, International journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 275 - 283, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.