Next Article in Journal
A Novel Strategy for Detecting Permittivity and Loss Tangent of Low-Loss Materials Based on Cylindrical Resonant Cavity
Previous Article in Journal
Li2100deplMoO4 Scintillating Bolometers for Rare-Event Search Experiments
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Non-Uniform Clustering Algorithm for UWSNs Based on Energy Equalization

1
Fujian Key Laboratory of Communication Network and Information Processing, Xiamen University of Technology, Xiamen 361024, China
2
Key Laboratory of Underwater Acoustic Communication and Marine Information Technology, Xiamen University, Xiamen 361005, China
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(12), 5466; https://doi.org/10.3390/s23125466
Submission received: 4 May 2023 / Revised: 31 May 2023 / Accepted: 4 June 2023 / Published: 9 June 2023
(This article belongs to the Section Sensor Networks)

Abstract

:
Underwater sensor nodes are usually deployed by ships, aircraft, etc., in random drops, and there is current movement in the underwater environment, which results in an uneven distribution of sensor nodes and thus, different energy consumption in each area of the network. In addition, the underwater sensor network also has a “hot zone” problem. To address the uneven energy consumption of the network caused by the above problem, the non-uniform clustering algorithm for energy equalization is put forward. Considering the residual energy, density and coverage redundancy of nodes, this algorithm selects the cluster heads and makes them more reasonably distributed. Additionally, according to the selected cluster heads, the size of each cluster is designed to equalize the energy consumption of the network during multi-hop routing. In this process, the residual energy of cluster heads and the mobility of nodes are considered, and real-time maintenance is performed for each cluster. The simulation results demonstrate that the proposed algorithm is effective in prolonging the network lifetime and balancing the network energy consumption; moreover, the network coverage maintenance is better than that of other algorithms.

1. Introduction

With the invention of wearable devices and some of their hardware devices, and the continuous research on efficient communication protocols, underwater wireless sensor networks (UWSNs) have attracted more attention from researchers and made great progress in recent years [1]. Research on UWSNs is divided into many directions, such as node deployment, node localization, and routing protocols, among which the most complex and important is the study of routing protocols [2]. This is because UWSNs are subject to a variety of challenges and limitations: limited battery energy of sensor nodes, dynamic network topology, narrow bandwidth, high propagation delay, high noise, and high ocean interference. The design of routing protocols is one of the solutions to these problems, which can efficiently transmit data from source nodes to destination nodes in the network [3].
Usually, hardware devices such as underwater wearable devices, drifters, hydroacoustic modems [4], and senor nodes are low-power devices. Moreover, UWSNs, unlike terrestrial sensor nodes, are powered by batteries and cannot collect solar energy. Due to the harsh underwater environment, it is very burdensome to recover the batteries [5]. Therefore, to make the sensor network work longer, balancing the network energy consumption and extending the network lifetime are the key goals of routing protocols. In addition, the influence of dead nodes on the monitoring area should be also considered in the routing process to ensure the reliability of the network. Extensive work has shown that cluster routing protocols and multi-hop routing are effective in finding the optimal routing path for data transmission, saving energy, and extending the network lifetime [6].
However, multi-hop routing suffers from the hot zone problem because sensor nodes near the receiver can quickly exhaust their energy and these nodes can die earlier, thus leading to the inability to observe the area of interest [7]. At the initial stage of node deployment for the underwater sensor network, the sensor nodes are often randomly distributed on the water surface by aircraft or ship [8]. The presence of underwater current motion can lead to the uneven distribution of underwater sensor nodes [9], and thus the selection of cluster heads for the clustering algorithm and cluster size is key to avoiding excessive load differences between clusters in sparse and dense areas of nodes. At the same time, in UWSNs based on cluster architecture, when cluster heads transmit data to sink nodes with single-hop or multi-hop communication, they run out of energy and die prematurely due to large amounts of data overload, leading to early blindness in coverage of the monitored area [10]. In addition, due to ocean current activities and other natural factors, underwater nodes are prone to drift, causing the dynamic topological evolution of the network [11]. Therefore, the underwater routing protocol should be scalable to accommodate the dynamic topological change and stability in the network for different emergencies [3].
To address the above problems, an energy-balanced non-uniform clustering (NUC-EB) algorithm is proposed for the underwater sensor network in this paper. The clustering-based multi-hop transmission mechanism is used to balance the network energy consumption and extend the network lifetime. The algorithm first considers the number of neighbor nodes and the distance to each neighbor node and constructs a node density weight function to make cluster heads more evenly distributed in the network. Then, the coverage redundancy index is introduced by cluster heads to improve the fault tolerance of the detection area for cluster heads. Finally, the cluster maintenance mechanism is designed by considering the water flow and the residual energy of cluster heads.
The remainder of this paper is organized as follows: Section 2 reviews the related work on the routing protocols of UWSNs; Section 3 presents the energy consumption model and the underwater sensor network model; Section 4 describes the current algorithm flow; Section 5 evaluates the network performance compared to LEACH, UCUBG and DBR routing protocols; and Section 6 concludes this paper.

2. Related Works

