1 Introduction

Energy efficiency is the ability to do more with less. When we talk about green communications, this means more connectivity, more capacity and more responsiveness at a lower energy cost. Unfortunately, these are competing goals, and all we can do in this tale is to fight against thermodynamics to seek for the elusive optimality.

It is straightforward to compute the minimum energy required to move a mass on a surface from point A to point B, as it depends on the friction coefficient. Drawing a parallelism, we are interested in the friction (Grover 2015) of communicating a bit from point A to point B. As in the Newtonian example, our problem depends on the substrate, the specific technology and implementation. But when we deal with such complex systems as today’s telecommunications networks, this estimation remains unfeasible.

We walk blindly towards an unknown lower bound. Fortunately, the set of possible strategies are limited and well-known (Samdanis et al. 2015), and pursue a common objective, namely, that the energy consumption should be proportional to the transmitted information. These can be divided in three basic principles subject of active research, and their intent can be summarised as follows:

Speed scaling,
which tries to adapt the processing speed of network devices to the traffic load.
Powering down,
which aims to turn network devices off during inactivity periods. This is commonly implemented as the so-called sleep states, and their depth introduces an inherent trade-off with the time required to become active again.
Rate adaptation,
which tries to adapt the transmission rate of wireless cards according to the channel conditions3.

The aim of this thesis is to explore the above three strategies in the scope of wireless communications for mobile user devices at multiple layers, as will be introduced in the following sections: from the operating system to the low-level operation of the wireless card.

1.1 Cross-Factor: Towards a New Energy Model

We are living in an era in which consumer electronics are becoming wireless consumer electronics. That is, just about any known gadget is capable of connecting to cellular, wireless Local Area Networks (WLAN) or wireless Personal Area Networks (WPAN) nowadays. The Internet of Things (IoT) is growing fast and wireless communications become its main driver. Due to the densification of wireless networks and the ubiquity of battery-powered devices, energy efficiency stands as a major research issue.

More and more devices around us are becoming smart, incorporating more processing power in order to do more things, and some of them are already comparable to a small laptop computer. As a consequence, not only do they share hardware components, but also software: in particular, the Linux kernel is spreading into billions of devices all over the world, whether inside of the popular Android operating system or other embedded systems.

Whereas a lot of research were and is devoted to obtain more energy-efficient hardware components (e.g., wireless cards, processors, screens), too little attention has been paid, in terms of energy, to a core software component that enables all these devices: the operating system and, inside it, the network stack.

The seminal paper by Feeney and Nilsson (2001) gives the very first insight on energy consumption of wireless interfaces. This work was done on a per-frame basis by accounting for the energy drained by an 802.11 wireless card. Subsequent experimental work followed the same approach, showing that the energy consumption of wireless transmissions/receptions can be characterised using a simple linear model. This fact arises from the three typical states of operation of a wireless card: idle, transmitting and receiving.

The model, commonly expressed in terms of power, has a fixed part \(\rho_{id}\), device-dependent, attributable to the idle state, and it grows linearly with the airtime percentage \(\tau\) (i.e., the fraction of time in which the card is transmitting or receiving).

However, more recently, the novel work by Serrano et al. (2015) performed extensive per-frame measurements for seven devices of different types (smartphones, tablets, embedded devices and wireless routers), and unveiled that actually there is a non-negligible per-frame processing toll ascribed to the frame crossing the network stack. This component emerges as a new offset proportional to the frame generation rate, and it is not explained by the classical model.

The currently accepted energy model is a multilinear model articulated into three main parts:

\[\begin{equation} \overline{P}(\tau_i, \lambda_i) = \underbrace{\rho_\mathrm{id} + \sum_{i\in\mathrm{\{tx,rx\}}} \rho_i \tau_i}_{\text{classical model}} + \sum_{i\in\mathrm{\{g,r\}}} \gamma_{\mathrm{x}i} \lambda_i \tag{1.1} \end{equation}\]

