SlideShare a Scribd company logo
International Journal of Technical Research and Applications e-ISSN: 2320-8163,
www.ijtra.com Volume 3, Issue 1 (Jan-Feb 2015), PP. 44-46
44 | P a g e
ENERGY EFFICIENT ROUTING ALGORITHM
Suparna Bhakat1
, Ashok Shaky2
1
Research Scholar, Saroj Institute of Technology And Management, Lucknow.
2
Assistant Professor, Computer Science Department, Saroj Institute of Technology And Management, Lucknow
suparna_gupta21@yahoo.co.in
Abstract: The main aim of energy efficient routing is to
minimize the energy required to transmit or receive packets also
called as active communication energy. Inactive energy is the
energy which not only tries to reduce the energy consumed
when a mobile node stays idle but also listens to the wireless
medium for any possible communication requests from other
nodes. To conserve energy, many energy efficient routing
protocols have been proposed. Networks of small, inexpensive,
disposable, smart sensors are emerging as a new technology with
tremendous potential. Wireless sensor networks can be randomly
deployed inside or close to phenomenon to be monitored. The
advantage of these networks is the fact that they are self-
configuring, which means that a sensor network can be deployed
randomly on a battlefield, in a disaster area or in an inaccessible
area without the need for human intervention. The energy
supplies of nodes are not replenished or replaced and therefore
nodes only participate in the network for as long as they have
energy. This fact necessitates energy efficiency in the design of
every aspect of such nodes. Energy consumption in sensor nodes
occurs mainly due to computational processing and, to a greater
extent, communication. The routing protocol employed by these
sensor nodes can minimize the number of transmissions that
nodes make as well as the computational complexity of routing
path selection. It is therefore of critical importance that the
routing protocol be designed with energy efficiency in mind.
I. INTRODUCTION
Lifetime of wireless sensor node is correlated with the
battery current usage profile. By being able to estimate the
energy utilization of the sensor nodes, routing protocols and
applications are able to construct informed decisions that
enhance the lifetime of the sensor network. However, it is in
general not feasible to measure the energy consumption on
sensor node platforms. Reducing energy consumption and size
are significant research topics in order to make wireless sensor
networks (WSN) deployable. As most WSN nodes are battery
powered, their lifetime is extremely reliant on their energy
consumption. Due to the low cost of an individual node, it is
more cost effectual to substitute the entire node than to locate
the node and replace or recharge its battery supply. Node
lifetime is a frequently discussed topic in platform design and
analysis. In the last couple of years new platforms have
demonstrated several new techniques for reducing power
leakage during sleep time. Hardware components are
characterized at a very detailed level to simulate power
consumption of a node as close as possible. Another method
uses hybrid automata models for analyzing power utilization of
a node at the operating system level. In this paper describes an
energy measurement system based on a node current
consumption usage. To guesstimate the life span of activity
monitoring system, the energy characteristics of sensor node is
measured obliquely. One node is connected in series to a
resistor. Using oscilloscope, voltage drop over the resistor is
calculated. Current is calculated using values given by the
oscilloscope.
II. ENERGY EFFICIENT ROUTING
A network that can function as long as possible is an ideal
network. In an ad- hoc system the main limitation is the
availability of power. Power is consumed on resources such as
running the onboard electronics, the number of processes
running and overheads required to maintain connectivity. The
computing devices consist of mobile batteries in an adhoc
network that communicates over the wireless medium. The
memory space and the processing capacity of the nodes
increase at a very quick speed, the battery method lags far
behind. Hence, energy efficient protocols are derived to
conserve energy and to increase the network life time as well
as increase the device and network operation time. In
particular, energy efficient routing may be the most important
design criterion for MANETs, as mobile nodes will be
powered by batteries with limited capacity. Overall network
lifetime decreases because of the power failure of a mobile
node. Also the ability to forward packets on behalf of others
decreases. For this reason, many research efforts have been
applied to develop energy-aware routing protocols. Instead of
average case the worst case i.e when a first node dies out is
maximized.Some energy proficient routing protocol includes
Local Energy- Aware Routing based on AODV
(LEARAODV), Power-Aware Routing based on AODV (PAR-
AODV), and Lifetime Prediction Routing based on AODV
(LPR- AODV).
III. PROPOSED ALGORITHM
The main aspire of the algorithm is to provide an energy
saving conception for the mobile adhoc networks. Energy
saving conception depends on numerous other factors like
delay in the network, no of hops between source and target.
These techniques are implemented in the network layer of
the protocol which takes care of the routing theory. As
there are no routers here the intermediate hoping acts like
routing and thus this algorithm tends to diminish all the
parameters applied in the network layer. Dynamic Source
Routing only stores an arbitrary path between a source and
destination pair during its route discovery phase. When a
RREQ packet is sent by a source then it is flooded till it
reaches the target and on reaching the packets are destroyed
and the path traversed is simply cached there. But in this
algorithm all the multipaths are first analyzed and their
energy loss and transmission delay along with energy loss
and the path is collected statistically. From there the
minimum and the best path on the basis of hop count and
energy loss is calculated. Hence the destination stores only
this path in its cache for the chosen source.
Hence based on this two important factors and the
formula mentioned above for computation a better energy
efficient algorithm was developed. Sometimes in a MANET,
the number of hops proves negative in determining the least
energy path as the nodes are mobile and infrastructure less,
so distance parameter obviously overcomes the difficulty
with the hop counts here. But still comparison between
algorithms of dynamic source routing and proposed algorithm
can be done on the basis of hop counts.
Numerous general assumptions taken during
establishment of an ad hoc network are as follows:
1) All the nodes partake in the transmission
International Journal of Technical Research and Applications e-ISSN: 2320-8163,
www.ijtra.com Volume 3, Issue 1 (Jan-Feb 2015), PP. 44-46
45 | P a g e
2) The diameter of MANETs should be very
diminutive (mostly within 30 hops)
3) The speed of the nodes should be modest
4) Link must be unidirectional with two proper in
gates and the out gates for each node.
5) Just one node can be sending and one receiving
node during a transmission in the network.
In this research implemented proposed algorithm taking 5,
10, 60 nodes in the network respectively. In each network a
fixed node was chosen as the source node and then a set of
destination was chosen. Then for each source and
destination pair the minimum energy loss path was
calculated.
Working of Proposed Algorithm
The working of proposed algorithm is as follows:
Initialization parameters:
1) Setup a network with N nodes and E edges
2) Select a node S as the source node
3) Select a set of nodes from N apart from S to act as
target nodes.
4) Setup the delay parameter in the channel.
5) Initialize the type of the packet with parameters
like hop count, energy and path.
6) The edges E of network (connections) are
unidirectional as per the assumptions.
7) Therefore two distinct types of gates are taken for
input and output
8) Initial packets hop count set as 0 and also energy
=0.0mW
For (each target node in the set)
{
Initiate from the source node
While(packet−> path[ ] isnotnull)
If(node==target node)
Accumulate packet parameters for further calculation
else
{
Int gaterange= count for the no of out gates for the
node
Copy the Route Request (RREQ) message packets
Packet(hop_count) = packet(hop_count) + 1
Determine energy En with the following formula
En = (packet(hop_count) ∗ delay) + (x ∗ packet_size)
+ const
(here x required for calculation will be that of the
sending as well as of the intermediate nodes.)
Packet− > energy = En
For(eachgate <= gaterange)
{
Get node connected to gate
If(packet−> path does not contain node)
{
Add node to packet− >path
Send copy packets to node through gate
}
}
}
Get next node from packet−>path}
Hop[i]= least hop count from the collected data
Energy[i]= least energy loss from the accumulated data
i=i+1
Pick another node from the set as destination node}
IV. SIMULATION AND RESULT
We have taken the simulation environment as
omnet++. This simulation IDE is freely available for
academic purposes. The network of particular dimension was
constructed in the Omnet++ IDE and the diverse
component of the project is as follows:
(1) Ned file
(2) Network file
(3) Header file <Packet_h.h>
(4) C++ file
This structure was repeated for networks of dimension
5, 10 and 60. Every time the simulation returns the average
minimum hop count and energy loss. All the values were
recorded in a table after every simulation for each size of
network for proposed algorithm. More over the network life
is also improved as the packets are not back flooded and all the
multiple paths from source to destination is traversed in order
to collect the best among them.
V. CONCLUSION
In this paper we proposed a routing approach with the aim
to minimize the energy required to transmit or receive packets
also called as active communication energy. Inactive energy is
the energy which not only tries to reduce the energy consumed
when a mobile node stays idle but also listens to the wireless
medium for any possible communication requests from other
nodes. Transmission power control approach method and load
distribution method are the two methods which diminishes
active communication energy. The sleep or power-down mode
method reduces inactive energy. Both the protocol has specific
benefits and drawbacks and therefore is applicable for certain
situations. We also implemented our approach using Omnet++
for the network with nodes 5, 10 and 60. Using this simulation
we showed the discovered routes for packet forwarding and we
also calculated the energy consumed for different path. Out
simulator always select the path that involves least energy loss.
Another major advantage of this algorithm is that it
prevents back flooding of the packets. If a node is already
added to the packet path then no more flooding of packets
occur to that particular node. This not only saves the
network obstruction but also enhances the life span of the
packets and the network. The major disadvantage of this
algorithm is that it follows breadth first search approach for
the path discovery or intermediate node discovery. Hence all
the child nodes of a particular node added to the path is
also traversed even if they lead to a dead end after some
iterations.
REFERENCES
[1] IEEE 802.11e Working Group, Specific Requirements Part 11:
Wireless LAN Medium Access Control (MAC) and Physical
Layer (PHY) Specifications, Amendment 8: Medium Access
Control (MAC) Quality of Service Enhancements, IEEE
Standard, 2005.
[2] D. Johnson, Y. Hu and D. Maltz, “The Dynamic Source Routing
protocol (DSR) for mobile ad hoc networks for IPv4”, IETF
RFC 4728, vol.15, pages 153-181, 2007.
[3] Lima, L. Calsavara, “A Paradigm Shift in the Design of Mobile
Applications Advanced Information Networking and
Applications Workshops”, AINAW 2008, 22nd International
Conference on Vol. 25, Issue 28, pages 1631-1635, March 2008.
[4] Y.Yoo and D.P. Agrawal, “Why it pays to be selfish in
MANETs”, IEEE Wireless Communications Magazine, vol.
13, no.6, pages 87-97, 2006.
[5] S. Toumpis and D. Toumpakaris, “Wireless ad hoc networks
and related topologies applications and research challenges”,
International Journal of Technical Research and Applications e-ISSN: 2320-8163,
www.ijtra.com Volume 3, Issue 1 (Jan-Feb 2015), PP. 44-46
46 | P a g e
vol. 123, no. 6, pages 232- 241, June 2006.
[6] Y.Natchetoi, H.Wu, “Service-oriented mobile applications for ad
hoc networks”, IEEE, ICSC, pages 405-412, 2008.
[7] Jorma Jormakka, Henryka Jormakka, and Janne V, “A
Lightweight Management System for a Military Ad Hoc
Network”, COIN 2007, LNCS 5200, pages 533–543, Springer-
Verlag Berlin Heidelberg 2008.
[8] Ostermaier, Benedi kt, Dotzer, Florian, “Enhancing the security
of local danger warnings in VANETs, IEEE, pages 422-
431,ARES-2007
Ad

