Next Article in Journal
Graph Search-Based Exploration Method Using a Frontier-Graph Structure for Mobile Robots
Next Article in Special Issue
A Survey on Wireless Wearable Body Area Networks: A Perspective of Technology and Economy
Previous Article in Journal
Digital Cultural Heritage Preservation in Art Painting: A Surface Roughness Approach to the Brush Strokes
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Energy Harvested and Cooperative Enabled Efficient Routing Protocol (EHCRP) for IoT-WBAN

1
Centre of Excellence in IT, Institute of Management Sciences, Peshawar 25000, Pakistan
2
Department of IT and Computer Science, Pak-Austria Fachhochschule: Institute of Applied Sciences and Technology, Haripur 22620, Pakistan
3
Department of Computer Science, College of Computer and Information Sciences, King Saud University, Riyadh 11451, Saudi Arabia
4
School of Computer Science and Engineering, Kyungpook National University, Daegu 41566, Korea
*
Author to whom correspondence should be addressed.
Submission received: 21 September 2020 / Revised: 24 October 2020 / Accepted: 29 October 2020 / Published: 3 November 2020

Abstract

:
The health industry is one of the most auspicious domains for the application of Internet of Things (IoT) based technologies. Lots of studies have been carried out in the health industry field to minimize the use of resources and increase the efficiency. The use of IoT combined with other technologies has brought quality advancement in the health sector at minimum expense. One such technology is the use of wireless body area networks (WBANs), which will help patients incredibly in the future and will make them more productive because there will be no need for staying at home or a hospital for a long time. WBANs and IoT have an integrated future as WBANs, like any IoT application, are a collection of heterogeneous sensor-based devices. For the better amalgamation of the IoT and WBANs, several hindrances blocking their integration need to be addressed. One such problem is the efficient routing of data in limited resource sensor nodes (SNs) in WBANs. To solve this and other problems, such as transmission of duplicate sensed data, limited network lifetime, etc., energy harvested and cooperative-enabled efficient routing protocol (EHCRP) for IoT-WBANs is proposed. The proposed protocol considers multiple parameters of WBANs for efficient routing such as residual energy of SNs, number of hops towards the sink, node congestion levels, signal-to-noise ratio (SNR) and available network bandwidth. A path cost estimation function is calculated to select forwarder node using these parameters. Due to the efficient use of the path-cost estimation process, the proposed mechanism achieves efficient and effective multi-hop routing of data and improves the reliability and efficiency of data transmission over the network. After extensive simulations, the achieved results of the proposed protocol are compared with state-of-the-art techniques, i.e., E-HARP, EB-MADM, PCRP and EERP. The results show significant improvement in network lifetime, network throughout, and end-to-end delay.

1. Introduction

The Internet of Things (IoT) and WBAN have an integrated future [1,2]. The IoT is one of the most modern promising research areas and is becoming a common platform where smart objects stay connected to the Internet for transmitting and receiving smart data [3,4,5]. The world is embracing the adoption of 5G while the 6G protocol [6,7,8], which is the next generation of advancement in wireless technology, is around the corner that will be a much great enhancer of IoT-based technologies. The IoT continues to grow as more and more devices are connected to it. General estimates reveal that the number of smart IoT devices will approach over 50 billion by 2022. The IoT landscape is evolving ever rapidly than before and is impacting the global economy. The Gartner Report sees its advantages in terms of economic impacts in 2022 to be around 2 trillion USD [9].
Wireless body area networks (WBANs) are one of the most focused type of wireless sensor network (WSN) [10], in which communication takes place between individuals and machines through wireless technologies. A WBAN is defined as “using tiny sensors, in, on or around the human body for medical or any other purposes.” [11,12,13]. A WBAN may be used easily with IoT-based technology for monitoring of human body 24/7 [14]. In the healthcare domain, a properly established WBAN coupled with modern IoT-based devices has the potential to inform doctors in advance about the condition and criticality of the patient leading to improved quality of life. Heterogeneous IoT WBANs will bring revolutionary changes in healthcare in the future and a wide range of research areas as shown in Figure 1. It is believed that this technology will bring green changes in the field of medical. The required medical data is sensed by tiny low power sensors and forwarded to sink nodes where doctors take the necessary actions based on sensed data. A WBAN is an outstanding improvement in technology and its usage for the treatment of human beings is no less than a boon. It is embedded with IoT technology so the patient does not need to be in bed or in a hospital as happens currently in most circumstances [15].
However, the network challenges such as throughput, network delay, etc. cannot be ignored when using IoT technology for WBANs [16,17]. Because of physical size constraints, the sensors are equipped with very low power batteries [18]. These days, along with other limitations in WBANs such as buffer size, bandwidth, sensing power, etc. the most burning issue in this type of network is the availability of power for a long time [19]. In WBANs there are two types of data: normal data and emergency data [20]. To resolve all these issues the main focus currently is on the routing protocols used in WBANs. The routing techniques used in WBANs are proactive, reactive and clustering [21]. The traditional routing protocol is not a suitable solution for this type of network due to resource limitations [12]. A single-hop communication for data transmission is not considered a decent solution in WBANs. Instead, multi-hop data transmission works the best [20,21,22,23,24,25,26]. The existing solutions in WBANs for routing packets from source to destination have some limitations which we attempt to address in this research work in order to improve the efficiency further.
To solve the issues of energy limitation and WBANs’ lifetime enhancement a new scheme is proposed, named “Energy Harvested and Cooperative enable Routing Protocol” or EHCRP. In this protocol, energy harvesting is integrated inside the SNs to provide additional energy that enhances the network lifetime. Furthermore, link statistics are taken into consideration while forwarding the data to the next hop, which achieves better throughput and less end-to-end delay. This scheme works on the basis of multi-hop communication. The node with greater path cost estimation (PCE) will be nominated as data forwarder. In this solution, the data packets are divided into two types (normal and emergency). The path cost estimation function is used to calculate the cost of normal packets based on signal-to-noise ratio (SNR), total energy (TE), hop-count (HC), distance (d) from the central node coordinator (CNC) and node congestion level (NCL). The PCE technique balances the use of SN resources which increases the overall network performance. The second type of data packets (emergency data or life life-threatening data) is labeled as priority label. Each node in the network schedules data transmissions based on the priority label. Highest priority label packets are selected first for transmission. This is clearly depicted in the flowchart of the proposed scheme and also in Algorithm 1, 2 and 3. The presented technique includes:
(1)
Link efficiency network model is presented which calculates the capability of the forwarder node in terms of its ability to send the received/sensed data. Link efficiency is based on four link quality parameters which are link quality indicator (LQI), packet reception ratio (PRR), SNR and received signal strength indicator (RSSI).
(2)
The proposed protocol selects the forwarder node by calculating its PCE function derived from energy aware link efficiency of the selected node compared to non-selected ones.
(3)
Supportive efforts communication has been used in which duplicated data is being discarded in successive transmission and not sent to CNC. In the proposed protocol the SN checks the sensed data for possible redundancy. If the sensed data (not in the case of critical situations) is similar to the prior sensed data, it is discarded otherwise it forwards the data to the sink.
Algorithm 1: Data sensing and Topology discovery phase
Notation:
1.HP = Hello Packet
2.T.E = Total Energy
3.L.E = Link Efficiency
4.H.C = Number of hop-count between sink node (CNC) and leaf node (BSN)
5.d = distance between SN to the sink CNC
6.D = distance between leaf nodes
7.(NT) = information included in Neighbor Table
8.(HP) = information included in Hello Packet
Input: Hello Packets from neighboring nodes ‘i’ and ‘j’
9.Start
10.For each HP do
11.   If HP (TEi, LEi,j, HCi,CNC, di,j) = NT (TEi, LEi,j, HCi,CNC, di,j)
Packet record in neighbor table for neighbor information
12.Ej (NT)   Sensors 20 06267 i001  TE (HP)
13.LEi,j (NT)   Sensors 20 06267 i001  LEi,j (HP)
14.   di,j (NT)   Sensors 20 06267 i001  di,j (HP)
15.   hci,CNC (NT)   Sensors 20 06267 i001  HCi,CNC (HP)
16.   Else
17.   Discard HP
18.  If HP (TEi, LEi,j, HCi,CNC, di,j) = null then
Add recored in neighbor table //new neighbor entry
19.   TEj (NT)   Sensors 20 06267 i001  TEJ (HP)
20.   LEi,j (NT)   Sensors 20 06267 i001  LEj (HP)
21.   di,j (NT)   Sensors 20 06267 i001  di,j (HP)
22.   HCi, CNC (NT)   Sensors 20 06267 i001  HCi, CNC (HP)
23.else go to line-10
24.      end if
25.    end if
26.end for
27.End
Algorithm 2: Next Hop/Forwarder Node Selection phase
Notation:
1.Ni = Source Node
2.NHI = Next Hop for node Ni
3.CCN = Central Coordinator Node
4.NT = Neighbor Table
5.SNR = Single to Noise Ratio between nodes
6.PCE = Path Cost Estimation
7.RT = Routing Table
Input: Records in Neighbor Table
8.Start
9.    If Ni is at one hop to CNC then
10.    send data directly to CNC
11.    LEi,j (NT)   Sensors 20 06267 i001  LEi,j (HP)
12.     Else
13.    for each record in Neighbor Table
14.Calculate PCE = i=0Nα × 1R.E+ β × 1L.E+ γ ×HC+ δ ×d
15.If (Ni PCE bit = 1) then // PCE previously checked = 1 not checked = 0
16. Select other neighbor node Ni from NT
17.   else
18.    Compute SNR and ensure that it is heigheir than 1
19.    Compute Neighbor distance d, HC, LE, and TE
20.    TE = ECurrent + EHarvested
21.    If (Ni Etotal < TH) then select other node from NT
22.   Else
23.    calculate PCE of Ni
24.    record PCE and update NT
25. Ensure all neighbors are checked
26.    else send the data in single hop
27.else skip sending and wait for another time
28.    end if
29.   end if
30.  end if
31.End
Algorithm 3: Cooperative Routing
Notation:
1.AData = Normal Data
2.BData = Emergency Data
3.Dpacket = Data Packet
Input: Data Packets from any node ‘i’
4.Start
5.If Bdata is emergent
6. Send it directly to CNC
7.else
8.  send the data as normal Adata
9.   Otherwise discard the data packet // for redundant data
10.    Discard Dpacket  // for redundant data
11.end if
12.End
This research work is organized as follows: related research and literature is briefly reviewed in Section 2. The IoT-based WBAN along with energy harvesting is elaborated in Section 3, Section 4, elaborates the system model. The proposed system architecture is explained in Section 5. Section 6 gives details of decision-based cooperative-efforts. Section 7 explains the operational phase of the proposed protocol. Section 8 portrays evaluation and simulation, results and analysis with required figures and Section 9, presents the conclusions and suggestions for future work of this study.

2. Related Literature

The integration of WBANs and the IoT brings a new concept to the arena of sensor networks. WBANs fall under the WSN umbrella but differ as they have some unique characteristics. With the passage of time state-of-the-art techniques have been adopted to remove deficiencies in the internal working structure of WBANs. In different references numerous energy-efficient routing protocols have been anticipated for WBANs for diverse purposes such as thermal-conscious schemes, congestion control techniques and maximizing battery efficiency to extend the network lifetime. WBANs are mostly used in health-related applications that sense human body data, which in most cases is critical. Therefore, its timely transmission for further analysis to medical-related servers is of the utmost importance. Among all other technologies, routing is one of the main technologies, because the SNs’ sensed data needs to be forwarded to the medical-related server efficiently and in no time. Furthermore, due to resource constraints, such as limited battery capacity and transmission power due to the small size of the SNs, the network lifetime is compromised. Therefore, researchers nowadays are more focused on developing energy-efficient routing mechanisms along with other means of providing energy for WBANs. The aim of developing an energy-efficient routing mechanism is to enhance the network lifetime, network stability, and throughput and reduce end-to-end delay among others. A few state-of-the-art routing protocols are discussed below.
Rahat et al. [26], presented an efficient and reliable routing protocol for wireless body area sensor networks. It is claimed to be stable and efficient in terms of power consumption. A total of eight sensor nodes are deployed at different positions of human body which gather normal and critical data. Out of the total number of sensor nodes, two of the sensor nodes do not take part in multi-hop communication, but rather directly send data to the sink node. The remaining six sensor nodes forward the data to the best forwarder node, which is selected best on the calculated cost function. The parameters to select the best forwarder node are distance to the sink node and residual energy of the entire network. Extensive simulations are performed to prove the stable results.
Ullah et al. [27] presented a routing scheme known by the name “Energy-efficient Harvested-aware Clustering and cooperative-based routing protocol for WBAN (E-HARP)”. E-HARP is a multi-attribute-based harvested energy routing protocol, which takes different network-related parameters into consideration and selects an optimal forwarder node towards the sink node. In this scheme the sensed data is transmitted in case of need. It is duty of the cost function to select a cluster head (CH) that uses four main parameters such as SNR, residual energy, total energy and transmission power. The duplicated data is not forwarded by the SN to CH. Before transmitting the data forward, it is checked for its possible duplication with the previous rounds. Hence much of the network energy is saved by the removal of any duplicated data from the transmission pool.
Awan et al. [20] proposed a technique named Priority-based Congestion-avoidance Routing Protocol (PCRP). This algorithm is grounded on IoT technology, which is used for medical purposes. It uses multi-hop communication for data transmission and chooses a congestion-free path for quality of service (QoS) and emergency data to be forwarded for the purpose of increasing the efficiency. In this algorithm the authors have used a fitness function on the basis of residual energy (RE), node congestion level (NCL) and SNR. For highly important data they have supposed a priority bit.
Guangsong et al. [28], proposed an energy-efficient routing protocol for WBANs. In the proposed protocol the routing decision is based on the sensor node’s remaining energy, communication type, path-loss in the communication link and some other relevant parameters. It works based on three steps. In the first step, i.e., the initialization phase, a channel competition procedure is done. In the next step, i.e., the routing setup phase, routes having energy abundant are selected. Finally in the third step, time slots are assigned for data communication. Extensive simulations show that the proposed protocol achieved better results as compared to its counterpart in terms of minimizing the energy consumption along with efficiently utilizing the communication channel.
Zahid et al. [29], focused in their research work on two very important WBAN issues, prolonging the network lifespan and efficient communication. A complete novel scheme is proposed for WBANs named “Robust and Energy Harvested-aware Routing Protocol with Clustering Approach in Body Area Networks (EH-RCB)”. The authors targeted many WBAN network issues such as throughput, network lifespan, end to end delay, etc. They have proposed a system in which tiny sensors nodes are placed on the human body. These tiny sensors sense the important health-related parameters and forward it to two sink nodes. The two sink nodes are positioned on the front and back side of the human body. The highly critical data is sent directly to the sink node. Forwarder node selection is based on the optimal cost function (CF) value, which is calculated based on different parameters, such as residual energy, required transmission power, link SNR and distance from the sink node. Energy harvesting technique is adopted to provide additional energy to the sensor nodes in order to help out in prolonging the network lifetime.
Jitumani Sarma et al. [30] proposed a robust solution for WBANS. It works for one of the important health-related parameters, ECG. In order to save energy, the ECG signals are divided into acute and non-acute. The overall technical system is controlled and monitored by an IoT controller named Light Weight Power Management Controller.
Choudhary et al. [31], presented the “Energy Budget-based Multiple Attributes Decision Making Algorithm (EB-MADM)” which is designed to be low power, having a cluster-based routing mechanism. In this technique an optimal cluster head in each round is selected based on multiple factors, such as residual energy and low energy consumption. Furthermore, EB-MADM uses a cooperative effort which saves transmission energy by not sending redundant/duplicate data in consecutive rounds. The authors claimed that their simulation results shows better performance in terms of network stability, propagation delay, throughput and network lifetime as compared to its counterparts.
Mustaqim et al. [32], characterized an ultra-wide band (UWB) network for WBAN applications and all wearable IoT devices. They designed the UWB’s antenna using two unlike substrates, FR4 and denim textile material, which work from 2.9 to 11 GHz, as a result covering the whole UWB frequency band. A model of the proposed UWB antenna is then prepared to work on dissimilar antenna parameters such as gain, radiation patterns and reflection quantity (S11).
Sripada Soumya et al. [33], have focused on uses of the IoT for healthcare purposes. They worked on how to use biological devices to get human data and forward it to nursing institutes. They have defined special health services (SHS), to sense certain health parameters via wireless communication techniques such as WSN, RFID [6,11] and smart phones.
Rao Naveed Bin Rais et al. [34], proposed Fog-supported Internet of Things architecture for Remote Patient monitoring Systems using Wireless body Area Sensor Networks (WBASNs) protocol which works for a range of medical applications such as patient monitoring and their activities recognition. They integrated WBASNs with a communication structure for the purpose of getting the best and pre-defined results. They also used the model of fog computing in their proposed system. They claimed that the results and simulations showed much reduction of load on IoT WBANs and it worked much better.
Mallick et al. [35] proposed the so-called Energy-efficient Routing Protocol (EERP) scheme for wireless body area networks. The proposed scheme works to send the highly critical data to a medical expert by choosing the shortest path first. The selection of the shortest path is based on multiple network parameters. The authors have embedded their solution with many other algorithms such as a travelling salesman approach and ant colony optimization (ACO). For the extension of network lifespan, they used a Bayesian game formulation. The critical data is directly routed to medical experts without any delay. The proposed scheme is claimed to achieve better performance in terms of network lifetime, throughput and reduced end-to-end delay.

3. IoT-WBAN with Energy Harvesting

Energy harvesting is the process by which a SN can power itself [36,37,38,39,40,41,42] as shown in Figure 2. The SNs can be equipped with many types of techniques which help the node produce energy from the environment automatically. A summary of energy harvesting sources and the used mechanisms is shown in Table 1. Due to the small size of the SN, the available resources in it is also limited, such as small batteries having less available energy. The initial energy of the SN is 0.5 Joule which is very small. Due to this limitation, the energy available for the operation of the SN, such as transmission and reception of data, is limited [43,44,45,46,47,48,49,50,51]. In order to use a WBAN, practical efforts have been made worldwide to resolve problem of supplying energy to SNs through reliable and efficient techniques. The efficiency of power supply is ensured during the design of an integrated circuit; the capacitance provided is a critical aspect which is used for the regulation of operating clock frequency [44]. It has great effects on the energy depletion of the circuit. A high clock rate means more power usage. It is therefore recommended to design a low clock frequency circuit as shown in Equation (1).
R = K · V
where, R represents the total quantity of charge, K represents the magnitude of capacitance, and V represents the current of the capacitor. The capacitor current is directly proportional to the quickness of the voltage change inside the capacitor. The voltage of the capacitor rises if the current is harvested during input mode. The integrated circuit (IC) should check the voltage more often in cases where the voltage of the capacitor changes rapidly.

4. System Model

The proposed System Model is categorized into network model and energy consumption model, which is elaborated below.

4.1. Network Model

The proposed IoT-WBAN network consists of ten (10) heterogeneous SNs having limited hardware resources. These SN’s are deployed in/on different parts of the front and back side of human body. Beside these SNs two CNCs are also deployed on the left and right hips. The position of the CNCs is important in order to minimize line-of-site (LoS) problems which can affect network connectivity. The CNC simply receives data from SNs and forwards it to a personal digital assistant (PDA) for further processing. Table 2 provides a detailed description of the SNs and CNCs. The deployment of different health-related SNs on different parts of the human body has been portrayed in Figure 3.
The communication scenario is in single-hop and multi-hop. Single-hop takes place when the sensed data is either serious or SN is near to CNCs. If the scenario is different as mentioned above, then the SNs communicate its data using multi-hop communication using the Path Cost Estimation (P.C.E.) function. The required factors for P.C.E. computation are calculated by SNs and then send to CNC. This is performed after assigning predefined time slots to each SN at initialization stage of each sensing/transmission round by using TDMA technique.
The following assumptions have been made in proposed research work:
(1)
Due to mobility of human body, the positions of the SNs may frequently change.
(2)
Power consumption during computation/processing is considered to be negligible. As its low compare to data packet transmission or reception.
(3)
To cater limited energy availability problem, an energy harvesting scheme is used in the proposed technique. With the passage of time SNs could harvest energy (as shown in Table 2) to prolong network lifetime. The prediction of the harvested energy of each SN is articulated in Equation (2):
E Harv   ( t ,   Q Setup )   =   t t + Q s e t u p λ i d τ
where EHarv represents probable harvested energy by a SN i in a pre-defined period   τ . The term λ i ( τ ) represents the charging rates of SN i in time   τ .
(4)
Ten sensors are positioned in/on human body of which 07 are wearable and 03 are implanted. Two CNCs have been deployed to minimize Line-of-Sight (LoS) problem.
(5)
The IEEE 802.15.6 BAN channel modeling project [18] is used for path loss. It is shown in Equation (3):
P l   ( f ,   d ) = P l   ( f ) × P l   ( d )
where P l   ( f ) and P l   ( d ) represent path loss due to frequency and distance.
(6)
The Euclidean distance formula equation is used for the calculation of distance among SNs and Sink Node. The path loss also effects on distance which necessary to be considered while computing distance as shown in Equation (4):
P . L db ( d ) = P L 0 ( d b ) + 10 η d d 0
where P . L and P L 0 represent the path loss and path loss at a specific distance d0 (reference distance). η is path loss exponent/constant.

4.2. Energy Consumption Model

The consumption of energy by the SNs during the transmission and reception of data packets are estimated via a first order ratio model [28]. Equation (5), states the usage of energy during transmission of L bits to the destination receiver SN at distance D:
E . T   ( L , D i , j )   =   L × E T r a n + L   × E a m p l i f i e r +   D i , j 2
where E.T represents energy consumption during data transmission, L represents the bits/packet and D represents the distance from sending sensor to the receiver sensor, Eamplifier represents the energy spent by the electric circuit. The energy consumption to receive L bits of data is expressed in Equation (6):
E . R   ( L , D i , j )   =   L   ×   E r e c p
where E.R represents energy consumption during data reception, L represents the length of bits/packet received by a sensor and Erecp is the energy consumed during reception by the receiver circuitry, Di j is the distance between sensing SN and receiving SN.
Furthermore, Equation (7) represents the consumption of energy during aggregation of data:
E . A = L   × V s u p p l y I 0 V s u p p / K p V t M c y c l e
where E.A represent the energy aggregation, I0 denotes the current loss, KP represents constant and its value depends on processor type, Vt represents the transmission voltage, Mcycle denotes the cycle of the machine or CPU spent during cycle.
The SNs deployed/attached on human body senses for physiological data of human body. Energy spent during this process is referred as energy sensing (E.S), which is represented in Equation (8):
E . S = L   ×   ( V s e n +   I s e n +   T s e n )
where L is the packets of bits and V is the voltage supplied during sensing, I represent the actual present consumed and T represent the time lapsed during sensing.
The energy consumed during a cycle span of bit transmission could be calculated and is represented in Equation (9):
E consumed   =   E . S +   E . A +   E . T +   E . R
The remaining energy after the completion of all types of processing is considered as residual energy which is represented in Equation (10):
E residual = E t o t a l   E c o n s u m e d

5. Energy Harvested and Cooperative-Enabled Routing Protocol (EHCRP) Scheme

In the proposed work, more focus is given to solve mainly the following issues:
  • Network stability/network lifetime; which is always remains one of the main issues in WBAN from very beginning. The issue arises due to the small size and limited battery backup in the tiny SNs.
  • Congestion on forwarder nodes.
  • Line of sight (LoS) which causes path loss and end to end delay in WBAN because of different body postures of humans during mobility. For the purpose dual coordinator nodes concept has been used which are deployed on left and right hips of the human body.
  • Transmission of duplicated data causes more energy consumption. It is eliminated in EHCRP tremendously.

5.1. Sensor Nodes Deployment Phase

Deployment of all SNs along with coordinator nodes is the very first phase of WBAN. Total ten (10) nodes having eight (08) SNs and two (02) coordinator nodes are position on/in various location of human body as exposed in Figure 3, also described in Table 2. By using RSSI, the SNs and both the coordinator nodes start to calculate their location and distance from their neighbors and the coordinators node. After distance calculation all SNs including along coordinators transmit a BEACON message in network. The BEACON message includes of Node ID, distance from its neighbor (d), destination node ID, and Residual Energy (R.E) and node location.

Path Cost Estimation

Most of the existing protocols attempt to select the shortest path from/to the sink/coordinator, but this research work additionally considers link efficacy for the selection of next hop for data communication. This approach presents a path cost estimation (P.C.E.) technique work on total energy (TE), hop-count (HC), link efficiency (LE), distance (d) and the node congestion level (NCL) of a node to the CCN as shown in Equation (11). The least value of PCE is used to choose next-hop as a forwarder node:
P . C . E   =   ( α   × R . E + β × L . E + γ × H C + δ × d + ω × N C L ) S N R
where α, β, γ , and δ denote weighting factors for TE, LE, HC and d, respectively, while considering signal to noise ratio as well.
Based on the exchange of BEACON messages among SNs, the path-loss is calculated. If the path-loss is on the higher side, the network quality is considered as poor, alternatively if the path loss is lower, the quality is considered as good. Considering our energy-centric communication model development for WBAN, we employ the simplistic path-loss model.
To select the optimal forwarder node, distance is an important factor to be considered. If the location of CNC is X0 and Y0 axis of central node and the location of source node is X1 and Y1 axis of SN, then the distance of SNs from central node can be calculated through the Euclidian distance as given in Equation (12):
d ( sink ,   SN )   =   ( X 0   X 1 ) 2 +   ( Y 0   Y 1 ) 2
Another most important parameter in network is Link efficiency L.E that directly effects the energy consumption, which is shown in Equation (13). Quality of service (QoS) of a network is mainly based on L.E which ensures maximum end-to-end transmission:
L . E   i ,   j = P R n P S s
where L.E denotes link efficacy between nodes i and j through PRn, i.e., the total packets received at neighbor node and PSs, the total packets sent from source node. If the L.E is low, it may cause packet loss during transmission.
Each SN sends complete information in a REPLY message to the CNC after important estimation. The REPLY message comprises of node ID, total energy, possible network energy loss, and required transmission power T.P and other information.
In some cases, noise exists in paths which create major problems in data transmission. WBANs might be interacting with other communication technologies such as Zigbee, Bluetooth WPAN, WLAN, cellular system etc. for data transmission. Because of the interference of these technologies the signal strength may decrease in the WBAN. If the noise ratio gets higher, the signal strength will be low and can lead to data packet loss, on the other hand if the noise ratio becomes low the signal strength is higher, leading to minimum data loss of packet. SNR can be computed by Equation (14):
SNR Reciever   =   P T r a n s   P l ( d )   N P
where, SNRReciver is ratio of snr at receiver end, PTrans is transmission power, Pl (d) represents path loss at distance d and NP represents noise power.
In order to get the optimal results from any network, the node congestion level (NCL) must be properly controlled. Congestion is the event in which the data rate exceeds the available capacity at any point in WBAN [1]. It is categorized as node level congestion and link level congestion in WBANs. In this research work, more focus is on node level congestion. Node level congestion can be calculated using Equation (15):
NCL ( Current   Queue   Size )   =   Q t o t a l   Q f r e e
where Qtotal represents total buffer space of the sensor and Qfree represents free available buffer space.

5.2. Topology Formation Phase

Once all the nodes are deployed, and path cost estimation is done, the SNs then exchange hello and reply packets. They exchange messages comprising different factors, such as node location, node ID, total energy and distance to/from the sink and other neighboring nodes. After exchange of a hello packet (HP), each node retains a neighbor table (NT) that further helps in updating the routing table of each node. Hello packets are broadcast during the topology formation phase by the CNC to all neighboring nodes. The nodes receive the packet and give a reply as acknowledgment to the CNC. The CNC also updates its routing table with the BSNs information received in the form of feedback messages. The header included in a normal hello packet is shown in Figure 4 [43,46]. These headers are included in a normal hello packet as well as in normal data packets, but in emergency data transmission, an emergency label is added to the start of the packet. By reading the first label as an emergency, the data packet is given the highest priority and the data is sent directly to the CNC. If the hello packet is sent to the neighbor which does not send it in a specific time, then the link is considered as broken. Information about CNC and all possible routes are also exchanged during this process. The total energy (TE) used during the phenomena comprises of residual energy and harvested energy.

5.3. Scheduling Phase

When all sensors nodes are registered with the CNC, then they need to be schedule for normal communication. In this stage the CNC assigns time slot to each SN. The time slots are provided considering for either normal or emergency data transmission. Where the later gets a special certain time slot in Contention Free Period (CFP) from MAC super frame. This ensures quick and efficient transfer of emergency data. CNC doesn’t sense its own data but collects data from SNs and forward it to PDA.

5.4. Forwarder Node Selection

The priority of a sender node is to send data by involving lesser number of hops counts to the CNC. However, for the sake of energy balancing the path with more number of hops counts may also be considered.

6. Data Transmission through Decision-Based Cooperative Effort Number Already Used

When the sensor senses data, it needs to be forwarded to sink node. While transmitting the data first the SN checks its total current energy. If the available energy is found to be lower than the pre-defined threshold, then the sensor has to wait for the next round of data transmission. Meanwhile it harvests energy for the upcoming round.
Sensors may sense the same data in a WBAN in repetitive data sensing rounds. Sensing this duplicate data consumes valuable sensor energy. Much of the sensor’s energy can be saved by avoiding duplicate data during sensing or transmission. This can be achieved by using a supportive decision-based data transmission scheme as shown in Algorithm 3. In the EHCRP protocol, the duplicate sensed data in consecutive rounds is eliminated from the transmission pool. Before deciding to send the data to a sink node, a minimal process is done to check whether to send the data or not. Data transmission takes place if either of the following conditions is fulfilled:
(i)
The data which is transmitted to sink node is not similar to the data stored in former round.
(ii)
If the data is of an emergency/critical nature.

7. Operational Phase of the Proposed Protocol

The overall routing phases of EHCRP have been divided into three stages: i.e., data initialization and sensing phase, forwarder node selection phase and cooperative effort phase which are represented with the help of the flow chart shown in Figure 5.

8. Performance Evaluation and Simulation

The performance evaluation of the proposed scheme is paralleled with four different routing techniques called as E-HARP [27], PCRP [20], EERP [35] and EB-MADM [31] by using the NS–2 simulator. For the comparison, the unit of time is taken in rounds. In a single round each sensor senses a data packet and forwards it ahead. The total time is measured between the first round and before finishing the last round. This scheme is checked with other contemporary methods in terms of residual energy, network lifetime, stability, end-to-end delay and network throughput.
The topology used for proposed WBAN scheme has a total of ten SNs and two sink nodes, called the central node coordinator (CNC). These nodes are placed on various parts of the human body, as shown with details in Figure 3. These deployed tiny sensors sense human-related medical data such as glucose, BP, EMG, ECG and other important medical parameters. These sensed data are then forwarded to the CNC for further required processing. Details of the simulation are given below in Table 3.

8.1. Network Lifetime

The total time span of any network is referred to as the network lifetime. This is considered one of the main judging criteria of any kind of sensor network. As a WBAN is one of the prominent types of WSN the same criterion is also applied here. The proposed scheme is submitted to a network lifetime test to check its efficacy. The comparisons of the proposed scheme with other contemporary techniques in terms of network lifetime can be seen in the Table 4. It is also shown in Figure 6. These results show the supremacy of the proposed scheme. According to these simulations results, the proposed scheme went beyond round 17000th, where in the other schemes the network lasted till 17000th rounds. Only, E-HARP was the closet contester of EHCRP in this department while EERP is far off in this race. EB-MADM also showed good performance in this regard, as it lasted till 10000th round. The better performance of proposed and E-HARP schemes in term of network lifespan is due to implantation of smart harvesting technique and energy efficient routing in both routing protocols.

8.2. Stability Period

This is defined as the total period of time till death of first node of a network or while all sensors are active and alive. This parameter is also considered important in the efficiency of any type of WSN network including WBANs. The proposed scheme worked well in this regard compared to other protocols. The results shown in Figure 7 and Figure 8 are evidence of this. Figure 7 and Table 5 show that the first node of EHCRP protocol died at the 8500th round, which is much higher than the 7500th round of E-HARP, 5500th round of PCRP, 4800th round of EERP and 6000th round of EB-MADM, respectively. It is clear from Figure 7 that the proposed system delays the death of the first node, which means it performed better than others. The high network stability of the proposed algorithm is due to the smart harvesting energy units in each node and the elimination of extra processing overload due to duplicate data transmission.

8.3. Residual Energy

Residual energy is defined as the remaining energy of any SN in the deployed sensor network. The energy of the SNs is consumed by different operation such as sensing data, storing it, receiving and forwarding, processing etc. The energy consumption is burning parameters for any network having battery operated devices such as in WBANs. This presented scheme shown good performance in terms of energy usages which is portrayed in Figure 9 and in Table 6. EHCRP is leading this branch compared with other schemes. The energy depletion process of EHCRP and E-HARP during simulation was almost equal in ratio. The proposed protocol energy lasted almost till 20000th round. The energy of EERP depleted very quickly and it completely drained before 7500th round, which shows bad performance. Also, PCRP didn’t execute well with respect to residual energy depletion as its energy lasted only to 10000th round. The main reason behind the better performance of EHRCP in terms of less energy consumption is its optimized working mechanism.

8.4. Throughput

It is fruitful to transmit data from SN to the SN or sink/coordinator node in a given time. More throughputs per unit time are considered a good feature for any kind of WSN, especially WBANs. It is the successful delivery of packets in data transmission. Throughput is one of the most important parameters while judging any scheme or protocol for data transmission. High throughput means better performance. The results in Table 7 and Figure 10 show the success of EHCRP in this aspect. At the initial stage of the throughput simulation, the fluctuations among the compared protocols were minimum but after the 7500th round, it increased with a distinct margin. The reason is that at round 7500 the throughput of EHCRP becomes more than double (6.7) compared to the 5000th round, which was 3. Overall the proposed protocol achieved 10.7 × 104 in 20,000 s, whereas its counterparts, did not exceeded 4.7 × 104, except for E-HARP which was the closest and achieved 9.6 × 104 throughput. The main reason behind the better performance of EHCRP in terms of throughput is that it considers different parameters of the communication link before the transmission, such as SNR, link quality, etc. This ultimately avoids the loss of data packets during transmission.

8.5. End-To-End Delay

This is the time taken by a transmitted packet to go from source to destination. As WBANs are used to monitor important parameters related to human’s health, the end-to-end delay must be incredibly small to avoid any mishap. In WBANs the sensed data should move quickly to the target destination. Considering the significance and importance of end-to-end delay in WBANs, this work aimed to decrease it to a minimum level. The results of end-to-end simulation are shown in Table 8 and in Figure 11. The results demonstrate that the EHCRP protocol performs best in terms of end-to-end delay. The dual sink concept plays an important role in minimizing end-to-end delay. At the initial stage, the performance of EHCRP was almost equal to the other counterparts but later on it improved compared to its peers. At the initial stage during initialization the proposed model does a massive calculation by transmitting beacon messages due of which it performed the same as others, but after the 7500th round, the end-to-end delay decreased distinctly in EHCRP and came down to 130 ms whereas its counterparts have more delay in communication.

9. Conclusions and Future Work

In this research work, the EHCRP protocol which involves using tiny sensors for proficient selection of the next hop node in WBANs is proposed. Prolonged network lifespan and proficient emergency data delivery within given time constraints are the two major necessities for normal functioning of WBANs. EHCRP tries to achieve both these important goals. The most packets with life-threatening data are listed before the normal data packets during transmission. Also, interference is one of the bottleneck factors that significantly affect WBAN performance. Therefore, in this research work we tried to choose a path for data delivery which is less congested or free for traffic. The achieved results are evaluated by comparison with state-of-the-art routing techniques i.e., E-HARP, EB-MADM, PCRP and EERP. The results shown in the tables and figures in the “Performance and Evaluation” section clearly attested to the fact that the proposed protocol outclassed all other contemporary techniques. The E-HARP routing technique was the closest competitor of the proposed scheme in terms of all parameters considered in the “Performance and Evaluation” section. The high performance of the proposed scheme is due to smart harvesting system and dropping of redundant data packets from the transmission pool. As a future work, the intention is to extend the proposed work with more WBAN link quality metrics along with authentication security. Thus with an efficient routing link in each situation a patient’s data may only be checked by his/her own medical practitioner or caregiver.

Author Contributions

M.D.K., Z.U., A.A. (Arshad Ahmad), and M.A. handled the design and development of the proposed algorithm, contributed to the creation of the main ideas in the paper, and handled the writing of the manuscript. A.A. (Arshad Ahmad), M.A., B.H. and M.I. focused on the experimental task (i.e., setting up the system, the design and realization of the experiments). A.A. (Ahmad Almogren), M.A., B.H., and K.H.K. validated the data analysis; A.A. (Arshad Ahmad), M.A., A.A. (Ahmad Almogren) offered guidance and supervision; All authors conducted data analysis and interpretation tasks together. All authors have read and agreed to the published version of the manuscript.

Funding

This work and the APC were funded by the King Saud University, Riyadh, Saudi Arabia, through Researchers Supporting Project number RSP-2020/184.

Acknowledgments

The authors would like to thank the support provided by King Saud University, Riyadh, Saudi Arabia, through Researchers Supporting Project number RSP-2020/184.

Conflicts of Interest

The authors declare that they have no conflict of interest related to this manuscript.

References

  1. Thabit, A.A.; Mahmoud, M.S.; Alkhayyat, A.; Abbasi, Q.H. Energy harvesting Internet of Things health-based paradigm: Towards outage probability reduction through inter–wireless body area network cooperation. Int. J. Distrib. Sens. Netw. 2019, 15. [Google Scholar] [CrossRef]
  2. Ahmad, J.M.; Khan, F.; Alam, M. Recent Trends and Advances in Wireless and IoT-Enabled Networks; Ahmad, J.M., Khan, F., Alam, M., Eds.; Springer: Cham, Switzerland, 2019. [Google Scholar]
  3. Sherali, Z.; Bello, O. Harnessing the power of Internet of Things based connectivity to improve healthcare. Internet Things 2019. In Press. [Google Scholar] [CrossRef]
  4. Ahmad, S.A. Developing a powerful and resilient smart body sensor network through hypercube interconnection. Int. J. Distrib. Sens. Netw. 2015, 11. [Google Scholar] [CrossRef]
  5. Al-Turjman, F.; Kamal, A.; Rehmani, M.H.; Radwan, A.; Pathan, A.-S.K. The Green Internet of Things (G-IoT). Wirel. Commun. Mob. Comput. 2019, 2019, 1–2. [Google Scholar] [CrossRef]
  6. Vasuky, M.; Budiarto, R.; Aldmour, I. Powering the Internet of Things with 5G Networks; Vasuky, M., Budiarto, R., Aldmour, I., Eds.; IGI Global: Hershey, PA, USA, 2017. [Google Scholar]
  7. Li, S.; Xu, L.D.; Zhao, S. 5G Internet of Things: A survey. J. Ind. Inf. Integr. 2018, 10, 1–9. [Google Scholar] [CrossRef]
  8. Rukmani, K.; Rana, G.; Dewangan, V.; Tiwari, A.; Dewamngan, A. Future of wireless technology 6G & 7G. Int. J. Electr. Electron. Res. 2015, 3, 583–585. [Google Scholar]
  9. Petar, R.; De Roure, D.; Cannady, S.; Montalvo, R.M.; Nicolescu, R.; Huth, M. Economic impact of IoT cyber risk-analysing past and present to predict the future developments in IoT risk analysis and IoT cyber insurance. Living Internet Things Cybersecur. IoT 2018, 2018, 3–9. [Google Scholar]
  10. Verma, P.K.; Sondhi, P. Review Paper on Wireless Sensor Body Area Network. Int. J. Trend Sci. Res. Dev. 2019, 3. [Google Scholar] [CrossRef]
  11. Yuce, M.R.; Khan, J. Wireless Body Area Networks: Technology, Implementation, and Applications; Yuce, M.R., Khan, J., Eds.; CRC Press: Boca Raton, FL, USA, 2011. [Google Scholar]
  12. Pramanik, P.K.D.; Nayyar, A.; Pareek, G. WBAN: Driving e-healthcare Beyond Telemedicine to Remote Health Monitoring: Architecture and Protocols. In Telemedicine Technologies; Academic Press: Cambridge, MA, USA, 2019; pp. 89–119. [Google Scholar]
  13. Su, H.; Wang, Z.; An, S. MAEB: Routing protocol for iot healthcare. Adv. Internet Things 2013, 3, 8–15. [Google Scholar] [CrossRef]
  14. Wu, F.; Wu, T.; Yuce, M.R. An Internet-of-Things (IoT) Network System for Connected Safety and Health Monitoring Applications. Sensors 2019, 19, 21. [Google Scholar] [CrossRef] [Green Version]
  15. Cicioğlu, M.; Çalhan, A. IoT-based wireless body area networks for disaster cases. Int. J. Commun. Syst. 2018, 33, e3864. [Google Scholar] [CrossRef]
  16. Mohamad, A.; Moungla, H.; Younis, M.; Mehaoua, A. IoT-enabled channel selection approach for WBANs. In Proceedings of the 2017 13th International Wireless Communications and Mobile Computing Conference (IWCMC), Valencia, Spain, 26–30 June 2017; IEEE: New York, NY, USA, 2017; pp. 1784–1790. [Google Scholar]
  17. Abdullah, W.A.N.W.; Yaakob, N.; Elobaid, M.E.; Warip, M.N.M.; Yah, S.A. Energy-efficient remote healthcare monitoring using IoT: A review of trends and challenges. In Proceedings of the International Conference on Internet of Things and Cloud Computing, Cambridge, UK, 23 February–22 March 2016; pp. 1–8. [Google Scholar]
  18. Amira, A.; Agoulmine, N.; Bensaali, F.; Bermak, A.; Dimitrakopoulos, G. Empowering eHealth with Smart Internet of Things (IoT) Medical Devices. J. Sens. Actuator Netw. 2019, 8, 33. [Google Scholar] [CrossRef] [Green Version]
  19. Kadel, R.; Islam, N. Comparison of Channel Models for Wireless Body Area Networks (WBANs). In Proceedings of the 2018 IEEE Conference on Wireless Sensors (ICWiSe), Langkawi, Malaysia, 21–22 November 2018; IEEE: New York, NY, USA, 2018; pp. 77–82. [Google Scholar]
  20. Awan, K.M.; Ashraf, N.; Saleem, M.Q.; Osama, E.; Sheta, E.S.; Qureshi, K.N.; Zeb, A.; Haseeb, K.; Sadiq, A.S. A priority-based congestion-avoidance routing protocol using IoT-based heterogeneous medical sensors for energy efficiency in healthcare wireless body area networks. Int. J. Distrib. Sens. Netw. 2019, 15. [Google Scholar] [CrossRef]
  21. Muhammad, A.; Ajaz, A. Challenges in Wireless Body Area Network. Proc. Int. J. Adv. Comput. Sci. Appl. 2019, 10. [Google Scholar] [CrossRef]
  22. Abdu, A.I.; Bayat, O.; Ucan, O.N. Designing insistence-aware medium access control protocol and energy conscious routing in quality-of-service-guaranteed wireless body area network. Int. J. Distrib. Sens. Netw. 2019, 15. [Google Scholar] [CrossRef] [Green Version]
  23. Almajed, H.N.; Almogren, A.S.; Altameem, A. A Resilient Smart Body Sensor Network Through Pyramid Interconnection. IEEE Access 2019, 7, 51039–51046. [Google Scholar] [CrossRef]
  24. Din, I.U.; Hassan, S.; Almogren, A.; Ayub, F.; Guizani, M. PUC: Packet Update Caching for energy efficient IoT-based Information-Centric Networking. Future Gener. Comput. Syst. 2020, 111, 634–643. [Google Scholar] [CrossRef]
  25. Alkhalifa, I.S.; Almogren, A.S. NSSC: Novel Segment Based Safety Message Broadcasting in Cluster-Based Vehicular Sensor Network. IEEE Access 2020, 8, 34299–34312. [Google Scholar] [CrossRef]
  26. Khan, R.A.; Xin, Q.; Roshan, N. RK-Energy Efficient Routing Protocol for Wireless Body Area Sensor Networks. Wirel. Pers. Commun. 2020, 1–13. [Google Scholar] [CrossRef]
  27. Ullah, Z.; Ahmed, I.; Khan, F.A.; Asif, M.; Nawaz, M.; Ali, T.; Khalid, M.; Niaz, F. Energy-Efficient Harvested-Aware Clustering and Cooperative Routing Protocol for WBAN (E-HARP). IEEE Access 2019, 7, 100036–100050. [Google Scholar] [CrossRef]
  28. Yang, G.; Wu, X.-W.; Li, Y.; Ye, Q. Energy efficient protocol for routing and scheduling in wireless body area networks. Wirel. Netw. 2019, 26, 1265–1273. [Google Scholar] [CrossRef]
  29. Ullah, Z.; Ahmed, I.; Ali, T.; Ahmad, N.; Niaz, F.; Cao, Y. Robust and Efficient Energy Harvested-Aware Routing Protocol with Clustering Approach in Body Area Networks. IEEE Access 2019, 7, 33906–33921. [Google Scholar] [CrossRef]
  30. Jitumani, S.; Katiyar, A.; Biswas, R.; Mondal, H.M. Power-aware IoT based Smart Health Monitoring using Wireless Body Area Network. In Proceedings of the 20th International Symposium on Quality Electronic Design (ISQED), Santa Clara, CA, USA, 11–13 March 2019; IEEE: New York, NY, USA, 2019; pp. 117–122. [Google Scholar]
  31. Choudhary, A.; Nizamuddin, M.; Singh, M.K.; Sachan, V.K. Energy Budget Based Multiple Attribute Decision Making (EB-MADM) Algorithm for Cooperative Clustering in Wireless Body Area Networks. J. Electr. Eng. Technol. 2019, 14, 421–433. [Google Scholar] [CrossRef]
  32. Mustaqim, M.; Khawaja, B.A.; Chattha, H.T.; Shafique, K.; Zafar, M.J.; Jamil, M. Ultra-wideband antenna for wearable Internet of Things devices and wireless body area network applications. Int. J. Numer. Model. Electron. Netw. Devices Fields 2019, 32, e2590. [Google Scholar] [CrossRef]
  33. Soumya, S.; Kumar, S. Healthcare Monitoring Using Internet of Things. In First International Conference on Artificial Intelligence and Cognitive Computing; Springer: Singapore, 2019; pp. 485–494. [Google Scholar]
  34. Rais, R.N.B.; Akbar, M.S.; Aazam, M. Fog-supported Internet of Things (IoTs) architecture for remote patient monitoring systems using wireless body area sensor networks. In Proceedings of the 2018 IEEE 16th Intl Conf on Dependable, Autonomic and Secure Computing, 16th Intl Conf on Pervasive Intelligence and Computing, 4th Intl Conf on Big Data Intelligence and Computing and Cyber Science and Technology Congress (DASC/PiCom/DataCom/CyberSciTech), Athens, Greece, 12–15 August 2018; IEEE: New York, NY, USA, 2018; pp. 462–466. [Google Scholar]
  35. Mallick, A.; Saha, A.; Chowdhury, C.; Chattopadhyay, S. Energy Efficient Routing Protocol for Ambient Assisted Living Environment. Wirel. Pers. Commun. 2019, 109, 1333–1355. [Google Scholar] [CrossRef]
  36. Xu, X.; Shu, L.; Guizani, M.; Liu, M.; Lu, J. A Survey on Energy Harvesting and Integrated Data Sharing in Wireless Body Area Networks. Int. J. Distrib. Sens. Netw. 2015, 11, 438695. [Google Scholar] [CrossRef]
  37. Mishu, M.K.; Rokonuzzaman, M.D.; Pasupuleti, J.; Shakeri, M.; Rahman, K.S.; Hamid, F.A.; Kiong, T.S.; Amin, N. Prospective Efficient Ambient Energy Harvesting Sources for IoT-Equipped Sensor Applications. Electronics 2020, 9, 1345. [Google Scholar] [CrossRef]
  38. Ullah, Z.; Ahmed, I.; Razzaq, K.; Naseer, M.K.; Ahmed, N. DSCB: Dual sink approach using clustering in body area network. Peer Peer Netw. Appl. 2017, 12, 357–370. [Google Scholar] [CrossRef]
  39. Niaz, F.; Khalid, M.; Ullah, Z.; Aslam, N.; Raza, M.; Priyan, M.K. A bonded channel in cognitive wireless body area network based on IEEE 802.15.6 and internet of things. Comput. Commun. 2020, 150, 131–143. [Google Scholar] [CrossRef]
  40. Khalid, W.; Ullah, Z.; Ahmed, N.; Cao, Y.; Khalid, M.; Arshad, M.; Ahmad, F.; Cruickshank, H. A taxonomy on misbehaving nodes in delay tolerant networks. Comput. Secur. 2018, 77, 442–471. [Google Scholar] [CrossRef]
  41. Ilyas, M.; Ullah, Z.; Khan, F.A.; Chaudary, M.H.; Malik, M.S.A.; Zaheer, Z.; Durrani, H.U.R. Trust-based energy-efficient routing protocol for Internet of things–based sensor networks. Int. J. Distrib. Sens. Netw. 2020, 16. [Google Scholar] [CrossRef]
  42. Qureshi, H.K.; Saleem, U.; Saleem, M.; Pitsillides, A.; Lestas, M. Harvested Energy Prediction Schemes for Wireless Sensor Networks: Performance Evaluation and Enhancements. Wirel. Commun. Mob. Comput. 2017, 2017, 1–14. [Google Scholar]
  43. Kim, S.-E.; Kang, T.; Oh, K.-I.I.; Park, M.J.; Park, H.-I.I.; Lim, I.G.; Lee, J.-J. Energy Management Integrated Circuit for Multi-Source Energy Harvesters in WBAN Applications. Appl. Sci. 2018, 8, 1262. [Google Scholar] [CrossRef] [Green Version]
  44. Almogren, A.S. Intrusion detection in Edge-of-Things computing. J. Parallel Distrib. Comput. 2020, 137, 259–265. [Google Scholar] [CrossRef]
  45. Mohiuddin, I.; Almogren, A. Security Challenges and Strategies for the IoT in Cloud Computing. In Proceedings of the 2020 11th International Conference on Information and Communication Systems (ICICS), Irbid, Jordan, 7–9 April 2020; IEEE: New York, NY, USA, 2020; pp. 367–372. [Google Scholar]
  46. Almajed, H.N.; Almogren, A.S. SE-Enc: A Secure and Efficient Encoding Scheme Using Elliptic Curve Cryptography. IEEE Access 2019, 7, 175865–175878. [Google Scholar] [CrossRef]
  47. Almogren, A. An automated and intelligent Parkinson disease monitoring system using wearable computing and cloud technology. Clust. Comput. 2019, 22, 2309–2316. [Google Scholar] [CrossRef]
  48. Mohiuddin, I.; Almogren, A. Workload aware VM consolidation method in edge/cloud computing for IoT applications. J. Parallel Distrib. Comput. 2019, 123, 204–214. [Google Scholar] [CrossRef]
  49. Mohiuddin, I.; Almogren, A.; Al Qurishi, M.; Hassan, M.M.; Al Rassan, I.; Fortino, G. Secure distributed adaptive bin packing algorithm for cloud storage. Future Gener. Comput. Syst. 2019, 90, 307–316. [Google Scholar] [CrossRef]
  50. Yousaf, S.S.; Ahmed, S.; Akbar, M.; Javaid, N.; Khan, Z.A.; Qasim, U. Co-CEStat: Cooperative critical data transmission in emergency in static wireless body area network. In Proceedings of the 2014 Ninth International Conference on Broadband and Wireless Computing, Communication and Applications, Guangdong, China, 8–10 November 2014; IEEE: New York, NY, USA, 2014; pp. 127–132. [Google Scholar]
  51. Arshad, M.; Ullah, Z.; Khalid, M.; Ahmad, N.; Khalid, W.; Shahwar, D.; Cao, Y. Beacon trust management system and fake data detection in vehicular ad-hoc networks. IET Intell. Transp. Syst. 2018, 13, 780–788. [Google Scholar] [CrossRef]
Figure 1. IoT-WBAN Communication structure.
Figure 1. IoT-WBAN Communication structure.
Sensors 20 06267 g001
Figure 2. Energy harvesting system with components architecture.
Figure 2. Energy harvesting system with components architecture.
Sensors 20 06267 g002
Figure 3. Node deployment in EHCRP.
Figure 3. Node deployment in EHCRP.
Sensors 20 06267 g003
Figure 4. Hello Packet block diagram.
Figure 4. Hello Packet block diagram.
Sensors 20 06267 g004
Figure 5. Flowchart of EHCRP.
Figure 5. Flowchart of EHCRP.
Sensors 20 06267 g005
Figure 6. Breakdown of network lifetime.
Figure 6. Breakdown of network lifetime.
Sensors 20 06267 g006
Figure 7. Breakdown of Network Stability (First-Node-Death).
Figure 7. Breakdown of Network Stability (First-Node-Death).
Sensors 20 06267 g007
Figure 8. Breakdown of Live Nodes vs. Rounds.
Figure 8. Breakdown of Live Nodes vs. Rounds.
Sensors 20 06267 g008
Figure 9. Breakdown of Energy Consumption.
Figure 9. Breakdown of Energy Consumption.
Sensors 20 06267 g009
Figure 10. Breakdown of network throughput.
Figure 10. Breakdown of network throughput.
Sensors 20 06267 g010
Figure 11. Breakdown of end-to-end delay.
Figure 11. Breakdown of end-to-end delay.
Sensors 20 06267 g011
Table 1. Energy harvesting sources and their mechanisms [30].
Table 1. Energy harvesting sources and their mechanisms [30].
A Summary of Energy Harvesting Source, Mechanism and Efficiency
SourceSensingSource TypeHarvested Power [30,37]Advantages
SolarPhotovoltaic CellsNatural12 mW/cm2Inexhaustible and clean
Ambient Indoor lightPhotovoltaic CellsArtificial/Natural 100 mW/cm2Inexhaustible and clean
Thermoelectric Thermocouple Artificial 60 μ W /cm2 at
Δ T = 5 °C
Small size, no vibration and noise and reliable performance
Ambient Air flowMEMS turbine Natural1 mW/cm3 at 301/min-
Wind Anemometer Artificial/NaturalUpto 1200 mW/dayWidely available
Footfalls Piezoelectric Artificial 5 WEasily available
Finger motionPiezoelectricArtificial 2.1 mWHigh conversion efficiency
ExhalationBreath MaskArtificial 0.4 WHigh conversion efficiency
BreathingRatchet-FlywheelArtificial 0.42 WPollution free energy
Blood PressureMicro-generatorNatural 0.37 W-
Table 2. Biological SNs details with SNs IDs [30].
Table 2. Biological SNs details with SNs IDs [30].
Node IDLocation on the Body Health ParameterData Rate
(kbps)
Bandwidth (Hz)TypePower Consumption [30]
1HeadEEG Sensor43.20–150Wearable Low
2Right shoulderPulse Oximeter Sensor10–160–1Wearable High
3ChestECG Sensor288100–1000Implanted Low
4Abdomen leftLactic acid Sensor4000–100Implanted Low
5FaceVision sensor260100–1000Wearable High
6Left ArmEMG Sensor3200–10,000Wearable Low
7Abdomen rightGlucose Sensor16000–50Implanted Extremely Low
8Left Hip Respiration 3200–10,000Wearable Low
9Right armBlood Pressure Sensor10–160–1Wearable High
10Right footMotion Sensor350–500Wearable High
11Left U-HipCentral Node Controller–L4Gbps-Wearable High
12Right U-HipCentral Node Controller–R4Gbps-Wearable High
Table 3. EHCRP simulation constraints.
Table 3. EHCRP simulation constraints.
ParametersValues
Simulation area2 × 2 m2
Total SNs10
Number of SN nodes02
Sensor’s Position and CNCsRefer to Table 2
Einitial0.5 J
E.T16.8 nJ/bit
E.R36.2 nJ/bit
E.A2 nJ/bit
Wavelength (λ)0.138m
Frequency (f)2.4 GHz
Payload3000 bits
Table 4. Lifeless Nodes vs. Rounds.
Table 4. Lifeless Nodes vs. Rounds.
Protocols1st Node Dies atNo. of Dead Nodes at Different No. of Rounds
300050007000900011,00013,00015,00017,00019,000
EHCRP (Proposed)85000001247910
E-HARP75000001351014-
PCRP5500001124---
EERP48000168-----
EB-MADM600000268----
Table 5. Live nodes vs. rounds.
Table 5. Live nodes vs. rounds.
Protocol NameNo. of Alive Nodes at Different No. of Rounds
300050007000900011,00013,00015,00017,00019,000
EHCRP (Proposed)101010986310
E-HARP1414141311940-
PCRP443320---
EERP8720-----
EB-MADM88620----
Table 6. Residual Energy vs. Time (s).
Table 6. Residual Energy vs. Time (s).
Protocol NameResidual Energy (J)
025005000750010,00012,50015,00017,50020,000
EHCRP (Proposed)76.5654.232.31.50.5
E-HARP7 6 4.84.2 3.22.61.40.30
PCRP8 6.5 4.83 0.80---
EERP4 1.8 0.80-----
EB-MADM4 2.5 1.20.5 0.20---
Table 7. Network throughput vs. time (s).
Table 7. Network throughput vs. time (s).
Protocol NamePackets Received at Different Interval of Time
025005000750010,00012,50015,00017,50020,000
EHCRP (Proposed)02.536.77.28.19.510.210.7
E-HARP02.12.236.16.87.48.569.6-
PCRP00.511.422.544.6-
EERP00.81.31.71.822.83.9-
EB-MADM011.52.32.52.82.8--
Table 8. End-to-End delay vs. time(s).
Table 8. End-to-End delay vs. time(s).
Protocol NameEnd-to-End Delay (ms)
025005000750010,00012,50015,00017,50020,000
EHCRP (Proposed)515470390300210185130--
E-HARP515482410321235205160--
PCRP480400370350300250180150-
EERP430410390330290260230200-
EB-MADM450410350310280250210190-
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Khan, M.D.; Ullah, Z.; Ahmad, A.; Hayat, B.; Almogren, A.; Kim, K.H.; Ilyas, M.; Ali, M. Energy Harvested and Cooperative Enabled Efficient Routing Protocol (EHCRP) for IoT-WBAN. Sensors 2020, 20, 6267. https://0-doi-org.brum.beds.ac.uk/10.3390/s20216267

AMA Style

Khan MD, Ullah Z, Ahmad A, Hayat B, Almogren A, Kim KH, Ilyas M, Ali M. Energy Harvested and Cooperative Enabled Efficient Routing Protocol (EHCRP) for IoT-WBAN. Sensors. 2020; 20(21):6267. https://0-doi-org.brum.beds.ac.uk/10.3390/s20216267

Chicago/Turabian Style

Khan, Muhammad Dawood, Zahid Ullah, Arshad Ahmad, Bashir Hayat, Ahmad Almogren, Kyong Hoon Kim, Muhammad Ilyas, and Muhammad Ali. 2020. "Energy Harvested and Cooperative Enabled Efficient Routing Protocol (EHCRP) for IoT-WBAN" Sensors 20, no. 21: 6267. https://0-doi-org.brum.beds.ac.uk/10.3390/s20216267

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop