2 Related Work

In recent years, we have witnessed an increased attention towards “green operation” of networks, which is required to support a sustainable growth of the communication infrastructures. For the case of wireless communications, there is the added motivation of a limited energy supply (i.e., batteries) in user mobile devices, which has triggered a relatively large amount of work on energy efficiency (Serrano et al. 2012).

2.1 Energy Profiling for Wireless Communications

Energy profiling is the most fundamental work on green communications. In a similar way as software profiling measures the duration of function calls, energy profiling measures the energy consumed by each software or hardware function, in the broad sense of the word.

There are two energy measurement techniques (Tarkoma et al. 2014): software- and hardware-assisted measurements. The former uses the built-in battery interface integrated in many modern devices (e.g., smartphones, tablets), which provides readings of the dicharge curve. Apart from the evident feedback loop problem4, this method lacks granularity and precision, and therefore it is not suited for fine-grained energy profiling. Despite this, it has been used in a number of papers, such as Nurminen and Noyranen (2008), Xiao, Kalyanaraman, and Yla-Jaaski (2008), Balasubramanian, Balasubramanian, and Venkataramani (2009) and Kalic, Bojic, and Kusek (2012), some of them based on Creus and Kuulusa (2007). Dong and Zhong (2011), Jung et al. (2012) and Xu et al. (2013) try to overcome this limitations by developing an online power model on top of the battery monitoring unit.

Instead, in hardware-assisted measurements, the battery is bypassed to directly measure the current and voltage5 signals. The current signal is converted to voltage with a small high-precision resistor, and then sampled with a variety of instruments (digital multimeters, oscilloscopes, data acquisition devices…). Thus, the granularity and precision is limited by the specific setup and instrumentation selected.

Typically, energy profiling studies in wireless communications provide a measurement setup that is expressly designed for the electrical specifications of the device under test. For instance, Feeney and Nilsson (2001) and Ebert et al. (2002) use a cardbus extender and an oscilloscope to measure wireless interfaces. Carroll and Heiser (2010), Rice and Hay (2010), Wang and Manner (2010) perform energy measurements on smartphones using a data acquisition (DAQ) card, while Gupta and Mohapatra (2007) used a power meter.

More recent studies (e.g., Zhang et al. (2010), Pathak et al. (2011), Manweiler and Roy Choudhury (2011), Jung et al. (2012), Oliner et al. (2012), Xu et al. (2013), Kim, Jung, and Cha (2013), Zhang et al. (2013)) started using the Monsoon6 Power Monitor, a product specifically designed to test smartphones which has become very popular. There have also been initiatives to design open-source energy measurement and control systems such as Energino7 (Riggio et al. 2012; Gomez et al. 2012).

2.2 Energy Consumption of Network Stacks

The classical energy model for wireless interfaces was first established by Feeney and Nilsson (2001), and further confirmed by Ebert et al. (2002) and Shih, Bahl, and Sinclair (2002). Since then, it has been assumed that the network card dominates the consumption of wireless communications of mobile user devices.

This model has been widely used (implicitly or explicitly) in tens of papers to justify energy savings with optimisations of diverse kind: PHY layer rate and power (Qiao et al. 2003), MAC parameters (Bruno, Conti, and Gregori 2002; Carvalho et al. 2004; Agrawal 2004; Jyh-Cheng Chen and Kai-wen Cheng 2008; Garcia-Saavedra et al. 2011), backoff operation (Vaidya 2002; Baiamonte and Chiasserini 2006), idle state (Zhang and Shin 2012), packet overhearing (Ergen and Varaiya 2007), packet relying (He and Li 2010), data compression (Baek, DeVeciana, and Su 2004; Sharma et al. 2009), etcetera.

However, the work by Serrano et al. (2015), which provides the new energy model studied in the previous chapter, poses doubts on prior work that propose energy efficiency strategies taking into account the wireless card only. Bearing in mind these results, it is imperative to reconsider existing schemes for energy efficiency in wireless communications. Old schemes like packet relying (He and Li 2010) and data compression (Baek, DeVeciana, and Su 2004; Sharma et al. 2009) may no longer be valid under the new model. On the contrary, packet batching or low-level packet generation could potentially produce real savings.

