SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
569
ENERGY EFFICIENT ROUTING PROTOCOLTO INCREASE MANET
LIFE TIME USING CLUSTER
Ashvin R Prajapati1,
Deepak chaudhary2,
Hitesh Patel3
1
Computer Science and Engineering, Institute of Engineering & Technology, Alwar,
Rajasthan, India
2
Computer Science and Engineering, Institute of Engineering & Technology, Alwar,
Rajasthan, India
3
Computer Science and Engineering, Geetanjali Institute of Technical Studies, Udaipur,
Rajasthan, India
ABSTRACT
Mobile Ad Hoc Networks (MANETs) also called mesh networks are self-configuring
networks of mobile devices connected by wireless links. MANETs is infrastructure less
network. To improve the lifetime of these networks can be improving the energy levels of the
individual nodes of the network. There are various powers aware routing protocol likes aodv,
dsr, dsdv etc. Based on this we will focus on aodv and we will modified aodv protocol with
some new features. The performance metrics used for evaluation are packet delivery ratio,
throughput, network lifetime and average energy consumed. The simulation will be done
using NS2 network simulator.
Keywords: Manet, energy efficient, aodv, network lifetime, throughput, cluster, cluster head.
I. INTRODUCTION
Mobile Ad hoc Network (MANET) is one that comes together as needed, not
necessarily with any support from the existing Internet infrastructure or any other kind of
fixed stations. A mobile ad hoc network is formed by mobile hosts. Some of these mobile
hosts are willing to forward packets for neighbors. These networks have no fixed routers,
every node could be router. All nodes are capable of moving and can be connected
dynamically in an arbitrary manner. The responsibilities for organizing and controlling the
network are distributed among the terminals themselves. The entire network is mobile, and
the individual terminals are allowed to move freely. In, some pairs of terminals may not be
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING
& TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 2, March – April (2013), pp. 569-575
© 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
570
able to communicate directly with each other and have to rely on some other terminals so that
the messages are delivered to their destinations. Such networks are often referred to as multi-
hop networks. Multi-hop or ad hoc, wireless networks use two or more wireless hops to
convey information from a source to a destination.
A Mobile Ad-Hoc Network (figure 1) where:
• The mobile routers are free to move randomly and organize themselves arbitrarily
• The network’s wireless topology may change rapidly and unpredictably
Figure 1 MANET
Ad hoc networks can divide according to the network topology. There are two different
classes: flat and hierarchical ad hoc networks.
In flat ad hoc networks, all nodes carry the same responsibility and there is no distinction
between the individual nodes. The scalability decreases when the number of nodes increases
significantly.
Hierarchical ad hoc networks consist in this case of several clusters, each one represents a
network and all are linked together as indicated in Figure 2. The nodes in hierarchical ad hoc
networks can be differentiated into two types:
- Master nodes (Cluster Head): administer the cluster and are responsible for passing the data
on to other cluster.
- Normal nodes (Cluster Members): Communicate within the cluster directly together and
with nodes in other clusters with the help of the master node. Normal nodes are called also
slave nodes.
Figure 2 Hierarchical Architecture of MANET
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
571
In a cluster, the number of hops between any two nodes is no more than two. In the
whole network, there is no direct connection between cluster heads. Fig. 2 is an illustration of
clustering architecture. In Fig. 2, node 0, 1, 3, and 5 are cluster heads, node 8, 10, and 11 are
gateways, and the rest are cluster members.
There are 3 Types of routing protocols:
1. Proactive routing protocols 2.Reactive Routing Protocols 3.Hybrid routing protocol. Based
on this I focus on Reactive Protocol because Reactive (on demand) routing protocol does not
maintain their route tables with the latest route topology. If a node wants to send any packet
then protocol searches for the route and establishes the connection in order to transmit and
receive the packet.
The on-demand routing protocols have two major components:
Route discovery: In this Route Reply message containing path information is sent back to the
source either by the destination, or intermediate nodes that have a route to the destination,
Reverse the order of the route record, and include it in Route Reply. It has unicast source
routing. Each node maintains a Route Cache which records routes it has learned and
overheard over time Source nodes consults its route cache for the available route from source
to destination otherwise if the route is not present it initiates route discovery.
Route maintenance: Route maintenance performed only while route is in use. Route
maintenance is done because of dynamic topology of the network cases of the route failure
between the nodes arises due to link breakage etc. Route maintenance is possible due to
acknowledgement mechanism of reactive protocols. Because of the route discovery
mechanism, reactive protocols add latency to the network. Each intermediate node involved
in the route discovery process adds latency. These protocols decrease the routing overhead
but at the cost of increased latency in the network. So these protocols are suitable where low
routing overhead is required.
There are various types of well known reactive routing protocols in MANET like AODV,
DSR, TORA, ABR, RDMAR, and CBRP.
AODV Overview
Ad hoc on demand distance vector (AODV) protocol in which source node only
includes the address of its neighbour in the packet so overhead in this protocol is less
compare to DSR. Ad-Hoc On-Demand Distance Vector Routing Protocol (AODV) finds
route between nodes only when it is necessary. It does not maintain topology information
about all other nodes in the network. When a source has data to transmit to an unknown
destination, it broadcasts a Route Request (RREQ) for that destination. At each intermediate
node, when a RREQ is received a route to the source is created. If the receiving node has not
received this RREQ before, is not the destination and does not have a current route to the
destination, it rebroadcasts the RREQ. If the receiving node is the destination or has a current
route to the destination, it generates a Route Reply (RREP). The RREP is unicast in a hop-by-
hop fashion to the source.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
572
Figure 3 AODV protocol
As the RREP propagates, each intermediate node creates a route to the destination.
When the source receives the RREP, it records the route to the destination and can begin
sending data. If multiple RREPs are received by the source, the route with the shortest hop
count is chosen. As data flows from the source to the destination, each node along the route
updates the timers associated with the routes to the source and destination, maintaining the
routes in the routing table. If a route is not used for some period of time, a node cannot be
sure whether the route is still valid; consequently, the node removes the route from its routing
table. If data is flowing and a link break is detected, a Route Error (RERR) is sent to the
source of the data in a hop-by-hop fashion. As the RERR propagates towards the source, each
intermediate node invalidates routes to any unreachable destinations. When the source of the
data receives the RERR, it invalidates the route and reinitiates route discovery if necessary.
The main advantage of AODV protocol is that routes are established on demand and
destination sequence numbers are used to find the latest route to the destination. The
connection setup delay is less. The HELLO messages supporting the routes maintenance are
range limited, so they do not cause unnecessary overhead in the network.
II. PROBLEM STATEMENT
Mobile Ad Hoc networks have few Problems like Limited wireless transmission
range, broadcast nature of the wireless medium, hidden terminal and exposed terminal
problems, packet losses due to transmission errors and mobility, stimulated change of route,
Battery constraints and security problem.
One of the most critical issues in mobile ad hoc networks (MANETs) is energy
conservation since mobile nodes will be powered by batteries with limited capacity. Nodes in
MANET are always portable devices powered by battery. Energy consuming also should be
considered in routing in MANET. The power level basically affects many features of the
operation in the network including the throughput of the network. However, multi-hop
routing, random movement of mobile nodes and other features unique to MANET lead to
enormous control overhead for route discovery and maintenance. Power control also affects
the conflict for the medium and the number of hops in turn it will affect the delay time.
Transmission power also influences the important metric of energy consumptions. All of
these make routing in MANET a very challenging Problem. Therefore the energy efficient
protocol is must to increase the lifetime of node as well as the lifetime of network.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
573
III. RELATED WORK
Here, we present a brief description of the some relevant power-aware routing
algorithms proposed recently. There has been some study on power aware routing protocols
for MANETs. Presented below is a brief review of some of them.
1. Making MANET Energy Efficient - propose a scheme to improve existing on demand
routing protocols by introducing the power aware virtual node scheme in whole scenario.
This scheme uses the concept of power awareness among route selection nodes. Source
node broadcast RREQ message containing Threshold value (Th) and distance from source
to destination. After then based on neighbor node having energy level greater then
threshold and less distance from destination, has been selected for forwarding data.
2. Performance Evaluation of Energy Consumption for AODV and DSR Routing Protocols
in MANET - A performance comparison of Dynamic Source Routing (DSR) and Ad hoc
On-Demand Distance Vector (AODV) routing protocols with respect to average energy
consumption and routing energy consumption are explained thoroughly. Then, an
evaluation of how the varying metrics in diverse scenarios affect the power consumption
in these two protocols is discussed. Finally, an evaluation of these routing protocols
based on energy consumption is presented.
3. An Optimized Power Reactive Routing Based on AODV Protocol for Mobile Ad-hoc
Network - Here, an optimized power reactive routing protocol introduced which describes
the concepts of cognitive function and AODV protocol. It ensures that data packet is
transferred in the shortest path and also in reliable mode. It will improve the data
transmission with an energy efficient manner. Proposed protocol avoids new route
discovery process in AODV with low power consumption and maintains stability of
network.
Capability Aware AODV Algorithm in NS-2 Environment - The routing protocol
proposed in this paper is an extension of AODV, but has a different objective. Unlike the
previous protocols, it focuses on capability aware route selection. Moreover, in CSA the
destination is not known in advance. To our knowledge this is the novel implementation of a
capability aware ad-hoc routing protocol based on several attribute-value pairs, which are
used to select a node.
IV. PROPOSED APPROACH
The main goal is to improve the performance and throughput of existing on-demand
routing protocols. The two common on-demand routing protocols are dynamic source routing
(DSR) protocol and ad-hoc on demand distance vector routing (AODV) protocol. So from
them, we select AODV protocol to implement our proposed scheme because AODV is an
efficient routing protocol which removes any unnecessary and outmoded information
quickly, and does not create traffic unless necessary. So that’s why AODV can react to
topological changes that have an effect on active routes in a timely and quick manner. AODV
performs better in scenarios with extra load and/or higher node mobility; as a result it’s more
scalable than DSR.
In our proposed protocol, a hierarchical network model consists of partitioning the
network into clusters in which certain numbers of nodes are periodically selected to assume
the role of the Cluster Head (CH). Each cluster contains one CH node. Cluster head will
periodically gathers the battery related information from its group nodes and also they all the
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
574
nodes will send their THRESHOLD value to the cluster head.
The proposed algorithm is simulated using network simulator NS-2 version 2.34 and the
performance is compared with well known on demand protocols AODV and advanced
existing AODV protocols.
In the block diagram a workflow of proposed approach is shown. In our proposed
approach the first work is done of node creation and cluster formation. After that proposed
mechanism will designed. In network cluster head selection is performed by applying leader
election algorithm. By applying our proposed algorithm we will get stable path to destination.
After that performance of protocol will be evaluated and is compared with well known AODV
and advanced existing AODV protocols.
Figure 4 Workflow of Proposed Approach
V. ALGORITHM
Steps of Implementation methodology:
1. For periodical time interval, all CH will send control packets to all its group members.
2. CH receives Battery information and THRESHOLD value from all group members and
having updated information.
3. Source S send RREQ packets to its CH by selecting optimal path.
4. CH will send packet to all other CH in network
where periodically all CH exchange information.
5. CH select best path to communicate with its group member based on THRESHOLD
values of nodes. After receiving packet from Source S, Destination node D replies to its
CH.
6. After that, that particular CH will reply to CH of Source S about stable path to
destination.
7. At the end, Source S will send data packets to destination D from selected stable path.
If energy greater then threshold value, send packet to node those having maximum
energy and less distance otherwise drop packet. After this update routing table and broadcast
route request to all nodes.
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-
6367(Print), ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), © IAEME
575
VI. CONCLUSION
We will apply our proposed algorithm to AODV that works on a reactive approach
and make use of alternate paths by satisfying a set of energy and distance based threshold
area. So we can achieve the following:
1. To extend the life time of ad hoc networks through implementing power aware routing
protocol.
2. Improvement in the lifetime of the entire network.
3. We will find out success of packet delivery by preventing nodes from killing out due to
energy losses.
Our proposed scheme picks the nodes based on their energy level; this may also help in
solving the problem of asymmetric links.
REFERENCES
[1] K. Kaur and I. Kaur Aulakh, “Power Aware Metrics and Routing Techniques in
MANETs”, IEEE 2011.
[2] T.C. Huang, S.C. Chen and L. Tang, “Energy-Aware Gossip Routing for Mobile Ad Hoc
Networks”, IEEE International Conference on High Performance Computing and
Communications, 2011.
[3] C. Jinshong Hwang, A. Kush and S.Taneja, “Making MANET Energy Efficient”, IEEE
2011.
[4] F.D. Rango, “Link-Stability and Energy Aware Routing Protocol in Distributed Wireless
Networks”, IEEE Transactions on Parallel and Distributed Systems, Vol. 23, no. 4, April 2012.
[5] T. Das, S. Roy and N. Mukherjee, “Capability Aware AODV Algorithm in ns-2
Environment”, IEEE pp. 118-123, 2011.
[6] H. Mohamamdzadeh, S. Jamali, S.J. Begdillo and D. Kheirandish, “An Enegy-aware
High Network Lifetime Routing Protocol for Mobile Ad hoc Network”, pp. 78-81, IEEE 2011.
[7] A. Junior, R. Sofia and A. Costa, “Energy –efficient Routing”, IEEE International
Conference on Network Protocols, pp. 295-297, 2011.
[8] J. Rao and A.O. Fapojuwo, “A Battery Aware Distributed Clustering and Routing
Protocol for Wireless Sensor Networks”, IEEE Wireless Communication and Networking
Conference: MAC and Cross Layer Design, pp. 1538-1543, 2012.
[9] T. Poongkuzhali, V. Bharathi, P. Vijaykumar, “An Optimized Power Reactive Routing
based on AODV Protocol for Mobile Ad-hoc Network”, IEEE-International Conference on
Recent Trends in Information Technology, ICRTIT, June 3-5, pp. 194-199, 2011.
[10] F. Li and T. Xu, “Energy-aware data gathering and routing protocol based on double
cluster-heads”, IEEE, pp. 4059-4063, 2011.
[11] Rakesh Kumar, Dr Piush Verma and Dr Yaduvir Singh, “A Review and Comparison of
MANET Protocols with Secure Routing Scheme Developed using Evolutionary Algorithms”,
International journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012,
pp. 167 - 180, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[12] L.Malathi and Dr.R.K.Gnanamurthy, “A Novel Cluster Based Routing Protocol With
Lifetime Maximizing Clustering Algorithm”, International Journal of Computer Engineering &
Technology (IJCET), Volume 3, Issue 2, 2012, pp. 256 - 264, ISSN Print: 0976 – 6367,
ISSN Online: 0976 – 6375.

More Related Content

What's hot

Survey of Reactive Routing Protocols for MANET
Survey of Reactive Routing Protocols for MANETSurvey of Reactive Routing Protocols for MANET
Survey of Reactive Routing Protocols for MANETIOSR Journals
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyIOSR Journals
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...eSAT Journals
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETsA SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETspijans
 
Performance analysis on multihop transmission using
Performance analysis on multihop transmission usingPerformance analysis on multihop transmission using
Performance analysis on multihop transmission usingeSAT Publishing House
 
A study and comparison of olsr, aodv and zrp routing
A study and comparison of olsr, aodv and zrp routingA study and comparison of olsr, aodv and zrp routing
A study and comparison of olsr, aodv and zrp routingeSAT Publishing House
 
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...eSAT Journals
 
Energy efficiency cross layer protocol for wireless mesh network
Energy efficiency cross layer protocol for wireless mesh networkEnergy efficiency cross layer protocol for wireless mesh network
Energy efficiency cross layer protocol for wireless mesh networkIJCNCJournal
 
Performance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routingPerformance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routingeSAT Publishing House
 
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...eSAT Journals
 
Opportunistic Data Forwarding in Manet
Opportunistic Data Forwarding in ManetOpportunistic Data Forwarding in Manet
Opportunistic Data Forwarding in ManetIJTET Journal
 
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...IOSR Journals
 
