On the design of an energy-harvesting protocol stack for Body Area Nano-NETworks

https://doi.org/10.1016/j.nancom.2014.10.001Get rights and content

Abstract

Body Area Nano-NETworks (BANNETs) consist of integrated nano-machines, diffused in the human body for collecting diagnostic information and tuning medical treatments. Endowed with communication capabilities, such nano-metric devices can interact with each other and the external micro/macro world, thus enabling advanced health-care services (e.g., therapeutic, monitoring, sensing, and telemedicine tasks). Due to limited computational and communication capabilities of nano-devices, as well as their scarce energy availability, the design of powerful BANNET systems represents a very challenging research activity for upcoming years. Starting from the most significant and recent findings of the research community, this work provides a further step ahead by proposing a hierarchical network architecture, which integrates a BANNET and a macro-scale health-care monitoring system and two different energy-harvesting protocol stacks that regulate the communication among nano-devices during the execution of advanced nano-medical applications. The effectiveness of devised solutions and the comparison with the common flooding-based communication technique have been evaluated through computer simulations. Results highlight pros and cons of considered approaches and pave the way for future activities in the Internet of Nano-Things and nano-medical research fields.

Introduction

In upcoming years, the innovation process triggered by nanotechnologies is expected to foster the development of integrated devices with size ranging from one to few hundred of nanometers, very well suited for ICT, biomedical, industrial, and military applications  [1]. This is sustaining the revolutionary transition from the Internet of Things (IoT)  [2] to the Internet of Nano-Things (IoNT)  [3].

Some recent studies on graphene-based nanoantennas demonstrated how nano-machines can communicate each other by using electromagnetic (EM) waves in the Terahertz band, with extremely higher bit rates at the nano-scale (i.e., around some terabit/s), but with limited transmission ranges that cannot exceed few tens of millimeters  [4], [5]. Accordingly, Wireless NanoSensor Networks (WNSNs), which are networks composed by a (potentially high) number of nano-machines able to communicate each other through the wireless channel, became the first concrete actualization of the IoNT concept  [1], [2], [3], [4], [5], [6], [7], [8], [9], [10].

In particular, the use of IoNT systems in the health-care domain discloses new horizons and never seen applications  [8], [11], [12], [13], [14], [15]. In this context, Body Area Nano-NETworks (BANNETs) represent a specific WNSN system, operating in the human body  [8]: biomedical nano-devices equipped with communication capabilities, can be implanted, ingested, or worn by humans for collecting diagnostic information (e.g., the presence of sodium, glucose, and/or other ions in blood, cholesterol, as well as cancer biomarkers and other infectious agents) and tuning medical treatments (e.g., administration of insulin and other drugs through under-skin actuators)  [16].

While few scientific works already started the study of some aspects related to BANNETs (see for example [11], [12], [13], [14], [15]), three important issues have not been addressed with the required depth, that are:

  • (1)

    How to design a lightweight protocol suite able to fit the singular requirements of nano-machines?

  • According to  [3], nano-machines cannot execute complex tasks and, as a consequence, all the solutions already conceived for the IoT domain, cannot be directly applied to BANNETs. In line with this assumption, some contributions have already proposed valuable solutions for Media Access Control (MAC)[17], [18] and routing  [19] layers. However, they mainly focus on WNSNs and do not take care of requirements and constraints that typically characterize BANNETs. Simple MAC and routing protocols enabling health-care services are presented in  [12], [13], but their formulation needs to be improved for also covering additional issues described in the sequel.

  • (2)

    How to deal with limited energy resources available at the nano-scale?

  • Without loss of generality, it should be assumed that nano machines should count for minimal power capabilities and the adoption of suitable energy harvesting mechanisms is required for ensuring a continuous availability of nano-devices in a BANNET. With the aim of increasing, as more as possible, the lifetime of nano-networks, the entire protocol stack should be designed by jointly considering energy harvesting and energy consumption processes  [20]. In this regard, some significant contributions have been presented in  [21], [22], [23]. Also in this case, such works focus on WNSN and their adaptability to BANNET environments still remains an open issue.

  • (3)

    How to enable the interaction between nano-environments and the rest of the world?

  • A BANNET could be integrated within a complex health monitoring system  [8], where different monitoring devices, that communicate among them and with a remote health-care server through Low-power and Lossy Network (LLN) technologies  [24], [2], may also coexist. In this scenario, it is important to evaluate the interaction between devices belonging to both nano and macro domains. Even if a hierarchical architecture has been already defined in  [3], it is still not clear how to properly regulate the interaction between macro and nano devices and to define the rate of requests coming from the macro world that ensures the right reactivity of nano-devices (subjected to computational, technological, and energy constraints) that satisfies health-care application requirements.

To provide initial answers to the aforementioned issues, this work proposes a twofold contribution. First of all, a lightweight network architecture that integrates a BANNET within a more complete health-care monitoring system is proposed. In line with the scheme presented in [3], it is able to deliver requests coming from monitoring devices to nano-machines and forward corresponding answers in the opposite direction. Then, two different energy-harvesting aware protocol stacks (composed by both MAC and routing algorithms) have been conceived. The former scheme implements an optimal routing protocol, that selects the most suitable nano-machine which the request coming from the external world are forwarded to. Such a decision is done in order to maximize the overall amount of energy that will be available into the network when a new request arrives. To this end, starting from the energy model developed in  [20], the routing protocol has been defined by means of an optimization problem. The latter, instead, just delivers the request to the node with the higher energy level (greedy approach). In both cases, a handshake mechanism has been implemented at the MAC layer for identifying devices available in the neighborhood and being aware about their energy level.

The effectiveness of conceived proposals have been evaluated through computer simulations by using the emerging NANO-SIM tool  [25], which models electromagnetic based nano-communications within the NS-3 simulation framework. In particular, it has been evaluated the impact of the density of nano-machines forming the BANNET and of the average rate of requests coming from the macro world have on packet loss ratio, energy and device availability, and physical transmission throughput. To provide a further insight, a comparison with respect to the simple flooding approach (according to which any request is broadcasted into the network without executing any kind of initial handshake and the answer is generated by all the available devices) is reported too.

Results show that better system performances can be achieved when energy-harvesting aware techniques are used. When compared with the flooding approach, such strategies guarantee an increase in the average amount of energy available in each nano-machine (about more 60%), a decrease of the percentage of packet losses (up to 10%), a gain on the percentage of active nodes (ranging from 6% to 50%), and the reduction of the physical transmission rate (up to 20%). Moreover, they demonstrate that the proposed greedy strategy, despite its lowest computational complexity, guarantees results very close to those reached with the optimal strategy, thus becoming the best candidate for BANNETs. In authors’ humble opinion this study (with particular reference to the analysis of the packet loss ratio, measured under different network conditions) could be useful to find the most suitable combination of both network size and request rate that better satisfies requirements of real nano-medical applications.

The rest of this paper is organized as follows. Section  2 presents a background on both IoT and IoNT paradigms, by focusing the attention on both biomedical applications and energy-harvesting techniques available at the nano-scale. Section  3 discusses both the conceived health-care monitoring system and the designed energy-harvesting aware protocol suites. The performance evaluation of proposed solutions is investigated in Section  4. Finally, Section  5 draws the conclusions and discusses future activities.

Section snippets

Background on IoT, IoNT, nano-medical applications, and energy-related issues

In this section, a quick presentation of IoT and IoNT paradigms is proposed. Moreover, the description of main features and target applications of BANNETs, as well as energy issues affecting nano-machines diffused in the human body, is discussed too.

System architecture and energy-harvesting protocols for BANNETs

In line with  [3], [11], [12], [13], [15], [44], the health-care monitoring system considered in this work is composed by a BANNET, a set of external monitoring devices, and a remote health-care server (see Fig. 2). According to a typical IoT architecture, monitoring devices communicate with the nanointerface and a network coordinator (which provides the connectivity with a remote health-care server through a wireless/wired broadband technology) by using IEEE 802.15.4 radios.1

Performance evaluation

The performance of the devised BANNET architecture and the behavior of conceived protocol stacks under different network conditions have been evaluated through computer simulations, carried out by using the emerging NANO-SIM simulator (i.e., an open source tool modeling WNSNs and electromagnetic based communications in the terahertz channel  [25], [12], [13]). The comparison with respect to a simple flooding mechanism (where the nanorouter broadcasts each request into the network without

Conclusions and future works

In this paper, it has been described a hierarchical network architecture enabling a strict interaction among a Body Area Nano-NETwork (deployed into the human body) and external monitoring devices communicating among them and with the BANNET itself with classical IoT protocols. Two different energy-harvesting aware protocol stacks have been deployed for properly handling the communication within the nanonetwork. Finally, performances of conceived solutions have been evaluated through computer

Acknowledgments

This work was supported by the projects RES NOVAE/04a2_E/8, DSS/01-02499, and EURO6/01-02238, funded by the Italian MIUR and by the European Union (European Social Fund).

Giuseppe Piro is a postdoctoral researcher at Politecnico di Bari, Italy. He received a first level degree and a second level degree (both cum laude) in Telecommunications Engineering from “Politecnico di Bari”, Italy, in 2006 and 2008, respectively. He received the Ph.D. degree in Electronic Engineering from “Politecnico di Bari”, Italy, on March 2012. His main research interests include quality of service in wireless networks, network simulation tools, 4G cellular systems, Information Centric

References (48)

  • I. Llatser, C. Kremers, D.N. Chigrin, J.M. Jornet, M. Lemme, A. Cabellos-Aparicio, E. Alarcon, Characterization of...
  • S. Balasubramaniam et al.

    Realizing the internet of nano things: challenges, solutions, and applications

    Computer

    (2013)
  • S. Abadal et al.

    Graphene-enabled wireless communication for massive multicore architectures

    IEEE Commun. Mag.

    (2013)
  • G. Piro, S. Abadal, A.M. Sugranes, J. Solé-Pareta, E. Alarcon, L.A. Grieco, G. Boggia, Initial MAC exploration for...
  • N. Agoulmine et al.

    Enabling communication and cooperation in bio-nanosensor networks: toward innovative healthcare solutions

    IEEE Wirel. Commun.

    (2012)
  • G. Piro, L.A. Grieco, G. Boggia, P. Camarda, Simulating wireless nano sensor networks in the NS-3 platform, in: Proc....
  • G. Piro, L.A. Grieco, G. Boggia, P. Camarda, Nano-Sim: simulating electromagnetic-based nanonetworks in the network...
  • S. Misra et al.

    Green wireless body area nanonetworks: Energy management and the game of survival

    IEEE J. Biomed. Health Inform.

    (2014)
  • Y. Chen, P. Kosmas, Towards an integrated medical imaging-sensing-therapeutic platform using...
  • G. Santagati et al.

    Medium access control and rate adaptation for ultrasonic intrabody sensor networks

    IEEE/ACM Trans. Netw.

    (2014)
  • S. Mohrehkesh, M.C. Weigle, RIH-MAC: Receiver-initiated harvesting-aware MAC for nanonetworks, in: Proc. of the ACM...
  • M. Pierobon et al.

    A routing framework for energy harvesting wireless nanosensor networks in the terahertz band

    Wirel. Netw.

    (2014)
  • J. Jornet et al.

    Joint energy harvesting and communication analysis for perpetual wireless nanosensor networks in the terahertz band

    IEEE Trans. Nanotechnol.

    (2012)
  • S. Mohrehkesh, M.C. Weigle, Optimizing communication energy consumption in perpetual wireless nanosensor networks, in:...
  • Cited by (70)

    • A robust hybrid model with low energy consumption for biosensor nano-networks

      2024, Journal of King Saud University - Computer and Information Sciences
    • Temperature-aware routing protocol for Intrabody Nanonetworks

      2021, Journal of Network and Computer Applications
      Citation Excerpt :

      The settings of the other simulations parameters (such as nanonodes’ transmission range and time to live (TTL)) are set according to the evaluation parameters of the existing schemes (Piro et al., Camarda; Piro et al., 2015; Afsana et al., 2018). At the physical layer, the femtosecond-long pulse-based modulation scheme is used (Jornet and Akyildiz, 2014) that is also adopted by existing IBN schemes (Piro et al., 2015; Afsana et al., 2018; Fahim et al., 2019a). We use the following performance metrics in our performance evaluation tests:

    • Using nanosensors in wireless sensor networks

      2020, Nanosensors for Smart Cities
    • Nanosensor networks for smart health care

      2020, Nanosensors for Smart Cities
    View all citing articles on Scopus

    Giuseppe Piro is a postdoctoral researcher at Politecnico di Bari, Italy. He received a first level degree and a second level degree (both cum laude) in Telecommunications Engineering from “Politecnico di Bari”, Italy, in 2006 and 2008, respectively. He received the Ph.D. degree in Electronic Engineering from “Politecnico di Bari”, Italy, on March 2012. His main research interests include quality of service in wireless networks, network simulation tools, 4G cellular systems, Information Centric Networking, nano communications, and Internet of Things. He founded both LTE-Sim and NANO-SIM projects and is a developer of Network Simulator 3. Actually, he is also participating to standardization activities in IETF 6tisch and IEEE P1906.1 working groups.

    Gennaro Boggia received, with honors, the Dr. Electronics Engineering and the Ph.D. degree in Electronics Engineering, both from the “Politecnico di Bari”, Italy. Since September 2002, he has been with the DEI Department at the “Politecnico di Bari”, Italy, where he is currently Associate Professor. He has authored/co-authored more than 100 papers in international journals or conference proceedings. His research interests span the fields of Wireless Networking, Cellular communication, Information Centric Networking, Internet of Things (IoT), Protocol stacks for industrial applications and smart grids, Internet measurements, Network Performance Evaluation. Currently, he serves as Associate Editor for the Springer Wireless Networks journal.

    Luigi Alfredo Grieco received the Italian Laurea degree (with honors) in Electronic Engineering from “Politecnico di Bari”, Bari, Italy, in 1999 and the Ph.D. degree in Information Engineering from “Università di Lecce”, Lecce, Italy, in 2003. From January 2005 to October 2014, he held a researcher position at the “DEI—Politecnico di Bari”. From November 2014, he is an Associate Professor in Telecommunications in the same department. His main research interests include advanced resource allocation in wired and wireless networks, IoT, and ICN. On these topics, he authored more than 100 scientific papers published in international venues of great renown. Currently, he serves as editor of the IEEE TVT (top associate editor in 2012) and as Executive Editor of ETT (Wiley).

    View full text