2.3 Micro-Sleep Opportunities in 802.11

It is well-known that the majority of nodes within any WLAN would spend most of the time in idle state. There are two main strategies to save energy in this idle time: the first one targets idle listening (the wireless channel is empty), and the second one targets packet overhearing (there are other nodes communicating). To support these savings, COTS devices have two main operational states as a function of the reference clock used: the active state and the sleep state. The more a card stays in sleep state, the less power it consumes.

Since its conception, 802.11 has attempted to minimise idle listening with the introduction of the PS mode, and some previous work followed this path. For instance, Liu and Zhong (2008) proposed \(\mu\)PM to exploit short idle intervals (\(<\) 100 ms) without buffering or cooperation. \(\mu\)PM predicts the arrival time of the next frame and puts the interface in PS mode while no arrivals are expected. This mechanism demonstrated poor granularity (tens of ms) on existing hardware and leads to performance degradation due to frame loss. Therefore, it is only suitable for low-traffic scenarios.

Others propose a PS-like operation. Jang et al. (2011) described Snooze, an access point (AP)-directed micro-sleep scheduling and antenna configuration management method for 11n WLANs. As a consequence of its centralised design, the granularity of the so-called micro-sleeps in this approach is poor (few milliseconds), which poses doubts on its performance under heavy loads.

Zhang and Shin (2012) addressed the issue from a different standpoint with their Energy-Minimizing Idle Listening (E-MiLi). E-MiLi adaptively downclocks the card during idle periods, and reverts to full rate when an incoming frame is detected. To achieve this purpose, they need to change the physical layer (PHY) all the way down to enable downclocked detection, which severely limits the potential gains. For instance, the E-MiLi downclocking factor of 16 would yield a high power consumption in a modern card compared to its sleep state8.

On the other hand, all indicators show that we should expect an exponential grow in the number of wireless devices connected. Thus, there is a rough consensus about that densification will become one of the main aspects of next-generation wireless networks, which brings us back to the problem of packet overhearing. In this way, the recent 11ac amendment adds the ability to save energy during TXOPs, but this mechanism is restricted to QoS traffic, and the potential sleeps are coarse, in the range of milliseconds. Any sub-millisecond approach must take into account the timing parameters of the hardware. In fact, some early studies realise the importance of this issue when WiFi technology began to take off commercially (A. Kamerman and Monteban 1997; Havinga and Smit 2000; Jung and Vaidya 2002).

Baiamonte and Chiasserini (2006) were the first to chase fine-grained micro-sleep opportunities during packet overhearing. They define the Energy-efficient Distributed Access (EDA) scheme, which uses the 802.11 virtual carrier-sensing mechanism for power-saving purposes. Basically, a STA dozes when the Network Allocation Vector (NAV) or the backoff counter are non-zero. Unfortunately, this work lacks an empirical characterisation of the timing constraints needed to design a practical mechanism. Moreover, dozing during the backoff window is not 802.11-fair: in 802.11, STAs must sense the channel every single time slot during the contention period and, if another STA seizes the channel first, the backoff timer must be stopped in order to receive the incoming frame and set the NAV to the proper value. The EDA scheme allows STAs to doze during the contention period and, therefore, breaks the CSMA operation.

Balaji, Tamma, and Manoj (2010) revisited the problem of packet overhearing with a scheme called Sleep during Neighbor-Addressed Frame (SNAF). With SNAF, a wireless card checks the destination MAC address and switches to sleep state during the payload duration if it was addressed to other host. They assume, without any experimental validation though, an instantaneous switch-off and that the time required to wake up is equivalent to a Short Interframe Space (SIFS). In order to prevent the risk resulting from errors in the frame header that would lead to an incorrect NAV counter, the authors propose to introduce a new framing format with a new FCS devoted to the MAC header only. This solution lacks compatibility and introduces more overhead based on no evidence.