More Related Content

What's hot (17)

Gi3112131218
Gi3112131218Gi3112131218
Gi3112131218
IJERA Editor
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsn
Samruddhi Gaikwad
 
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
IRJET Journal
 
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
IJERA Editor
 
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
Editor IJCATR
 
eeca
eecaeeca
eeca
Yazhini Neha
 
Energy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNEnergy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSN
Zubin Bhuyan
 
Various Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkVarious Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor Network
Editor IJCATR
 
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
 
Attaining Augmented Overhaul and Profit Maximization in Cognitive Wireless In...
Attaining Augmented Overhaul and Profit Maximization in Cognitive Wireless In...Attaining Augmented Overhaul and Profit Maximization in Cognitive Wireless In...
Attaining Augmented Overhaul and Profit Maximization in Cognitive Wireless In...
paperpublications3
 
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
IJSRED
 
Fo2510211029
Fo2510211029Fo2510211029
Fo2510211029
IJERA Editor
 
Efficient and Optimal Routing Scheme for Wireless Sensor Networks
Efficient and Optimal Routing Scheme for Wireless Sensor NetworksEfficient and Optimal Routing Scheme for Wireless Sensor Networks
Efficient and Optimal Routing Scheme for Wireless Sensor Networks
paperpublications3
 
Mobile Relay Configuration in Data-Intensuive Wireless Sensor with Three Rout...
Mobile Relay Configuration in Data-Intensuive Wireless Sensor with Three Rout...Mobile Relay Configuration in Data-Intensuive Wireless Sensor with Three Rout...
Mobile Relay Configuration in Data-Intensuive Wireless Sensor with Three Rout...
IJERA Editor
 
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
 
