Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

An Efficient Next Hop Selection Algorithm for Multi-Hop Body Area Networks

Abstract

Body Area Networks (BANs) consist of various sensors which gather patient’s vital signs and deliver them to doctors. One of the most significant challenges faced, is the design of an energy-efficient next hop selection algorithm to satisfy Quality of Service (QoS) requirements for different healthcare applications. In this paper, a novel efficient next hop selection algorithm is proposed in multi-hop BANs. This algorithm uses the minimum hop count and a link cost function jointly in each node to choose the best next hop node. The link cost function includes the residual energy, free buffer size, and the link reliability of the neighboring nodes, which is used to balance the energy consumption and to satisfy QoS requirements in terms of end to end delay and reliability. Extensive simulation experiments were performed to evaluate the efficiency of the proposed algorithm using the NS-2 simulator. Simulation results show that our proposed algorithm provides significant improvement in terms of energy consumption, number of packets forwarded, end to end delay and packet delivery ratio compared to the existing routing protocol.

Introduction

Due to the growth in healthcare technology and rise in its costs, recognizable attention has been given to the human body with miniaturized, low power and intelligent sensors that can be implanted in or worn on the body. A Body Sensor Network (BSN) or Body Area Network (BAN) is a radio frequency (RF)-based wireless technology which enables monitoring of the patients, whereby physicians or doctors receive information from those patients without disturbing their day to day life (see Fig 1). BAN communications architecture is divided into three components: intra-BAN, inter-BAN, and beyond-BAN [13]. Intra-BAN communication controls and manages wearable or implanted sensors. In this tier, the patient’s vital signs are collected and transmitted to the sink. In inter-BAN communication, collected information from the body is forwarded to a gateway. Communications between the gateway and the doctors are related to the beyond-BAN tier. In large-scale networks of BANs specially in the inter-BAN and the beyond-BAN communications, cloud computing infrastructure can facilitate network management [4]. Cloud computing infrastructure is able to deal with the most important challenges posed by the management of large-scale networks of BANs. Integration of BAN and cloud computing technology can provide flexible data processing and management to perform both online and offline analysis of body sensor data streams [5, 6]. Cloud computing technology promotes different BANs applications to integrate more smart stations and provide more convenience and entertainment for patients [7].

Due to the short battery life span of the sensors on the body, optimal energy consumption is a crucial problem in BANs [8]. If a sensor on the body runs out of battery while it is sending vital signs or physiological signals, it would present unsatisfactory [9]. Also in applications such as remote surgery, life-critical or medical disaster applications that require real-time monitoring of the patients, sending reliable information, regularly and on time is very important [1012]. These metrics (i.e. delay and reliability) are referred to as QoS requirements [13]. QoS refers to the capability to provide assurance that the service requirements of applications can be satisfied. QoS parameters such as delay and reliability can also be used to measure the system performance and to control that the QoS is actually been provided by it [14, 15]. Consider a disastrous situation in which the data related to a patient in critical condition does not reach its destination on time or is corrupted by any means, and ultimately results in its demise.

Resource limitations, communication range, and path loss are a number of BAN characteristics [11]. Due to the short communication range and high path loss in BANs, direct communication between the nodes and the sink node requires additional energy consumption [16]. Thus, sensor nodes in a BAN should transfer data to the sink node with the multi-hop communications. Traditional end-to-end path discovery based routing protocols are not suitable for BANs because of the resource limitations of these networks [17]. Hence, BANs should implement hop-by-hop routing to consume energy more efficiently. According to the above mentioned characteristics of BANs, energy-efficient QoS aware routing is a big challenge in multi-hop BANs.

Existing energy-efficient QoS aware routing protocols in WSNs cannot be applied directly to BAN communications with respect to the BAN characteristics. On the other hand, current hop-by-hop routing protocols in BANs do not efficiently select next hop node in order to satisfy energy and QoS requirements.

