Energy Saving DSR Protocol For MANET: Uttam Vyas
Energy Saving DSR Protocol For MANET: Uttam Vyas
Energy Saving DSR Protocol For MANET: Uttam Vyas
Uttam Vyas
Dissertation submitted in
JUNE 2013
to the department of
Computer Science and Engineering
of
National Institute of Technology Rourkela
in partial fulfillment of the requirements
for the degree of
M. TECH
by
Uttam Vyas
(Roll 211cs1057)
under the supervision of
Prof. Suchismita Chinara
Prof. S.Chinara
Assistant Professor
June 3, 2013
Certificate
This is to certify that the work in the thesis entitled Energy Saving DSR Protocol for
MANET by Uttam Vyas, bearing roll number 211cs1057, is a record of an original
research work carried out by him under my supervision and guidance in partial
fulfillment of the requirements for the award of the degree of M. TECH in Computer
Science and Engineering. Neither this thesis nor any part of it has been submitted
for any degree or academic award elsewhere.
Uttam Vyas
Abstract
Mobile ad hoc network (MANET) is an infrastructure-less network where the
communication capabilities of the network are limited by the battery power of the
nodes. Since there is no central infrastructure, It causes various kinds of problems,
such as energy efficient routing.
Energy efficient routing is one of the key issues in MANET because all the nodes
are battery powered, so failure of one node affect the entire network. If a node runs
out of the energy then this may cause partitioning of network. Since each node has
limited power, energy become main threats to the network lifetime. Routing must
be energy efficient so it will increase the lifetime of the network.
In this work, we have proposed an Energy Saving on demand Dynamic Source
Routing (ESDSR) protocol for MANET to minimize energy consumption using
variable transmission power and load balancing. The aim of this work is to reduce the
energy consumption, for data packet transmission between source and destination,
and minimizing the overutilization of the node. We have compared the proposed
technique with the existing one and the result shows that the our technique gives
better packet delivery ratio, and reduce the energy consumption at each node.
Contents
Certificate ii
Acknowledgement iii
Abstract iv
1 Introduction 1
1.1 Characteristics and Advantages of MANET . . . . . . . . . . . . . . 3
1.2 MANET Applications . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.3 Design Issues and Challenges . . . . . . . . . . . . . . . . . . . . . . 5
1.4 Problem Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.5 Organization of thesis . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2 LITERATURE REVIEW 8
2.1 INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.2 Power Control in AD-HOC Networks . . . . . . . . . . . . . . . . . . 8
2.2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.2.2 Importance Of Power Control . . . . . . . . . . . . . . . . . . 9
2.2.3 Power Control in the Layered Hierarchy . . . . . . . . . . . . 10
2.3 Energy Efficient MANET routing protocol . . . . . . . . . . . . . . . 11
v
2.3.1 Transmission Power Control Approach . . . . . . . . . . . . . 12
2.3.2 Load Distribution Approach . . . . . . . . . . . . . . . . . . 16
2.3.3 Sleep/Power-Down Mode Approach . . . . . . . . . . . . . . . 17
Bibliography 42
vi
List of Figures
vii
List of Tables
viii
Chapter 1
Introduction
Mobile devices with wireless network interfaces become an important part of future
computing environment consisting of infra-structured and infrastructure-less mobile
networks [1]. In wireless local area network based on IEEE 802.11 technology a
mobile node always communicates with a fixed base station, and thus a wireless
link is limited to one hop between the node and its neighbor base station, where
Mobile ad hoc network (MANET) is a multi-hop infrastructure-less network where
a node communicates with other nodes directly or indirectly through intermediate
nodes. Figure 1.1 shows an example mobile ad hoc network and its communication
topology.
1
Introduction
which are required for creating and then maintaining the routes. Since MANET are
infrastructure-less networks, they are highly used for applications such as military
operations, special outdoor events, communications in infrastructure-less regions,
emergencies and natural disasters[2]. Routes between the nodes of an ad hoc network
may include more than a single hop, hence, we call such networks ”multi-hop”
wireless ad hoc networks.
Due to the highly dynamic nature routing is the key issues in MANET . Since mobile
nodes are powered by batteries with limited capacity, energy efficient routing is one
of the most important design criteria for MANET. Failure of a mobile node due to
power not only affect the node itself but also its ability to forward packets and it
also affect the lifetime of a network.
When a mobile node is actively sends or receives packets it means it is in active
mode, and when it is listening to the wireless medium for any possible communication
requests from other nodes this mode is known as idle mode. A mobile node consumes
its battery energy not only when it is in active mode, but also when it is in idle
mode. Thus, energy-efficient routing protocols minimize this battery consumption
by minimizing active communication energy required to transmit and receive data
packets. We can reduce the active communication energy by adjusting each node’s
transmission power just enough to reach the receiving node. We can determine the
optimal routing path from the transmission power control approach that minimizes
the total power required for the transmission of a data packets from source to the
destination. A node can switch its mode of operation into sleep/power-down mode
when there is no data to transmit or receive and save the energy. However, it requires
a fully designed routing protocol to guarantee data delivery even if most of the nodes
sleep and do not forward packets for other nodes. Another important approach
is load distribution approach to optimizing active communication energy. While
the primary focus of the above two approaches is to reduce energy consumption of
every single nodes, the main goal of the load distribution method is to avoiding
over-utilized nodes when selecting a routing path and balance the energy usage
2
Chapter 1 Introduction
(i) Wirelees:
Each node communicate through wireless media and share the same media
(radio, infra-red, etc.).
(ii) Ad-hoc-based:
MANET is a collection of nodes which is dynamically formed a temporary
network in an arbitrary manner as need arises.
(v) Mobility:
while communicating with other nodes each node is free to move. Topology
of an ad hoc network is dynamic in nature due to constant movement of the
nodes, causing the communication patterns among nodes to change frequently.
Advantages are
3
Chapter 1 Introduction
(i) Accessibility:
Regardless of geographic position MANET provides access to information and
services.
(ii) Deployment:
The networks can be set up easily at any place and time.
(iii) Infrastructure-less:
MANET is a infrastructure-less network. This allows people and devices to
interwork in areas with no supporting infrastructure.
(iv) Dynamic:
MANET can freely and dynamically self-organize into arbitrary and temporary
network topologies.
• Sensor Network
4
Chapter 1 Introduction
• Military Networking
5
Chapter 1 Introduction
6
Chapter 1 Introduction
life time of network. We have to select nodes for a route in such a way that it will
maximize network lifetime, so a node will be selected in a route if it is minimizing
energy consumption and maximize the network lifetime.
7
Chapter 2
LITERATURE REVIEW
2.1 INTRODUCTION
As we discussed briefly in the previous chapters about the MANET routing protocols.
So power consumption of a mobile node is one of the most important factor to be
noticed. So In this section we have made a detailed literature review about the
power control approach in MANET and different energy efficient routing protocols
that already exist.
∑
M in iϵpath P (n, n + 1)
8
Chapter 2 LITERATURE REVIEW
Where P (n, n+1) denotes the amount of power required for sending a packet
between node n and node n+1 [7]. Link cost between the nodes calculated separately
in both the cases first when the transmission power is fixed and second when
transmission power varies dynamically, variation in terms of distance which changes
between pair of nodes.For fixed energy case the cost for a node to send and recieve
a packet is:
Cost = m × size + b
where m denotes the cost which depends on the size of packet and b is fixed cost
for acquiring the channel [8].
2.2.1 Introduction
The transmission power of a node must be selected in such a way that it is optimal
by optimal means minimum transmission power sufficient enough to connect and
communicate with the desired destination. This optimal transmission power level
minimizes interference improves both bandwidth and energy consumption. However,
MANET is infrastructure-less so there is no such thing like base stations which make
centralized decisions about power control settings, so in ad-hoc networks power
control decision needs to be managed in a distributed fashion [9].
9
Chapter 2 LITERATURE REVIEW
figure 2.2 the routes between the two nodes are different for different power level.
Suppose if the power level is set at 1mW for all the nodes then the route will be
N1-N2-N3 from node N1 to N3.However if the power level is set at 30mW for all the
10
Chapter 2 LITERATURE REVIEW
nodes, then the route will be N1-N3 since both are reachable at same power level.
So the selection of a power level affects the route and hence it will also affect the
network layer [9].
We can see from figure 2.3 that if node N1 chooses to transmit to node N2 at a
higher power level then it will cause interference between the transmission of node
N3 and N4. This interference causes loss of a large number of packets sent from N3
to N4. Also it will affect the transmission of data packets between nodes N4 and
N5 that uses node N3 to relay the packets. Hence power control also affects the
transport layer [9].
11
Chapter 2 LITERATURE REVIEW
of a node in both active and ideal mode. Approaches that are used to minimize the
energy are:
12
Chapter 2 LITERATURE REVIEW
messages at each power level Pi , so the routing table RTi correspondence to the
routing table at ith power level.Thus, the number of entries in routing table RTi of
node u directly depends on the number of nodes that are reachable from u at power
level Pi . So clearly, number of entries in routing table RTmax (RTmax is the routing
table at maximum power level) gives the information about total number of nodes
that can be reach at Pmax . So Pi is the optimal power level which is defined as the
minimum power level i , such that the number of entries in the routing table RTmax
equals the number of entries in RTi . Once we find the optimal power level i, table
RTi is declared as the master routing table, which is later can used to route packets
between nodes.
Figure 2.4: Proper selection of the common transmission power level in COMPOW.
The FAR protocol finds a path whose sum of link cost is minimum for a given
source destination pair[12]. The cost for link (i,j) is determined by this formula
−x3
i,j × Ei × Ri
ex1 x2
where eij is the required energy for a unit flow transmission and
Ri and Ei are the residual and initial energy at the node i, and x1, x2, and x3
are weighting factors. A link which requires less transmission energy according to
13
Chapter 2 LITERATURE REVIEW
the formula is preferred. Also, if a transmitting node has high remaining energy
then it can also prefer because it will provide better energy balance. Since unit
flow transmission cost (eij ) and initial energy (Ei ) are constant for a link (i, j), and
the remaining energy (Ri ) will continue to decrease as communication moves on so
x1,x2,and x3 are the deciding factor while calculating link cost. So the optimal
solution which is determined at one moment may not be optimal after some time
because of corresponding links costs and the remaining energy (Ri ) have changed.
Because of this reason, FAR solves this problem in an iterative fashion: first discover
the optimal route between the pair of nodes for the first time step, update nodes
link costs, residual energy and discover another route for the next time step.
14
Chapter 2 LITERATURE REVIEW
Figure 2.5: Min-power path and max-min path in the OMM protocol.
the remaining energy of nodes A,B, and C we can clearly see from the figure that
the remaining energy of node A is maximum so we choose the path S-A-D.
Each node in the network provided with local information, so the routing algorithm
which required global information such as power level, data generation rate and other
information may not be the practical [14]. So PLR is based on local information
only here the source node only knows the location of destination node or its neighbor
node. A source node may not be able to find an optimal path with these information’s
only but it can choose its next hop in such a way that the total transmission power
can be minimize. As we know that there is a super-linear relationship between
transmission power and the distance so direct communication required more energy
than the indirect communication so it’s better if we use indirect communication.
In the example node A want to communicate to destination D, here either it can
directly communicate or it can communicate indirectly via 1,2,3. In order to discover
an optimal path node A first compare the power requirement to each distance it
knows and based on this comparison it will select the route.
15
Chapter 2 LITERATURE REVIEW
Figure 2.6: Selection of the next hop node in the PLR protocol.
The LEAR routing protocol is same as DSR but it modifies the route discovery
process to balance the energy consumption. Normally in DSR protocol whenever
a node receive a route request, it adds its header and again broadcast it. So an
intermediate node always forwards the messages if it is selected in a route[16].
However, in LEAR protocol before forwarding the route request a node checks its
remaining energy (Er ) if its higher then threshold (THr) value then only it will
participate in forwarding packet else it will drop the route request packet. Hence,
16
Chapter 2 LITERATURE REVIEW
all the nodes which are selected in route are energy rich.
SPAN Protocol
SPAN uses distributed master eligibility rule to select master node. According to
the rule if two nodes in the network cannot reach each other directly or via master
node then it should be declared as master node. This rule does not concentrate
on minimizing the master node but the main goal of this rule is to maintain the
17
Chapter 2 LITERATURE REVIEW
connectivity with energy saving. This may be possible that the master node also
overloaded. To overcome this problem each master check after some time period that
whether it should withdraw as master or not and gives a chance to its neighbor nodes
to become master. The nodes which are not master also need to check after some
time interval that whether they are eligible to a become a master or not according
to rule.
As its name says each node in the GAF protocol has location information to locate
itself to a virtual grid so the entire network area is divided into virtual grids, and
master node in each grid is selected on the basis of remaining energy so the node
with highest remaining energy is selected as master in each virtual grid.
18
Chapter 3
3.1 Motivation
Energy efficient routing is a key technique to minimize the energy consumption
of the network. There are many existing energy efficient routing protocol as we
already discussed. But each one of these protocol has its own advantages and
disadvantages. After studying this existing protocol which we are described above,
we decided to design an energy efficient routing protocol which reduces the total
energy consumption as well as maximize the life time of the network. So we proposed
a new energy saving dynamic source routing protocol which is based on the DSR
protocol.
19
Chapter 3 Energy Saving DSR Protocol for MANET
advantage of using DSR is that no need of sending periodic router updates and
advertisements. DSR uses source routing algorithm each data packet in DSR consists
total routing information from source to destination. Each node in DSR maintains
a cache which has route information from source to destination. DSR includes two
phases: Route discovery and Route maintenance.
– First source node creates a route request packets containing the address
of sender node as well as the address of destination node then it broadcast
this RREQ to all its neighbors.
– After receiving this request these neighbor nodes consults its route cache
to find a route to the destination otherwise these neighbor nodes first
add their address to the header and then broadcast the route request to
their neighbors, and this goes on until route request reach the destination
node. If a node already process a particular route request then it ignore
the new received RREQ by checking its sequence number.
– Destination node adds this new route to its route cache for future use.
20
Chapter 3 Energy Saving DSR Protocol for MANET
– And destination node replies with route reply (RREP) which is unicast
along the path contained in the header.
21
Chapter 3 Energy Saving DSR Protocol for MANET
node will transmit data using optimal power instead of transmitting at full power[21],
by optimal transmission power means the transmission power which is sufficient
enough to connect to the required node. For load balancing we are avoiding the nodes
whose remaining energy is less than threshold (THr ) value and we are selecting the
nodes whose remaining energy is higher than threshold. This energy saving Dynamic
Source Routing (ESDSR) protocol designed by making changes to the minimum-hop
fixed-transmit power version of DSR.
step 2:
When a node receives a RREQ message first it will compere its remaining energy
(Ri ) with threshold (THr ) value and based on the result of this comparison it will
22
Chapter 3 Energy Saving DSR Protocol for MANET
case 1: If the remaining energy (Ri ) of the node is less than the threshold (THr )
value then it will not participate in routing and it won’t participate in relaying
packet.
case 2: If the remaining energy (Ri ) of the node is greater than the threshold (THr )
value then it will broadcast the RREQ packets to all the neighbors. In this
case ESDSR is same as DSR.
step 3:
It may happen that remaining energy of all the nodes receiving RREQ is less than
the threshold (THr ) value, In this case sender node won’t receive any route reply
(RREP). However, sender node wait for some fixed amount of time and after that
it will resend the RREQ with lower value of thr .
step 4: When the destination node receives the route request, it replies with a
route reply (RREP). When a node send RREP it will adds it’s coordinate to the
RREP packet , so when the next node receive this RREP it knows the location of
the successor node in the route to destination by this location information a node
can determine the optimal transmission power required to communicate with its
successor node in the route to the destination.The RREP packet format will be as
23
Chapter 3 Energy Saving DSR Protocol for MANET
Figure 3.3: A flow chart for sender to send the data packet
24
Chapter 3 Energy Saving DSR Protocol for MANET
1. Procedure TransmitData(SourceAddr,DestAddr,Message)
2. Initialize : RREQRetransmission = 0
3. P athExist = SearchRouteCache(DestinationAddr)
4. If P athExist = T RU E then
7. else
11. end if
16. Exist = T RU E
25
Chapter 3 Energy Saving DSR Protocol for MANET
18. else
19. j =j+1
21. end if
29. end if
33. wait(△t)
34. T imerExpire(DestinationAddr)
26
Chapter 3 Energy Saving DSR Protocol for MANET
39. ; RREQRetransmission = 0
47. end if
27
Chapter 3 Energy Saving DSR Protocol for MANET
28
Chapter 3 Energy Saving DSR Protocol for MANET
1. Procedure ReceivePacket(Message)
7. else
11. else
13. end if
14. end if
29
Chapter 3 Energy Saving DSR Protocol for MANET
25. else
27. T ransmitRERR()
28. end if
29. end if
30
Chapter 3 Energy Saving DSR Protocol for MANET
31
Chapter 3 Energy Saving DSR Protocol for MANET
1. Procedure ReceivePacket(Message)
4. Create a RREP packet f or source add its coordinate and reply time
8. end if
9. end procedure
Figure 3.7 shows that initially node S will broadcast a RREQ to all the nodes
which are in the range of node S, here the neighbor nodes are 1, 2 and 4.
On receiving RREQ these neighbor nodes (1, 2, and 4) will consults its route
cache to find a route to the destination otherwise these neighbor nodes first
compare their remaining energy (Ri ) with the Threshold value (T Hr ). If the
32
Chapter 3 Energy Saving DSR Protocol for MANET
value of Ri is less than T Hr then the node will drop the RREQ and won’t
participate in routing or forwarding packet. In the figure 3.7 the remaining
energy Ri value of node 1 and 6 are less than THr so it will drop the RREQ
packet. If the value of Ri is greater than T Hr then it will add its address to the
header and then broadcast the route request totheir neighbors, and this goes
on until route request reach the destination node. If a node already process
a particular route request then it ignore the new received RREQ by checking
33
Chapter 3 Energy Saving DSR Protocol for MANET
its sequence number. Here in this example Ri of node 2 and 4 are higher than
T Hr so they will rebroadcast the RREQ packet. In this way RREQ will travel
in the network and reach to destination.
When a RREQ reaches to its destination node, destination node will reply with
RREP packet. When a node send a RREP packet it adds it’s coordinate to the
RREP packet So when the next node receive this RREP it knows the location
of its successor node in the route to destination by this location information a
node can determine the optimal transmission power required to communicate
with its successor node in the route to the destination. The calculated power
Pnew is stored in a power table at each node and this is the minimum power
required for successful communication to the next node in the route. In this
figure node D replies with RREP packet along with its coordinate so when
node 3 receives the RREP from node D it know the location of node D, from
this location information node 3 will calculate the new power Pnew which is
the minimum power required to communicate with node D, and store this new
power Pnew in the power table. After calculating the new power Pnew node 3
will forward the RREP packet along with its coordinate. In this way RREP
34
Chapter 3 Energy Saving DSR Protocol for MANET
will reach to node S, and now node S knows the route to D along with the
minimum power required for communication.
35
Chapter 4
36
Chapter 4 Simulation and Results
37
Chapter 4 Simulation and Results
Here in this scenario there are 50 nodes where node 1 is source node and node
50 is destination node and we are sending 250 packets from node 1 to 50.
38
Chapter 4 Simulation and Results
39
Chapter 5
5.1 Conclusion
In this thesis, we have evaluated the energy efficiency of the existing well known
MANETs routing protocols. Routing protocol are not only used to find efficient
and correct route but also it should keep network alive as long as possible means it
should use nodes energy in such a way that the lifetime of network increases. To
accomplish this goal we are minimizing the active communication cost of a node.
Load distribution and Transmission power control these are the two approaches we
are using to minimize active communication cost.
In this thesis, we have studied and analyzed DSR algorithm and proposed algorithm
ESDSR to save energy which leads to higher network lifetime. The simulation
results of ESDER show that the performance of ESDSR is much better than DSR
according to energy consumption at each node, average energy consumption, and
packet delivery ratio, average energy consumption. From the simulation results we
can conclude that ESDSR works better than DSR by giving more network lifetimes
or by consuming less energy as compare to DSR.
40
Chapter 5 Conclusion and Future Work
41
Bibliography
[1] Prasant Mohapatra and Srikanth Krishnamurthy. AD HOC NETWORKS: Technologies and
Protocols. Springer Publishing Company, Incorporated, 1st edition, 2010.
[2] I. Chlamtac, M. Conti, and J. J. . Liu. Mobile ad hoc networking: Imperatives and challenges.
Ad Hoc Networks, 1(1):13–64, 2003. Cited By (since 1996):376.
[3] Suresh Singh, Mike Woo, and C. S. Raghavendra. Power-aware routing in mobile ad hoc
networks. In Proceedings of the 4th annual ACM/IEEE international conference on Mobile
computing and networking, MobiCom ’98, pages 181–190, New York, NY, USA, 1998. ACM.
[4] Andrea Goldsmith. Wireless Communications. Cambridge University Press, New York, NY,
USA, 2005.
[5] A.J. Goldsmith and S.B. Wicker. Design challenges for energy-constrained ad hoc wireless
networks. Wireless Communications, IEEE, 9(4):8–27, 2002.
[6] Chansu Yu, Ben Lee, and Hee Yong Youn. Energy efficient routing protocols for mobile ad
hoc networks. Wireless Communications and Mobile Computing, 3(8):959–973, 2003.
[7] C.J. Hwang, A. Kush, and S. Taneja. Making manet energy efficient. In Mobile Congress
(GMC), 2011 Global, pages 1–6, 2011.
[8] Laura Marie Feeney. An energy consumption model for performance analysis of routing
protocols for mobile ad hoc networks. Mob. Netw. Appl., 6(3):239–249, June 2001.
[9] Swetha Narayanaswamy, Vikas Kawadia, R. S. Sreenivas, and P. R. Kumar. Power control
in ad-hoc networks: Theory, architecture, algorithm and implementation of the COMPOW
protocol. In in European Wireless Conference, pages 156–162, 2002.
[10] Atul Shintre and Shanta Sondur. Article: Energy efficient routing in mobile adhoc
network. IJCA Proceedings on International Conference on Advances in Communication and
Computing Technologies 2012, ICACACT(2):28–31, August 2012. Published by Foundation
of Computer Science, New York, USA.
42
Bibliography
[11] D.K. Anand and S. Prakash. A short survey of energy-efficient routing protocols for mobile
ad-hoc networks. In Advances in Recent Technologies in Communication and Computing
(ARTCom), 2010 International Conference on, pages 327–329, 2010.
[12] Jae-Hwan Chang and L. Tassiulas. Energy conserving routing in wireless ad-hoc networks.
In INFOCOM 2000. Nineteenth Annual Joint Conference of the IEEE Computer and
Communications Societies. Proceedings. IEEE, volume 1, pages 22–31 vol.1, 2000.
[13] Qun Li, Javed Aslam, and Daniela Rus. Online power-aware routing in wireless ad-hoc
networks, 2001.
[14] Ivan Stojmenovic and Xu Lin. Power-aware localized routing in wireless networks. IEEE
Trans. Parallel Distrib. Syst., 12(11):1122–1133, November 2001.
[15] Natarajan Meghanathan and Joseph Thompson. On the different forms of spanning tree-based
broadcast topologies for mobile ad hoc networks. IJCOPI, 4(1):3–11, 2013.
[16] Kyungtae Woo, Chansu Yu, Dongman Lee, Hee Yong Youn, and B. Lee. Non-blocking,
localized routing algorithm for balanced energy consumption in mobile ad hoc networks.
In Modeling, Analysis and Simulation of Computer and Telecommunication Systems, 2001.
Proceedings. Ninth International Symposium on, pages 117–124, 2001.
[17] C-K Toh. Maximum battery life routing to support ubiquitous mobile computing in wireless
ad hoc networks. Communications Magazine, IEEE, 39(6):138–147, 2001.
[18] Benjie Chen, Kyle Jamieson, Hari Balakrishnan, and Robert Morris. Span: An energy-efficient
coordination algorithm for topology maintenance in ad hoc wireless networks. ACM Wireless
Networks, 8(5), September 2002.
[19] Sinchan Roychowdhury and Chiranjib Patra. Geographic adaptive fidelity and geographic
energy aware routing in ad hoc routing. August 2010.
[20] David B. Johnson, David A. Maltz, and Josh Broch. Dsr: The dynamic source routing
protocol for multi-hop wireless ad hoc networks. In In Ad Hoc Networking, edited by Charles
E. Perkins, Chapter 5, pages 139–172. Addison-Wesley, 2001.
[21] Baisakh, N.R. Patel, and S. Kumar. Energy conscious dsr in manet. In Parallel Distributed
and Grid Computing (PDGC), 2012 2nd IEEE International Conference on, pages 784–789,
2012.
43