UWSNs have been under research over the last decade and researchers have proposed different routing algorithms to extend the network lifetime and reduce high energy consumption.
In [12], a classical depth-based routing (DBR) protocol, also known as a locality-free protocol, is proposed. This algorithm uses a greedy flooding strategy, in which sensor nodes calculate the depth using depth sensors, and high-depth sensor nodes transmit data packets to low-depth sensor nodes until they reach the sink. The biggest advantage of this algorithm is that data can be transmitted to the sink based on the simple routing principle. However, this protocol also has certain drawbacks. First, data may be sent in different ways, possibly leading to high energy consumption. The protocol has a low data transfer rate in sparse networks. Second, due to convergence behavior, failures occur earlier in sensor nodes close to the sink.
In [13], the proposed EEDBR is an extension of the DBR protocol, which selects the optimal forwarding node while combining the residual energy parameter and depth. The sensor node checks the depth and residual energy of the receiving node with itself. Among the neighboring nodes, the node with the smallest depth value and the largest residual energy becomes the next hop destination. Although this algorithm equalizes the network energy consumption to some extent, there is still a poor energy-saving effect.
All of the above are planar routing protocols. The principle of planar routing protocols is usually simple, and the energy consumption problem of the network can be solved to some extent when considering the energy factor. However, cluster routing protocols have more advantages than planar routing protocols [14,15]. Firstly, cluster routing protocols consume less energy and have an evenly distributed energy consumption, which is effective in prolonging the network lifetime and balancing the network load. Secondly, cluster routing protocols are based on some cluster formation strategies that choose to produce a more stable subnetwork, thus reducing the impact of topological changes on the routing protocols. Moreover, cluster head nodes manage nodes within the cluster and can easily communicate various information about the nodes to the base station, such as energy, security, failure, etc. In addition, the base station can effectively send commands to other nodes in the network through the head node, which cannot be effectively achieved by flat routing.
In [16], the adaptive low-power LEACH algorithm is proposed, which is a classical clustering algorithm that uses a wheel-based sensor network for topological reconstruction and uses a probability function to choose the cluster head. This algorithm uses a single-hop transmission mechanism and fails to consider the uneven distribution of cluster heads and the different sizes of each cluster, which can easily lead to the premature death of cluster heads due to uneven energy consumption.
In [17], the authors improved the LEACH algorithm by proposing the DEEC algorithm. This algorithm introduces the residual energy of nodes in the cluster head selection process to increase the probability of nodes with higher residual energy to become cluster heads. It can further extend the network life cycle but does not consider the impact of node density on the network life cycle. The cluster heads are also used for single-hop transmission with poor scalability, which is not applicable to large wireless sensor networks.
In [18], a multi-hop non-uniform clustering algorithm (EEMUC) is implemented in UWSNs. Based on the distance between the node and the sink, the whole network can be divided into an uneven arc-shaped layered model centered on the sink. The nodes in each layer select cluster heads according to the integrated attribute values and reduce the clusters close to the sink. The multi-hop data transmission is used between the clusters to effectively equalize the energy consumption of cluster heads. However, the effect of uneven node distribution on the selection of cluster heads is not considered.
In [19], the proposed clustering algorithm (EGRCs) for data transmission classifies the whole 3D network into multiple grids, with each grid forming a cluster. The node with the largest residual energy and the shortest distance to the sink is selected as the cluster head. The next hop cluster head node is chosen according to the residual energy, end-to-end delay, and node-to-sink distance. This algorithm can prolong the network lifetime and improve the efficiency of energy usage, but it also fails to consider the impact of uneven node distribution on the network survival time based on grid clustering.
In [20], another clustering protocol scheme is applied to multi-hop routing for UWSNs, which selects cluster heads by considering the node coverage redundancy. It is a metric that characterizes the extent to which the sensory area of a node is covered by neighboring nodes. The greater the coverage redundancy, the smaller the impact on the network coverage upon the death of a node. The distributed network unevenly layered coverage preserving routing algorithm (NULCPR) effectively reduces the impact of cluster head mortality on network coverage for each cluster.
In [21], an energy-balanced unequal hierarchical clustering (EULC) algorithm is designed for UWSNs to reduce the energy consumption of communication between clusters. EULC generates clusters of different sizes in the same layer to address the “hot zone” problem. Based on the communication radius, the depth of network deployment is classified into multiple layers. The sensor node calculates the weight regarding the node degree, the distance to the sink node, and the residual energy of the node. The node with the highest weight is selected as the cluster head. Nodes store information about neighboring cluster heads and then calculate the routing function of neighboring cluster heads based on the distance between the residual energy and the node. Moreover, nodes select the next hop cluster head with the minimum routing function value. This algorithm considers the uneven distribution of nodes at each layer but does not consider the node distribution of the whole network and the effect of the coverage redundancy of cluster heads on the network coverage.
In [22], a hierarchical classification-based clustering algorithm (UCUBG) is proposed to select cluster heads according to the density and residual energy of nodes. Then, the cluster head hierarchy is classified based on the location relationship between cluster heads. Finally, nodes select the cluster head with the lowest load into the cluster. This algorithm ignores the influence of cluster head coverage redundancy on network coverage, and only considers the number of neighboring nodes in a certain area when selecting cluster heads, without considering the influence of the distance between the node and its neighboring nodes on the node density.
In [23], the authors implemented a hierarchical adaptive energy efficient cluster routing (HAECR) algorithm. With its hierarchical region division based on node depth in 3D space and cluster head selection based on competition radii and remaining energy, the algorithm is carried out to form clusters of different sizes. In the routing phase, relay nodes are selected from the next layer of cluster heads based on node degree, distance between nodes and remaining energy of nodes. The algorithm effectively mitigates the hotspot problem and further optimizes the uneven transmission load of cluster heads. However, the effect of cluster head coverage redundancy and the influence of a dynamic underwater environment are not considered.
The above-proposed clustering algorithms solve the energy consumption problem to some extent, but few algorithms consider the impact of uneven distribution of sensor nodes on clustering. The EULC and UCUBG algorithms consider the influence of the number of neighbor nodes on clustering but do not consider the problem of the distance from the node to the cluster head, as well as the impact of the coverage redundancy of cluster heads. The HAECR algorithm outperforms UCUBG in terms of balancing network energy consumption but only in static scenarios. This algorithm, combined with the number of neighboring nodes and the distance from the actual dynamic environment, constructs the density function to address the impact of uneven node distribution on cluster splitting and also introduces the coverage redundancy index to handle the impact of easy death of cluster heads on the detection area. It can be effective in prolonging the network lifetime and solving the problem of uneven energy consumption of cluster heads under the uneven distribution of sensor nodes. A qualitative comparison of the clustering protocols is presented in Table 1.

3. Underwater Sensor Network Model

The network scene consists of N dynamic nodes; each node numbered can be represented as a set S = s 1 , s 2 , , s N , and sink can be represented as s 0 . These nodes are randomly deployed in the 3D scene L × L × L . Through the clustering algorithm, cluster heads are selected, and the topology of different clusters is formed based on the selected cluster heads. The member nodes in the cluster transmit data to the cluster head nodes in a single-hop manner. Then, the cluster head nodes fuse the data sent by all the member nodes in the cluster and use other cluster heads as relay nodes and transmit the data to the sink in a multi-hop manner, as shown in Figure 1. The underwater sensor nodes communicate with other nodes in the water medium using an acoustic modem. The sink nodes are equipped with both acoustic and radio frequency (RF) modems and deployed at the center of the water surface. The acoustic modem receives data from the underwater sensor nodes and the RF modem sends data to the satellite, which in turn sends data to the base station on shore. The underwater sensor nodes are all free to move in the horizontal direction at a speed of 1 m/s. The hypotheses of the network can be described as follows:
  • Each node has a unique ID, the transmission range is spherical and is otherwise isomorphic;
  • The network operates without considering the sink energy loss;
  • Within the communication radius, the nodes can freely adjust the transmission power to save energy consumption;
  • The link is symmetric, and the nodes can judge the distance between the two sides based on the received signal intensity.
Acoustic waves are used as a medium by the energy consumption model for data communication in underwater networks [24]. The energy consumption of a node that sends a data packet is
E t d = λ t l A d ,
where λ t is the transmit energy consumption coefficient; l represents the length of the packet; d stands for the distance the packet needs to be transmitted; and A d refers to the energy attenuation of the packet when the underwater transmission distance is d, which is denoted as
A d = d η a d ,
a = 10 a f 10 ,
a f = 0.11 f 2 1 + f 2 + 44 f 2 4100 + f 2 + 2.75 × 10 4 f 2 + 0.003 ,
where a f is absorption coefficient, η represents energy dispersion factor, and f stands for carrier frequency.
Below is the energy consumption of the node which receives the packet:
E r = λ r l .
The dynamic nature of the underwater environment leads to different node densities in each network region. The clustering algorithm itself has the problem that its cluster head nodes are significantly different from ordinary nodes in energy consumption. Therefore, the approach to balancing the energy consumption of the network is important for the clustering routing algorithm. Meanwhile, cluster head nodes are prone to death; ensuring the fault tolerance of the cluster head monitoring area is also worthy of attention. Thus, this paper focuses on how to reasonably select cluster heads and design cluster sizes, accounting for the differences between ordinary and cluster head nodes.
The concept of weight is introduced for each node to select a candidate cluster head. A node is chosen as a candidate cluster head when its weight satisfies certain conditions. Below is the condition for the node s n to be a candidate cluster head:
F s n = 1 ,   w n c > μ n ,   μ n 0 ,   1 ,   n = 1 , 2 , , N 0
where F s n = 1 means that node s n is chosen as a candidate cluster head; μ n denotes a random number between 0∼1 generated by the nth node; and w n c represents node weight. The set of candidate cluster heads selected as per the above formula can be defined as H = h 1 , h 2 , , h M , M N ( M is the number of candidate cluster heads). Any element in the set is written as h m .
The size of each cluster is controlled, and nodes that are mutually too close are prevented from becoming cluster heads simultaneously by introducing the contention radius R m of the candidate cluster head and electing the final cluster head. The candidate cluster head becomes the final cluster head directly if no other candidate cluster heads are within its contention radius. It is necessary to compare their remaining energy size if other candidate cluster heads are within the contention radius of the candidate cluster head. The one with the most residual energy succeeds in the election and becomes the final cluster head which is chosen as follows:
z u = h m ,   D m i > R m ,   i m + 1 , M , h m B u a r g   m a x h i H m E N h m , E N h i .
The set of final cluster heads can be defined as Z = z 1 , z 2 , , z U , U M ( U is the number of final cluster heads); D m i denotes the distance between candidate heads h m and h i ; R m represents the contention radius of candidate head h m ; B u stands for the set of remaining candidate heads after each competition; and H m refers to other I ( I = H m , 1 I B u 1 ) candidate heads within the contention radius of candidate head h m .
Each candidate cluster head that has participated in the competition will exit the H -set and not take part in the competition with other ones. Below is the expression of the remaining candidate cluster heads:
B u = H , u = 1 B u 1 \ A u 1 , u > 1
where A u denotes the set of elements that exits from set H each time, which can be expressed as
A u = h m , D m i > R m ,   i m + 1 , M h m H m .
Finally, the concept of weight is introduced by considering the relationship between a node and all of its cluster heads within its communication radius. In this way, ordinary nodes can choose the optimal cluster head to join. In addition, ordinary nodes measure the weight value relationship with all cluster heads, select the best cluster head to join and become its member nodes. Below is the condition for an ordinary node to join this cluster head:
G p q = a r g   m i n q 1 , U ( w p q h ) , p = 1 , 2 , , N U
where G p q denotes node s p that joins cluster head z q ; w p q h represents the weight between ordinary node s p and cluster head z q .
From the above description, it can be seen that reasonable cluster heads have been selected from the network and appropriate node members for each cluster head have been added. By this means, clusters of different sizes are formed based on the weight relationship between nodes and cluster heads.

4. Algorithm Description

NUC-EB, a clustering routing algorithm that is improved, is proposed based on the UCUBG clustering algorithm model proposed in [19]. In this algorithm, the selection of cluster heads by considering the number of adjacent nodes and the remaining energy of nodes is combined with UCUBG. Then, the concepts of node density and coverage redundancy are introduced, which can increase the reasonability of cluster head distribution and ensure the coverage of the network operation process. Additionally, this algorithm also combines the actual dynamic environment to ensure the efficiency and effectiveness of data transmission by dividing the forwarding area and designing the network maintenance mechanism.

4.1. Clustering

4.1.1. Choice of Candidate Cluster Leaders

Cluster head selection becomes more reasonable by introducing the concept of node density. The concept of node coverage redundancy is then introduced to improve the fault tolerance of the cluster head monitoring area. A node first broadcasts its residual energy, node ID and location information to its adjacent nodes within the communication radius. The weight of the node will become zero if its residual energy is lower than the average residual energy of all network nodes. Then, it directly drops out of the competition and becomes a member node. Nodes that are qualified for participating in the competition of candidate cluster heads calculate weight size by computing energy, density and coverage redundancy. The weight value of the node s n is expressed as
w n c = a 1 E n r E n a v E n a v + b 1 Υ n Υ m a x + c 1 Ω n Ω m a x , E n r E n a v 0 , E n r < E n a v
where E n r and E n a v denote the remaining and average remaining energy of nodes, respectively; Υ m a x represents the maximum density of nodes; Ω m a x stands for the maximum coverage redundancy of nodes; a 1 , b 1 , c 1 are adjustment factors, and a 1 + b 1 + c 1 = 1 .
Node density refers to the density of a node, which is up to the number of neighboring nodes within its communication range and the distance from neighboring nodes to that node. The formula for node s n density is expressed as
Υ n = V 2 v = 1 V D n v ,
where V is the number of nodes adjacent to the node; D n v represents the distance from the node to its neighboring one s v .
Node coverage redundancy is the degree to which the set of nodes adjacent to a node covers its sensing area. The distance to neighboring nodes and the sensing radius can be calculated to obtain the node coverage redundancy. The formula for coverage redundancy is given in the citation [17].
A random number μ n is defined in the equation according to the method of (6) to determine whether it becomes a candidate cluster head. In this case, the nodes in the sparse region also have the possibility of becoming cluster heads, which avoids the concentration of all cluster heads in relatively dense places at the beginning of the network. From the formula, it can be seen that a node will be more likely to become a candidate cluster head when its weight is larger.

4.1.2. Determination of Cluster Heads

In a multi-hop sensor network, cluster heads near the sink find it necessary to forward data from other more distant ones and thus will consume energy faster. Meanwhile, cluster heads with higher densities will, in turn, consume energy faster than those with relatively lower densities. As a result, it is necessary to close the distance between cluster heads and the sink and reduce the size of denser cluster heads to balance the energy consumption of all cluster heads in the network. In addition, nodes that are very near each other should be stopped from becoming cluster heads. Thus, the competitive radius R m of candidate cluster heads is designed as follows:
R m = ( 1 a 2 D m a x D m 0 D m a x D m i n b 2 Υ m Υ m a x ) R m a x ,
where D m i n and D m a x denote the minimum and maximum distances from nodes to the sink in the network, respectively; D m 0 represents the distance between the candidate cluster head h m and the sink; R m a x stands for the maximum communication radius of nodes; a 2 , b 2 are adjustment factors, and a 2 + b 2 = 1 .
The candidate cluster head broadcasts a message that it has become a candidate cluster head to the nodes in the contention radius. If the candidate cluster head receives no messages from other ones, it means that no other candidate cluster heads are in this contention radius. If the candidate cluster head also receives messages from other nodes to become a candidate cluster head, it means that they are in the same contention radius. The set of final cluster heads can be selected through Equation (7). For the convenience of illustrating the process of the final cluster head campaign, its pseudo-code representation is given below (see Algorithm 1).
Algorithm 1. Campaign for the final cluster head
Input: Candidate cluster head set H m = 1 , 2 , , M , final cluster head set Z u = 1 , 2 , , U and common nodes set S n = 1 , 2 , , M U
1.  Initializes Z = , S = , H m = , i = m + 1 ;
2.  While  m M do
3.    If  h m H then
4.        While  i M do
5.        If  D m i > R m then
6.           i = i + 1 ;
7.        Else If  D m i R m then
8.          break;
9.        End While
10.         If  i = M + 1 then
11.         z u = h m , H H \ h m ;
12.         Else If  i M then
13.        While  i M do
14.             If  D m i R m then
15.             H m { h i } ;
16.              i = i + 1 ;
17.        End While
18.         z u = a r g m a x h i H m E N h m , E N h i , H H \ h m H m ;
19.         S = h m H m \ z u , H m = ;
20.         End If
21.          m = m + 1 , i = m + 1 ;
22.     Else If  h m H then
23.          m = m + 1 , i = m + 1 ;
24.   End While
Output:  Z u = 1 , 2 , , U , S n = 1 , 2 , , M U

4.1.3. Common Nodes in Clusters

The node that becomes the final cluster head broadcasts its successful campaign to the entire network. The normal node selects the best cluster head by calculating the generation value to the cluster head within the communication range and notifies the cluster head by sending a message to join. The generation value from the node to the cluster head is designed based on their distance, the distance from the sink to the cluster head, and the residual energy of the cluster head. The weight relationship between node s p and cluster head z q can be expressed as
w p q h = a 3 D p q R m a x + b 3 D q 0 D m a x c 3 E q r E q o ,
where D p q represents the distance between the node and cluster head; D q 0 stands for the distance between the cluster head and sink; E q o denotes the initial energy of the node; a 3 , b 3 , c 3 are adjustment factors, and a 3 + b 3 + c 3 = 1 .
Through the above calculation, nodes select the cluster head with the minimum corresponding weight into the cluster, as shown in Equation (10), to form a network cluster. The whole process of the clustering algorithm is shown in Figure 2.

4.2. Routing

Due to the dynamic nature of underwater nodes, establishing a good complete path directly from the sink is quite inapplicable. Therefore, communication between clusters needs to select the next hop forwarding node in real time using the information within the communication range of nodes. At this point, the selection of the best forwarding node needs to consider the remaining energy of the forwarding node and its distance from the sink.

4.2.1. Division of the Forwarding Area

To save energy, the routing process employs a multi-hop transmission method. Each time a packet is forwarded, consideration should be given to the distance from the next hop relay node to the sink to make sure that they are closer. Therefore, this algorithm takes the sink as the center and the distance from the sink to the current forwarding node as the radius to simulate a circular arc area. Moreover, the overlapping part of the area covered by this arc and the communication coverage area of the current forwarding node is used as the candidate area of the next hop relay node. For a more visual illustration, a cross-section of a part of the network area is taken as a schematic diagram, as shown in Figure 3. In this figure, z 3 is the source node; z 2 and z 4 are candidate relay nodes in its forwarding area.
Its forwarding area is expressed as follows:
( x x 0 ) 2 + ( y y 0 ) 2 + ( z z 0 ) 2 d 2 ( x x 1 ) 2 + ( y y 1 ) 2 + ( z z 1 ) 2 r 2
where x , y , z represent the coordinates of candidate next hop nodes in the forwarding area; x 0 , y 0 , z 0 stand for sink coordinates; x 1 , y 1 , z 1 denote the coordinates of the current relay node.

4.2.2. Determination of the Best Next Jump

Nodes in the forwarding area reply to the current relay node with its remaining energy and distance from the sink. The relay node is calculated in accordance with the weight formula. The best node is chosen as the next hop relay.
W k f = a 4 E k o E k r E k o + b 4 D k 0 D j 0 ,
where W k f represents the weight of the relay node in the forwarding region; D j 0 stands for the distance between the current relay node and the sink; D k 0 denotes the distance between the candidate relay node and sink in the forwarding region; a 4 and b 4 are adjustment factors, and a 4 +   b 4 = 1 . It can be seen that the more remaining energy there is, the more likely the node closer to the sink will be the next hop node.

4.3. Network Maintenance

UWSNs have a dynamic structure. Nodes move at random with the flow of water. As a result, cluster structure may change anytime. When the distance between a member node and the cluster head is greater than the communication distance, the member node is not capable of transmitting data to the cluster head and thus loses data. Moreover, the cluster head is likely to die early because of its need to forward massive data and consume energy quickly; then, the network will lose a large amount of data. The method of maintaining and updating clusters is designed based on the above problems.
When failing to send data to its cluster head, a member node will monitor packets from the cluster head. Once hearing a packet from the cluster head, it is going to join this cluster based on the information contained in the packet. The cluster head of each cluster computes the mean remaining energy of its cluster. Once its remaining energy is below the mean remaining energy, that cluster reorganizes, elects a new cluster head and updates routing information.
For the whole network, the sink node will broadcast a reorganization message to all nodes every time cycle to prolong the network survival cycle as the cluster head energy of each cluster is consumed too fast. Clusters will be rebuilt by underwater sensor nodes.

5. Simulation Results

The effectiveness of this algorithm is verified through simulation experiments. A comparison is made between this algorithm and UCUBG, LEACH and DBR algorithms on the MATLAB platform. In reference [25], the MATLAB software is described in detail. Simulation is conducted in the form of “rounds”, each of which is classified into network cluster formation and data transmission phases, as well as network maintenance nodes. The network data transmission phase involves collecting information from nodes that are within the cluster, transmitting them to the cluster head, and completing the multi-hop forwarding of data between clusters. The network maintenance phase mainly re-clusters problematic clusters. Table 2 shows the parameters of simulation experiments.

5.1. Algorithm Stability Analysis

In the dynamic selection algorithm of cluster heads, the number of cluster heads selected in every round reflects whether the algorithm is stable. Network stability will be higher when the number of cluster heads is within a smaller variation range. A total of 200 sensor nodes were selected for the experiment, and 20 rounds were randomly selected. Figure 4 shows the variation in the number of cluster heads for the three algorithms.
As shown in Figure 4, the variation ranges of the number of cluster heads of LEACH, UCUBG and the present algorithm are [6, 19], [9, 16] and [11, 15], respectively. Compared with the LEACH algorithm, UCUBG and the present algorithm have better stability. In particular, the stability of the present algorithm is the most obvious. The LEACH algorithm applies a probability function to select cluster heads randomly, which cannot guarantee that the number of cluster heads is stable. UCUBG and the present algorithm have the influence of considering a variety of factors, which makes the choice of cluster head nodes more certain. Compared with the UCUBG algorithm, this algorithm considers the distance between nodes in addition to the number of neighboring nodes when choosing cluster heads, constructs a node density weight function and increments the node coverage redundancy index. In this way, cluster heads in the network are distributed more reasonably and this algorithm has a better stability.

5.2. Algorithm Equilibrium Energy Analysis

The variation in the number of surviving nodes with the increasing number of rounds in DBR, LEACH, UCUBG and the present algorithm is shown in Figure 4. DBR is a planar structure algorithm and the remaining three are all clustering algorithms. As shown in Figure 5, the DBR algorithm has the earliest node death. A large number of nodes still survived until 2000 rounds. This indicates that the DBR algorithm, a planar structure, has a problem—the poor balancing of network energy consumption, which causes a large difference in node energy consumption and the premature death of some nodes. Among the three clustering algorithms with relatively good balanced energy consumption, this algorithm has the latest round number with the first node death. The death time of the last node is the closest to that of the initial one, which indicates that this algorithm has better balanced energy consumption than the other two clustering algorithms.

5.3. Algorithm Coverage Analysis

The comparison of network coverage with the number of rounds of network operation for DBR, LEACH, UCUBG and the present algorithm is shown in Figure 6a. From it, it can be seen that the network coverage of DBR, LEACH, UCUBG and the present algorithm all decrease with the increasing number of rounds of network operation. Only the LEACH and DBR algorithms have some coverage in the end, which is because these two algorithms run to the end and surviving nodes can still be found. Nevertheless, this algorithm is better than other algorithms in terms of network coverage at the middle stage of network operation. This is mainly due to the slower death rate of nodes in this algorithm and the higher number of surviving nodes in the network. Thus, network coverage is better.
The comparison of network coverage with the number of dead nodes for DBR, LEACH, UCUBG and the present algorithm is shown in Figure 6b. It can be seen from it that the present algorithm has higher network coverage than the other three when the same number of nodes die. This is because the coverage redundancy index is introduced in the selection of cluster heads in this algorithm. Thus, nodes with a high coverage redundancy have a higher likelihood of becoming cluster heads. The network coverage of other algorithms has a greater impact than that of this algorithm in the case of the same number of dead nodes in the network. Therefore, the network coverage of this algorithm is superior to that of the other three for the same number of dead nodes. The UCUBG algorithm has the second-best coverage because it also considers the number of neighboring nodes to choose cluster heads. Nodes with a high number of neighboring nodes have higher coverage redundancy to some extent. Compared with the DBR planar routing protocol, the LEACH algorithm has slightly better coverage. The reason for it is that LEACH has a rotation of cluster head nodes in each round, while the DBR algorithm flooding routing falls into the local optimum.
In addition, network coverage is almost constant when nodes just start to die. This is because the density of network nodes is high, and the coverage redundancy of each node is relatively high in the beginning. When nearly half of the nodes die, the advantage of considering coverage redundancy is more obvious. Meanwhile, the network is sparser, and the impact of coverage redundancy is smaller when fewer nodes remain.

5.4. Algorithm Throughput Analysis

The number of packets that are received by the sink of DBR, LEACH, UCUBG and this algorithm is shown in Figure 7. It can be seen from it that the number of packets sent to the sink by DBR, LEACH, UCUBG and this algorithm is the same before the death of nodes. However, the number of packets received by the sink of this algorithm is larger than that received by the sink of DBR, LEACH and UCUBG. This is because this algorithm is superior to the other three in the aspect of balanced energy consumption. Nodes in this algorithm start to die later than those in the other three. In addition, this algorithm has a longer network life cycle than the other three.

6. Conclusions

This paper proposes an energy-consumption-balanced clustering algorithm. The issue of uneven energy consumption of nodes due to the uneven distribution of nodes in underwater sensor networks is solved. Additionally, coverage redundancy is introduced to select cluster heads to improve the coverage tolerance of the cluster head detection area. The simulation results indicate that the present algorithm has better stability, energy consumption balance and coverage maintenance effect.

Author Contributions

The main contributions of J.Y. and J.T. were creation of the main ideas and performance evaluation through extensive simulations. G.Q. and D.D. contributed to the manuscript preparation and designed the theoretical analysis. F.Y. served as consultant of J.T. to discuss, create, and advise the main ideas and performance evaluations together. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the Natural Science Foundation of Xiamen, China under Grant 3502Z20227218 and in part by the NSFC (National Natural Science Foundation of China) under Grant 61701422.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Khan, M.T.R.; Ahmed, S.H.; Kim, D. AUV-assisted energy-efficient clustering in underwater wireless sensor networks. In Proceedings of the 2018 IEEE Global Communications Conference, Abu Dhabi, United Arab Emirates, 9–13 December 2018; pp. 1–7. [Google Scholar]
  2. Fattah, S.; Gani, A.; Ahmedy, I.; Idris, M.Y.I.; Targio Hashem, I.A. A survey on underwater wireless sensor networks: Requirements, taxonomy, recent advances, and open research challenges. Sensors 2020, 18, 5393. [Google Scholar] [CrossRef] [PubMed]
  3. Luo, J.; Chen, Y.; Wu, M.; Yang, Y. A survey of routing protocols for underwater wireless sensor networks. IEEE ComSoc. 2021, 23, 137–160. [Google Scholar] [CrossRef]
  4. Sendra, S.; Lloret, J.; Jimenez, J.M.; Parra, L. Underwater acoustic modems. Sensors 2015, 16, 4063–4071. [Google Scholar] [CrossRef]
  5. Khisa, S.; Moh, S. Survey on recent advancements in energy-efficient routing protocols for underwater wireless sensor networks. IEEE Access 2021, 9, 55045–55062. [Google Scholar] [CrossRef]
  6. Xiao, X.; Huang, H.; Wang, W. Underwater wireless sensor networks: An energy-efficient clustering routing protocol based on data fusion and genetic algorithms. Appl. Sci. 2020, 11, 312. [Google Scholar] [CrossRef]
  7. Khan, W.; Wang, H.; Anwar, M.S.; Ayaz, M.; Ahmad, S.; Ullah, I. A multi-layer cluster based energy efficient routing scheme for UWSNs. IEEE Access 2019, 7, 77398–77410. [Google Scholar] [CrossRef]
  8. Jiang, P.; Liu, J.; Ruan, B.; Jiang, L.; Wu, F. A new node deployment and location dispatch algorithm for underwater sensor networks. Sensors 2016, 16, 82. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  9. Luo, C.; Wang, B.; Cao, Y.; Xin, G.; He, C.; Ma, L. A hybrid coverage control for enhancing UWSN localizability using IBSO-VFA. Ad Hoc Netw. 2021, 123, 102694. [Google Scholar] [CrossRef]
  10. Jiang, P.; Ruan, B.F. Cluster-based coverage-preserving routing algorithm for underwater sensor networks. Tien Tzu Hsueh Pao 2013, 41, 2067–2073. [Google Scholar]
  11. Luo, J.; Yang, Y.; Wang, Z.; Chen, Y. Localization algorithm for underwater sensor network: A review. IEEE IOT 2021, 8, 13126–13144. [Google Scholar] [CrossRef]
  12. Yan, H.; Shi, Z.J.; Cui, J.H. DBR: Depth-based routing for underwater sensor networks. In NETWORKING 2008 Ad Hoc and Sensor Networks, Wireless Networks, Next Generation Internet, International Conference on Research in Networking, Singapore, 5–9 May 2008; Springer: Berlin/Heidelberg, Germany, 2008; pp. 72–86. [Google Scholar]
  13. Wahid, A.; Lee, S.; Jeong, H.J.; Kim, D. Eedbr: Energy-efficient depth-based routing protocol for underwater wireless sensor networks. In Proceedings of the International Conference on Advanced Computer Science and Information Technology, Seoul, Republic of Korea, 29 September 2011; Springer: Berlin/Heidelberg, Germany, 2011; pp. 223–234. [Google Scholar]
  14. Liu, X.F. Comparative Study of Routing Protocols for Wireless Sensor Networks; Beijing University of Posts and Telecommunications: Beijing, China, 2006. [Google Scholar]
  15. Liu, X. A survey on clustering routing protocols in wireless sensor networks. Sensors 2012, 12, 11113–11153. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  16. Heinzelman, W.R.; Chandrakasan, A.; Balakrishnan, H. Energy-efficient communication protocol for wireless microsensor networks. In Proceedings of the 33rd Annual Hawaii International Conference on System Sciences, Maui, HI, USA, 4–7 January 2000; p. 10. [Google Scholar]
  17. Qing, L.; Zhu, Q.; Wang, M. Design of a distributed energy-efficient clustering algorithm for heterogeneous wireless sensor networks. Comupt. Commun. 2006, 29, 2230–2237. [Google Scholar] [CrossRef]
  18. Lei, H. Energy-efficient multi-hop uneven clustering algorithm for underwater acoustic sensor network. J. Netw. Comput. Appl. 2013, 33, 124. [Google Scholar] [CrossRef]
  19. Wang, K.; Gao, H.; Xu, X.; Jiang, J.; Yue, D. An energy-efficient reliable data transmission scheme for complex environmental monitoring in underwater acoustic sensor networks. Sensors 2015, 16, 4051–4062. [Google Scholar] [CrossRef]
  20. Jiang, P.; Wang, X.M. Network layered coverage preserving routing algorithm for underwater sensor networks. Acta Electonica Sin. 2016, 44, 1240. [Google Scholar]
  21. Hou, R.; He, L.; Hu, S.; Luo, J. Energy-balanced unequal layering clustering in underwater acoustic sensor networks. IEEE Access 2018, 6, 39685–39691. [Google Scholar] [CrossRef]
  22. Li, Z.H.; Zhao, Z.; Wei, L.L.; Liu, C.F.; Zhao, J.J. UCUBG: An uneven clustering algorithm for UWSNs based on grading. J. Control Decis. 2019, 34, 89–96. [Google Scholar]
  23. Wu, J.; Sun, X.; Wu, J.; Han, G. Routing strategy of reducing energy consumption for underwater data collection. Intell. Converg. Netw. 2021, 3, 163–176. [Google Scholar] [CrossRef]
  24. Sozer, E.M.; Stojanovic, M.; Proakis, J.G. Underwater acoustic networks. IEEE-JOE 2000, 25, 72–83. [Google Scholar] [CrossRef]
  25. Higham, D.J.; Higham, N.J. MATLAB Guide; Society for Industrial and Applied Mathematics: Philadelphia, PA, USA, 2016. [Google Scholar]
Figure 1. UWSN model.
Figure 1. UWSN model.
Sensors 23 05466 g001
Figure 2. Flow chart of the clustering algorithm.
Figure 2. Flow chart of the clustering algorithm.
Sensors 23 05466 g002
Figure 3. Division of the forwarding area.
Figure 3. Division of the forwarding area.
Sensors 23 05466 g003
Figure 4. Variation in the number of cluster heads.
Figure 4. Variation in the number of cluster heads.
Sensors 23 05466 g004
Figure 5. Variation in the number of surviving nodes.
Figure 5. Variation in the number of surviving nodes.
Sensors 23 05466 g005
Figure 6. Variation in network coverage: (a) with the number of rounds; (b) with the number of dead nodes.
Figure 6. Variation in network coverage: (a) with the number of rounds; (b) with the number of dead nodes.
Sensors 23 05466 g006
Figure 7. Received packets at the sink.
Figure 7. Received packets at the sink.
Sensors 23 05466 g007
Table 1. Qualitative comparison of clustering protocols.
Table 1. Qualitative comparison of clustering protocols.
ProtocolsNode PositionParameters to Select the Cluster HeadNetworkMobilityIntra-Cluster RoutingInter-Cluster Routing
LEACHRandomRandom value2DStaticSingle-hopSingle-hop
DEECRandomResidual energy2DStaticSingle-hopSingle-hop
EEMUCLayer-based and randomResidual energy, node degree, distance to the sink2DStaticSingle-hopMulti-hop
EGRCsCube-based grid and randomResidual energy, distance to the sink3DDynamicSingle-hopMulti-hop
NULCPRLayer-based and randomNode coverage redundancy3DStaticSingle-hopMulti-hop
EULCLayer-based and randomResidual energy, distance to the sink, node degree3DStaticSingle-hopMulti-hop
UCUBGRandomResidual energy, node degree3DStaticSingle-hopMulti-hop
HAECRLayer-based and randomResidual energy, distance to the sink, node locations3DStaticSingle-hopMulti-hop
NUC-EBRandomResidual energy, node density, node coverage redundancy3DDynamicSingle-hopMulti-hop
Table 2. Parameters of simulation experiments.
Table 2. Parameters of simulation experiments.
ParametersValue
Network area/m3100 × 100 × 100
Maximum communication radius R m a x / m 50
Perception radius R g / m 20
Initial energy E 0 / J 2000
Signal frequency f / kHZ 10
Sensor nodes200
Launch energy factor λ t 0.001
Receiving energy factor λ r 0.001
Packet length l / b i t 2000
Nearest distance d m i n / m 0
Longest distance d m a x / m 125
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

Yi, J.; Tang, J.; Yuan, F.; Qiao, G.; Dai, D. Non-Uniform Clustering Algorithm for UWSNs Based on Energy Equalization. Sensors 2023, 23, 5466. https://doi.org/10.3390/s23125466

AMA Style

Yi J, Tang J, Yuan F, Qiao G, Dai D. Non-Uniform Clustering Algorithm for UWSNs Based on Energy Equalization. Sensors. 2023; 23(12):5466. https://doi.org/10.3390/s23125466

Chicago/Turabian Style

Yi, Jinwang, Jie Tang, Fei Yuan, Guanhao Qiao, and Dongping Dai. 2023. "Non-Uniform Clustering Algorithm for UWSNs Based on Energy Equalization" Sensors 23, no. 12: 5466. https://doi.org/10.3390/s23125466

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