where the first two addends correspond to the classical model and the third is the contribution described in Serrano et al. (2015). This model can be subdivided into five components:

  • A platform-specific baseline power consumption that accounts for the energy consumed just by the fact of being powered on, but with no network activity. This component is commonly referred to as idle consumption, \(\rho_\mathrm{id}\).
  • A component that accounts for the energy consumed in transmission, which grows linearly with the airtime percentage \(\tau_\mathrm{tx}\). The slope \(\rho_\mathrm{tx}\) depends linearly on the radio transmission parameters MCS and TXP.
  • A component that accounts for the energy consumed in reception, which grows linearly with the airtime percentage \(\tau_\mathrm{rx}\). The slope \(\rho_\mathrm{rx}\) depends linearly on the radio transmission parameter MCS.
  • A new component, called generation cross-factor or \(\gamma_{\mathrm{xg}}\), that accounts for a per-frame energy processing toll in transmission, which grows linearly with the traffic rate \(\lambda_\mathrm{g}\) generated. The slope \(\gamma_\mathrm{xg}\) depends on the computing characteristics of the device.
  • A new component, called reception cross-factor or \(\gamma_{\mathrm{xr}}\), that accounts for a per-frame energy processing toll in reception, which grows linearly with the traffic rate \(\lambda_\mathrm{r}\) received. Likewise, the slope \(\gamma_\mathrm{xr}\) depends on the computing characteristics of the device.

Therefore, the average power consumed \(\overline{P}\) is a function of five device-dependent parameters (\(\rho_i, \gamma_{\mathrm{x}i}\)) and four traffic-dependent ones (\(\tau_i, \lambda_i\)).

The results obtained with this new multilinear model showed that the so-called cross-factor accounts for 50% to 97% of the per-frame energy consumption. Additional findings showed that it is independent of the CPU load on some devices and almost independent of the frame size.

Therefore, this inspired us to deepen into the roots of the cross-factor, to deseed its components and analyse its causes. To this aim, it is of paramount importance the conception of a comprehensive, high-accuracy and high-precision measurement framework that enables us to measure the consumption of a wide range of mobile devices.

1.2 Micro-Sleep Opportunities in 802.11

IEEE 802.11 is an extremely common technology for broadband Internet access. Energy efficiency stands as a major issue due to the intrinsic CSMA mechanism, which forces the network card to stay active performing idle listening, while most of the 802.11-capable terminals run on batteries.

The 802.11 standard developers are fully aware of the energy issues that WiFi poses on battery-powered devices and have designed mechanisms to reduce energy consumption. One of such mechanisms is the Power Save (PS) mode, which is widely deployed among commercial wireless cards, although unevenly supported in software drivers. With this mechanism, a station (STA) may enter a doze state during long periods of time, subject to prior notification, if it has nothing to transmit. Meanwhile, packets addressed to this dozing STA are buffered and signalled in the Traffic Indication Map (TIM) attached to each beacon frame.

The PS mechanism dramatically reduces the power consumption of a wireless card. However, the counterpart is that, since the card is put to sleep for hundreds of milliseconds, the user experiences a serious performance degradation because of the delays incurred. The automatic power save delivery (APSD) introduced by the 11e amendment (Perez-Costa and Camps-Mur (2010) give a nice overview) is based on this mechanism, and aims to improve the downlink delivery by taking advantage of QoS mechanisms, but has not been widely adopted.

More recently, the 11ac amendment improves the PS capabilities with the VHT TXOP (Very High Throughput, Transmission Opportunity) PS mechanism. Basically, an 11ac STA can doze during other STAs’ TXOPs. This capability is announced within the new VHT framing format, so that the AP knows that it cannot send traffic to those STAs until the TXOP’s natural end, even if it is interrupted earlier. Still, the potential dozing is in the range of milliseconds and may lead to channel underuse if these TXOPs are not fully exploited.

Considering shorter timescales, packet overhearing (i.e., listening to the wireless while there is an ongoing transmission addressed to other station) has been identified as a potential source of energy waste (Basu and Redi 2004). Despite this, our measurements found no trace of mechanisms in commercial wireless card to lessen its impact.

Taking advantage on the energy measurement framework built for this thesis, we further investigate the timing capabilities for transitioning between operational states of a commercial off-the-shelf (COTS) wireless card. Based on this, we propose \(\mu\)Nap, a practical algorithm to leverage micro-sleep opportunities in 802.11 WLANs.