Building on the same idea, Prasad et al. (2014) proposed Übersleep. This time, the authors do not consider it necessary to add any extra FCS, as they claim (without any specific basis) that such errors are very unlikely.

More recently, Palacios, Granelli, Kliazovich, et al. (2013) and Palacios, Granelli, Gajic, et al. (2013) modified 802.11 DCF and PCF to exploit per-packet sleeps. They also applied these ideas to network coding (Palacios-Trujillo et al. 2015) and to a polling-based version of 11ac’s TXOP PS mode (Palacios et al. 2015). Unfortunately, all these papers rely on these early studies mentioned before (A. Kamerman and Monteban 1997; Havinga and Smit 2000; Jung and Vaidya 2002), which analysed old wireless cards unable to perform sub-millisecond transitions between states.

2.4 Rate Adaptation and Power Control in 802.11

Rate adaptation and power control in 802.11 have received a vast amount of attention from the research community (especially the former). See, e.g., Biaz and Wu (2008), Huang, Duffy, and Malone (2013) and references therein. But, as stated before, all this research is generally focused towards performance (i.e., throughput and capacity) maximisation.

However, as some previous work has pointed out (Eryigit et al. 2014; Garcia-Saavedra et al. 2012), energy efficiency and performance do not necessarily come hand in hand, and some criterion may be required to set a proper balance between them. Particularly, Li et al. (2012) and Khan et al. (2013) studied RA for energy efficiency in 802.11n, and showed that MIMO RA algorithms are not energy efficient despite ensuring high throughput. These algorithms incur inefficiencies when marginal throughput gains are achieved at a high energy cost.

No other studies have further investigated these inefficiencies in more detail though. The question remains, then, whether there may be fundamental trade-offs in the application of RA-TPC techniques to 802.11.

2.5 Discrete-Event Simulation of Network Systems

The list of network simulation tools is vast9. Particularly, OPNET10 is one of the most complex and widely used tools for research and education, although the open-source alternatives, such as NS3 and OMNeT++, are growing and becoming more prominent within the research community. As an illustrative comparison, a quick search on Google Scholar11 returns over 30k results for “opnet simulation”, about 6k for “omnet++ simulation” and about 12k for “ns3 simulation”. Not surprisingly, the old version of the latter, NS2, still produces more than 40k results. Still, the amount of research produced by the networking community is enormous, and it is difficult to quantify how much of that research is done using ad-hoc simulation tools.

Besides that, the list of general-purpose DES frameworks is even more vast12, and most of them are unknown within the networking community because they are generally more suited for other fields, such as operations research. Among them, the SimPy Python package (Team SimPy 2017) has received increased attention, and has inspired similar frameworks for other languages, such as SimJulia (Lauwens 2017). Nonetheless, some studies showed that SimPy may not scale for large network simulations (Bahouth et al. 2007, @weingartner2009).

References

Agrawal, D.P. 2004. “Analysis and optimization of energy efficiency in 802.11 distributed coordination function.” In IEEE International Conference on Performance, Computing, and Communications, 2004, 707–12. IEEE. https://doi.org/10.1109/PCCC.2004.1395159.

Baek, S.J., G. DeVeciana, and X. Su. 2004. “Minimizing Energy Consumption in Large-Scale Sensor Networks Through Distributed Data Compression and Hierarchical Aggregation.” IEEE Journal on Selected Areas in Communications 22 (6): 1130–40. https://doi.org/10.1109/JSAC.2004.830934.

Bahouth, A., S. Crites, N. Matloff, and T. Williamson. 2007. “Revisiting the Issue of Performance Enhancement of Discrete Event Simulation Software.” In Simulation Symposium, 2007. ANSS ’07. 40th Annual, 114–22. https://doi.org/10.1109/ANSS.2007.36.

Baiamonte, V., and C.-F. Chiasserini. 2006. “Saving Energy during Channel Contention in 802.11 WLANs.” Mobile Networks and Applications 11 (2). Springer-Verlag New York, Inc.: 287–96. https://doi.org/10.1007/s11036-006-4480-x.

Balaji, Bharathan, Bheemarjuna Reddy Tamma, and B. S. Manoj. 2010. “A Novel Power Saving Strategy for Greening IEEE 802.11 Based Wireless Networks.” In 2010 Ieee Global Telecommunications Conference Globecom 2010, 1–5. IEEE. https://doi.org/10.1109/GLOCOM.2010.5684071.

Balasubramanian, Niranjan, Aruna Balasubramanian, and Arun Venkataramani. 2009. “Energy consumption in mobile phones: a measurement study and implications for network applications.” In Proceedings of the 9th Acm Sigcomm Conference on Internet Measurement Conference - Imc ’09, 280. New York, New York, USA: ACM Press. https://doi.org/10.1145/1644893.1644927.

Biaz, S., and S. Wu. 2008. “Rate Adaptation Algorithms for Ieee 802.11 Networks: A Survey and Comparison.” In 2008 Ieee Symposium on Computers and Communications, 130–36. https://doi.org/10.1109/ISCC.2008.4625680.

Bruno, R., M. Conti, and E. Gregori. 2002. “Optimization of efficiency and energy consumption in p-persistent CSMA-based wireless LANs.” IEEE Transactions on Mobile Computing 1 (1): 10–31. https://doi.org/10.1109/TMC.2002.1011056.

Carroll, Aaron, and Gernot Heiser. 2010. “An Analysis of Power Consumption in a Smartphone.” In USENIX Annual Technical Conference, 14:21–21. Boston, MA.

Carvalho, M.M., C.B. Margi, K. Obraczka, and J.J. Garcia-Luna-Aceves. 2004. “Modeling energy consumption in single-hop IEEE 802.11 ad hoc networks.” In Proceedings. 13th International Conference on Computer Communications and Networks (Ieee Cat. No.04EX969), 367–72. IEEE. https://doi.org/10.1109/ICCCN.2004.1401671.

Creus, Gerard Bosch, and Mika Kuulusa. 2007. “Optimizing Mobile Software with Built-in Power Profiling.” In Mobile Phone Programming, 449–62. Springer.

Dong, Mian, and Lin Zhong. 2011. “Self-Constructive High-Rate System Energy Modeling for Battery-Powered Mobile Systems.” In Proceedings of the 9th International Conference on Mobile Systems, Applications, and Services, 335–48. ACM.

Ebert, Jean-Pierre, Brian Burns, and Adam Wolisz, and Adam Wolisz. 2002. “A trace-based approach for determining the energy consumption of a WLAN network interface.” In Proceedings of European Wireless, 230–36.

Ergen, M., and P. Varaiya. 2007. “Decomposition of Energy Consumption in IEEE 802.11.” In 2007 Ieee International Conference on Communications, 403–8. IEEE. https://doi.org/10.1109/ICC.2007.73.

Eryigit, S., G. Gur, S. Bayhan, and T. Tugcu. 2014. “Energy Efficiency Is a Subtle Concept: Fundamental Trade-Offs for Cognitive Radio Networks.” Communications Magazine, IEEE 52 (7): 30–36. https://doi.org/10.1109/MCOM.2014.6852080.

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.

Garcia-Saavedra, Andres, Pablo Serrano, Albert Banchs, and Matthias Hollick. 2011. “Energy-efficient fair channel access for IEEE 802.11 WLANs.” In 2011 Ieee International Symposium on a World of Wireless, Mobile and Multimedia Networks, 1–9. IEEE. https://doi.org/10.1109/WoWMoM.2011.5986436.

Garcia-Saavedra, Andres, Pablo Serrano, Albert Banchs, and Matthias Hollick. 2012. “Balancing energy efficiency and throughput fairness in IEEE 802.11 WLANs.” Pervasive and Mobile Computing 8 (5): 631–45. https://doi.org/10.1016/j.pmcj.2012.03.006.

Gomez, Karina, Roberto Riggio, Tinku Rasheed, Daniele Miorandi, and Fabrizio Granelli. 2012. “Energino: A Hardware and Software Solution for Energy Consumption Monitoring.” In Modeling and Optimization in Mobile, Ad Hoc and Wireless Networks (Wiopt), 2012 10th International Symposium on, 311–17. IEEE.

