Next Article in Journal
Detection of a Submillimeter Notch-Type Defect at Multiple Orientations by a Lamb Wave A0 Mode at 550 kHz for Long-Range Structural Health Monitoring Applications
Previous Article in Journal
CoFe2O4 on Mica Substrate as Flexible Ethanol Gas Sensor in Self-Heating Mode
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Novel Bio-Inspired Bat Node Scheduling Algorithm for Dependable Safety-Critical Wireless Sensor Network Systems

1
Faculty of Science & Technology, Department of Computer Science, Middlesex University, The Burroughs, London NW4 4BT, UK
2
Computer Science Department, School of Statistics and Computer Science, Trinity College, Dublin D02 PN40, Ireland
*
Author to whom correspondence should be addressed.
Sensors 2024, 24(6), 1928; https://doi.org/10.3390/s24061928
Submission received: 24 November 2023 / Revised: 31 January 2024 / Accepted: 11 March 2024 / Published: 17 March 2024
(This article belongs to the Section Sensors Development)

Abstract

:
The multi-objective optimization (MOO) problem in wireless sensor networks (WSNs) is concerned with optimizing the operation of the WSN across three dimensions: coverage, connectivity, and lifetime. Most works in the literature address only one or two dimensions of this problem at a time, except for the randomized coverage-based scheduling (RCS) algorithm and the clique-based scheduling algorithm. More recently, a Hidden Markov Model (HMM)-based algorithm was proposed that improves on the latter two; however, the question remains open if further improvement is possible as previous algorithms explore solutions in terms of local minima and local maxima, not in terms of the full search space globally. Therefore, the main contribution of this paper is to propose a new scheduling algorithm based on bio-inspired computation (the bat algorithm) to address this limitation. First, the algorithm defines a fitness and objective function over a search space, which returns all possible sleep and wake-up schedules for each node in the WSN. This yields a (scheduling) solution space that is then organized by the Pareto sorting algorithm, whose output coordinates are the distance of each node to the base station and the residual energy of the node. We evaluated our results by comparing the bat and HMM node scheduling algorithms implemented in MATLAB. Our results show that network lifetime has improved by 30%, coverage by 40%, and connectivity by 26.7%. In principle, the obtained solution will be the best scheduling that guarantees the best network lifetime performance as well as the best coverage and connectedness for ensuring the dependability of safety-critical WSNs.

1. Introduction

Wireless technological advances enabled a new networking system known as the Internet of Things (IoT). Such systems allow data to be exchanged among other devices, sensors, and software through the Internet [1,2]. A wireless sensor network (WSN) is a distributed system composed of sensor nodes and one or more powerful nodes called base stations [3]. The main objective of a WSN is to detect events of interest and then report those detected events through a chain of connected sensor nodes to the base station [4]. Such types of networks have inherently limited resources, e.g., limited memory, processing, and energy [5,6,7]. Due to their easy deployment, they are used in a wide variety of applications, specifically in the field of safety-critical systems [8,9]. For example, a WSN can be deployed on the top of a volcano where human intervention is impossible or to monitor the radiation leakage at a nuclear plant station, which poses a risk to human lives [10]. Hence, when a WSN is designed for safety-critical applications, another level of complexity is added as rigid time/deadline requirements are to be respected [11,12]. Such resources need to be optimized for WSNs to function efficiently. Enhancing the performance of multiple resources in the same system is considered a multi-objective optimization problem or an NP-hard problem for WSNs [13].
The objective of optimizing the performance of safety-critical WSNs is to improve their dependability, which is determined by three requirements: coverage, connectivity, and lifetime. In this paper, we will say that “A WSN is dependable for a given application if its maximum lifetime is equal to or greater than its expected service time”. Several works in the literature attempt to optimize WSNs by focusing on only one or two performance requirements. Below, we discuss only works that look at all three requirements together. The randomized coverage-based scheduling (RCS) algorithm splits the network into different sub-networks, where nodes in the WSN join each of these sub-networks randomly. The sub-networks alternate between ON and OFF states. The problem with this is that RCS forces nodes to be turned ON, although a node could be scheduled to be in an OFF state. This exacerbates the WSN by creating hot spot nodes that will consume energy faster and die prematurely, leading to the partition of the network whereby events can be detected but not reported back to the base station [13].
The Hidden Markov Model (HMM)-based node scheduling algorithm [14] addresses the limitation introduced by the RCS algorithm [13] by balancing the workload of the node duty cycle. The HMM node scheduling algorithm schedules the receive and send states of nodes such that the node that has the highest energy consumption will be scheduled for receiving at a certain round. Although this solution has improved network lifetime while maintaining network coverage and connectivity through RCS, it comes with its challenges. Notably, it is limited to local minima and local maxima, whereby the obtained solution is limited to the information made available by the sensor nodes’ ON states (send, receive, and idle). We hypothesize that if more information were available, a better schedule could be devised. Therefore, the motivation is to provide a new scheduling solution coupled with a Pareto sorting algorithm that shall address the previous limitations, e.g., considering the three objectives altogether (connectivity, coverage, and lifetime). The importance of this work comes from the need to have functional yet dependable safety-critical systems in WSNs [8,9,10].
In this paper, the contribution, for the first time, is a novel bat node scheduling algorithm to optimize the node scheduling of WSNs along the three requirements of coverage, connectivity, and lifetime. This notably permits the exploration of a larger search space to find the best scheduling solution. Furthermore, the solution space is then organized by the Pareto sorting algorithm, whose output coordinates are the distance of each node to the base station and the residual energy of the node. Our bat node scheduling algorithm works on a continuous search space using a probability perception mathematical model. We compare the performance of our bat node scheduling algorithm against the HMM node scheduling algorithm [14] using MATLAB. The results show significant improvements in all three requirements. This method can provide a better solution faster than other natural heuristic algorithms; however, it requires more computation in most network environments.
This paper is structured as follows: Section 2 discusses related work represented in the literature. Section 3 introduces the proposed bat with its mathematical representation, with Section 3.1 presenting the formulation of the problem and Section 3.2 discussing the use-case scenario of the bat node scheduling algorithm. Section 4 covers the experimentation and the discussion of the results of this work. Finally, Section 5 presents our conclusion.

2. Related Work

To the authors’ best knowledge, no work in the literature has investigated the use of the bio-inspired method for node scheduling algorithms [15]. There are, however, several bio-inspired computation approaches for optimizing only energy, such as the genetic algorithm [16]. In addition, work such as [17] uses swarm intelligence (SI) for the multi-objective optimization (MOO) problem. The basic idea of the SI model is that working collectively and collaboratively is much more effective than the work of individual members of that SI in achieving a common goal. For example, fish schooling and bee and ant colonies solve the MOO problem. Most works based on bat algorithms in WSNs focus on node localization and work at the network/routing layer; they are not used at the application/management layer where node scheduling algorithms are found. The study [18] contains a comprehensive survey of energy management and node scheduling schemes, wherein only one paper is mentioned that uses a bat algorithm to improve network coverage [19].
The study [19] proposes a bat algorithm called Target-Connected Coverage (TCC), which aims to ensure that every wireless sensor node is connected to the sink node through at least one communication path at all times. This is performed using a game-theoretic approach. The TCC algorithm [19] works by proposing a couple of bats that are based on a binary search space. The first bat’s main goal is to find the active node in the WSN, and the second bat’s goal is to use the active node to find at least one path to the sink node to report data while maintaining connectivity. A limitation of [19] is that it does not consider any node scheduling scheme; hence, nodes were assumed to always be in an active state (ON). In addition, the authors in [19] considered both connectivity and network lifetime requirements but not coverage.
The survey [18] presents a taxonomy of QoS-aware energy management for WSNs, focusing on node scheduling techniques. The authors in [18] present their classification to evaluate various node scheduling techniques based on very important requirements such as coverage, connectivity, fault tolerance, and WSN security. In addition, ref. [18] stated design issues and challenges that surround the implementation of the node scheduling approach, which, if mitigated, will help achieve WSN QoS requirements in several applications. In particular, they presented a classification of node scheduling schemes based on coverage requirements, under which falls our proposed bat-based scheduling algorithm. Intuitively, if network coverage is taken into consideration, this would guarantee better network connectivity. Furthermore, ref. [18] proposes an energy management life-cycle model along with an energy conservation pyramid to extend the network lifetime in WSNs. The pyramid model is composed of three key energy conservation techniques, which are: duty cycle, data aggregation, and mobility. In general, node scheduling utilizes the duty cycle of sensor nodes (sleep/awake) to conserve energy, thereby extending the lifetime of the network. The energy pyramid module classifies the latest scheduling methods in the field based on their objectives and minimization parameters.
Other bio-inspired flocking techniques were used to detect anomalies in the stream of data [20] in WSNs. In this paper [20], the authors solve the problem of topology management in WSNs using the flocking model-based bio-inspired algorithm. First, the solution is restricted to 2D space. Second, the authors made use of the density distribution of the sensor nodes in the WSN. The flocking model is used in which the agent is moving into a space in a fixed time. Hence, when two agents of similar density encounter each other, they form a flock. Since these flocks form a swam/group, offline computation can easily be avoided using this approach. The approach assumes the agents are on when sensor nodes are active, which is not the case in WSNs as sensor nodes alternate between ON and OFF, rendering the density changeable.
Having delved into the latest state-of-the-art node scheduling literature, it can be concluded that most scheduling algorithms focus on considering only two requirements and do not address all three requirements of the WSN altogether, i.e., connectivity, coverage, and network lifetime. Most works address each requirement in isolation, e.g., [4,11,12,18,21,22,23,24,25,26,27,28] do not consider network coverage; other works such as [6,29] consider network coverage but without ensuring a good level of network connectivity; and [6] uses a very simple WSN scenario that lacks tests on realistic and complex WSNs. To the authors’ best knowledge, there are two published works that consider addressing the three objectives collectively: the RCS algorithm [13] and clique-based node scheduling [13,30] have shown that partitions can occur further away from the base station as the deaths of subsequent nodes can result in live nodes attempting to compensate for the drop-in coverage and connectivity in the system (cf. Section 3). The clique-based approach [30] relies on a complex node localization and clustering mechanism. While [30] guarantees maximum connectivity and coverage ratio, this comes at the expense of heavy computation, thus making the verification of the algorithm more difficult. Given the limitations in the state-of-the-art literature, our contribution is to utilize a bio-inspired computation model to provide a bat-based scheduling solution that obtains a better solution from a new representation of the search space.

3. The Bat Node Scheduling Algorithm

The standard bat algorithm is a heuristic search-based algorithm that emerged from the swarm search optimization technique, in which hunting for prey through the echolocation behaviors of bats is simulated. In this work, a new bat node scheduling algorithm was inspired by the behavior of bats when hibernating in the cold mountains to preserve energy [13,31,32]. Hibernating is the process of going into a deep sleep. Certain groups of bats hibernate by grouping themselves, reducing their temperature, slowing their heartbeat rates and breathing rates significantly, and expending little energy. When the bat group decides to wake up, the bat in the middle of the group accelerates its heartbeat, which in turn accelerates its blood circulation, causing heat to be produced. Finally, the heat is propagated from the closest bat to the rest of the bats in the group, where they start waking up gradually. Figure 1 maps the bat-inspired algorithm to the WSN model.
Nature-inspired algorithms (NIAs) have shown promising results in solving optimization problems [19]. In particular, the organization of bats and their energy-conservation strategy can serve as a model for WSNs. In Figure 1, the variables or parameters of the proposed bat model are mapped into the specification of the sensor nodes model. Therefore, in this work, the distance ( X   and   Y positions to the BS) is interpreted as connectivity, and the heart rate ( E i Energy) is referred to as lifetime. Hence, there are four main parameters introduced for the bat-based node scheduling algorithm, namely: E i Energy, X   and   Y positions to the BS, Sense Rang, and Comm Rang. The formulation of the problem is presented in the context of WSNs below.

3.1. Problem Formulation

In this study, we draw a parallel between the hibernation process of bats and the deployment of WSN nodes to formulate the problem. The bat population has the ability to form clusters during deep sleep, coupled with a variation in their heart rate. The heart rate of a bat is interpreted as the residual energy of a WSN node, as illustrated in Figure 1. In other words, when a bat is in a sleep state, the heart rate is reduced, and when a bat is in a waking-up state, the heart rate is increased. This variation in heart rate is interpreted as low and high residual energy in sensor nodes. Thereby, two factors are extrapolated: positions and energy. The higher energy level is required to wake the farthest bats, and the position can be mathematically determined by adjusting the energy levels. The novel approach proposed in this paper stems from adding convergence time and energy to the multicore space search problem, where an objective function is formulated using Equation (6) [33]. The proposed bat node scheduling algorithm generates solutions randomly to form the search space, where a loop search is used to find the optimal solution. The constructed search space is composed of several solutions, where the optimal solutions are listed.
The general structure of the bat algorithm is borrowed from the work in [16]. Accordingly, there are four dimensions of the solution space that the proposed bat node scheduling algorithm takes as inputs: a fixed frequency f m i n , a velocity V i , a position Z i , and a heart rate E i . The updated output values for energy, position, and heart rate with fitness function were calculated as described in Equations (4) and (5). Successively, Pareto optimization is used with the output values of the bat node scheduling algorithm to visualize and organize the solutions in a meaningful manner. Let the coordinates of a bat under consideration in the search space be ( Z i , E i ), where Z i is the position with respect to time, e.g., the position with reference to the base station, and E i is the energy of the bat with respect to time. The distance between nodes and the base station is also a contributing factor to the search space. We can write the following Equation (1) as:
Z ( t + 1 ) = Z ( t ) + E ( t + 1 )
E ( t + 1 ) = E ( t ) + ( Z ( t ) k ( t ) )
Now that the solution is obtained in the search space, we need to make sure these solutions are within a certain range/loudness (i.e., the loudness is related to the amplitude of the wave generated by bats. The factor C is used to bring the loudness within the specific range). Where k ( t ) is a proposed global solution, the energy is depleted with respect to time because the sensor battery is drained after each cycle. Unlike the standard bat algorithm, which uses echolocation to generate loudness, the modified hibernation bat node scheduling algorithm uses the heart rate to generate waves, so this heart rate has an amplitude equal to its loudness. The difference in f m a x f m i n is considered one, where f is the maximum and minimum value for the bat population, i.e., the generated solutions.
A = f m i n + ( f m a x f m i n ) × C
C = ( A f m i n ) / ( f m a x f m i n )
where   A is the amplitude of the heart rate of the bat under consideration and C is a gradient (i.e., steepness or the slope of a curve in search space) average position. Hence, the solution proposed in this paper will have both local and global solutions. So, the local solution is:
Z ( t + 1 ) = Z ( t ) + b ( t ) × P ( t )      
where P ( t ) is the population density of bats and b ( t ) can be a varying constant. As the bats are clustered by nature, they tend to be dense inside and sparse outside, as explained in Equation (5). The global solution can be obtained by adding the P ( t ) variable to the local solution as described. The population P ( t ) can be averaged out by the following relation, representing the global solution:
  P ( t + 1 ) = C × P ( t )
The global solution is obtained with respect to variation in time, in which the correlation time between each sensor node is linked with the current level of energy. Therefore, it triggers multiple solutions rather than a single solution.
The proposed algorithm processes the residual energy of bats/nodes as a function of ON/OFF values with respect to time. Since energy depletes as time naturally progresses in the WSN, the residual energy is a proportional attribute to time, and the ON/OFF values will be dynamically updated by the proposed algorithm. The premise of our work is based upon previously calculated data, which contain sleep/awake values and energy, communication requirements, and scheduling values. The core of the proposed algorithm is to optimize the objective function related to the product of energy, distance, and network lifetime. In our solution, we consider the objective function, which considers its optimization goal energy (related to the network and lifetime), distance (related to connectivity), and network lifetime (related to scheduling). Algorithm 1 describes the functionality of our proposed bat solution.
Algorithm 1. Bat node scheduling algorithm
Input: Initial population, frequency, and velocity of bats
Output: Global number of iterations.
1: Initialize the bat population n, the heart rate r(i), and the velocity v(i)
2: While ( t < m a x _ i t e r a t i o n )
3:   f i = f m i n + ( f m a x f m i n ) × β as in Equation (4)
4: v i ( t + 1 ) = v i ( t ) + ( x i ( t ) x * )
5: x i   ( t + 1 ) = x i ( t ) + v i ( t + 1 )
6:                                                          If ( r a n d > r i )
7:                                                           x ( n e w ) = x ( o l d ) + ε × f i
8:                                                          End If
9:                     If ( r a n d < E )   & &   ( z i < Z s o l )  
10:                    E ( t + 1 ) = ×   E ( t )
11:                    z ( t + 1 ) = z ( t ) + b ( t ) × P ( t ) using Equation (5)
12:                   End If
13: Find the solution Z s o l for E i using Equation (6)
14: Rank the bats in P []
15. Pareto-optimal ( P [])
16:    For each solution S 1 in S :
17:                 Initialize a Boolean flag dominated = False.
18:             For each solution S 2 in S :
19:                 If S 1 is dominated by S 2 (all objectives of S2 are better or equal to S1),
20:         set dominated = True and break.
21:                 End If
22:             If dominated is False,
23:        add S1 to P as it is a Pareto-optimal solution.
24:            End If
25:                 End For
26: Return P as the set of Pareto-optimal solutions.
27:    End For
28: End While
The objective function presents the possible solutions in the search space, whereas the fitness function is a function that analyzes a candidate solution to a problem. Therefore, to better understand the Algorithm 1 mechanism, three bat population-based scenarios are presented to demonstrate the process scheduling solution (see Table 1) for the MOO problem at hand.

3.2. Use-Case Scenario of the Bat Node Scheduling Algorithm

In this use-case scenario, a step-by-step explanation for three bat populations is considered to demonstrate the process of obtaining the optimal solution.
  • The first step is the random initialization of sensor nodes, e.g., three populations with the energy value as stated in Table 1.
  • The second step defines the heart rate, i.e., energy for the three bat populations, where the number of bats is determined, while the population density is represented by the number of bats/total test area. For example, suppose there are 100 bats and the test area is 100 square meters, then the population density is 100/100 = 1 bat per square meter (coverage). Table 1 is the first iteration, with random values assigned to the variables. In this step, the initialization takes place.
  • The third step generates new solutions by adjusting the heart rate and updating the energy level with locations to generate the new solutions.
  • The fourth step checks a condition ( i f   ( ( r a n d ) > c ) = t r u e ; ) and tests if there is a lower threshold value for each variable: frequency > 0, velocity = 0, no. of hops < number of nodes, and energy level max energy of the battery used in the sensor nodes. From the above, we choose B a t 2 amongst the three bat populations because it has the highest frequency population with a moderate energy level; therefore, this condition makes it suitable to have better connectivity and coverage.
  • The fifth step is the selection of the best solutions based on the fitness function defined by Equation (5). The fitness function operates as follows:
    Fitness function: z ( t + 1 ) = z ( t ) + b ( t ) p ( t ) , where t is time in seconds. Now, assuming t is equal to 1 s and b is a constant value set to 0.02, the fitness function is updated as follows:
    z ( 2 ) = z ( 1 ) + b ( 1 ) × p ( 1 ) = 10 + 0.02 × 10 ( 1 + 0.02 ) = 10.2         B a t 1   ( 1 s t   p o p u l a t i o n ) = 15 ( 1 + b ) = 15 ( 1 + 0.02 ) = 15.3         B a t 2   ( 2 n d   p o p u l a t i o n ) = 13 ( 1 + b ) = 13 ( 1 + 0.02 ) = 13.26   B a t 3   ( 3 r d   p o p u l a t i o n )
  • The sixth step shows that if the output of the fitness function has similar values for all bat populations, it will execute this step to recalculate from the beginning.
  • The seventh step selects the bat population that has the lowest energy values to achieve this objective (the minimum operating energy of the sensor nodes). Our objective is to make the performance 100% efficient in utilization, which is our ideal optimal solution. For example, assuming a number of nodes is the minimum requirement to form a WSN, let us say the WSN has 70 nodes with minimum operating energy (condition). Assuming that 50 sensor nodes have met the condition, we must then tune up the energy for the 20 nodes to join.
  • The eighth step updates the solution, where the energy level E i is increased and the Z i is decreased. This means that the more energy per node, the fewer nodes involved, and the less energy per node, the more sensor nodes involved. And that is the main constraint of the objective function, as it is energy-dependent.
  • In the ninth step, after the B a t 2 solution is accepted, the ranking of the best-to-worst solution is determined. E i is reset, and Z i is decreased. There is a solution generated after each iteration. This iteration is based on the bat population.
  • In the tenth step, the Pareto algorithm filters the achieved solutions in the search space to find the optimal solution. This filtration process is based on proximity to the base station and energy. For example, as we know, out of all the input parameters, the following are the two important ones chosen logically from domain knowledge:
    o
    The proximity, e.g., how close the sensor nodes are to the base station (assigned weights of 60%), has a certain level of importance.
    o
    The energy levels of the sensor battery (assigned weights of 40%) are the two important conditions (1 and 2) that we consider in the Pareto algorithm. They are collectively defined as S 1 (a collection of favorable attributes). The conditions include:
    o
    Packet generation;
    o
    Type of sensor hardware characteristics;
    o
    Throughput.
The 3 conditions are then defined as S 2 collectively (a collection of not-so-favorable attributes); therefore, as we can see, the energy levels of B a t 3 are higher if it is near the base station; otherwise, this will affect the sequence, followed by B a t 2 and B a t 1 , hence the priority will be to choose this sequence. Finally, the best solution is communicated to the base station.

4. Experiments and Discussion

In this study, a simulation-based experiment is used to study and analyze the proposed bat node scheduling algorithm. In particular, the MATLAB simulator version R2018b-based event-driven programming simulator is used. A comparative analysis is used to investigate the performance of the newly proposed bat node scheduling algorithm and compare it against the HMM node scheduling algorithm and a normal non-scheduling cluster-head algorithm. The simulation is composed of rounds; in each round, there is an activity of sensing and reporting the sensed data back to the base station. The parameters used in this work include simulation parameters, coverage, and nodes, and the values are commonly used in the literature [7,13]. In this work, the same values are adopted for the simulator environment. There are three types of WSN communication ranges: short, long, and heterogenous. In this experiment, we have considered the use of the short-range ZigBee technology for the WSN, where its main features are the low data rates and low power consumption. We matched our communication range to be within 5 m. It is worth mentioning that the ZigBee communication range is very strong when the signal strength is within the 1 to 5 m range [34]. Furthermore, we adopted a realistic, commonly used energy model, as stated in [13]. Thus, in this experiment, the following assumptions and parameters are considered, as shown in Table 2.

4.1. Experiment Assumptions

In our work, we considered a uniform deployment with a random distribution over an area to be monitored. We have assumed that the area to be monitored is composed of multiple grids, where each grid represents the points of interest (POIs) [13]. In order to ensure that the event is detected and reported back to the base station, we assumed that the network coverage intensity was high and was based on the probability coverage model [19]. So, we defined a POI as the area to be covered by at least one sensor node in the WSN. Moreover, to ensure a good level of coverage, we defined our coverage metric to be greater than or equal to the area to be monitored. Consequently, we assumed that when connectivity between sensor nodes is established, all nodes are connected in the WSN. Thereby, there is always a maintained path from the base station to all nodes deployed over the area to be monitored. Furthermore, we defined the network lifetime as the most useful lifetime where sensor nodes maintain a level of connected coverage with the expected network operational lifetime over the area to be monitored. Figure 2 represents the possible spatial coverage scenario over the area to be monitored. In each scenario, the level of node density distributed randomly within a certain zone can be noted.
Accordingly, the bat node scheduling algorithm considers the solution in two steps:
1.
local solution where the location Z and the energy E of each node are factored in to obtain the local solution during the run-time operation of the WSN.
For example, let us assume that we have three nodes: A , B , and C , where the operation time t of node A is 1 s and the location of A is 3. Therefore, ( 1 , 3 ) is the local scheduling solution for A . Respectively, node B is ( 2 ,   6 ) and node C is ( 3 ,   9 ) .
3 × 1 = 3 ,   3 × 2 = 6 ,   3 × 3 = 9
2.
Therefore, the global solution is obtained by adding the conversion time and energy to the multicore search space. Where the global solution is presented by ( t ,   3 × t )
when   t   = 1 ;   ( 1 ,   3 × 1 ) = ( 1 × 3 ) = 3
when   t   = 2 ;   ( 2 ,   3 × 2 ) = ( 2 × 6 ) = 12
when   t   = 3 ;   ( 3 ,   3 × 3 ) = ( 3 × 9 ) = 27
In principle, the time variations, specifically the correlations in time between each sensor node, are incorporated, which are bound to the energy needed to predict the future operational time of each sensor sleep schedule.
In the simulation, the experiment runs through 2000 rounds with a threshold to stop the simulation when the last number of nodes consumes all its energy. Figure 3 illustrates the experimentation set-up with the area to be monitored using 150 nodes. For statistical significance tests, each experiment simulation was individually tested 30 times. We implemented a one-way ANOVA to identify the p-value for statistical results from the bat node scheduling algorithm.
The output of the bat node scheduling algorithm is an optimal node schedule as presented in Table 3, where each node has an ON/OFF time instance.
For example, when time is arbitrarily assigned to each instant, such as Instant 1 = 1, Instant 2 = 2, Instant 3 = 4, and Instant 4 = 7, apply the following equations:
  • Instant 2 − Instant 1 = 2 s − 1 s = 1 s;
  • Instant 3 − Instant 2 = 4 s − 2 s = 2 s;
  • Instant 4 − Instant 3 = 7 s − 4 s = 3 s.
The achieved results showed that the bat node scheduling algorithm outperformed the HMM node scheduling algorithm by 30% for the network lifetime, 40% for the network coverage, and 26.7% for the network connectivity. Furthermore, it is significantly better with respect to the parameters because p 0.05 . Table 4 represents the statistical analysis of the simulation experiments.
What follows represents the metrics we used as the base to compare our novel bat node scheduling algorithm, the HMM node scheduling, and the RCS algorithms. We denote the HMM as M, the RCS as O, and the bat node scheduling algorithm as Bat. For extra analysis assurance for our experiment, we simulated all the above algorithms with and without scheduling to observe both cases’ performance with respect to energy conservation.

4.2. All Used Energy

All used energy is a metric that investigates the network energy consumption throughout the simulation rounds. Figure 4 represents the usage of this metric, where the Y-axis is the nodes’ used energy and the X-axis is the round number. The energy efficiency of the bat node scheduling algorithm met the requirements and outperformed the HMM node scheduling and RCS algorithms. Due to its ability to produce a solution that has high performance in terms of coverage, connectivity, and network lifetime, the proposed bat node scheduling algorithm can be utilized to cover a wide range of safety-critical systems. For example, scenarios that can include forest fire detection systems, skyscraper fire detection systems, power plant nuclear systems, etc.
It can be noticed that the bat node scheduling algorithm reached an energy consumption of 24 joules at the 2555th round, while the HMM node scheduling algorithm scored it at the 1000th round. This shows how energy efficient the bat node scheduling algorithm is at conserving energy for more than double the time rounds achieved by the HMM node scheduling algorithm. As energy is one of the main critical parameters, using it cautiously is one of the prime requirements of the network. As described earlier, the bat node scheduling algorithm uses energy as one of the optimizing parameters due to the stable energy considerations in terms of distance, as depicted in Figure 3. However, in the HMM node scheduling and RCS algorithms, there was randomization of node allocations in the set-up phase to join WSN subsets; hence, their ON/OFF deployment will be based on that result. Additionally, there were extra ON nodes to fill the network’s coverage holes. When the sensor’s residual energy was not considered, the performance was compromised with respect to the RCS algorithm and HMM node scheduling algorithm. This result confirms that the residual energy information is useful in extending the time taken to the first depletion of node energy in the bat node scheduling algorithm.

4.3. Lifetime of Sensor Nodes

The lifetime of sensor nodes is a metric that investigates the number of alive nodes throughout the simulation rounds, where the Y-axis represents the number of nodes alive and the X-axis represents the number of rounds. The bat node scheduling algorithm improved noticeably in terms of nodes’ lifetime energy, as can be seen in Figure 5. Notably, in the bat node scheduling algorithm, the number of nodes that stay alive is 18 at 181 rounds; meanwhile, the HMM node scheduling algorithm recorded 18 nodes alive at 113 rounds. Consequently, the bat node scheduling algorithm outperformed the HMM node and the RCS algorithms by a noticeable margin.
The RCS algorithm uses a random coverage model utilizing an integrated method that provides statistical sensing coverage and guaranteed network connectivity. However, its lifetime was compromised in this experiment due to the randomization of allocating nodes in joining network subgroups. Furthermore, the RCS algorithm turns extra nodes ON to compensate for the coverage holes. This limitation is reflected in Figure 4, in which the light blue curve of the RCS algorithm recorded 18 live nodes at 101 rounds for the remainder of its lifetime.
Our proposed bat node scheduling algorithm solves these limitations by replacing the node allocation randomization with an objective function focusing on network lifetime, coverage, and connectivity during the network’s runtime. This objective function introduces pre-determined schedules for the nodes across their lifetime, enabling the nodes to be fully aware of their ON/OFF states without disturbances due to randomizations. This determinism in stochastic scheduling improves the network’s lifetime, coverage, and connectivity in the sense that these schedules identify the WSN’s optimal solutions, as illustrated in Figure 3. In support of this, Figure 4 clearly shows the optimal solutions, in which energy and distance were the considerations. It would be interesting to further analyze the Bat node scheduling algorithm using the Artificial Intelligence (AI) method [15]. Furthermore, when the bat node scheduling algorithm was implemented, coupled with the Pareto sorting algorithm, it provided those solutions in the space that were noticed to be stable. Our proposed approach here allowed us to sustain the process of dissemination of messages over the network for a longer time, e.g., sustain QoS levels of service availability and reliability.

4.4. Efficiency

During the lifetime of the network, there are a number of packets sent and received, and here we compare the throughput of all the mentioned algorithms with our proposed bat node scheduling algorithm. The correlation measured here is that the longer the network lifetime, the higher the number of packets sent and the receiving rate, hence a higher efficiency. Figure 6 represents the efficiency, where the Y-axis is the number of packets sent and received and the X-axis is the number of rounds.
It is noticeable from Figure 5 that the bat node scheduling algorithm has recorded a higher efficiency than the other algorithms. For example, the bat recorded 2,500,000 packets of throughput at the longest lifetime of the recorded simulation at the 2555th round. Since the bandwidth of the network is defined as the number of packets generated in the network, we can clearly say that lower bandwidth will result in less congestion and less information, and more bandwidth will result in more congestion and more information. Hence, we can see from the graphs that the bat node scheduling algorithm provides trade-offs between congestion and information. Hence, the efficiency of the network will be better compared to others. It can be noticed that the bat node scheduling algorithm has recorded the lowest packet generated (less congestion) from the 1st to 1000th round. The more packets are generated, the more they will use the maximum bandwidth available, causing energy to be lost due to excess packet generation and hampering other functions like connectivity coverage and lifetime.

4.5. Connectivity

In this metric, we are investigating the connectivity of the sensor nodes in the network. In Figure 7, the Y-axis is the performance of connectivity, which is measured by a number as a value, e.g., the fraction of nodes connected in the network, and the X-axis is the time, which is measured by the number of rounds. Here, 150 nodes in the network are considered; if the connectivity is 0.98, then the total connected nodes are calculated by 150 × 0.98 = 149 .
As can be noticed from Figure 6, from the 140th round to the 158th round, the bat node scheduling algorithm recorded a connectivity value of 1, which means that the network is live and has better connectivity in comparison to the other algorithms. This observation shows the bat node scheduling algorithm has achieved the highest connectivity measurement with respect to the number of bats/nodes optimized energy E and the distance Z manifested in the prolonged network lifetime. The network lifetime was defined as the time slots passed until there was no set of active nodes that covered all points of interest or guaranteed connectivity between the sink and sensing nodes. As E and Z reached the stable point, as shown in Figure 6, the average lifetime also increased.

4.6. Coverage

Coverage is a metric that measures the ratio of all node coverage to the area to be monitored. In Figure 8, the Y-axis is the ratio of the coverage to the total area to be monitored, and the X-axis is the number of rounds.
As can be noted, the bat node scheduling algorithm has improved coverage at the 180 th round. Meanwhile, the HMM node scheduling recorded a coverage of 0 at round 100 because the nodes there had already lost their coverage since they prematurely depleted their energy reserves. In the case of coverage, we have the fraction of the area covered by the network. If the area to be monitored is 100   m 2 , a coverage of 0.8 would mean 0.8 × 100 = 80   m 2 of that area has been covered.

5. Conclusions

In order to improve the coverage, connectivity, and network lifetime of WSNs, many scheduling algorithms are possible. However, how good an algorithm is or if it is the best is not easy to answer. Bio-inspired computation opened the way for search space exploration; hence, our main contribution is determining whether a bat node scheduling algorithm can find a better solution than one proposed by an earlier HMM node algorithm. The novel, proposed bat node scheduling algorithm has improved network lifetime, which in turn has improved service availability for more dependable WSNs. The bio-inspired bat node scheduling algorithm prevents the languishing of the values within the local maximum and local minimum. Instead, it provides stable global maximum and minimum values that remain the same throughout the lifetime of the algorithm. In addition, from an algorithmic point of view, the bat and Pareto optimization algorithms worked in tandem to improve the performance of network parameters like connectivity, coverage, and network lifetime. Our results show significant improvements in all three dimensions, and the Pareto sorting guarantees us that the proposed bat node scheduling is the best for all possible fitness and objective functions and for a given search space. This leaves open the possibility for another algorithm to outperform our bat node scheduling algorithm. The network lifetime, coverage, and connectivity were improved, contributing to the dependability of WSNs. Assumptions/simulation parameters were used to make the work presented here more relevant to real-time WSN scenarios. Hence, our pursuit of the best scheduling algorithm for a WSN is not over yet. It would be equally interesting to implement this algorithm in mobile ad hoc network (MANET) or vehicular ad hoc network (VANET) environments.

Author Contributions

Methodology, I.A.-N.; Software, I.A.-N.; Validation, I.A.-N.; Formal analysis, I.A.-N. and R.R.; Investigation, I.A.-N. and R.R.; Resources, I.A.-N.; Data curation, I.A.-N.; Writing—original draft, I.A.-N.; Writing—review & editing, I.A.-N., A.L., R.R. and G.E.N.; Supervision, A.L. and R.R. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data are contained within the article.

Acknowledgments

The authors would like to thank all those who contributed to the completion and success of this work. Special thanks to the Faculty of Science and Technology at Middlesex University and the School of Statistics and Computer Science at Trinity College Dublin, Ireland, who played a significant role in backing this work at all stages of the study.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Haseeb, K.; Din, I.U.; Almogren, A.; Islam, N. An energy efficient and secure IoT-based WSN framework: An application to smart agriculture. Sensors 2020, 20, 2081. Available online: https://www.mdpi.com/1424-8220/20/7/2081 (accessed on 23 November 2023). [CrossRef] [PubMed]
  2. Kocakulak, M.; Butun, I. An overview of Wireless Sensor Networks towards internet of things. In Proceedings of the 2017 IEEE 7th Annual Computing and Communication Workshop and Conference (CCWC), Las Vegas, NV, USA, 9–11 January 2017; IEEE: Piscataway, NJ, USA, 2017; pp. 1–6. Available online: https://ieeexplore.ieee.org/abstract/document/7868374/ (accessed on 23 November 2023).
  3. Hill, J.L. System Architecture for Wireless Sensor Networks; University of California: Berkeley, CA, USA, 2003; Available online: http://www.eps2009.dj-inod.com/docs/09-02-01/system_architecture_for_wireless_sensor_networks.pdf (accessed on 24 October 2015).
  4. Ambrose, A.I. Scheduling for Composite Event Detection in Wireless Sensor. Master’s Thesis, Florida Atlantic University, Boca Raton, FL, USA, 2008. Available online: http://fau.digital.flvc.org/islandora/object/fau%3A2881/datastream/OBJ/view/Scheduling_for_composite_event_detection_in_wireless_sensor_networks.pdf (accessed on 7 August 2015).
  5. Chiang, M.-H. Energy Optimization in Sensor Networks; ProQuest: Ann Arbor, MI, USA, 2007. [Google Scholar]
  6. Cardei, M.; Thai, M.T.; Li, Y.; Wu, W. Energy-efficient target coverage in wireless sensor networks. In INFOCOM 2005, Proceedings of the IEEE 24th Annual Joint Conference of the IEEE Computer and Communications Societies, Miami, FL, USA, 13–17 March 2005; IEEE: Piscataway, NJ, USA, 2005; pp. 1976–1984. Available online: http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1498475 (accessed on 9 February 2016).
  7. Fu, C.; Jiang, Z.; Wei, W.E.I.; Wei, A. An energy balanced algorithm of LEACH protocol in WSN. Int. J. Comput. Sci. Issues 2013, 10, 354. [Google Scholar]
  8. Meier, A. Safety-Critical Wireless Sensor Networks. Swiss Federal Institute of Technology Zurich. 2009. Available online: ftp://ftp.tik.ee.ethz.ch/pub/people/andreame/papers/meier2009diss.pdf (accessed on 27 June 2015).
  9. Rausand, M. Reliability of Safety-Critical Systems: Theory and Applications; John Wiley & Sons: Hoboken, NJ, USA, 2014. [Google Scholar]
  10. Hartung, C.; Han, R.; Seielstad, C.; Holbrook, S. FireWxNet: A multi-tiered portable wireless system for monitoring weather conditions in wildland fire environments. In Proceedings of the 4th International Conference on Mobile Systems, Applications and Services, New York, NY, USA, 19–22 June 2006; ACM: New York, NY, USA; pp. 28–41. Available online: http://dl.acm.org/citation.cfm?id=1134685 (accessed on 24 October 2015).
  11. Tate, J.; Bate, I. LIPS: A Protocol Suite for Homeostatic Sensornet Management. In Proceedings of the 2011 16th IEEE International Conference on Engineering of Complex Computer Systems (ICECCS), Las Vegas, NV, USA, 27–29 April 2011; IEEE: Piscataway, NJ, USA, 2011; pp. 263–272. Available online: http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=5773400 (accessed on 26 June 2015).
  12. Chipara, O. Towards Real-Time Wireless Sensor Networks. 2010. Available online: http://openscholarship.wustl.edu/etd/62/ (accessed on 21 June 2015).
  13. Liu, C.; Wu, K.; Xiao, Y.; Sun, B. Random coverage with guaranteed connectivity: Joint scheduling for wireless sensor networks. IEEE Trans. Parallel Distrib. Syst. 2006, 6, 562–575. Available online: http://www.computer.org/csdl/trans/td/2006/06/l0562-abs.html (accessed on 7 March 2016). [CrossRef]
  14. Alnader, I.; Lasebae, A.; Raheem, R. Using Hidden Markov Chain for Improving the Dependability of Safety-Critical WSNs. In Proceedings of the International Conference on Advanced Information Networking and Applications, Juiz de Fora, Brazil, 29–31 March 2023; Springer: Juiz de Fora, Brazil, 2023; pp. 460–472. [Google Scholar]
  15. Al-Nader, I.; Lasebae, A.; Raheem, R. A New Perceptron-Based Neural-Network Algorithm to Enhance the Scheduling Performance of Safety–Critical WSNs of Increased Dependability. In World Conference on Information Systems for Business Management; Springer Nature: Singapore; pp. 347–366.
  16. Jin, S.; Zhou, M.; Wu, A.S. Sensor network optimization using a genetic algorithm. In Proceedings of the 7th World Multiconference on Systemics, Cybernetics and Informatics, Orlando, FL, USA, 27–30 July 2003; pp. 109–116. Available online: http://www.cs.ucf.edu/~ecl/papers/0307.sci.sjin.pdf (accessed on 28 December 2015).
  17. Forestiero, A.; Mastroianni, C.; Spezzano, G. A Multi Agent Approach for the Construction of a Peer-to-Peer Information System in Grids. Available online: https://www.researchgate.net/profile/Carlo-Mastroianni/publication/221436253_Construction_of_a_Peer-to-Peer_Information_System_in_Grids/links/0912f50cee96e52391000000/Construction-of-a-Peer-to-Peer-Information-System-in-Grids.pdf (accessed on 24 January 2024).
  18. Thomas, D.; Shankaran, R.; Sheng, Q.Z.; Orgun, M.A.; Hitchens, M.; Masud, M.; Ni, W.; Mukhopadhyay, S.C.; Piran, J. QoS-aware energy management and node scheduling schemes for sensor network-based surveillance applications. IEEE Access 2020, 9, 3065–3096. [Google Scholar] [CrossRef]
  19. Sendra, S.; Parra, L.; Lloret, J.; Khan, S. Systems and algorithms for wireless sensor networks based on animal and natural behavior. Int. J. Distrib. Sens. Netw. 2015, 11, 625972. [Google Scholar] [CrossRef]
  20. Forestiero, A. Bio-inspired algorithm for outliers detection. Multimed. Tools Appl. 2017, 76, 25659–25677. [Google Scholar] [CrossRef]
  21. He, T.; Krishnamurthy, S.; Stankovic, J.A.; Abdelzaher, T.; Luo, L.; Stoleru, R.; Yan, T.; Gu, L.; Hui, J.; Krogh, B. Energy-efficient surveillance system using wireless sensor networks. In Proceedings of the 2nd International Conference on Mobile Systems, Applications, and Services, Boston, MA, USA, 6–9 June 2004; ACM: New York, NY, USA, 2004; pp. 270–283. Available online: http://dl.acm.org/citation.cfm?id=990096 (accessed on 15 July 2016).
  22. Wu, K.; Gao, Y.; Li, F.; Xiao, Y. Lightweight deployment-aware scheduling for wireless sensor networks. Mob. Netw. Appl. 2005, 10, 837–852. Available online: http://dl.acm.org/citation.cfm?id=1160129 (accessed on 27 February 2016). [CrossRef]
  23. Yang, O. Sleeping Strategies for Wireless Sensor Networks; University of Rochester: Rochester, NY, USA, 2011. [Google Scholar]
  24. Ha, R.W.K. A Sleep-Scheduling-Based Cross-Layer Design Approach for Application-Specific Wireless Sensor Networks. 2006. Available online: https://uwspace.uwaterloo.ca/handle/10012/918 (accessed on 21 June 2015).
  25. Xu, Y.; Heidemann, J.; Estrin, D. Geography-informed energy conservation for ad hoc routing. In Proceedings of the 7th Annual International Conference on Mobile Computing and Networking, Rome, Italy, 16–21 July 2001; ACM: New York, NY, USA, 2001; pp. 70–84. Available online: http://dl.acm.org/citation.cfm?id=381685 (accessed on 12 October 2015).
  26. Viera, M.A.M.; Viera, L.F.M.; Ruiz, L.B.; Loureiro, A.A.; Fernandes, A.O.; Nogueira, J.M.S. Scheduling nodes in wireless sensor networks: A Voronoi approach. In Proceedings of the 28th Annual IEEE International Conference on Local Computer Networks, 2003. LCN’03. Proceedings, Bonn/Konigswinter, Germany, 20–24 October 2003; IEEE: Piscataway, NJ, USA, 2003; pp. 423–429. Available online: http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1243168 (accessed on 4 August 2015).
  27. Cerpa, A.; Estrin, D. ASCENT: Adaptive self-configuring sensor networks topologies. Mob. Comput. IEEE Trans. 2004, 3, 272–285. Available online: http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1318596 (accessed on 10 October 2015). [CrossRef]
  28. Ye, F.; Zhong, G.; Cheng, J.; Lu, S.; Zhang, L. PEAS: A robust energy conserving protocol for long-lived sensor networks. In Proceedings of the 23rd International Conference on Distributed Computing Systems, 2003. Proceedings, Providence, RI, USA, 19–22 May 2003; IEEE: Piscataway, NJ, USA, 2003; pp. 28–37. Available online: http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=1203449 (accessed on 26 September 2015).
  29. Tian, D.; Georganas, N.D. A Coverage-preserving Node Scheduling Scheme for Large Wireless Sensor Networks. In Proceedings of the 1st ACM International Workshop on Wireless Sensor Networks and Applications, WSNA ’02, New York, NY, USA, 28 September 2002; ACM: New York, NY, USA, 2002; pp. 32–41. [Google Scholar] [CrossRef]
  30. Wang, L.; Wei, R.; Lin, Y.; Wang, B. A clique base node scheduling method for wireless sensor networks. J. Netw. Comput. Appl. 2010, 33, 383–396. [Google Scholar] [CrossRef]
  31. Purushothaman, K.E.; Nagarajan, V. Multiobjective optimization based on self-organizing Particle Swarm Optimization algorithm for massive MIMO 5G wireless network. Int. J. Commun. Syst. 2021, 34, e4725. [Google Scholar] [CrossRef]
  32. Guo, S.-S.; Wang, J.-S.; Ma, X.-X. Improved bat algorithm based on multipopulation strategy of island model for solving global function optimization problem. Comput. Intell. Neurosci. 2019, 2019, 6068743. Available online: https://www.hindawi.com/journals/cin/2019/6068743/ (accessed on 2 November 2023). [CrossRef] [PubMed]
  33. Yang, X.-S. Nature-Inspired Optimization Algorithms; Academic Press: Cambridge, MA, USA, 2020. [Google Scholar]
  34. Kazeem, O.O.; Akintade, O.O.; Kehinde, L.O. Comparative study of communication interfaces for sensors and actuators in the cloud of internet of things. Int. J. Internet Things 2017, 6, 9–13. [Google Scholar]
Figure 1. Integration of the bat model into the WSN model.
Figure 1. Integration of the bat model into the WSN model.
Sensors 24 01928 g001
Figure 2. The spatial connected coverage scenarios (A, B, C, D, and E) over the area to be monitored.
Figure 2. The spatial connected coverage scenarios (A, B, C, D, and E) over the area to be monitored.
Sensors 24 01928 g002
Figure 3. Simulation set-up for the bat node scheduling algorithm (Red—cluster head, Blue—child node, Yellow—sleeping node, Green—Overused node).
Figure 3. Simulation set-up for the bat node scheduling algorithm (Red—cluster head, Blue—child node, Yellow—sleeping node, Green—Overused node).
Sensors 24 01928 g003
Figure 4. All used energy.
Figure 4. All used energy.
Sensors 24 01928 g004
Figure 5. Lifetime of Sensor Nodes.
Figure 5. Lifetime of Sensor Nodes.
Sensors 24 01928 g005
Figure 6. Efficiency.
Figure 6. Efficiency.
Sensors 24 01928 g006
Figure 7. Connectivity.
Figure 7. Connectivity.
Sensors 24 01928 g007
Figure 8. Coverage.
Figure 8. Coverage.
Sensors 24 01928 g008
Table 1. Initializing the bat population with random values.
Table 1. Initializing the bat population with random values.
B a t 1 B a t 2 B a t 3 Variablesc Threshold Value
10%15%13%Frequency f  (percentage or population of nodes ON) f > 0
000Velocity v (mobility status) v = 0
135Position N (no. of hops)N < number of nodes
252630Heart rate E (energy)E ≤ 30 J
Table 2. Simulation parameters.
Table 2. Simulation parameters.
Parameter NameValue
Length of the network (m)W = 20
Width of the network (m)L = 20
Initial energy of each node (joules)Ei = 0.25
Packet size for cluster head per round (bits)CHpl = 3000
Desired percentage of cluster headsp = 5/100
Max number of simulated roundsnum_rounds = 2000
Average time in seconds taken in the setup phaseTsetup = 4
Average time in seconds taken in the steady-state phaseTss = 10
Energy for transmitting one bitEtrans = 1.0000 × 10−9
Energy for receiving one bitErec = 1.0000 × 10−9
Data aggregation energyEagg = 1.0000 × 10−9
Energy of the free space model amplifierEfs = 5.00 × 10−8
Distance from the sink to the sensor areaMarg = 5
Packet size for normal node per round (bits) for each typerates = 80
Max range for wireless transmission for each nodeR = 3.5
Table 3. Node scheduling with variant ON/OFF time instants.
Table 3. Node scheduling with variant ON/OFF time instants.
Nodes IDInstant 1Instant 2Instant 3Instant 4
Node 1OFFONOFFON
Node 2ONOFFONOFF
Node 3OFFOFFONON
Node 4ONONOFFOFF
Table 4. Statistical analysis.
Table 4. Statistical analysis.
MetricsBat Node Scheduling AlgorithmHMM Node Scheduling Algorithm
Number of hubs2620
Connectivity200181
Coverage0.980.97
Lifetime196183
ANOVA 1 p = 4.0669 × 10 175 p = 5.22 × 10 156
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Al-Nader, I.; Lasebae, A.; Raheem, R.; Ekembe Ngondi, G. A Novel Bio-Inspired Bat Node Scheduling Algorithm for Dependable Safety-Critical Wireless Sensor Network Systems. Sensors 2024, 24, 1928. https://doi.org/10.3390/s24061928

AMA Style

Al-Nader I, Lasebae A, Raheem R, Ekembe Ngondi G. A Novel Bio-Inspired Bat Node Scheduling Algorithm for Dependable Safety-Critical Wireless Sensor Network Systems. Sensors. 2024; 24(6):1928. https://doi.org/10.3390/s24061928

Chicago/Turabian Style

Al-Nader, Issam, Aboubaker Lasebae, Rand Raheem, and Gerard Ekembe Ngondi. 2024. "A Novel Bio-Inspired Bat Node Scheduling Algorithm for Dependable Safety-Critical Wireless Sensor Network Systems" Sensors 24, no. 6: 1928. https://doi.org/10.3390/s24061928

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