A new parameter proposed for route selection in routing protocol
A new parameter proposed for route selection in routing protocolA new parameter proposed for route selection in routing protocol
A new parameter proposed for route selection in routing protocolIAEME Publication
 

What's hot (17)

Survey of Reactive Routing Protocols for MANET
Survey of Reactive Routing Protocols for MANETSurvey of Reactive Routing Protocols for MANET
Survey of Reactive Routing Protocols for MANET
 
Routing protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation StudyRouting protocols in Ad-hoc Networks- A Simulation Study
Routing protocols in Ad-hoc Networks- A Simulation Study
 
Hd3312521256
Hd3312521256Hd3312521256
Hd3312521256
 
Hd3612761280
Hd3612761280Hd3612761280
Hd3612761280
 
Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...Performance analysis on multihop transmission using arp routing protocol in i...
Performance analysis on multihop transmission using arp routing protocol in i...
 
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETsA SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
A SURVEY OF ENHANCED ROUTING PROTOCOLS FOR MANETs
 
Performance analysis on multihop transmission using
Performance analysis on multihop transmission usingPerformance analysis on multihop transmission using
Performance analysis on multihop transmission using
 
A study and comparison of olsr, aodv and zrp routing
A study and comparison of olsr, aodv and zrp routingA study and comparison of olsr, aodv and zrp routing
A study and comparison of olsr, aodv and zrp routing
 
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
A study and comparison of olsr, aodv and zrp routing protocols in ad hoc netw...
 
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANETStudy of Location Based Energy Efficient AODV Routing Protocols In MANET
Study of Location Based Energy Efficient AODV Routing Protocols In MANET
 
Energy efficiency cross layer protocol for wireless mesh network
Energy efficiency cross layer protocol for wireless mesh networkEnergy efficiency cross layer protocol for wireless mesh network
Energy efficiency cross layer protocol for wireless mesh network
 
Performance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routingPerformance analysis of aodv, olsr, grp and dsr routing
Performance analysis of aodv, olsr, grp and dsr routing
 
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
Performance analysis of aodv, olsr, grp and dsr routing protocols with databa...
 
Opportunistic Data Forwarding in Manet
Opportunistic Data Forwarding in ManetOpportunistic Data Forwarding in Manet
Opportunistic Data Forwarding in Manet
 
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
Detecting Good Neighbor Nodes and Finding Reliable Routing Path Based on AODV...
 
J018216275
J018216275J018216275
J018216275
 
A new parameter proposed for route selection in routing protocol
A new parameter proposed for route selection in routing protocolA new parameter proposed for route selection in routing protocol
A new parameter proposed for route selection in routing protocol
 

Viewers also liked

Gaining improved performances of agc in a multi area power system
Gaining improved performances of agc in a multi area power systemGaining improved performances of agc in a multi area power system
Gaining improved performances of agc in a multi area power systemIAEME Publication
 
Design of an intercooler of a turbocharger unit to enhance the volumetric
Design of an intercooler of a turbocharger unit to enhance the volumetricDesign of an intercooler of a turbocharger unit to enhance the volumetric
Design of an intercooler of a turbocharger unit to enhance the volumetricIAEME Publication
 
Taguchi method and anova an approach for process parameters 2
Taguchi method and anova an approach for process parameters 2Taguchi method and anova an approach for process parameters 2
Taguchi method and anova an approach for process parameters 2IAEME Publication
 
[Pop store]plano de_marketing_set14
[Pop store]plano de_marketing_set14[Pop store]plano de_marketing_set14
[Pop store]plano de_marketing_set14Charles Costa
 
Bienaventuranzas de los_amigos
Bienaventuranzas de los_amigosBienaventuranzas de los_amigos
Bienaventuranzas de los_amigosVivi Erazo
 
Concurso "Ayuda a un padre"
Concurso "Ayuda a un padre"Concurso "Ayuda a un padre"
Concurso "Ayuda a un padre"Luis Campos
 
Apresentação slides _ivg(a).
Apresentação slides _ivg(a).Apresentação slides _ivg(a).
Apresentação slides _ivg(a).allinuse
 
Cultura, Ciudad y accion colectiva
Cultura, Ciudad y accion colectivaCultura, Ciudad y accion colectiva
Cultura, Ciudad y accion colectivaJorge Duran
 
Bürostuhl rohde grahl
Bürostuhl rohde grahlBürostuhl rohde grahl
Bürostuhl rohde grahljohnmarsh12
 
Slides de leitura
Slides de leituraSlides de leitura
Slides de leituratarcilia475
 
Graficos precipitaciones
Graficos precipitacionesGraficos precipitaciones
Graficos precipitacionesLevy Ariza
 
Livro Virtual "Pinóquio"
Livro Virtual "Pinóquio"Livro Virtual "Pinóquio"
Livro Virtual "Pinóquio"relme
 
Inspirasjon møblering og beplantning
Inspirasjon møblering og beplantningInspirasjon møblering og beplantning
Inspirasjon møblering og beplantningbarbakke
 
Innosage. oferta corporativa
Innosage. oferta corporativaInnosage. oferta corporativa
Innosage. oferta corporativamiguelidiogram
 

Viewers also liked (20)

Gaining improved performances of agc in a multi area power system
Gaining improved performances of agc in a multi area power systemGaining improved performances of agc in a multi area power system
Gaining improved performances of agc in a multi area power system
 
Design of an intercooler of a turbocharger unit to enhance the volumetric
Design of an intercooler of a turbocharger unit to enhance the volumetricDesign of an intercooler of a turbocharger unit to enhance the volumetric
Design of an intercooler of a turbocharger unit to enhance the volumetric
 
Taguchi method and anova an approach for process parameters 2
Taguchi method and anova an approach for process parameters 2Taguchi method and anova an approach for process parameters 2
Taguchi method and anova an approach for process parameters 2
 
Darrer dia de consignes
Darrer dia de consignesDarrer dia de consignes
Darrer dia de consignes
 
Eilen
EilenEilen
Eilen
 
[Pop store]plano de_marketing_set14
[Pop store]plano de_marketing_set14[Pop store]plano de_marketing_set14
[Pop store]plano de_marketing_set14
 
Bienaventuranzas de los_amigos
Bienaventuranzas de los_amigosBienaventuranzas de los_amigos
Bienaventuranzas de los_amigos
 
Concurso "Ayuda a un padre"
Concurso "Ayuda a un padre"Concurso "Ayuda a un padre"
Concurso "Ayuda a un padre"
 
Apresentação slides _ivg(a).
Apresentação slides _ivg(a).Apresentação slides _ivg(a).
Apresentação slides _ivg(a).
 
Echipament.legea
Echipament.legeaEchipament.legea
Echipament.legea
 
Apresent pdf
Apresent pdfApresent pdf
Apresent pdf
 
Cultura, Ciudad y accion colectiva
Cultura, Ciudad y accion colectivaCultura, Ciudad y accion colectiva
Cultura, Ciudad y accion colectiva
 
Bürostuhl rohde grahl
Bürostuhl rohde grahlBürostuhl rohde grahl
Bürostuhl rohde grahl
 
Slides de leitura
Slides de leituraSlides de leitura
Slides de leitura
 
Graficos precipitaciones
Graficos precipitacionesGraficos precipitaciones
Graficos precipitaciones
 
Livro Virtual "Pinóquio"
Livro Virtual "Pinóquio"Livro Virtual "Pinóquio"
Livro Virtual "Pinóquio"
 
Inspirasjon møblering og beplantning
Inspirasjon møblering og beplantningInspirasjon møblering og beplantning
Inspirasjon møblering og beplantning
 
Documentatie 2013
Documentatie 2013Documentatie 2013
Documentatie 2013
 
Manual ocs
Manual ocsManual ocs
Manual ocs
 
Innosage. oferta corporativa
Innosage. oferta corporativaInnosage. oferta corporativa
Innosage. oferta corporativa
 

Similar to Energy efficient routing protocol to increase manet life time using cluster 2

A survey of energy efficient aodv routing algorithms in manet
A survey of energy efficient aodv routing algorithms in manetA survey of energy efficient aodv routing algorithms in manet
A survey of energy efficient aodv routing algorithms in manetIAEME Publication
 
A New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewA New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewBRNSSPublicationHubI
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetIAEME Publication
 
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2IAEME Publication
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...ijdpsjournal
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...ijdpsjournal
 
Comparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsComparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsprj_publication
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetIOSR Journals
 
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over TcpPerformance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcppijans
 
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ijasuc
 
Optimised Proactive Link State Routing For DOS Attack Prevention
Optimised Proactive Link State Routing For DOS Attack PreventionOptimised Proactive Link State Routing For DOS Attack Prevention
Optimised Proactive Link State Routing For DOS Attack PreventionEditor IJCATR
 
Paper id 252014122
Paper id 252014122Paper id 252014122
Paper id 252014122IJRAT
 
Ijarcet vol-2-issue-7-2281-2286
Ijarcet vol-2-issue-7-2281-2286Ijarcet vol-2-issue-7-2281-2286
Ijarcet vol-2-issue-7-2281-2286Editor IJARCET
 
Ijarcet vol-2-issue-7-2281-2286
Ijarcet vol-2-issue-7-2281-2286Ijarcet vol-2-issue-7-2281-2286
Ijarcet vol-2-issue-7-2281-2286Editor IJARCET
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...IRJET Journal
 

Similar to Energy efficient routing protocol to increase manet life time using cluster 2 (20)

A survey of energy efficient aodv routing algorithms in manet
A survey of energy efficient aodv routing algorithms in manetA survey of energy efficient aodv routing algorithms in manet
A survey of energy efficient aodv routing algorithms in manet
 
A New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A ReviewA New Energy Efficient Approach in MANETs: A Review
A New Energy Efficient Approach in MANETs: A Review
 
Improvement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanetImprovement over aodv routing protocol in vanet
Improvement over aodv routing protocol in vanet
 
Ft3410671073
Ft3410671073Ft3410671073
Ft3410671073
 
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
PERFORMANCE ANALYSIS OF AODV, DSDV AND AOMDV USING WIMAX IN NS-2
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...Survey comparison estimation of various routing protocols in mobile ad hoc ne...
Survey comparison estimation of various routing protocols in mobile ad hoc ne...
 
Comparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocolsComparative analysis of manet reactive protocols
Comparative analysis of manet reactive protocols
 
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in QualnetNetwork Lifetime Analysis of Routing Protocols of Short Network in Qualnet
Network Lifetime Analysis of Routing Protocols of Short Network in Qualnet
 
Fo35991995
Fo35991995Fo35991995
Fo35991995
 
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over TcpPerformance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
Performance Analysis of Mobile Adhoc Network Routing Protocols Over Tcp
 
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
ANALYSIS OF PROACTIVE AND REACTIVE MANET ROUTING PROTOCOLS UNDER SELECTED TCP...
 
Optimised Proactive Link State Routing For DOS Attack Prevention
Optimised Proactive Link State Routing For DOS Attack PreventionOptimised Proactive Link State Routing For DOS Attack Prevention
Optimised Proactive Link State Routing For DOS Attack Prevention
 
10.1.1.258.7234
10.1.1.258.723410.1.1.258.7234
10.1.1.258.7234
 
Paper id 252014122
Paper id 252014122Paper id 252014122
Paper id 252014122
 
Ijarcet vol-2-issue-7-2281-2286
Ijarcet vol-2-issue-7-2281-2286Ijarcet vol-2-issue-7-2281-2286
Ijarcet vol-2-issue-7-2281-2286
 
Ijarcet vol-2-issue-7-2281-2286
Ijarcet vol-2-issue-7-2281-2286Ijarcet vol-2-issue-7-2281-2286
Ijarcet vol-2-issue-7-2281-2286
 
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
Performance Analysis of Optimization Techniques for OLSR Routing Protocol for...
 
50120130406027
5012013040602750120130406027
50120130406027
 
J0935461
J0935461J0935461
J0935461
 

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

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

Recently uploaded

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
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
 
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
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Recently uploaded (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Energy efficient routing protocol to increase manet life time using cluster 2

  • 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 569 ENERGY EFFICIENT ROUTING PROTOCOLTO INCREASE MANET LIFE TIME USING CLUSTER Ashvin R Prajapati1, Deepak chaudhary2, Hitesh Patel3 1 Computer Science and Engineering, Institute of Engineering & Technology, Alwar, Rajasthan, India 2 Computer Science and Engineering, Institute of Engineering & Technology, Alwar, Rajasthan, India 3 Computer Science and Engineering, Geetanjali Institute of Technical Studies, Udaipur, Rajasthan, India ABSTRACT Mobile Ad Hoc Networks (MANETs) also called mesh networks are self-configuring networks of mobile devices connected by wireless links. MANETs is infrastructure less network. To improve the lifetime of these networks can be improving the energy levels of the individual nodes of the network. There are various powers aware routing protocol likes aodv, dsr, dsdv etc. Based on this we will focus on aodv and we will modified aodv protocol with some new features. The performance metrics used for evaluation are packet delivery ratio, throughput, network lifetime and average energy consumed. The simulation will be done using NS2 network simulator. Keywords: Manet, energy efficient, aodv, network lifetime, throughput, cluster, cluster head. I. INTRODUCTION Mobile Ad hoc Network (MANET) is one that comes together as needed, not necessarily with any support from the existing Internet infrastructure or any other kind of fixed stations. A mobile ad hoc network is formed by mobile hosts. Some of these mobile hosts are willing to forward packets for neighbors. These networks have no fixed routers, every node could be router. All nodes are capable of moving and can be connected dynamically in an arbitrary manner. The responsibilities for organizing and controlling the network are distributed among the terminals themselves. The entire network is mobile, and the individual terminals are allowed to move freely. In, some pairs of terminals may not be INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 2, March – April (2013), pp. 569-575 © 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 570 able to communicate directly with each other and have to rely on some other terminals so that the messages are delivered to their destinations. Such networks are often referred to as multi- hop networks. Multi-hop or ad hoc, wireless networks use two or more wireless hops to convey information from a source to a destination. A Mobile Ad-Hoc Network (figure 1) where: • The mobile routers are free to move randomly and organize themselves arbitrarily • The network’s wireless topology may change rapidly and unpredictably Figure 1 MANET Ad hoc networks can divide according to the network topology. There are two different classes: flat and hierarchical ad hoc networks. In flat ad hoc networks, all nodes carry the same responsibility and there is no distinction between the individual nodes. The scalability decreases when the number of nodes increases significantly. Hierarchical ad hoc networks consist in this case of several clusters, each one represents a network and all are linked together as indicated in Figure 2. The nodes in hierarchical ad hoc networks can be differentiated into two types: - Master nodes (Cluster Head): administer the cluster and are responsible for passing the data on to other cluster. - Normal nodes (Cluster Members): Communicate within the cluster directly together and with nodes in other clusters with the help of the master node. Normal nodes are called also slave nodes. Figure 2 Hierarchical Architecture of MANET
  • 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 571 In a cluster, the number of hops between any two nodes is no more than two. In the whole network, there is no direct connection between cluster heads. Fig. 2 is an illustration of clustering architecture. In Fig. 2, node 0, 1, 3, and 5 are cluster heads, node 8, 10, and 11 are gateways, and the rest are cluster members. There are 3 Types of routing protocols: 1. Proactive routing protocols 2.Reactive Routing Protocols 3.Hybrid routing protocol. Based on this I focus on Reactive Protocol because Reactive (on demand) routing protocol does not maintain their route tables with the latest route topology. If a node wants to send any packet then protocol searches for the route and establishes the connection in order to transmit and receive the packet. The on-demand routing protocols have two major components: Route discovery: In this Route Reply message containing path information is sent back to the source either by the destination, or intermediate nodes that have a route to the destination, Reverse the order of the route record, and include it in Route Reply. It has unicast source routing. Each node maintains a Route Cache which records routes it has learned and overheard over time Source nodes consults its route cache for the available route from source to destination otherwise if the route is not present it initiates route discovery. Route maintenance: Route maintenance performed only while route is in use. Route maintenance is done because of dynamic topology of the network cases of the route failure between the nodes arises due to link breakage etc. Route maintenance is possible due to acknowledgement mechanism of reactive protocols. Because of the route discovery mechanism, reactive protocols add latency to the network. Each intermediate node involved in the route discovery process adds latency. These protocols decrease the routing overhead but at the cost of increased latency in the network. So these protocols are suitable where low routing overhead is required. There are various types of well known reactive routing protocols in MANET like AODV, DSR, TORA, ABR, RDMAR, and CBRP. AODV Overview Ad hoc on demand distance vector (AODV) protocol in which source node only includes the address of its neighbour in the packet so overhead in this protocol is less compare to DSR. Ad-Hoc On-Demand Distance Vector Routing Protocol (AODV) finds route between nodes only when it is necessary. It does not maintain topology information about all other nodes in the network. When a source has data to transmit to an unknown destination, it broadcasts a Route Request (RREQ) for that destination. At each intermediate node, when a RREQ is received a route to the source is created. If the receiving node has not received this RREQ before, is not the destination and does not have a current route to the destination, it rebroadcasts the RREQ. If the receiving node is the destination or has a current route to the destination, it generates a Route Reply (RREP). The RREP is unicast in a hop-by- hop fashion to the source.
  • 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 572 Figure 3 AODV protocol As the RREP propagates, each intermediate node creates a route to the destination. When the source receives the RREP, it records the route to the destination and can begin sending data. If multiple RREPs are received by the source, the route with the shortest hop count is chosen. As data flows from the source to the destination, each node along the route updates the timers associated with the routes to the source and destination, maintaining the routes in the routing table. If a route is not used for some period of time, a node cannot be sure whether the route is still valid; consequently, the node removes the route from its routing table. If data is flowing and a link break is detected, a Route Error (RERR) is sent to the source of the data in a hop-by-hop fashion. As the RERR propagates towards the source, each intermediate node invalidates routes to any unreachable destinations. When the source of the data receives the RERR, it invalidates the route and reinitiates route discovery if necessary. The main advantage of AODV protocol is that routes are established on demand and destination sequence numbers are used to find the latest route to the destination. The connection setup delay is less. The HELLO messages supporting the routes maintenance are range limited, so they do not cause unnecessary overhead in the network. II. PROBLEM STATEMENT Mobile Ad Hoc networks have few Problems like Limited wireless transmission range, broadcast nature of the wireless medium, hidden terminal and exposed terminal problems, packet losses due to transmission errors and mobility, stimulated change of route, Battery constraints and security problem. One of the most critical issues in mobile ad hoc networks (MANETs) is energy conservation since mobile nodes will be powered by batteries with limited capacity. Nodes in MANET are always portable devices powered by battery. Energy consuming also should be considered in routing in MANET. The power level basically affects many features of the operation in the network including the throughput of the network. However, multi-hop routing, random movement of mobile nodes and other features unique to MANET lead to enormous control overhead for route discovery and maintenance. Power control also affects the conflict for the medium and the number of hops in turn it will affect the delay time. Transmission power also influences the important metric of energy consumptions. All of these make routing in MANET a very challenging Problem. Therefore the energy efficient protocol is must to increase the lifetime of node as well as the lifetime of network.
  • 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 573 III. RELATED WORK Here, we present a brief description of the some relevant power-aware routing algorithms proposed recently. There has been some study on power aware routing protocols for MANETs. Presented below is a brief review of some of them. 1. Making MANET Energy Efficient - propose a scheme to improve existing on demand routing protocols by introducing the power aware virtual node scheme in whole scenario. This scheme uses the concept of power awareness among route selection nodes. Source node broadcast RREQ message containing Threshold value (Th) and distance from source to destination. After then based on neighbor node having energy level greater then threshold and less distance from destination, has been selected for forwarding data. 2. Performance Evaluation of Energy Consumption for AODV and DSR Routing Protocols in MANET - A performance comparison of Dynamic Source Routing (DSR) and Ad hoc On-Demand Distance Vector (AODV) routing protocols with respect to average energy consumption and routing energy consumption are explained thoroughly. Then, an evaluation of how the varying metrics in diverse scenarios affect the power consumption in these two protocols is discussed. Finally, an evaluation of these routing protocols based on energy consumption is presented. 3. An Optimized Power Reactive Routing Based on AODV Protocol for Mobile Ad-hoc Network - Here, an optimized power reactive routing protocol introduced which describes the concepts of cognitive function and AODV protocol. It ensures that data packet is transferred in the shortest path and also in reliable mode. It will improve the data transmission with an energy efficient manner. Proposed protocol avoids new route discovery process in AODV with low power consumption and maintains stability of network. Capability Aware AODV Algorithm in NS-2 Environment - The routing protocol proposed in this paper is an extension of AODV, but has a different objective. Unlike the previous protocols, it focuses on capability aware route selection. Moreover, in CSA the destination is not known in advance. To our knowledge this is the novel implementation of a capability aware ad-hoc routing protocol based on several attribute-value pairs, which are used to select a node. IV. PROPOSED APPROACH The main goal is to improve the performance and throughput of existing on-demand routing protocols. The two common on-demand routing protocols are dynamic source routing (DSR) protocol and ad-hoc on demand distance vector routing (AODV) protocol. So from them, we select AODV protocol to implement our proposed scheme because AODV is an efficient routing protocol which removes any unnecessary and outmoded information quickly, and does not create traffic unless necessary. So that’s why AODV can react to topological changes that have an effect on active routes in a timely and quick manner. AODV performs better in scenarios with extra load and/or higher node mobility; as a result it’s more scalable than DSR. In our proposed protocol, a hierarchical network model consists of partitioning the network into clusters in which certain numbers of nodes are periodically selected to assume the role of the Cluster Head (CH). Each cluster contains one CH node. Cluster head will periodically gathers the battery related information from its group nodes and also they all the
  • 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 574 nodes will send their THRESHOLD value to the cluster head. The proposed algorithm is simulated using network simulator NS-2 version 2.34 and the performance is compared with well known on demand protocols AODV and advanced existing AODV protocols. In the block diagram a workflow of proposed approach is shown. In our proposed approach the first work is done of node creation and cluster formation. After that proposed mechanism will designed. In network cluster head selection is performed by applying leader election algorithm. By applying our proposed algorithm we will get stable path to destination. After that performance of protocol will be evaluated and is compared with well known AODV and advanced existing AODV protocols. Figure 4 Workflow of Proposed Approach V. ALGORITHM Steps of Implementation methodology: 1. For periodical time interval, all CH will send control packets to all its group members. 2. CH receives Battery information and THRESHOLD value from all group members and having updated information. 3. Source S send RREQ packets to its CH by selecting optimal path. 4. CH will send packet to all other CH in network where periodically all CH exchange information. 5. CH select best path to communicate with its group member based on THRESHOLD values of nodes. After receiving packet from Source S, Destination node D replies to its CH. 6. After that, that particular CH will reply to CH of Source S about stable path to destination. 7. At the end, Source S will send data packets to destination D from selected stable path. If energy greater then threshold value, send packet to node those having maximum energy and less distance otherwise drop packet. After this update routing table and broadcast route request to all nodes.
  • 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 575 VI. CONCLUSION We will apply our proposed algorithm to AODV that works on a reactive approach and make use of alternate paths by satisfying a set of energy and distance based threshold area. So we can achieve the following: 1. To extend the life time of ad hoc networks through implementing power aware routing protocol. 2. Improvement in the lifetime of the entire network. 3. We will find out success of packet delivery by preventing nodes from killing out due to energy losses. Our proposed scheme picks the nodes based on their energy level; this may also help in solving the problem of asymmetric links. REFERENCES [1] K. Kaur and I. Kaur Aulakh, “Power Aware Metrics and Routing Techniques in MANETs”, IEEE 2011. [2] T.C. Huang, S.C. Chen and L. Tang, “Energy-Aware Gossip Routing for Mobile Ad Hoc Networks”, IEEE International Conference on High Performance Computing and Communications, 2011. [3] C. Jinshong Hwang, A. Kush and S.Taneja, “Making MANET Energy Efficient”, IEEE 2011. [4] F.D. Rango, “Link-Stability and Energy Aware Routing Protocol in Distributed Wireless Networks”, IEEE Transactions on Parallel and Distributed Systems, Vol. 23, no. 4, April 2012. [5] T. Das, S. Roy and N. Mukherjee, “Capability Aware AODV Algorithm in ns-2 Environment”, IEEE pp. 118-123, 2011. [6] H. Mohamamdzadeh, S. Jamali, S.J. Begdillo and D. Kheirandish, “An Enegy-aware High Network Lifetime Routing Protocol for Mobile Ad hoc Network”, pp. 78-81, IEEE 2011. [7] A. Junior, R. Sofia and A. Costa, “Energy –efficient Routing”, IEEE International Conference on Network Protocols, pp. 295-297, 2011. [8] J. Rao and A.O. Fapojuwo, “A Battery Aware Distributed Clustering and Routing Protocol for Wireless Sensor Networks”, IEEE Wireless Communication and Networking Conference: MAC and Cross Layer Design, pp. 1538-1543, 2012. [9] T. Poongkuzhali, V. Bharathi, P. Vijaykumar, “An Optimized Power Reactive Routing based on AODV Protocol for Mobile Ad-hoc Network”, IEEE-International Conference on Recent Trends in Information Technology, ICRTIT, June 3-5, pp. 194-199, 2011. [10] F. Li and T. Xu, “Energy-aware data gathering and routing protocol based on double cluster-heads”, IEEE, pp. 4059-4063, 2011. [11] Rakesh Kumar, Dr Piush Verma and Dr Yaduvir Singh, “A Review and Comparison of MANET Protocols with Secure Routing Scheme Developed using Evolutionary Algorithms”, International journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 167 - 180, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [12] L.Malathi and Dr.R.K.Gnanamurthy, “A Novel Cluster Based Routing Protocol With Lifetime Maximizing Clustering Algorithm”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 256 - 264, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.