We propose an Energy-efficient Next hop Selection Algorithm for multi-hop BAN, ENSA-BAN, in which QoS requirements such as delay and reliability are also considered. The proposed protocol utilizes hop counts and link cost of the neighboring nodes to select the best next hop node for packets forwarding. This protocol uses residual energy, available queue size, and link reliability of a neighboring node to calculate its link cost. Each node selects an appropriate node among its neighboring nodes as the next hop node which has the minimum hop counts to the sink and the maximum link cost. Therefore, the routing algorithm considers not only the QoS requirements, but also the energy consumption of the nodes to improve the network performance. We evaluated our routing algorithm with several experiments in NS-2 simulator. The results indicated that the proposed algorithm outperforms the existing algorithms in terms of average energy consumption, end-to-end delay, packet delivery ratio and number of packets forwarded.

Related Work

There are many challenging requirements such as security, routing, and QoS that need to be considered in BANs. Since health data of the patients should be private, the security of data transmission within a BAN is a critical issue. A series of research work on deploying secure WBANs applications have been proposed [1824]. Routing strategies in BANs can be categorized in five groups, namely: thermal-aware, delay tolerant, cluster based, cross layer, and QoS aware routing [25, 26]. QoS aware routing is one of the major challenges in BANs because of the limited resources of the sensors and QoS requirements in healthcare applications [1, 11, 27].

RL-QRP [28], a reinforcement learning based routing protocol, is a QoS-aware routing in biomedical sensor networks. In this protocol, sensor nodes find the optimal path to the sink, using a Q-learning algorithm with regard to the QoS requirements. A geographical and QoS-based routing protocol known as LOCALMOR, was proposed in [29] for biomedical sensor networks. In LOCALMOR, data packets are classified into several categories based on their QoS requirements. The protocol takes into account reliability, residual energy, and latency of the sensor nodes as the QoS metrics. This mechanism has a high overhead leads to additional energy consumption. RTRE [30], a novel framework of real-time data report and task execution, was proposed to collect data through coordination among sensors and mobile actuators. RTRE provides good performance considering delay, energy efficiency and reliability using characteristics of sensors and actuators.

DMQoS (Data-centric multi-objective QoS-aware routing protocol) [17] chooses the next hop node using a multi-objective lexicographic optimization (LO) approach based on the residual energy and the distance to the destination. Data packets are classified into critical packets (CP), ordinary packets (OP), delay-driven packets (DP) and reliability-driven packets (RP). According to the QoS requirements of each type of the data packets, they are forwarded to their next hop nodes.

EPR (Energy efficient peering routing protocol) [31] is a mechanism for peer routing in indoor hospital environments. This routing protocol calculates the communication cost for each neighboring node of a node. Routing table is constructed using this communication cost. QPRR (QoS-aware peering routing protocol for reliability-sensitive data) [32] is another QoS-aware routing protocol in hospital body area networks. QPRR calculates reliability of all paths to the destination and selects a path regarding to the QoS requirements. QPRD (QoS-aware peering routing protocol for delay-sensitive data) [33] handles real-time and non real-time information in hospital body area networks. In this protocol, the end-to-end delay of each path is calculated and the best path is selected for delay-sensitive packets.

Many QoS-aware routing protocols were proposed in WSNs [34]. EQSR (Energy efficient QoS aware routing) protocol [35] is a QoS aware multipath routing protocol which uses different paths according to the QoS requirements of the packets. This protocol classifies traffic to real-time and non-real-time. Every node calculates the cost of its neighboring nodes using a link cost function and selects the next hop node based on the maximum cost. EQSR finds node-disjoint paths from the source node to the sink for different types of the traffic.

ECMP (Energy-constrained multi-path routing) [36] is a QoS-aware routing protocol in which energy consumption is optimized by selecting a path with minimum hop counts in WSNs. MQoSR (A multi-objective QoS routing protocol) [37] is a QoS-aware routing protocol which was proposed in WSNs. MQoSR routing is based on the QoS requirements and geographical information of the nodes. Delay, reliability and energy are QoS requirements related to different applications which are taken into account in this protocol. A few routing protocols which were proposed in intra-BAN communications [3841] do not encompass QoS requirements.

Mentioned protocols except DMQoS and EPR are end-to-end path discovery-based routing, which requires additional energy consumption. However, DMQoS and EPR protocols do not consider the link reliability between the nodes for ordinary data packets whereby the number of packets retransmitted increases, leads to the higher energy consumption. Furthermore, finding geographical information of the nodes in DMQoS requires specific hardware components, causing extra energy consumption. Therefore, QoS aware and energy-efficient routing in the multi-hop BANs is a challenge which needs to be taken into account.

Materials and Methods

In this section, the details of the network model and assumptions, the initialization phase, the link reliability, the energy model, the link cost function and routing algorithm of the proposed protocol are provided.

Network model and Assumptions

A body area network with a single sink and a couple of source nodes is considered in intra-BAN communications. The routing protocol is based on hop-by-hop mechanism. Each source node generates data packets and send them to the next hop node. The intermediate nodes relay and forward the packets to the next hop node until it reaches the sink. All nodes are stationary and have the same transmission range. Additionally, all nodes at any given time are able to calculate their residual energy and free buffer size. Also each node can compute its link reliability between itself and its neighboring nodes. The basic notations used in this study is summarized as follows:

  1. N, the number of sensors;
  2. S = {s1, s2, …, sN}, the set of sensors;
  3. si, the ith sensor, 1 ≤ iN;
  4. Ni = {n1, n2, …, nk}, the neighboring set of node si, 1 ≤ kN;
  5. Eres, i, the residual energy of the node si;
  6. Qempty, i, the free queue size of the node si;
  7. HOPmin, i, the minimum hop count to the sink from the node si;
  8. LinkRij, the link reliability between the nodes si and sj;
  9. Costij, the link cost between the nodes si and sj;
  10. SNi, the selected set of Ni;
  11. NHi, the next hop node of Ni.

Initialization phase

Each sensor node generates HELLO packets and broadcasts them periodically to its neighboring nodes. The most important fields of a HELLO packet are shown in Fig 2. PacketID is the sequence number of the Hello packet. This number prevents receiving a duplicate packet in the neighboring nodes. SourceID is the identifier of the source node of the packet. Residual energy (Eres) is the residual energy of the node, which is computed using Eq 3. Free queue size (Qempty) field is the available size of the queue in the node. Minimum number of hops to the sink (HOPmin) is computed and is put in the last field. HOPmin is defined by Eq 1 as follows: (1) where HOPj is the minimum hop counts of node sj to the sink node. In this Eq 1 is added to the minimum hop counts of the neighboring nodes because the hop count of node si to its neighboring nodes is 1.

Upon reception of a HELLO packet in a node, that node adds a new entry in its neighbor table. If an entry exists in the neighbor table for that node, the information of that node is updated according to the HELLO packet fields. Neighbor table structure is illustrated in Fig 3. NeighborID is identifier of the neighboring node. LinkR is the link reliability between two nodes, which is obtained from Eq 2. Eres, HOPmin, and Qempty fields are extracted from Hello packets. Cost field is the link cost of the neighboring nodes, which is obtained from Eq 7.

Link reliability

Link reliability between two nodes affects the QoS requirements and the energy consumption because the low link reliability causes the high retransmitted packets whereby energy consumption is increased. The link reliability between two nodes (LinkRij) is calculated using the exponentially weighted moving average (EWAD) by Eq 2. (2) where Txsucc, ij is the number of packets successfully transmitted through the link between node si and node sj, Txtotal, ij is the total number of transmission and retransmission attempts for all packets and γ is the average weighting factor. The value of γ is set to 0.4 in our simulation.

Energy model

To balance energy consumption between sensor nodes, the residual energy of the nodes is taken into account. Residual energy of node si (Eres, i) is given by (3) where Econ, i is the energy consumed inside the node si. To calculate the energy consumption in a node, total amount of transmission and reception energy in a node is computed [42]. Econ, i is given by Eq 4. (4) where ai and bi are the number of bits transmitted and received in the node si. Etx and Erx are defined by (5) (6) where Etxelec and Erxelec are the energy which the radio needs for the transmitter and the receiver respectively, Eamp is the energy for the transmit amplifier, and d is distance between nodes si and sj.

Link cost function