1.3 Rate Adaptation and Power Control in 802.11

At the beginning of this introduction, we have identified rate adaptation as one of the three basic strategies that can be applied to achieve proportionality between energy consumption and traffic load. Nevertheless, energy efficiency has not been the main driver for research in the fields of rate adaptation and power control in 802.11.

Rate adaptation (RA) algorithms are responsible for selecting the most appropriate modulation and coding scheme (MCS) to use given an estimation of the link conditions, being the frame losses one of the main indicators of such conditions. In general, the challenge lies in distinguishing between those losses due to collisions and those due to poor radio conditions, because they should trigger different reactions. In addition, the performance figure to optimise is commonly the throughput or a related one such as, e.g., the time required to deliver a frame.

On the other hand, network densification is becoming a common tool to provide better coverage and capacity. However, densification brings new problems, especially for 802.11, given the limited amount of orthogonal channels available, which leads to performance and reliability issues due to radio frequency interference. In consequence, some RA schemes also incorporate transmission power control (TPC), which tries to minimise the transmission power (TXP) with the purpose of reducing interference between nearby networks. As in the case of “vanilla” RA, the main performance figure to optimise is also the throughput.

It is generally assumed that optimality in terms of throughput also implies optimality in terms of energy efficiency. However, some previous work (Li et al. 2012; Khan et al. 2013) has shown that throughput maximisation does not result in energy efficiency maximisation, at least for 802.11n. However, we still lack a proper understanding of the causes behind this “non-duality”, as it may be caused by the specific design of the algorithms studied, an extra consumption caused by the complexity of MIMO techniques, or any other reason.

This thesis revisits RA-TPC in 802.11 within the context of energy efficiency. We first conduct an analytical study, and then we evaluate the performance, in terms of energy, of several state-of-the-art RA-TPC algorithms by simulation. Our results unveil that the trade-off shown by previous studies is in turn inherent to 802.11 operation. Particularly, we show that the link quality conditions which trigger mode transitions (changes of MCS/TXP) may be source of inefficiencies. Nonetheless, our analyses provide some heuristics that can be used along the energy parameters of the wireless card to mitigate such inefficiencies.

1.4 Applied Simulation Modelling for Energy Efficiency

Simulation frameworks are undoubtedly one of the most important tools for the analysis and design of communication networks and protocols. Their applications are numerous, including the performance evaluation of existing or novel proposals, dimensioning of resources and capacity planning, or the validation of theoretical analyses.

Simulation frameworks make a number of simplifying assumptions to reduce complexity so the development of the scenario is easier and numerical figures are obtained faster. This “complexity” axis goes from very specialised, large simulation tools such as NS-3, OMNeT++, OPNET, to ad-hoc simulation tools, consisting on hundreds of lines of code, typically used to validate a very specific part of the network or a given mathematical analysis. The latter are often developed over general-purpose languages such as C/C++ or Python, over numerical frameworks such as Matlab, or over some framework for discrete-event simulation (DES).

On the one hand, the complexity of specialised tools (as their cost, if applicable) preclude their use for short-to-medium research projects, as the learning curve is typically steep plus they are difficult to extend, which is mandatory to test a novel functionality. On the other hand, the development of ad-hoc tools also require some investment of time and resources, lack a proper validation of their functionality, and, furthermore, there is no code maintenance once the project is finished, for the few cases in which the code is made publicly available.

Last but not least, the monitoring of variables of interest typically stands out as a first-order problem. Most simulators require a specific effort in this regard, so that the modeller has to ponder which parameters must be monitored, and where and how this should be done. Therefore, the design of the scenario is intrinsically linked to data collection.

The research experience gained over the course of this thesis have made us aware of the need for new simulation tools committed to the middle-way approach: less specificity and complexity in exchange for faster prototyping, while supporting efficient simulation at a low implementation cost. As a result, we developed simmer, a process-oriented and trajectory-based DES package for R, which is designed to be an easy-to-use yet powerful framework. Its most noteworthy characteristic is the automatic monitoring capability, which allows the user to focus on the system model. The use of this simulator in networking is demonstrated through the energy modelling of a 5G-inspired scenario.

1.5 Thesis Overview

The remainder of this thesis is organised as follows. Chapter 2 presents the relevant literature related to the topics introduced in this chapter. Then, the dissertation is divided into three thematic parts: experimentation, mathematical modelling and simulation. Chapter 3 presents a comprehensive energy measurement framework, which has been a fundamental pillar of this thesis. Building on this, Chapter 4 delves into the roots of the cross-factor by exploring the energy consumption of the Linux network stack. Chapter 5 completes the experimental part with a study of the timing constraints of a COTS wireless card, which is developed into a standard-compliant algorithm to leverage micro-sleep opportunities in 802.11 WLANs. Chapter 6 presents a joint goodput-energy model that unveils an inherent trade-off between througput and energy efficiency maximisation in 802.11 when RA-TPC techniques are applied. Chapter 7 further extends the latter work by simulating and comparing the performance of several representative RA-TPC algorithms. Closing the simulation part, Chapter 8 presents our novel DES framework, and showcases its versatility by analising the energy consumption of an Internet-of-Things scenario with thousands of metering devices. Finally, Chapter 9 contains the thesis conclusions and future lines of work.

This thesis covers the following contributions: Iñaki Ucar, Pebesma, and Azcorra (2018), Ucar, Azcorra, and Banchs (2014), Ucar and Azcorra (2015), Azcorra et al. (2017), Azcorra et al. (2018), Ucar et al. (2016), Iñaki Ucar, Donato, et al. (2018), Ucar, Smeets, and Azcorra (2019), Iñaki Ucar, Hernández, et al. (2018).

Therefore, there is an overlap between this dissertation and the publications listed above. Additionally, the following contributions are not part of this thesis: Bartzoudis et al. (2017), Mannweiler et al. (2017), Gringoli et al. (2018).

References

Azcorra, Arturo, Iñaki Ucar, Albert Banchs, Francesco Gringoli, and Pablo Serrano. 2017. “\(\mu\)Nap: Practical micro-sleeps for 802.11 WLANs.” Computer Communications 110 (September): 175–86. https://doi.org/10.1016/j.comcom.2017.06.008.

Azcorra, Arturo, Iñaki Ucar, Albert Banchs, Francesco Gringoli, and Pablo Serrano. 2018. Energy-saving method based on micro-shutdowns for a wireless device in a telecommunications network, issued January 2018. http://www.google.com/patents/WO2018015601.

Bartzoudis, N., O. Font-Bach, M. Miozzo, C. Donato, P. Harbanau, M. Requena, D. López, et al. 2017. “Energy footprint reduction in 5G reconfigurable hotspots via function partitioning and bandwidth adaptation.” In 2017 Fifth International Workshop on Cloud Technologies and Energy Efficiency in Mobile Communication Networks (Cleen), 1–6. https://doi.org/10.23919/CLEEN.2017.8045934.

Basu, Prithwish, and Jason Redi. 2004. “Effect of Overhearing Transmissions on Energy Efficiency in Dense Sensor Networks.” In Proceedings of the 3rd International Symposium on Information Processing in Sensor Networks, 196–204. IPSN ’04. New York, NY, USA: ACM. https://doi.org/10.1145/984622.984652.

Feeney, L.M., and M. Nilsson. 2001. “Investigating the energy consumption of a wireless network interface in an ad hoc networking environment.” In Proceedings Ieee Infocom 2001. Conference on Computer Communications. Twentieth Annual Joint Conference of the Ieee Computer and Communications Society, 3:1548–57. IEEE. https://doi.org/10.1109/INFCOM.2001.916651.

Gringoli, Francesco, Pablo Serrano, Iñaki Ucar, Nicolò Facchi, and Arturo Azcorra. 2018. “Experimental QoE evaluation of multicast video delivery over IEEE 802.11aa WLANs.” IEEE Transactions on Mobile Computing Early Access. https://doi.org/10.1109/TMC.2018.2876000.

Grover, Pulkit. 2015. “Information Friction and Its Implications on Minimum Energy Required for Communication.” IEEE Transactions on Information Theory 61 (2): 895–907. https://doi.org/10.1109/TIT.2014.2365777.

Khan, Muhammad Owais, Vacha Dave, Yi-Chao Chen, Oliver Jensen, Lili Qiu, Apurv Bhartia, and Swati Rallapalli. 2013. “Model-Driven Energy-Aware Rate Adaptation.” In Proceedings of the Fourteenth Acm International Symposium on Mobile Ad Hoc Networking and Computing, 217–26. MobiHoc ’13. New York, NY, USA: ACM. https://doi.org/10.1145/2491288.2491300.

Li, Chi-Yu, Chunyi Peng, Songwu Lu, and Xinbing Wang. 2012. “Energy-based Rate Adaptation for 802.11n.” In Proceedings of the 18th Annual International Conference on Mobile Computing and Networking, 341–52. Mobicom ’12. New York, NY, USA: ACM. https://doi.org/10.1145/2348543.2348585.

Mannweiler, C., M. Breitbach, H. Droste, I. L. Pavón, I. Ucar, P. Schneider, M. Doll, and J. R. Sanchez. 2017. “5G NORMA: System architecture for programmable multi-tenant 5G mobile networks.” In 2017 European Conference on Networks and Communications (Eucnc), 1–6. https://doi.org/10.1109/EuCNC.2017.7980662.

Perez-Costa, X., and D. Camps-Mur. 2010. “IEEE 802.11E QoS and power saving features overview and analysis of combined performance [Accepted from Open Call.” IEEE Wireless Communications 17 (4): 88–96. https://doi.org/10.1109/MWC.2010.5547926.

Samdanis, Konstantinos, Peter Rost, Andreas Maeder, Michela Meo, and Christos Verikoukis. 2015. Green Communications: Principles, Concepts and Practice. Wiley & Sons.

Serrano, P., A. Garcia-Saavedra, G. Bianchi, A. Banchs, and A. Azcorra. 2015. “Per-Frame Energy Consumption in 802.11 Devices and Its Implication on Modeling and Design.” IEEE/ACM Transactions on Networking 23 (4): 1243–56. https://doi.org/10.1109/TNET.2014.2322262.

Ucar, Iñaki, and Arturo Azcorra. 2015. “Deseeding energy consumption of network stacks.” In IEEE 1st International Forum on Research and Technologies for Society and Industry Leveraging a Better Tomorrow (Rtsi), 7–16. https://doi.org/10.1109/RTSI.2015.7325085.

Ucar, Iñaki, Arturo Azcorra, and Albert Banchs. 2014. “Deseeding Energy Consumption of Network Stacks.” In 6th Annual International Imdea Networks Workshop.

Ucar, Iñaki, Carlos Donato, Pablo Serrano, Andres Garcia-Saavedra, Arturo Azcorra, and Albert Banchs. 2016. “Revisiting 802.11 Rate Adaptation from Energy Consumption’s Perspective.” In Proceedings of the 19th Acm International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems, 27–34. MSWiM ’16. New York, NY, USA: ACM. https://doi.org/10.1145/2988287.2989149.

Ucar, Iñaki, Carlos Donato, Pablo Serrano, Andres Garcia-Saavedra, Arturo Azcorra, and Albert Banchs. 2018. “On the energy efficiency of rate and transmission power control in 802.11.” Computer Communications 117 (February): 164–74. https://doi.org/10.1016/j.comcom.2017.07.002.

Ucar, Iñaki, José Alberto Hernández, Pablo Serrano, and Arturo Azcorra. 2018. “Design and Analysis of 5G Scenarios with simmer: An R Package for Fast DES Prototyping.” IEEE Communications Magazine 56 (11): 145–51. https://doi.org/10.1109/MCOM.2018.1700960.

Ucar, Iñaki, Edzer Pebesma, and Arturo Azcorra. 2018. “Measurement Errors in R.” The R Journal 10 (2): 549–57. https://doi.org/10.32614/RJ-2018-075.

Ucar, Iñaki, Bart Smeets, and Arturo Azcorra. 2019. “simmer: Discrete-Event Simulation for R.” Journal of Statistical Software 90 (2): 1–30. https://doi.org/10.18637/jss.v090.i02.


  1. This, as well as the speed scaling principle, is based on a direct relationship between consumption and transmission rate, which is not always the case.