Gupta, A., and P. Mohapatra. 2007. “Energy Consumption and Conservation in Wifi Based Phones: A Measurement-Based Study.” In 2007 4th Annual Ieee Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks, 122–31. https://doi.org/10.1109/SAHCN.2007.4292824.

Havinga, Paul J.M., and Gerard J.M. Smit. 2000. “Energy-Efficient Tdma Medium Access Control Protocol Scheduling.” In Asian International Mobile Computing Conference, Amoc, 1–10.

He, Xin, and Frank Y. Li. 2010. “Throughput and energy efficiency comparison of one-hop, two-hop, virtual relay and cooperative retransmission schemes.” In 2010 European Wireless Conference (Ew), 580–87. IEEE. https://doi.org/10.1109/EW.2010.5483469.

Huang, K.D., K.R. Duffy, and D. Malone. 2013. “H-RCA: 802.11 Collision-Aware Rate Control.” Networking, IEEE/ACM Transactions on 21 (4): 1021–34. https://doi.org/10.1109/TNET.2012.2216891.

Jang, Ki-Young, Shuai Hao, Anmol Sheth, and Ramesh Govindan. 2011. “Snooze: energy management in 802.11n WLANs.” In Proceedings of the Seventh Conference on Emerging Networking Experiments and Technologies on - Conext ’11, 1–12. New York, New York, USA: ACM Press. https://doi.org/10.1145/2079296.2079308.

Jung, Eun-Sun, and N. H. Vaidya. 2002. “An Energy Efficient Mac Protocol for Wireless Lans.” In INFOCOM 2002. Twenty-First Annual Joint Conference of the Ieee Computer and Communications Societies. Proceedings. IEEE, 3:1756–64 vol.3. https://doi.org/10.1109/INFCOM.2002.1019429.

Jung, Wonwoo, Chulkoo Kang, Chanmin Yoon, Donwon Kim, and Hojung Cha. 2012. “DevScope: A Nonintrusive and Online Power Analysis Tool for Smartphone Hardware Components.” In Proceedings of the Eighth Ieee/Acm/Ifip International Conference on Hardware/Software Codesign and System Synthesis, 353–62. ACM.

Jyh-Cheng Chen, and Kai-wen Cheng. 2008. “EDCA/CA: Enhancement of IEEE 802.11e EDCA by Contention Adaption for Energy Efficiency.” IEEE Transactions on Wireless Communications 7 (8): 2866–70. https://doi.org/10.1109/TWC.2008.070168.

Kalic, G., I. Bojic, and M. Kusek. 2012. “Energy Consumption in Android Phones When Using Wireless Communication Technologies.” In 2012 Proceedings of the 35th International Convention Mipro, 754–59.

Kamerman, A., and L. Monteban. 1997. “WaveLAN-II: A high-performance wireless LAN for the unlicensed band.” Bell Labs Technical Journal 2 (3): 118–33. https://doi.org/10.1002/bltj.2069.

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.

Kim, Dongwon, Wonwoo Jung, and Hojung Cha. 2013. “Runtime Power Estimation of Mobile Amoled Displays.” In Design, Automation & Test in Europe Conference & Exhibition (Date), 2013, 61–64. IEEE.

Lauwens, Ben. 2017. SimJulia.jl: Combined Continuous-Time / Discrete-Event Process Oriented Simulation Framework Written in Julia. https://github.com/BenLauwens/SimJulia.jl.

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.

Liu, Jiayang, and Lin Zhong. 2008. “Micro power management of active 802.11 interfaces.” In Proceeding of the 6th International Conference on Mobile Systems, Applications, and Services - Mobisys ’08, 146. New York, New York, USA: ACM Press. https://doi.org/10.1145/1378600.1378617.

Manweiler, Justin, and Romit Roy Choudhury. 2011. “Avoiding the Rush Hours: WiFi Energy Management via Traffic Isolation.” In Proceedings of the 9th International Conference on Mobile Systems, Applications, and Services, 253–66. ACM.

Nurminen, Jukka K., and Janne Noyranen. 2008. “Energy-Consumption in Mobile Peer-to-Peer - Quantitative Results from File Sharing.” In 2008 5th Ieee Consumer Communications and Networking Conference, 729–33. IEEE. https://doi.org/10.1109/ccnc08.2007.167.

Oliner, Adam J, Anand P Iyer, Eemil Lagerspetz, Sasu Tarkoma, and Ion Stoica. 2012. “Collaborative Energy Debugging for Mobile Devices.” In HotDep.

Palacios, R., F. Granelli, D. Gajic, C. Liß, and D. Kliazovich. 2013. “An Energy-Efficient Point Coordination Function Using Bidirectional Transmissions of Fixed Duration for Infrastructure Ieee 802.11 Wlans.” In 2013 Ieee International Conference on Communications (Icc), 2443–8. https://doi.org/10.1109/ICC.2013.6654898.

Palacios, R., F. Granelli, D. Kliazovich, L. Alonso, and J. Alonso-Zarate. 2013. “An Energy Efficient Distributed Coordination Function Using Bidirectional Transmissions and Sleep Periods for Ieee 802.11 Wlans.” In 2013 Ieee Global Communications Conference (Globecom), 1619–25. https://doi.org/10.1109/GLOCOM.2013.6831305.

Palacios, R., G. M. Mekonnen, J. Alonso-Zarate, D. Kliazovich, and F. Granelli. 2015. “Analysis of an Energy-Efficient Mac Protocol Based on Polling for Ieee 802.11 Wlans.” In 2015 Ieee International Conference on Communications (Icc), 5941–7. https://doi.org/10.1109/ICC.2015.7249269.

Palacios-Trujillo, R., J. Alonso-Zarate, F. Granelli, F. H. P. Fitzek, and N. L. S. da Fonseca. 2015. “Network Coding and Duty Cycling in Ieee 802.11 Wireless Networks with Bidirectional Transmissions and Sleeping Periods.” In 2015 Ieee Global Communications Conference (Globecom), 1–7. https://doi.org/10.1109/GLOCOM.2015.7417689.

Pathak, Abhinav, Y Charlie Hu, Ming Zhang, Paramvir Bahl, and Yi-Min Wang. 2011. “Fine-Grained Power Modeling for Smartphones Using System Call Tracing.” In Proceedings of the Sixth Conference on Computer Systems, 153–68. ACM.

Prasad, Rajan, Abhishek Kumar, Rahul Bhatia, and Bheemarjuna Reddy Tamma. 2014. “Ubersleep: An innovative mechanism to save energy in IEEE 802.11 based WLANs.” In 2014 Ieee International Conference on Electronics, Computing and Communication Technologies (Conecct), 1–6. IEEE. https://doi.org/10.1109/CONECCT.2014.6740349.

Qiao, Daji, Sunghyun Choi, Amit Jain, and Kang G Shin. 2003. “MiSer: An Optimal Low-Energy Transmission Strategy for Ieee 802.11 a/H.” In Proceedings of the 9th Annual International Conference on Mobile Computing and Networking, 161–75. ACM.

Rice, Andrew, and Simon Hay. 2010. “Measuring mobile phone energy consumption for 802.11 wireless networking.” Pervasive and Mobile Computing 6 (6). Elsevier Science Publishers B. V.: 593–606. https://doi.org/10.1016/j.pmcj.2010.07.005.

Riggio, Roberto, Cigdem Sengul, Karina Mabell Gomez, and Tinku Rasheed. 2012. “Energino: Energy Saving Tips for Your Wireless Network.” In Proceedings of the Acm Sigcomm 2012 Conference on Applications, Technologies, Architectures, and Protocols for Computer Communication, 273–74. ACM.

Serrano, Pablo, Antonio de la Oliva, Paul Patras, Vincenzo Mancuso, and Albert Banchs. 2012. “Greening wireless communications: Status and future directions.” Computer Communications 35 (14): 1651–61. https://doi.org/10.1016/j.comcom.2012.06.011.

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.