The link cost function is utilized in each node to find the next hop node. This function includes residual energy of node sj, free queue size of node sj and link reliability between nodes si and sj. Costij is defined as follows: (7) where Eres, j, Einit, j, Qempty, j, and Qtotal, j are residual energy, initial energy, available queue size, and maximum queue size of node sj respectively. LinkRij is the link relibility between two nodes si and sj. Furthermore, CE, CQ and CL are three constant coefficients.

In the link cost function, three factors are considered to satisfy QoS requirements. Residual energy of the nodes is used to balance the energy between the nodes. Queue size of the nodes is considered in the cost function because the queuing delay has a significant contribution in the end-to-end delay. Also link reliability of the nodes increases the reliability of the network.

The objective link cost function for node si is defined by Eq 8. (8) where SNi is obtained from the Eq 9. (9) where Ni is the neighboring list of node si and HOPmin, j is the minimum hop counts of node sj to the sink node.

Routing algorithm

After a node receives a HELLO packet from its neighboring node, the node updates its neighbor table as mentioned before. The node selects new next hop node periodically. The next hop selection algorithm is presented in Algorithm 1. In the first loop, link cost of all neighbors of the node si (Costij) is calculated using Eq 7. In the second loop, the neighboring nodes which the hop counts to the sink through them is the minimum hop count, are added into the set of the selected neighboring nodes (SNi). Hopmin, i is obtained by HELLO packets. After that, SNi is sorted in descending order of Costij. Finally, the first element of the set is selected as the new next hop node. This mechanism satisfies QoS requirements since it uses the link cost of neighboring nodes (residual energy, queue length and link reliability) and the minimum hop count to the sink.

Algorithm 1 The pseudo code for next hop node selection

INPUT: Ni, Hopmin, i, SNi

OUTPUT: NHi

1:  for (All nodes in list Ni) do

2:   Compute Costij, jNi

3:  end for

4:  j = first element of Ni

5:  while (Not end of list Ni) do

6:   if (HOPmin, j+1 == HOPmin, i) then

7:    add j to SNi

8:   end if

9:   j = next element of Ni

10:  end while

11:  Sort SNi (in descending order of Costij)

12:  NHi = First element of the list SNi

An example is shown in Fig 4 to illustrate the next hop node selection algorithm. Assume that the node si needs to select a new next hop node. When this node receives information from its neighboring nodes namely sj, sk, sl, and sm by the HELLO packets, node si calculates the link cost of its neighboring nodes. The link reliability between node si and its neighboring nodes is computed inside node si using Eq 2. Assume that HOPmin, i is equal to 3. According to the above algorithm, nodes sk and sl are added to SNi. After sorting SNi in descending order of the cost, the first element of SNi which is node sl is selected as the new next hop node.

Performance Evaluation

Setting and Configuration

The performance of the proposed protocol is studied and compared with the DMQoS [17] using simulator NS-2 [43]. Two main experiments were performed to assess the network. In each experiment, 16 sensors were deployed in 2 × 2m2 body area with mesh topology as shown in Fig 5.

thumbnail
Fig 5. Network model consisting of 15 sensor nodes and one sink node located at (a) waist (b) ankle.

https://doi.org/10.1371/journal.pone.0146464.g005

In the first experiment, the sink node was located at the patient’s waist (Fig 5(a)) and in the second experiment; the sink node was located at the patient’s ankle (Fig 5(b)). Each simulation experiment was run 50 times over. In the physical layer, MicaZ motes are used which are based on CC2420 radio chip. Propagation model is free space and path loss of the propagation model is set to 2 dB. In the link layer, maximum transmission rate is 250 Kbps and frequency band is 2.4 GHZ. The sensors are communicating each other with a coverage range of 70 cm. The IEEE standard 802.15.4 is used for MAC layer and CSMA/CA mechanism is used for collision avoidance. Other simulation parameters for two experiments are shown in Table 1.

Performance metrics

In order to evaluate the performance of the proposed routing protocol, following metrics were used in the simulation.

Energy consumption.

Since sensor nodes in/on the human body have limited energy, energy consumption is one of the important factors which need to be taken into account in BANs. If a sensor stops working because of the low power of the battery, vital signs of the patient will not be accessible, resulting in an undesirable situations.

Packets forwarded.

This metric shows the number of packets that are forwarded by the intermediate nodes. The more the intermediate nodes, the more the energy consumption and the more the delay in the network.

End-to-end delay.

This metric is the total latency experienced by a packet from the source node to the sink. Because some applications such as disaster, emergency and remote surgery applications are time-critical, delay is an important factor and one of the QoS requirements which should be considered in BANs. End-to-end delay is the sum of the queuing delay, the processing delay, the transmission delay, and the propagation delay.

Packet Delivery Ratio (PDR).

This metric is the ratio of the number of successfully delivered data packets to the sink over the total number of packets generated by all sources. High percentage of the packet delivery ratio increases network reliability and satisfies the QoS requirements better. In the healthcare applications, high percentage of this metric is very important to deliver reliable vital signs of the patients to the doctors.

Experimental results

In this section, two experiments are presented to verify the performance of the proposed routing algorithm. In the first experiment, the sink node is located on the patient’s waist and the amount of energy consumption and QoS metrics are obtained and discussed. In the second experiment, the sink node is located on the patient’s ankle and also the amount of energy consumption and QoS metrics are obtained and discussed. After that, a comparison between these two experiments are provided and discussed.

Experiment1.

In this experiment, the sink is located at the patient’s waist. The data in S1 Dataset was used for the experiment. Average energy consumption of the nodes versus the number of source nodes is shown in Fig 6(a). ENSA-BAN has lower energy consumption (approximately 15%) compared to the DMQoS protocol. This is because in ENSA-BAN when a node decides to select the next hop node, that node considers the residual energy and minimum hop count of its neighboring nodes. The residual energy in the link cost function balances energy consumption between the nodes in the network. The number of hop counts to the sink has an indirect effect on energy consumption. The lower hop count decreases the number of packets forwarded between the nodes, thereby consuming lower energy.

thumbnail
Fig 6. Performance comparisons for varying number of source nodes (sink located at the waist).

https://doi.org/10.1371/journal.pone.0146464.g006

Fig 6(b) shows the packet delivery ratio under different number of source nodes. As it can be observed from the graph, the packet delivery ratio of ENSA-BAN is slightly larger than the another. In the link cost function of ENSA-BAN, considering the link reliability of the neighboring nodes leads to selection of a neighboring node with the better link quality. The higher the link quality, the lower the packet loss, leading to the higher the packet delivery ratio. Another parameter which is considered in ENSA-BAN is the number of packets forwarded by intermediate nodes. If the number of packets forwarded decreases, the energy consumption, required for forwarding the packets, also decreases. As it can be seen from Fig 6(c), this metric in ENSA-BAN is lower than the DMQoS protocol (about 25%). In ENSA-BAN, a node with minimum number of hops to the sink is selected as the next hop whereby the packet forwarded is reduced. Fig 6(d) shows the average end to end delay of ENSA-BAN and DMQoS protocols for varying number of source nodes. As it can be seen from the graph, the average end to end delay for ENSA-BAN is about 20% lower than the DMQoS protocol. This is because, unlike the DMQoS protocol, the ENSA-BAN protocol takes into account the queue size of the neighboring nodes in the link cost function to select the next hop node. As mentioned before, queuing delay has a significant contribution in end-to-end delay. Furthermore, selecting next hop node with minimum hop counts to the sink node can reduce end to end delay.

Experiment2.

In this experiment, the sink is located at the patient’s ankle. The data in S2 Dataset was used for the experiment. Average energy consumption of the nodes when the sink node is located at the patient’s ankle is shown in Fig 7(a). The ENSA-BAN protocol has lower energy consumption (approximately 10%) compared to the DMQoS protocol. As mentioned before, this is because the ENSA-BAN selects the next hop node considering both residual energy and minimum hop counts. Fig 7(b) shows the packet delivery ratio of ENSA-BAN and DMQoS. The graph shows the packet delivery ratio of ENSA-BAN is lower than another protocol. This is because when the sink node is located at the patient’s ankle, the hop counts of the nodes are increased and the path with minimum hop counts is not necessarily the path with high reliability. This is one drawback of the proposed protocol, when the sink node is located at the patient’s ankle. Fig 7(c) shows the number of packets forwarded by the intermediate nodes. This metric in the ENSA-BAN protocol is 27% lower than the DMQoS protocol, because in the proposed algorithm, a node with the minimum hop counts is selected as a next hop. Fig 7(d) shows the average end to end delay of the ENSA-BAN and DMQoS protocols. As it can be observed from the graph, the average end to end delay for ENSA-BAN is about 18% to 33% (according to the number of source nodes) lower than the DMQoS protocol. As mentioned before, two factors have the effect on delay in the proposed protocol. First factor is the free queue size of the neighboring nodes and second one is the minimum hop count which reduces end to end delay.

thumbnail
Fig 7. Performance comparisons for varying number of source nodes (sink located at the ankle).

https://doi.org/10.1371/journal.pone.0146464.g007

A comparison between the first and the second experiments are shown in Table 2. The table shows the average energy consumption, packets forwarded, delay, and packet delivery ratio of ENSA-BAN according to the location of the sink node. When the sink node is located at the patient’s ankle, the increase in the number of forwarded packets is 70% because the average hop counts in the experiment 2 is higher than that of in experiment 1. Due to the higher number of forwarded packets in the experiment 2, energy consumption and delay are increased and packet delivery ratio is decreased. It is noteworthy that higher hop counts cause more retransmission attempts for packets in the nodes, leading to higher packet drops.

thumbnail
Table 2. Simulation results with changing the sink location.

https://doi.org/10.1371/journal.pone.0146464.t002

Therefore, when the sink is located at the patient’s waist, the proposed protocol has a better performance in terms of energy consumption and QoS requirements (i.e. delay and reliability) than the ankle.

Conclusion

The paper has presented an efficient next hop selection algorithm for multi-hop BANs. The proposed algorithm selects the best next hop for each node based on a link cost function and hop counts to the sink of the neighboring nodes. The link cost function takes into account QoS requirements and uses the residual energy, free queue size, and the link reliability of the neighboring nodes. We have evaluated the performance of ENSA-BAN with different network scenarios using NS-2. The results indicate that, the proposed protocol achieves lower energy consumption, lower forwarded packets, lower end to end delay, and higher packet delivery ratio than the DMQoS protocol. Furthermore, results indicate that when the sink node is located on the patient’s waist in the proposed protocol, energy and QoS parameters have an improvement comparing the patient’s ankle location. Ongoing work on this area includes designing a QoS-aware routing protocol considering the body movement and packet prioritization.

Author Contributions

Conceived and designed the experiments: VA MAN JMS. Performed the experiments: VA MAN JMS MA. Analyzed the data: VA MAN JMS MA. Wrote the paper: VA MAN JMS MA.

References

  1. 1. Chen M, Gonzalez S, Vasilakos A, Cao H, Leung VCM. Body area networks: A survey. Mobile Networks and Applications. 2011;16(2):171–193.
  2. 2. Milenkovi’c A, Otto C, Jovanov E. Wireless sensor networks for personal health monitoring: Issues and an implementation. Computer communications. 2006;29(13):2521–2533.
  3. 3. Acampora G, Cook DJ, Rashidi P, Vasilakos AV. A survey on ambient intelligence in healthcare. Proceedings of the IEEE. 2013;101(12):2470–2494. pmid:24431472
  4. 4. Wan J, Zou C, Ullah S, Lai CF, Zhou M, Wang X. Cloud-enabled wireless body area networks for pervasive healthcare. Network, IEEE. 2013;27(5):56–61.
  5. 5. Fortino G, Di Fatta G, Pathan M, Vasilakos AV. Cloud-assisted body area networks: state-of-the-art and future challenges. Wireless Networks. 2014;20(7):1925–1938.
  6. 6. Rahimi MR, Venkatasubramanian N, Mehrotra S, Vasilakos AV. MAPCloud: mobile applications on an elastic and scalable 2-tier cloud architecture. In: Proceedings of the 2012 IEEE/ACM Fifth International Conference on Utility and Cloud Computing. IEEE Computer Society; 2012. p. 83–90.
  7. 7. Chen M, Wan J, Gonz´alez S, Liao X, Leung V. A survey of recent developments in home M2M networks. Communications Surveys & Tutorials, IEEE. 2014;16(1):98–114.
  8. 8. Lai X, Liu Q, Wei X, Wang W, Zhou G, Han G. A survey of body sensor networks. Sensors. 2013;13(5):5406–5447. pmid:23615581
  9. 9. Hayajneh T, Almashaqbeh G, Ullah S, Vasilakos AV. A survey of wireless technologies coexistence in WBAN: analysis and open research issues. Wireless Networks. 2014;20(8):2165–2199.
  10. 10. Patel M, Wang J. Applications, challenges, and prospective in emerging body area networking technologies. Wireless Communications, IEEE. 2010;17(1):80–88.
  11. 11. Latr’e B, Braem B, Moerman I, Blondia C, Demeester P. A survey on wireless body area networks. Wireless Networks. 2011;17(1):1–18.
  12. 12. Lee CC, Hsu CW, Lai YM, Vasilakos A. An enhanced mobile-healthcare emergency system based on extended chaotic maps. Journal of medical systems. 2013;37(5):1–12.
  13. 13. Ameen M, Nessa A, Kwak KS. QoS issues with focus on wireless body area networks. In: Third International Conference on Convergence and Hybrid Information Technology, ICCIT–08. vol. 1. IEEE; 2008. p. 801–807.
  14. 14. Almashaqbeh G, Hayajneh T, Vasilakos AV, Mohd BJ. QoS-aware health monitoring system using cloud-based WBANs. Journal of medical systems. 2014;38(10):1–20.
  15. 15. Xiong N, Vasilakos AV, Yang LT, Song L, Pan Y, Kannan R, et al. Comparative analysis of quality of service and memory usage for adaptive failure detectors in healthcare systems. IEEE Journal on Selected Areas in Communications. 2009;27(4):495–509.
  16. 16. Natarajan A, De Silva B, Yap KK, Motani M. To hop or not to hop: Network architecture for body sensor networks. In: 6th Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks (SECON–09). IEEE; 2009. p. 1–9.
  17. 17. Razzaque MA, Hong CS, Lee S. Data-centric multiobjective QoS-aware routing protocol for body sensor networks. Sensors. 2011;11(1):917–937. pmid:22346611
  18. 18. Zhou J, Cao Z, Dong X, Xiong N, Vasilakos AV. 4S: A secure and privacy-preserving key management scheme for cloud-assisted wireless body area network in m-healthcare social networks. Information Sciences. 2015;314:255–276.
  19. 19. Wei L, Zhu H, Cao Z, Dong X, Jia W, Chen Y, et al. Security and privacy for storage and computation in cloud computing. Information Sciences. 2014;258:371–386.
  20. 20. He D, Chen C, Chan SC, Bu J, Vasilakos AV. A distributed trust evaluation model and its application scenarios for medical sensor networks. IEEE Transactions on Information Technology in Biomedicine. 2012;16(6):1164–1175. pmid:22623434
  21. 21. Zhang Z, Wang H, Vasilakos AV, Fang H. ECG-cryptography and authentication in body area networks. IEEE Transactions on Information Technology in Biomedicine. 2012;16(6):1070–1078. pmid:22752143
  22. 22. Zhou J, Cao Z, Dong X, Lin X, Vasilakos AV. Securing m-healthcare social networks: Challenges, countermeasures and future directions. Wireless Communications, IEEE. 2013;20(4):12–21.
  23. 23. He D, Chen C, Chan S, Bu J, Vasilakos AV. ReTrust: Attack-resistant and lightweight trust management for medical sensor networks. IEEE Transactions on Information Technology in Biomedicine. 2012;16(4):623–632. pmid:22531816
  24. 24. Wei L, Zhu H, Cao Z, Jia W, Vasilakos AV. Seccloud: Bridging secure storage and computation in cloud. In: 30th IEEE International Conference on Distributed Computing Systems Workshops (ICDCSW). IEEE; 2010. p. 52–61.
  25. 25. Movassaghi S, Abolhasan M, Lipman J. A Review of Routing Protocols in Wireless Body Area Networks. Journal of Networks. 2013;8(3).
  26. 26. Ben Elhadj H, Chaari L, Kamoun L. A survey of routing protocols in wireless body area networks for healthcare applications. International Journal of E-Health and Medical Communications (IJEHMC). 2012;3(2):1–18.
  27. 27. Ullah S, Higgins H, Braem B, Latre B, Blondia C, Moerman I, et al. A comprehensive survey of wireless body area networks. Journal of medical systems. 2012;36(3):1065. pmid:20721685
  28. 28. Liang X, Balasingham I, Byun SS. A reinforcement learning based routing protocol with QoS support for biomedical sensor networks. In: First International Symposium on Applied Sciences on Biomedical and Communication Technologies ISABEL–08. IEEE; 2008. p. 1–5.
  29. 29. Djenouri D, Balasingham I. New QoS and geographical routing in wireless biomedical sensor networks. In: Sixth International Conference on Broadband Communications, Networks, and Systems (BROADNETS). IEEE; 2009. p. 1–8.
  30. 30. Zeng Y, Li D, Vasilakos AV. Real-time data report and task execution in wireless sensor and actuator networks using self-aware mobile actuators. Computer Communications. 2013;36(9):988–997.
  31. 31. Khan Z, Aslam N, Sivakumar S, Phillips W. Energy-aware peering routing protocol for indoor hospital body area network communication. Procedia Computer Science. 2012;10:188–196.
  32. 32. Khan ZA, Sivakumar S, Phillips W, Robertson B. A QoS-aware Routing Protocol for Reliability Sensitive Data in Hospital Body Area Networks. Procedia Computer Science. 2013;19:171–179.
  33. 33. Khan Z, Sivakumar S, Phillips W, Robertson B. QPRD: QoS-aware Peering Routing Protocol for Delay Sensitive Data in hospital Body Area Network Communication. In: Proceedings of the 2012 Seventh International Conference on Broadband, Wireless Computing, Communication and Applications. IEEE Computer Society; 2012. p. 178–185.
  34. 34. Chen J, D´ıaz M, Llopis L, Rubio B, Troya JM. A survey on quality of service support in wireless sensor and actor networks: Requirements and challenges in the context of critical infrastructure protection. Journal of Network and Computer Applications. 2011;34(4):1225–1239.
  35. 35. Ben-Othman J, Yahya B. Energy efficient and QoS based routing protocol for wireless sensor networks. Journal of Parallel and Distributed Computing. 2010;70(8):849–857.
  36. 36. Bagula AB, Mazandu KG. Energy constrained multipath routing in wireless sensor networks. In: Ubiquitous Intelligence and Computing. Springer; 2008. p.453–467.
  37. 37. Alwan, H, Agarwal, A. MQoSR: A Multiobjective QoS Routing Protocol for Wireless Sensor Networks. ISRN Sensor Networks. 2013;.
  38. 38. Ortiz AM, Ababneh N, Timmons N, Morrison J. Adaptive routing for multihop IEEE 802.15. 6 Wireless Body Area Networks. In: 20th International Conference on Software, Telecommunications and Computer Networks (SoftCOM). IEEE; 2012. p. 1–5.
  39. 39. Elias J, Mehaoua A. Energy-aware topology design for wireless body area networks. In: IEEE International Conference on Communications (ICC). IEEE; 2012. p. 3409–3410.
  40. 40. Liang L, Ge Y, Feng G, Ni W, Wai AAP. Experimental study on adaptive power control based routing in multi-hop Wireless Body Area Networks. In: Global Communications Conference (GLOBECOM). IEEE; 2012. p. 572–577.
  41. 41. Elias J. Optimal design of energy-efficient and cost-effective wireless body area networks. Ad Hoc Networks. 2014;13:560–574.
  42. 42. Braem B, Latre B, Moerman I, Blondia C, Reusens E, Joseph W, et al. The need for cooperation and relaying in short-range high path loss sensor networks. In: International Conference on Sensor Technologies and Applications (SensorComm). IEEE; 2007. p. 566–571.
  43. 43. NS-2. The Network Simulator – ns-2; 2015. Available from: http://www.isi.edu/nsnam/ns/.