G018214246
G018214246G018214246
G018214246
IOSR Journals
 
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
 
Hierarchical clustering algo for wsn
Hierarchical clustering algo for wsnHierarchical clustering algo for wsn
Hierarchical clustering algo for wsn
Samruddhi Gaikwad
 
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
Comparative Performance Analysis of Teen Sep Leach EAMMH and PEGASIS Routing ...
IRJET Journal
 
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
A Novel Cluster-Based Energy Efficient Routing With Hybrid Protocol in Wirele...
IJERA Editor
 
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
An Adaptive Energy Aware Clustering Based Reliable Routing for in-Network Agg...
Editor IJCATR
 
Energy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSNEnergy Efficient Data Gathering Protocol in WSN
Energy Efficient Data Gathering Protocol in WSN
Zubin Bhuyan
 
Various Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor NetworkVarious Clustering Techniques in Wireless Sensor Network
Various Clustering Techniques in Wireless Sensor Network
Editor IJCATR
 
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
 
Attaining Augmented Overhaul and Profit Maximization in Cognitive Wireless In...
Attaining Augmented Overhaul and Profit Maximization in Cognitive Wireless In...Attaining Augmented Overhaul and Profit Maximization in Cognitive Wireless In...
Attaining Augmented Overhaul and Profit Maximization in Cognitive Wireless In...
paperpublications3
 
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
Enhanced Routing and Cluster Based Algorithms in WSNs to Improve Communicatio...
IJSRED
 
Efficient and Optimal Routing Scheme for Wireless Sensor Networks
Efficient and Optimal Routing Scheme for Wireless Sensor NetworksEfficient and Optimal Routing Scheme for Wireless Sensor Networks
Efficient and Optimal Routing Scheme for Wireless Sensor Networks
paperpublications3
 
Mobile Relay Configuration in Data-Intensuive Wireless Sensor with Three Rout...
Mobile Relay Configuration in Data-Intensuive Wireless Sensor with Three Rout...Mobile Relay Configuration in Data-Intensuive Wireless Sensor with Three Rout...
Mobile Relay Configuration in Data-Intensuive Wireless Sensor with Three Rout...
IJERA Editor
 
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
 
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
 

Viewers also liked (14)

My last vacations Leonardo castro malaver
My last vacations Leonardo castro malaverMy last vacations Leonardo castro malaver
My last vacations Leonardo castro malaver
leonik2510
 
Sufiyan_CV_Upated- DEC- 2014
Sufiyan_CV_Upated- DEC- 2014Sufiyan_CV_Upated- DEC- 2014
Sufiyan_CV_Upated- DEC- 2014
Mohammed Sufiyan
 
Ijtra130514
Ijtra130514Ijtra130514
Ijtra130514
International Journal of Technical Research & Application
 
POB finance lecture 1
POB finance lecture 1POB finance lecture 1
POB finance lecture 1
SaidaBegum
 
Ijtra141124
Ijtra141124Ijtra141124
Ijtra141124
International Journal of Technical Research & Application
 
Bg primary production workshop 4.06.2014
Bg primary production workshop 4.06.2014Bg primary production workshop 4.06.2014
Bg primary production workshop 4.06.2014
marcusbiogro
 
Chintakunta
ChintakuntaChintakunta
Chintakunta
Prasanth Chintakunta
 
PRODUCTION OF HARD SHEETS FROM MUNICIPAL SOLID WASTE
PRODUCTION OF HARD SHEETS FROM MUNICIPAL SOLID WASTEPRODUCTION OF HARD SHEETS FROM MUNICIPAL SOLID WASTE
PRODUCTION OF HARD SHEETS FROM MUNICIPAL SOLID WASTE
International Journal of Technical Research & Application
 
Caterer | Asian Restaurants - Chef Patricks Kitchen
Caterer | Asian Restaurants - Chef Patricks KitchenCaterer | Asian Restaurants - Chef Patricks Kitchen
Caterer | Asian Restaurants - Chef Patricks Kitchen
Lance Libot
 
TRANS-SEPTAL SUTURE METHOD VERSUS INTRANASAL SILICONE SPLINT IN SEPTOPLASTY
TRANS-SEPTAL SUTURE METHOD VERSUS INTRANASAL SILICONE SPLINT IN SEPTOPLASTY TRANS-SEPTAL SUTURE METHOD VERSUS INTRANASAL SILICONE SPLINT IN SEPTOPLASTY
TRANS-SEPTAL SUTURE METHOD VERSUS INTRANASAL SILICONE SPLINT IN SEPTOPLASTY
International Journal of Technical Research & Application
 
Tipos de traducción
Tipos de traducciónTipos de traducción
Tipos de traducción
Leiram Azul
 
chintakunta_infy
chintakunta_infychintakunta_infy
chintakunta_infy
Prasanth Chintakunta
 
APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...
APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...
APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...
International Journal of Technical Research & Application
 
Ad

Similar to ENERGY EFFICIENT ROUTING ALGORITHM (20)

M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETs
IJERA Editor
 
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc NetworksEnergy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Zac Darcy
 
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc NetworksEnergy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Zac Darcy
 
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc NetworksEnergy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Zac Darcy
 
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
 
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
ijcncs
 
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
Editor IJCATR
 
A RELIABLE AND ENERGY EFFICIENCT ROUTING PROTOCOL FOR MANETs
A RELIABLE AND ENERGY EFFICIENCT ROUTING PROTOCOL FOR MANETs A RELIABLE AND ENERGY EFFICIENCT ROUTING PROTOCOL FOR MANETs
A RELIABLE AND ENERGY EFFICIENCT ROUTING PROTOCOL FOR MANETs
cscpconf
 
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 Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
CSCJournals
 
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
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
IJERA Editor
 
Energy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksEnergy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networks
ijassn
 
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ijassn
 
De31486489
De31486489De31486489
De31486489
IJMER
 
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
 
“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...
eSAT Publishing House
 
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
IJERD Editor
 
M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETs
IJERA Editor
 
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc NetworksEnergy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Zac Darcy
 
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc NetworksEnergy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Zac Darcy
 
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc NetworksEnergy Efficient Multipath Routing For Mobile Ad Hoc Networks
Energy Efficient Multipath Routing For Mobile Ad Hoc Networks
Zac Darcy
 
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
 
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
Design and Performance Analysis of Energy Aware Routing Protocol for Delay Se...
ijcncs
 
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
A New Method for Reducing Energy Consumption in Wireless Sensor Networks usin...
Editor IJCATR
 
A RELIABLE AND ENERGY EFFICIENCT ROUTING PROTOCOL FOR MANETs
A RELIABLE AND ENERGY EFFICIENCT ROUTING PROTOCOL FOR MANETs A RELIABLE AND ENERGY EFFICIENCT ROUTING PROTOCOL FOR MANETs
A RELIABLE AND ENERGY EFFICIENCT ROUTING PROTOCOL FOR MANETs
cscpconf
 
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 Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
CSCJournals
 
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
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
IJERA Editor
 
Energy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksEnergy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networks
ijassn
 
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ijassn
 
De31486489
De31486489De31486489
De31486489
IJMER
 
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
 
“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...
eSAT Publishing House
 
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
Performance Evaluation of Ant Colony Optimization Based Rendezvous Leach Usin...
IJERD Editor
 
Ad

More from International Journal of Technical Research & Application (20)

STUDY & PERFORMANCE OF METAL ON METAL HIP IMPLANTS: A REVIEW
STUDY & PERFORMANCE OF METAL ON METAL HIP IMPLANTS: A REVIEWSTUDY & PERFORMANCE OF METAL ON METAL HIP IMPLANTS: A REVIEW
STUDY & PERFORMANCE OF METAL ON METAL HIP IMPLANTS: A REVIEW
International Journal of Technical Research & Application
 
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
International Journal of Technical Research & Application
 
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
International Journal of Technical Research & Application
 
STUDY OF NANO-SYSTEMS FOR COMPUTER SIMULATIONS
STUDY OF NANO-SYSTEMS FOR COMPUTER SIMULATIONSSTUDY OF NANO-SYSTEMS FOR COMPUTER SIMULATIONS
STUDY OF NANO-SYSTEMS FOR COMPUTER SIMULATIONS
International Journal of Technical Research & Application
 
ENERGY GAP INVESTIGATION AND CHARACTERIZATION OF KESTERITE CU2ZNSNS4 THIN FIL...
ENERGY GAP INVESTIGATION AND CHARACTERIZATION OF KESTERITE CU2ZNSNS4 THIN FIL...ENERGY GAP INVESTIGATION AND CHARACTERIZATION OF KESTERITE CU2ZNSNS4 THIN FIL...
ENERGY GAP INVESTIGATION AND CHARACTERIZATION OF KESTERITE CU2ZNSNS4 THIN FIL...
International Journal of Technical Research & Application
 
POD-PWM BASED CAPACITOR CLAMPED MULTILEVEL INVERTER
POD-PWM BASED CAPACITOR CLAMPED MULTILEVEL INVERTERPOD-PWM BASED CAPACITOR CLAMPED MULTILEVEL INVERTER
POD-PWM BASED CAPACITOR CLAMPED MULTILEVEL INVERTER
International Journal of Technical Research & Application
 
DIGITAL COMPRESSING OF A BPCM SIGNAL ACCORDING TO BARKER CODE USING FPGA
DIGITAL COMPRESSING OF A BPCM SIGNAL ACCORDING TO BARKER CODE USING FPGADIGITAL COMPRESSING OF A BPCM SIGNAL ACCORDING TO BARKER CODE USING FPGA
DIGITAL COMPRESSING OF A BPCM SIGNAL ACCORDING TO BARKER CODE USING FPGA
International Journal of Technical Research & Application
 
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
International Journal of Technical Research & Application
 
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIRAN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
International Journal of Technical Research & Application
 
LI-ION BATTERY TESTING FROM MANUFACTURING TO OPERATION PROCESS
LI-ION BATTERY TESTING FROM MANUFACTURING TO OPERATION PROCESSLI-ION BATTERY TESTING FROM MANUFACTURING TO OPERATION PROCESS
LI-ION BATTERY TESTING FROM MANUFACTURING TO OPERATION PROCESS
International Journal of Technical Research & Application
 
QUALITATIVE RISK ASSESSMENT AND MITIGATION MEASURES FOR REAL ESTATE PROJECTS ...
QUALITATIVE RISK ASSESSMENT AND MITIGATION MEASURES FOR REAL ESTATE PROJECTS ...QUALITATIVE RISK ASSESSMENT AND MITIGATION MEASURES FOR REAL ESTATE PROJECTS ...
QUALITATIVE RISK ASSESSMENT AND MITIGATION MEASURES FOR REAL ESTATE PROJECTS ...
International Journal of Technical Research & Application
 
SCOPE OF REPLACING FINE AGGREGATE WITH COPPER SLAG IN CONCRETE- A REVIEW
SCOPE OF REPLACING FINE AGGREGATE WITH COPPER SLAG IN CONCRETE- A REVIEWSCOPE OF REPLACING FINE AGGREGATE WITH COPPER SLAG IN CONCRETE- A REVIEW
SCOPE OF REPLACING FINE AGGREGATE WITH COPPER SLAG IN CONCRETE- A REVIEW
International Journal of Technical Research & Application
 
IMPLEMENTATION OF METHODS FOR TRANSACTION IN SECURE ONLINE BANKING
IMPLEMENTATION OF METHODS FOR TRANSACTION IN SECURE ONLINE BANKINGIMPLEMENTATION OF METHODS FOR TRANSACTION IN SECURE ONLINE BANKING
IMPLEMENTATION OF METHODS FOR TRANSACTION IN SECURE ONLINE BANKING
International Journal of Technical Research & Application
 
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTYEFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
International Journal of Technical Research & Application
 
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
International Journal of Technical Research & Application
 
THE CONSTRUCTION PROCEDURE AND ADVANTAGE OF THE RAIL CABLE-LIFTING CONSTRUCTI...
THE CONSTRUCTION PROCEDURE AND ADVANTAGE OF THE RAIL CABLE-LIFTING CONSTRUCTI...THE CONSTRUCTION PROCEDURE AND ADVANTAGE OF THE RAIL CABLE-LIFTING CONSTRUCTI...
THE CONSTRUCTION PROCEDURE AND ADVANTAGE OF THE RAIL CABLE-LIFTING CONSTRUCTI...
International Journal of Technical Research & Application
 
TIME EFFICIENT BAYLIS-HILLMAN REACTION ON STEROIDAL NUCLEUS OF WITHAFERIN-A T...
TIME EFFICIENT BAYLIS-HILLMAN REACTION ON STEROIDAL NUCLEUS OF WITHAFERIN-A T...TIME EFFICIENT BAYLIS-HILLMAN REACTION ON STEROIDAL NUCLEUS OF WITHAFERIN-A T...
TIME EFFICIENT BAYLIS-HILLMAN REACTION ON STEROIDAL NUCLEUS OF WITHAFERIN-A T...
International Journal of Technical Research & Application
 
A STUDY ON THE FRESH PROPERTIES OF SCC WITH FLY ASH
A STUDY ON THE FRESH PROPERTIES OF SCC WITH FLY ASHA STUDY ON THE FRESH PROPERTIES OF SCC WITH FLY ASH
A STUDY ON THE FRESH PROPERTIES OF SCC WITH FLY ASH
International Journal of Technical Research & Application
 
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
International Journal of Technical Research & Application
 
OPEN LOOP ANALYSIS OF CASCADED HBRIDGE MULTILEVEL INVERTER USING PDPWM FOR PH...
OPEN LOOP ANALYSIS OF CASCADED HBRIDGE MULTILEVEL INVERTER USING PDPWM FOR PH...OPEN LOOP ANALYSIS OF CASCADED HBRIDGE MULTILEVEL INVERTER USING PDPWM FOR PH...
OPEN LOOP ANALYSIS OF CASCADED HBRIDGE MULTILEVEL INVERTER USING PDPWM FOR PH...
International Journal of Technical Research & Application
 

Recently uploaded (20)

machines-for-woodworking-shops-en-compressed.pdf
machines-for-woodworking-shops-en-compressed.pdfmachines-for-woodworking-shops-en-compressed.pdf
machines-for-woodworking-shops-en-compressed.pdf
AmirStern2
 
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
João Esperancinha
 
Config 2025 presentation recap covering both days
Config 2025 presentation recap covering both daysConfig 2025 presentation recap covering both days
Config 2025 presentation recap covering both days
TrishAntoni1
 
Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)
Kaya Weers
 
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent LasterAI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
All Things Open
 
Bepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firmBepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firm
Benard76
 
The No-Code Way to Build a Marketing Team with One AI Agent (Download the n8n...
The No-Code Way to Build a Marketing Team with One AI Agent (Download the n8n...The No-Code Way to Build a Marketing Team with One AI Agent (Download the n8n...
The No-Code Way to Build a Marketing Team with One AI Agent (Download the n8n...
SOFTTECHHUB
 
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz
 
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptxSmart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Seasia Infotech
 
AI-proof your career by Olivier Vroom and David WIlliamson
AI-proof your career by Olivier Vroom and David WIlliamsonAI-proof your career by Olivier Vroom and David WIlliamson
AI-proof your career by Olivier Vroom and David WIlliamson
UXPA Boston
 
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Cyntexa
 
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdfKit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Wonjun Hwang
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
AI Agents at Work: UiPath, Maestro & the Future of Documents
AI Agents at Work: UiPath, Maestro & the Future of DocumentsAI Agents at Work: UiPath, Maestro & the Future of Documents
AI Agents at Work: UiPath, Maestro & the Future of Documents
UiPathCommunity
 
Build With AI - In Person Session Slides.pdf
Build With AI - In Person Session Slides.pdfBuild With AI - In Person Session Slides.pdf
Build With AI - In Person Session Slides.pdf
Google Developer Group - Harare
 
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à GenèveUiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPathCommunity
 
Top-AI-Based-Tools-for-Game-Developers (1).pptx
Top-AI-Based-Tools-for-Game-Developers (1).pptxTop-AI-Based-Tools-for-Game-Developers (1).pptx
Top-AI-Based-Tools-for-Game-Developers (1).pptx
BR Softech
 
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
CSUC - Consorci de Serveis Universitaris de Catalunya
 
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Raffi Khatchadourian
 
IT488 Wireless Sensor Networks_Information Technology
IT488 Wireless Sensor Networks_Information TechnologyIT488 Wireless Sensor Networks_Information Technology
IT488 Wireless Sensor Networks_Information Technology
SHEHABALYAMANI
 
machines-for-woodworking-shops-en-compressed.pdf
machines-for-woodworking-shops-en-compressed.pdfmachines-for-woodworking-shops-en-compressed.pdf
machines-for-woodworking-shops-en-compressed.pdf
AmirStern2
 
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
João Esperancinha
 
Config 2025 presentation recap covering both days
Config 2025 presentation recap covering both daysConfig 2025 presentation recap covering both days
Config 2025 presentation recap covering both days
TrishAntoni1
 
Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)
Kaya Weers
 
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent LasterAI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
All Things Open
 
Bepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firmBepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firm
Benard76
 
The No-Code Way to Build a Marketing Team with One AI Agent (Download the n8n...
The No-Code Way to Build a Marketing Team with One AI Agent (Download the n8n...The No-Code Way to Build a Marketing Team with One AI Agent (Download the n8n...
The No-Code Way to Build a Marketing Team with One AI Agent (Download the n8n...
SOFTTECHHUB
 
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz
 
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptxSmart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Seasia Infotech
 
AI-proof your career by Olivier Vroom and David WIlliamson
AI-proof your career by Olivier Vroom and David WIlliamsonAI-proof your career by Olivier Vroom and David WIlliamson
AI-proof your career by Olivier Vroom and David WIlliamson
UXPA Boston
 
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Cyntexa
 
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdfKit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Wonjun Hwang
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
AI Agents at Work: UiPath, Maestro & the Future of Documents
AI Agents at Work: UiPath, Maestro & the Future of DocumentsAI Agents at Work: UiPath, Maestro & the Future of Documents
AI Agents at Work: UiPath, Maestro & the Future of Documents
UiPathCommunity
 
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à GenèveUiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPath Automation Suite – Cas d'usage d'une NGO internationale basée à Genève
UiPathCommunity
 
Top-AI-Based-Tools-for-Game-Developers (1).pptx
Top-AI-Based-Tools-for-Game-Developers (1).pptxTop-AI-Based-Tools-for-Game-Developers (1).pptx
Top-AI-Based-Tools-for-Game-Developers (1).pptx
BR Softech
 
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Raffi Khatchadourian
 
IT488 Wireless Sensor Networks_Information Technology
IT488 Wireless Sensor Networks_Information TechnologyIT488 Wireless Sensor Networks_Information Technology
IT488 Wireless Sensor Networks_Information Technology
SHEHABALYAMANI
 

ENERGY EFFICIENT ROUTING ALGORITHM

  • 1. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 3, Issue 1 (Jan-Feb 2015), PP. 44-46 44 | P a g e ENERGY EFFICIENT ROUTING ALGORITHM Suparna Bhakat1 , Ashok Shaky2 1 Research Scholar, Saroj Institute of Technology And Management, Lucknow. 2 Assistant Professor, Computer Science Department, Saroj Institute of Technology And Management, Lucknow suparna_gupta21@yahoo.co.in Abstract: The main aim of energy efficient routing is to minimize the energy required to transmit or receive packets also called as active communication energy. Inactive energy is the energy which not only tries to reduce the energy consumed when a mobile node stays idle but also listens to the wireless medium for any possible communication requests from other nodes. To conserve energy, many energy efficient routing protocols have been proposed. Networks of small, inexpensive, disposable, smart sensors are emerging as a new technology with tremendous potential. Wireless sensor networks can be randomly deployed inside or close to phenomenon to be monitored. The advantage of these networks is the fact that they are self- configuring, which means that a sensor network can be deployed randomly on a battlefield, in a disaster area or in an inaccessible area without the need for human intervention. The energy supplies of nodes are not replenished or replaced and therefore nodes only participate in the network for as long as they have energy. This fact necessitates energy efficiency in the design of every aspect of such nodes. Energy consumption in sensor nodes occurs mainly due to computational processing and, to a greater extent, communication. The routing protocol employed by these sensor nodes can minimize the number of transmissions that nodes make as well as the computational complexity of routing path selection. It is therefore of critical importance that the routing protocol be designed with energy efficiency in mind. I. INTRODUCTION Lifetime of wireless sensor node is correlated with the battery current usage profile. By being able to estimate the energy utilization of the sensor nodes, routing protocols and applications are able to construct informed decisions that enhance the lifetime of the sensor network. However, it is in general not feasible to measure the energy consumption on sensor node platforms. Reducing energy consumption and size are significant research topics in order to make wireless sensor networks (WSN) deployable. As most WSN nodes are battery powered, their lifetime is extremely reliant on their energy consumption. Due to the low cost of an individual node, it is more cost effectual to substitute the entire node than to locate the node and replace or recharge its battery supply. Node lifetime is a frequently discussed topic in platform design and analysis. In the last couple of years new platforms have demonstrated several new techniques for reducing power leakage during sleep time. Hardware components are characterized at a very detailed level to simulate power consumption of a node as close as possible. Another method uses hybrid automata models for analyzing power utilization of a node at the operating system level. In this paper describes an energy measurement system based on a node current consumption usage. To guesstimate the life span of activity monitoring system, the energy characteristics of sensor node is measured obliquely. One node is connected in series to a resistor. Using oscilloscope, voltage drop over the resistor is calculated. Current is calculated using values given by the oscilloscope. II. ENERGY EFFICIENT ROUTING A network that can function as long as possible is an ideal network. In an ad- hoc system the main limitation is the availability of power. Power is consumed on resources such as running the onboard electronics, the number of processes running and overheads required to maintain connectivity. The computing devices consist of mobile batteries in an adhoc network that communicates over the wireless medium. The memory space and the processing capacity of the nodes increase at a very quick speed, the battery method lags far behind. Hence, energy efficient protocols are derived to conserve energy and to increase the network life time as well as increase the device and network operation time. In particular, energy efficient routing may be the most important design criterion for MANETs, as mobile nodes will be powered by batteries with limited capacity. Overall network lifetime decreases because of the power failure of a mobile node. Also the ability to forward packets on behalf of others decreases. For this reason, many research efforts have been applied to develop energy-aware routing protocols. Instead of average case the worst case i.e when a first node dies out is maximized.Some energy proficient routing protocol includes Local Energy- Aware Routing based on AODV (LEARAODV), Power-Aware Routing based on AODV (PAR- AODV), and Lifetime Prediction Routing based on AODV (LPR- AODV). III. PROPOSED ALGORITHM The main aspire of the algorithm is to provide an energy saving conception for the mobile adhoc networks. Energy saving conception depends on numerous other factors like delay in the network, no of hops between source and target. These techniques are implemented in the network layer of the protocol which takes care of the routing theory. As there are no routers here the intermediate hoping acts like routing and thus this algorithm tends to diminish all the parameters applied in the network layer. Dynamic Source Routing only stores an arbitrary path between a source and destination pair during its route discovery phase. When a RREQ packet is sent by a source then it is flooded till it reaches the target and on reaching the packets are destroyed and the path traversed is simply cached there. But in this algorithm all the multipaths are first analyzed and their energy loss and transmission delay along with energy loss and the path is collected statistically. From there the minimum and the best path on the basis of hop count and energy loss is calculated. Hence the destination stores only this path in its cache for the chosen source. Hence based on this two important factors and the formula mentioned above for computation a better energy efficient algorithm was developed. Sometimes in a MANET, the number of hops proves negative in determining the least energy path as the nodes are mobile and infrastructure less, so distance parameter obviously overcomes the difficulty with the hop counts here. But still comparison between algorithms of dynamic source routing and proposed algorithm can be done on the basis of hop counts. Numerous general assumptions taken during establishment of an ad hoc network are as follows: 1) All the nodes partake in the transmission
  • 2. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 3, Issue 1 (Jan-Feb 2015), PP. 44-46 45 | P a g e 2) The diameter of MANETs should be very diminutive (mostly within 30 hops) 3) The speed of the nodes should be modest 4) Link must be unidirectional with two proper in gates and the out gates for each node. 5) Just one node can be sending and one receiving node during a transmission in the network. In this research implemented proposed algorithm taking 5, 10, 60 nodes in the network respectively. In each network a fixed node was chosen as the source node and then a set of destination was chosen. Then for each source and destination pair the minimum energy loss path was calculated. Working of Proposed Algorithm The working of proposed algorithm is as follows: Initialization parameters: 1) Setup a network with N nodes and E edges 2) Select a node S as the source node 3) Select a set of nodes from N apart from S to act as target nodes. 4) Setup the delay parameter in the channel. 5) Initialize the type of the packet with parameters like hop count, energy and path. 6) The edges E of network (connections) are unidirectional as per the assumptions. 7) Therefore two distinct types of gates are taken for input and output 8) Initial packets hop count set as 0 and also energy =0.0mW For (each target node in the set) { Initiate from the source node While(packet−> path[ ] isnotnull) If(node==target node) Accumulate packet parameters for further calculation else { Int gaterange= count for the no of out gates for the node Copy the Route Request (RREQ) message packets Packet(hop_count) = packet(hop_count) + 1 Determine energy En with the following formula En = (packet(hop_count) ∗ delay) + (x ∗ packet_size) + const (here x required for calculation will be that of the sending as well as of the intermediate nodes.) Packet− > energy = En For(eachgate <= gaterange) { Get node connected to gate If(packet−> path does not contain node) { Add node to packet− >path Send copy packets to node through gate } } } Get next node from packet−>path} Hop[i]= least hop count from the collected data Energy[i]= least energy loss from the accumulated data i=i+1 Pick another node from the set as destination node} IV. SIMULATION AND RESULT We have taken the simulation environment as omnet++. This simulation IDE is freely available for academic purposes. The network of particular dimension was constructed in the Omnet++ IDE and the diverse component of the project is as follows: (1) Ned file (2) Network file (3) Header file <Packet_h.h> (4) C++ file This structure was repeated for networks of dimension 5, 10 and 60. Every time the simulation returns the average minimum hop count and energy loss. All the values were recorded in a table after every simulation for each size of network for proposed algorithm. More over the network life is also improved as the packets are not back flooded and all the multiple paths from source to destination is traversed in order to collect the best among them. V. CONCLUSION In this paper we proposed a routing approach with the aim to minimize the energy required to transmit or receive packets also called as active communication energy. Inactive energy is the energy which not only tries to reduce the energy consumed when a mobile node stays idle but also listens to the wireless medium for any possible communication requests from other nodes. Transmission power control approach method and load distribution method are the two methods which diminishes active communication energy. The sleep or power-down mode method reduces inactive energy. Both the protocol has specific benefits and drawbacks and therefore is applicable for certain situations. We also implemented our approach using Omnet++ for the network with nodes 5, 10 and 60. Using this simulation we showed the discovered routes for packet forwarding and we also calculated the energy consumed for different path. Out simulator always select the path that involves least energy loss. Another major advantage of this algorithm is that it prevents back flooding of the packets. If a node is already added to the packet path then no more flooding of packets occur to that particular node. This not only saves the network obstruction but also enhances the life span of the packets and the network. The major disadvantage of this algorithm is that it follows breadth first search approach for the path discovery or intermediate node discovery. Hence all the child nodes of a particular node added to the path is also traversed even if they lead to a dead end after some iterations. REFERENCES [1] IEEE 802.11e Working Group, Specific Requirements Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications, Amendment 8: Medium Access Control (MAC) Quality of Service Enhancements, IEEE Standard, 2005. [2] D. Johnson, Y. Hu and D. Maltz, “The Dynamic Source Routing protocol (DSR) for mobile ad hoc networks for IPv4”, IETF RFC 4728, vol.15, pages 153-181, 2007. [3] Lima, L. Calsavara, “A Paradigm Shift in the Design of Mobile Applications Advanced Information Networking and Applications Workshops”, AINAW 2008, 22nd International Conference on Vol. 25, Issue 28, pages 1631-1635, March 2008. [4] Y.Yoo and D.P. Agrawal, “Why it pays to be selfish in MANETs”, IEEE Wireless Communications Magazine, vol. 13, no.6, pages 87-97, 2006. [5] S. Toumpis and D. Toumpakaris, “Wireless ad hoc networks and related topologies applications and research challenges”,
  • 3. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 3, Issue 1 (Jan-Feb 2015), PP. 44-46 46 | P a g e vol. 123, no. 6, pages 232- 241, June 2006. [6] Y.Natchetoi, H.Wu, “Service-oriented mobile applications for ad hoc networks”, IEEE, ICSC, pages 405-412, 2008. [7] Jorma Jormakka, Henryka Jormakka, and Janne V, “A Lightweight Management System for a Military Ad Hoc Network”, COIN 2007, LNCS 5200, pages 533–543, Springer- Verlag Berlin Heidelberg 2008. [8] Ostermaier, Benedi kt, Dotzer, Florian, “Enhancing the security of local danger warnings in VANETs, IEEE, pages 422- 431,ARES-2007
  翻译: