880

IEEE COMMUNICATIONS LETTERS, VOL. 9, NO. 10, OCTOBER 2005

On Multi-Hop Routing for Energy Efficiency Sinem Coleri Ergen, Student Member, IEEE, and Pravin Varaiya, Fellow, IEEE

Abstract— We compare two multi-hop routing schemes: the first maximizes the minimum lifetime of the nodes; the second minimizes total energy consumption. We consider both the transmission energy and circuit energy spent in transmission, as well as the receiver energy. The comparison reveals that multihop routing is preferred by the first scheme when the ratio of transmission energy to circuit energy is low and by the second scheme when this ratio is high. In order to balance the load, the first scheme limits the range of multi-hop routing. Index Terms— Routing, energy efficiency, linear programming.

I. I NTRODUCTION WIRELESS sensor network is an ad hoc network in which all data are destined for the same collection node. Energy efficiency is important [1]: It may not be practicable to recharge the node batteries so the network lifetime depends on energy conservation. Various power-aware metrics may be used in objective functions whose optimization gives the traffic distribution that balances energy consumption [2]. The scheme that maximizes the time during which all nodes are alive is formulated as a Linear Programming (LP) problem in [3], [4]. However, the scheme that minimizes total energy consumption is often used to prove energy efficiency [5]. We compare the routing resulting from these two schemes. In short-range communications, one should consider the energy consumed in the electronic circuit as well as the transmission energy. Since the latter depends on the transmission distance, multi-hop routing will be affected by the ratio of transmission energy to circuit energy. The rest of the paper is organized as follows: Section II describes the system model. Section III gives the LP formulations to maximize network lifetime and minimize total energy consumption. Simulation results are in Section IV. Section V concludes the paper.

A

Maximize t Subject to: fij ≥ 0 for i, j ∈ [1, N ] fij = 0 for (i, j) ∈ /E Σj fij − Σj fji = gi tt for i ∈ [2, N ] t(Σj ptx,ij fij + Σj prx fji ) ≤ ei for i ∈ [2, N ] Fig. 1. Linear Programming model for the objective of maximizing the minimum lifetime of the nodes

Minimize ΣN j=2 ej Subject to: fij ≥ 0 for i, j ∈ [1, N ] fij = 0 for (i, j) ∈ /E Σj fij − Σj fji = gi tt for i ∈ [2, N ] t(Σj ptx,ij fij + Σj prx fji ) ≤ ei for i ∈ [2, N ] Fig. 2. Linear Programming model for the objective of minimizing total energy consumption

We adopt the radio model developed in [6]. The transmitter dissipates energy in the radio electronics and the power amplifier, and the receiver dissipates energy only in the radio electronics. A multipath fading channel model is used [7]. As the horizontal distance between the transmitting and receiving antennas is large compared to their heights from the ground, the direct and reflected waves start to cancel each other out, resulting in a power loss proportional to d4 instead of d2 . To transmit 1-bit over a distance d, the radio consumes Etr = Eelec + amp d4 . To receive 1-bit, it consumes Erec = Eelec . Here Eelec is the electronics energy and amp is the amplifier energy. The ratio amp /Eelec , which depends on the digital coding, modulation and filtering techniques used, is important in determining the energy efficient routing scheme.

II. S YSTEM M ODEL

III. L INEAR P ROGRAMMING F ORMULATION

A wireless sensor network comprises one access point (AP) and several sensor nodes that generate data for transfer to the AP. The network topology is represented by a graph G = (V, E). V is the set of nodes, including the AP as node 1. An edge (i, j) ∈ E ⊂ V ×V if nodes i and j can transmit to each other. The number of nodes is N = |V | . The nodes generate data at a constant rate, which may be different for each node.

The optimization problem for maximizing the minimum lifetime of the nodes is given in Fig. 1. The variables of the problem are the rates fij , the fraction of time spent (or duty cycle) for transmitting packets from node i to node j, and t, the network lifetime. The objective is to maximize the time duration t for which all nodes are alive. The first constraint says that flows are nonnegative. The second constraint disallows flows between nodes without a direct communication link. The third constraint says that the net flow out of each node i must equal gi tt, in which tt is the transmission time of one packet and gi is the packet generation rate at node i, except AP. The fourth constraint says that the total energy consumed by node i during the network

Manuscript received March 11, 2005. The associate editor coordinating the review of this letter and approving it for publication was Prof. Maode Ma. Research supported by the National Science Foundation under Grant CMS0408627 and California Department of Transportation. The authors are with the University of California, Berkeley (e-mail: [email protected]). Digital Object Identifier 10.1109/LCOMM.2005.10007.

c 2005 IEEE 1089-7798/05$20.00 

ERGEN and VARAIYA: ON MULTI-HOP ROUTING FOR ENERGY EFFICIENCY

881

55

0.968 1.009 0.012

50

1.011 45

1

1

1

1.012

0.009

AP

1 AP

d=1

d=1

(a) 0.098

0.26

1.624

0.624 0.376

2.465

25

2.376

AP

20 −4 10

−3

10

−2

10

−1

10

0

10

1

10

2

10

ratio of transmission energy to circuit energy

(b) 0.066

35

30

AP

0.032

40

1.376

1.437 1.162

total number of hops

0.011

0.437 0.303

maxmin sum

Fig. 4. Comparison of the total number of hops traversed by the nodes for the problems in Figs. 1 and 2 for a 11-node linear network, maximum transmission radius of 3-units and packet generation rate of 1 at each node.

0.167 1

0.968 1.902 2.735 3.735

2

3

4

AP

AP (c)

Fig. 3. Optimal routes for the problems in Figs. 1 (left) and 2 (right) for amp /Eelec = 0.0001, amp /Eelec = 0.1 and amp /Eelec = 1 in (a), (b) and (c) respectively for maximum transmission radius of 5-units and packet generation rate of 1 at each node.

lifetime, which is the product of the network lifetime t and the energy consumed per unit time, is less than its total energy ei . Fig. 1 is converted into a LP problem in which all the constraints are linear in variables upon replacing fij by tfij . The total energy consumed per unit time includes the energy spent in transmission and reception of packets, listening to the channel and sensing. The energy spent in transmission and reception are Σj ptx,ij fij and Σj prx fji respectively, in which ptx,ij is the energy spent for the transmission of a packet from node i to node j in unit time and prx is the energy spent for the reception of a packet in unit time. We ignore listening and sensing energy, and focus on the effect of changes in the ratio of transmission energy to reception and circuit energy. Fig. 2 gives the optimization problem for minimizing the total energy consumption. The only difference from the optimization problem in Fig. 1 is that the battery energy of the nodes, ei , i ∈ [2, N ], are variable and the lifetime of the network t is fixed, and the goal is to minimize the total battery energy that must be provided to the nodes for a specific lifetime. IV. S IMULATIONS In the simulations, eleven nodes are arranged in a linear network as illustrated in Fig. 3. The distance between adjacent nodes is 1-unit. Fig. 4 shows that the average number of hops is larger for the “maxmin” objective (Fig. 1) than for the “sum” objective (Fig. 2) for small values of the ratio of transmission energy to circuit energy, amp /Eelec . The reason is the need to distribute

the load among the nodes as seen in the example of Fig. 3. However, as the transmission energy dominates the circuit energy, the number of hops in the “sum” objective increases above the “maxmin” objective. We observed a similar behavior for networks with topologies that are not linear. V. C ONCLUSION It is known that multi-hop routing reduces total energy consumption when the overall energy consumption of communication is dominated by the transmission energy. In short-range communications, however, the sum of circuit and transmission energy needs to be considered. The paper compares multi-hop routing for two schemes: The first maximizes the minimum lifetime of each node, and the second minimizes total energy consumption. Multi-hop routing is preferred by the first scheme to even out the energy consumption in the network when the ratio of transmission energy to circuit energy is small. However, the number of hops for the second scheme increases above that of the first as this ratio increases. Increasing the transmission range may therefore help the sensor network save energy depending on the amount of energy spent in transmission amplifier and circuitry. R EFERENCES [1] J. Polastre, R. Szewczyk, C. Sharp, and D. Culler, “The mote revolution: low power wireless sensor network devices,” in Proc. Hot Chips 16: A Symposium on High Performance Chips, Aug. 2004. [2] S. Singh, M. Woo, and C. Raghavendra, “Power-aware routing in mobile ad hoc networks, in Proc. MOBICOM 1998, pp. 181-190. [3] M. Bhardwaj and A. P. Chandrakasan, “Bounding the lifetime of sensor networks via optimal role assignments, in Proc. IEEE INFOCOM 2002, pp. 1587-1596. [4] J.-H. Chang and L. Tassiulas, “Maximum lifetime routing in wireless sensor networks, IEEE/ACM Trans. Networking, vol. 12, pp. 609-619, Aug. 2004. [5] R. Cristescu, B. Beferull-Lozano, and M. Vetterli, “On network correlated data gathering, in Proc. INFOCOM 2004, pp. 2571-2582. [6] W. Heinzelman, A. Chandrakasan, and H. Balakrishnan, “An application-specific protocol architecture for wireless microsensor networks, IEEE Trans. Wireless Commun., vol. 1, pp. 660-670, Oct. 2002. [7] D. Tse and P. Viswanath, Fundamentals of Wireless Communication. Cambridge University Press, 2005.

On Multi-Hop Routing for Energy Efficiency

Index Terms— Routing, energy efficiency, linear programming. .... Aug. 2004. [5] R. Cristescu, B. Beferull-Lozano, and M. Vetterli, “On network corre- lated data ...

177KB Sizes 1 Downloads 198 Views

Recommend Documents

Renewable Energy and Energy Efficiency ... - Semantic Scholar
Oct 18, 2013 - Energy Efficient Appliance Tax Credit for Manufacturers . ..... FY2011; $0 for FY2012; $0 for FY2013; data for FY2014 is currently unavailable.

Renewable Energy and Energy Efficiency ... - Semantic Scholar
Oct 18, 2013 - Bioenergy Technologies Office – Financial Opportunities online ... contract for cost-shared research, development, and demonstration projects. ... production, delivery, and storage technologies; overcome technical barriers to.

On the Energy Efficiency of Multi-Dimensional Green ...
Abstract—We consider the problem of energy-efficient base- station planning for multi-dimensional green heterogeneous net- work architectures. We consider ...

Special issue on “Energy Efficiency in Large-Scale ... - Elsevier
As large-scale distributed systems - such as Grids, Clouds and P2P networks - gather and share more and more computing nodes and storage resources, their energy consumption is exponentially increasing. While much effort is nowadays put into hardware

Energy efficiency Worksheet.pdf
Energy efficiency Worksheet.pdf. Energy efficiency Worksheet.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying Energy efficiency Worksheet.pdf.

Energy-Efficiency and Reliable Protocol based on Virtual ... - IJEECS
entity. Thus, sensor nodes are equipped with irreplaceable batteries in harsh environments, this makes energy a crucial feature in WSN applications. Nodes in a WSN communicate ... based on flat architecture, hierarchical and location-based. Section 3

Energy Efficiency Trends in Canada
includes most of the historical energy use and GHG emissions data used by Natural Resource. Canada's (NRCan's) Office of Energy Efficiency (OEE). This database can be viewed at oee.nrcan.gc.ca/corporate/statistics/neud/dpa/data_e/databases.cfm?attr=0

ENERGY EFFICIENCY PERFORMANCE STANDARDS - Consumer ...
Long-Term: Setting an increasingly rigorous standard over a number of years that ... Product Neutral: Attribute based standards accommodate consumer preferences ... Cost benefit analyses of past efforts to increase energy efficiency support the .....

Energy Efficiency Trends in Canada
each household is using a greater number of energy- consuming goods and services ..... Several indicators can help describe the growth in energy use in the ...

On the Energy Efficiency of Wireless Random Access ...
the SPR through extensive computer simulations. As for the energy ... communicate with a base station (BS) in a distributed manner. The random access ..... and funded by the MSIP(Ministry of Science, ICT & Future. Planning), Korea in the ICT ...

Special issue on “Energy Efficiency in Large-Scale ... - Elsevier
“green” solutions. We invite submissions on the topics including, but not limited to: Energy-efficient Grid, Cloud, and Data-center technology. Energy efficiency ...

Energy-Efficiency and Reliable Protocol based on Virtual ... - IJEECS
(IJEECS) International Journal of Electrical, Electronics and Computer Systems. ... sensor networks. This is classified into three categories based on flat architecture, hierarchical and location-based. Section 3 and 4, describes some assumptions and

Trusted Routing based on Security and Energy ...
The original data message is split into packets that are coded using Reed-Solomon (RS) codes and to provide diverse levels of security, different number of fragments is encrypted related to the requested security level before being transmitted along

A New Energy Efficiency Measure for Quasi-Static ...
Permission to make digital or hard copies of all or part of this work for personal ... instantaneous channel does not support a target transmis- ...... Management in Wireless Communication”, IEEE Proc. of ... Trans. on Vehicular Technology, vol.

Madhya Pradesh Energy Efficiency ... - Asian Development Bank
Feb 29, 2016 - Madhya Pradesh Energy Efficiency Improvement Investment Program ... procedure and is open to all bidders from eligible source countries. 4.

ENERGY EFFICIENCY AND YOUNG PEOPLE.pdf
Infrastructure, roads,. and bridges 80% 20%. 3. Whoops! There was a problem loading this page. Retrying... ENERGY EFFICIENCY AND YOUNG PEOPLE.pdf. ENERGY EFFICIENCY AND YOUNG PEOPLE.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying ENERGY

Energy Efficiency Performance Standards - Consumer Federation of ...
II-3: Market and Behavioral Factors Relevant to Energy Efficiency. 20 .... technologies, reduce the need for information and the effect of split .... years, CFA, working with its state and local affiliates, led a national public awareness campaign ..

Madhya Pradesh Energy Efficiency ... - Asian Development Bank
Feb 29, 2016 - Name of Divisions. Bid. Submission / ... Website: www.mpez.co.in ... www.mpez.co.in which will be available in PDF file from 22 February 2016.

ENERGY EFFICIENCY AND YOUNG PEOPLE.pdf
Whoops! There was a problem loading this page. ENERGY EFFICIENCY AND YOUNG PEOPLE.pdf. ENERGY EFFICIENCY AND YOUNG PEOPLE.pdf. Open.

Energy Efficiency, Renewable Energy.pdf
Connect more apps... Try one of the apps below to open or edit this item. Energy Efficiency, Renewable Energy.pdf. Energy Efficiency, Renewable Energy.pdf.

Google Apps: Energy Efficiency in the Cloud
cloud is also remarkably efficient.1 Last year we released a paper on the energy ... actual savings achieved by the U.S. General Services Administration (GSA), ... Increases energy 2–3% from use of Google servers and more network traffic.

California Enhances Energy Efficiency
Participating in the development of California and later federal standards for energy ... performed many decades ago—but each one illustrates the complex web of ..... monetary savings of course depends on the price of electricity, which varies.

What is energy efficiency?
introduction of an emissions trading scheme (ETS) mean it is important that you are aware of how and where electricity is used and the options to improve energy efficiency on your farm. There are three main options available: 1. install an alternativ