Sharma, Abhishek B., Leana Golubchik, Ramesh Govindan, and Michael J. Neely. 2009. “Dynamic data compression in multi-hop wireless networks.” ACM SIGMETRICS Performance Evaluation Review 37 (1). ACM: 145–45–156–56. https://doi.org/10.1145/2492101.1555367.

Shih, Eugene, Paramvir Bahl, and Michael J. Sinclair. 2002. “Wake on wireless: an event driven energy saving strategy for battery operated devices.” In Proceedings of the 8th Annual International Conference on Mobile Computing and Networking - Mobicom ’02, 160. New York, New York, USA: ACM Press. https://doi.org/10.1145/570645.570666.

Tarkoma, S., M. Siekkinen, E. Lagerspetz, and Y. Xiao. 2014. Smartphone Energy Consumption: Modeling and Optimization. Smartphone Energy Consumption: Modeling and Optimization. Cambridge University Press.

Team SimPy. 2017. SimPy: Discrete-Event Simulation for Python. https://simpy.readthedocs.io/en/latest/.

Vaidya, N.H. 2002. “An energy efficient MAC protocol for wireless LANs.” In Proceedings.Twenty-First Annual Joint Conference of the Ieee Computer and Communications Societies, 3:1756–64. IEEE. https://doi.org/10.1109/INFCOM.2002.1019429.

Wang, Le, and Jukka Manner. 2010. “Energy Consumption Analysis of WLAN, 2G and 3G interfaces.” In 2010 Ieee/Acm Int’l Conference on Green Computing and Communications & Int’l Conference on Cyber, Physical and Social Computing, 300–307. IEEE. https://doi.org/10.1109/GreenCom-CPSCom.2010.81.

Xiao, Y., R. S. Kalyanaraman, and A. Yla-Jaaski. 2008. “Energy Consumption of Mobile YouTube: Quantitative Measurement and Analysis.” In 2008 the Second International Conference on Next Generation Mobile Applications, Services, and Technologies, 61–69. https://doi.org/10.1109/NGMAST.2008.26.

Xu, Fengyuan, Yunxin Liu, Qun Li, and Yongguang Zhang. 2013. “V-Edge: Fast Self-Constructive Power Modeling of Smartphones Based on Battery Voltage Dynamics.” In Nsdi, 13:43–56.

Zhang, Lide, Birjodh Tiwana, Zhiyun Qian, Zhaoguang Wang, Robert P Dick, Zhuoqing Morley Mao, and Lei Yang. 2010. “Accurate Online Power Estimation and Automatic Battery Behavior Based Power Model Generation for Smartphones.” In Proceedings of the Eighth Ieee/Acm/Ifip International Conference on Hardware/Software Codesign and System Synthesis, 105–14. ACM.

Zhang, Xinyu, and Kang G. Shin. 2012. “E-MiLi: Energy-Minimizing Idle Listening in Wireless Networks.” IEEE Transactions on Mobile Computing 11 (9): 1441–54. https://doi.org/10.1109/TMC.2012.112.

Zhang, Yifan, Xudong Wang, Xuanzhe Liu, Yunxin Liu, Łi Zhuang, and Feng Zhao. 2013. “Towards Better Cpu Power Management on Multicore Smartphones.” In Proceedings of the Workshop on Power-Aware Computing and Systems, 11. ACM.


  1. Namely, that the software used to collect such readings is in fact producing an energy overhead.

  2. User mobile devices use DC power. Therefore, the voltage signal is usually ignored and assumed to be constant, which may not be the best approach for fine-grained measurements.

  3. https://www.msoon.com/

  4. http://www.energino-project.org/

  5. See Section 3.4.1.

  6. See, e.g., http://people.idsia.ch/~andrea/sim/simnet.html.

  7. http://www.opnet.com

  8. As of April 2018.

  9. See, e.g., https://en.wikipedia.org/wiki/List_of_discrete_event_simulation_software.