Skip to main content

Area double cluster head APTEEN routing protocol-based particle swarm optimization for wireless sensor networks

Abstract

APTEEN is a typical routing protocol for wireless sensor networks, but when clustering, cluster heads are randomly selected, which makes it easy to select nodes with low residual energy as cluster heads, thus forming network holes. At the same time, in multi hop transmission, the cluster head near the sink node is overloaded due to forwarding a large amount of data. Aiming at these problems, this paper introduces PSO algorithm and proposes ADCH-EPE-APTEEN routing protocol. In order to make the particle swarm optimization algorithm more suitable for routing protocol, this paper first proposes DCA-PSO based on particle swarm optimization algorithm. DCA-PSO uses the classification adaptive change inertia weight for different states of particles in the optimization process. At the same time, dynamic learning factor is used to improve the influence of particle experience and other particle experience on convergence speed and to improve the optimization accuracy and speed of the algorithm. Secondly, when APTEEN routing protocol is networked, the cluster head is selected by DCA-PSO, in which the residual energy of nodes, the location of nodes, and the energy distribution around nodes are fully taken into consideration. Thirdly, considering the distance between nodes and the sink node, the residual energy and the energy distribution around nodes, a front area is set up in the cluster located in the upper half and the assistant cluster head is selected in the front area through the DCA-PSO algorithm. The simulation results show that the DCA-PSO algorithm can significantly improve the search speed and precision compared with the PSO algorithm. Compared with APTEEN routing protocol, the ADCH-EPE-APTEEN routing protocol can reduce the network energy consumption rate and extend network lifetime by 173%.

1 Introduction

Clustering routing protocol has the advantages of convenient topology management, high energy utilization, and beneficial to data fusion and transmission processing. Adaptive Threshold-sensitive Energy Efficient Sensor Network Protocol (APTEEN) is a typical clustering routing protocol, and it defines two thresholds, hard threshold and soft threshold, which respectively specify the range of measured values and the amount of change of the two measured values before and after. The use of two thresholds can reduce both unnecessary and repeated data transfers. APTEEN, which adopts the idea of clustering and data fusion, has high routing efficiency. It can collect data periodically and react quickly to emergencies [1, 2]. APTEEN is often used in the environment for monitoring, and Devadevan and Suresh use APTEEN to monitor forest fires [3]. Literature [2] uses the APTEEN routing protocol to monitor the temperature, humidity, and moisture of the land and uses sensor nodes to periodically monitor these indicators.

The APTEEN routing protocol is improved by the LEACH routing protocol. The protocol uses LEACH’s original clustering mode and cluster head selection. In the cluster formation stage, all nodes are divided according to clusters, and each node randomly generates a number between [0, 1]; if less than the threshold T(n), the node is selected as the cluster head.

However, the APTEEN protocol does not consider the energy and position of the selected nodes when selecting the cluster heads in the cluster. It may choose the nodes with lower energy in the cluster as the cluster heads, thus causing the nodes to die too fast, generating energy holes, and directly affecting the entire network lifetime.

In view of the above shortcomings, the APTEEN has been improved a lot at home and abroad. Many protocols optimize the cluster heads’ selection method for APTEEN, mainly to limit cluster heads’ selection in terms of energy and location, so as to select the optimal cluster heads to improve the performance of the whole network and reduce the energy consumption of the whole network. Literature [4] proposes that proper selection of cluster head probability can improve the effectiveness of clustering and optimize network performance. Literature [5] proposes that cluster heads can be dynamically selected by setting threshold energy, so as to extend network life. Literature [6] proposes an EDD-APTEEN routing protocol which is improved cluster heads’ selection based on energy and location factors. However, failing to take enough factors into consideration in the selection may lead to the possibility of not choosing excellent nodes as cluster heads, and unable to balance the energy consumption between clusters, leading to premature death nodes. In this paper, ADCH-EPE-APTEEN (Area double cluster head-Energy position equalization-Adaptive Threshold-sensitive Energy Efficient Sensor Network Protocol) algorithm is proposed to solve the problem of unreasonable cluster head selection and uneven energy consumption. The DCA-PSO (Dynamic Classification Adaptive Particle Swarm Optimization) algorithm is used to select the optimal intra-cluster through three conditions: the residual energy of nodes, the location of nodes, and the energy distribution around nodes. The node is elected as the cluster head, which slows down the node death rate and prolongs the network lifetime. And the assistant cluster head is elected through DCA-PSO algorithm to ease the cluster head energy consumption.

2 Particle swarm optimization and wireless communication model

2.1 Particle swarm optimization

Particle swarm optimization (PSO) [7,8,9] is a population based on intelligent optimization algorithm proposed by Eberhart and Kennedy. The proposed algorithm originates from the observation of birds’ foraging behavior. When birds forage in the air, they do not know the specific location of food at first, but birds can always change their flight direction by sharing information among individuals, so they can get closer to the right food location and finally find food. The advantage of the PSO algorithm is that it is simple and easy to implement [10]. At present, it is widely used in various fields such as function optimization.

When using PSO algorithm to optimize the practical problem, the bird is abstracted as a particle, and the solution of the optimization problem corresponds to the location of the particle in the search space [11]. In the algorithm, the particle needs to calculate its own fitness function value according to the fitness function, in order to judge the pros and cons of its current position. The flight speed and position of the particle are represented by vectors, and the particle updates its own motion formula and position by updating the following two extreme values. One is the current individual optimal value gbest, which represents the optimal position found by the particle itself. The other is the collective optimal value pbest, which represents the best location for the entire particle population to find. The update formula for particle position and velocity is shown in Eqs. (1) and (2).

$$ {x}_{ij}^{k+1}={x}_{ij}^k+{v}_{ij}^{k+1} $$
(1)
$$ {v}_{ij}^{k+1}={wv}_{ij}^k+{c}_1{r}_1\left({p}_{ij}^k-{x}_{ij}^k\right)+{c}_2{r}_2\left({p}_{gj}^k-{x}_{gj}^k\right) $$
(2)

where vij is the velocity vector of particle i in j-dimensional space, and its value range is [vmin, vmax], xij is the position vector of particle i in j-dimensional space, pij is the individual optimal value of particle i, and pgi is the collective optimal of all particles. Values r1 and r2 are random numbers from [0, 1]. c1 and c2 are learning factors. w is inertia weight coefficient. The value of w is related to the influence of the particle’s historical value on the current value. When the value of inertia weight coefficient w is large, it can enhance the overall search ability of particles. When the value of inertia coefficient w is small, it can enhance the local search ability of particles [12].

2.2 Wireless communication model

The wireless communication model commonly used in wireless sensor networks is shown in Fig. 1 [13]. The energy consumption of the transmitter node is mainly composed of two parts: the transmitting circuit and the power amplifier. The energy required to transmit the k-bit data is:

$$ \left\{\begin{array}{l}{E}_{Tx}\left(k,d\right)={E}_{elec}\times k+{\varepsilon}_{fs}\times k\times {d}^2d<{d}_0\\ {}{E}_{Tx}\left(k,d\right)={E}_{elec}\times k+{\varepsilon}_{amp}\times k\times {d}^4d\ge {d}_0\end{array}\right. $$
(3)
$$ {d}_0=\sqrt{\frac{\varepsilon_{fs}}{\varepsilon_{amp}}} $$
(4)
Fig. 1
figure 1

Communication energy consumption model

The energy consumption at the receiving end of the sensor node only includes the energy consumed by the receiving circuit.

$$ {E}_{Rx}(k)={E}_{elec}\times k $$
(5)

where Eelec is the energy consumed by the sensor node for each 1-bit message received or transmitted, and ɛfs and ɛamp are the power amplification factors under different conditions.

Assuming that the data propagation model in the cluster is a free space model, the energy consumption of normal nodes in each round is shown in formula (6).

$$ {E}_{no}={kE}_{elec}+k{\varepsilon}_{mp}{d}_{toCH}^2 $$
(6)

Assuming that the data propagation model sent by the cluster head is a multipath spatial model, the energy consumption of cluster head in each round is shown in formula (7).

$$ {E}_{CH}=k\left({E}_{elec}+{E}_{DA}\right)\frac{N}{n}+k{\varepsilon}_{mp}{d}_{toBS}^4 $$
(7)

where n is the number of cluster heads and EDA is the energy consumed to fuse each bit of data.

The energy consumption of each cluster in each round is shown in formula (8).

$$ {E}_{\mathrm{cluster}}={E}_{CH}+\left(\frac{N}{n}-1\right){E}_{no}\approx {E}_{CH}+\frac{N}{n}{E}_{no} $$
(8)

3 Dynamic Classification Adaptive Particle Swarm Optimization (DCA-PSO)

In particle swarm optimization, the inertia weight is fixed, which means that the acceleration coefficients of each particle are the same, so it is impossible to further adjust the running speed of the algorithm and the accuracy of the optimal solution. For particles with higher fitness values, the locality should be emphasized, and the fitness function value should be smaller. For particles with lower fitness values, the global value should be emphasized, and the fitness function value should be larger. Therefore, this paper introduces an adaptive change function based on the original particle swarm optimization algorithm and adjusts the inertia weight value to:

$$ w(k)=\left\{\begin{array}{l}{w}_{\mathrm{min}}-\left({w}_{\mathrm{max}}-{w}_{\mathrm{min}}\right)\frac{f(i)-{f}_{\mathrm{min}}}{f_{avg}-{f}_{\mathrm{min}}}f(i)\le {f}_{avg}\\ {}{w}_{\mathrm{max}}f(i)>{f}_{avg}\end{array}\right. $$
(9)

where wmax denotes the maximum inertia weight, wmin denotes the minimum inertia weight, f(i) denotes the current fitness function value of each particle, fmin denotes the minimum fitness function value in the population, and favg denotes the average value of the current fitness function in the whole population.

The values of learning factors c1 and c2 determine the self and social-cognitive abilities of individual particles in the algorithm. If the c1 value is too large, it will cause too many particles to stay near the local area; if the c2 value is too large, it will cause the particles to reach the local optimum value ahead of time and converge to this value. The algorithm should have a larger c1 value and a smaller c2 value in the initial stage, so as to enhance the self-recognition ability of the particles, which is conducive to enhancing the global search ability of the algorithm in the initial stage of operation. In the later stage, there should be smaller c1 and larger c2 values, so that more particles can learn from the global optimum, which is conducive to strengthening the ability of local fine search in the later stage of the algorithm. Therefore, the values of learning factors A and B are adjusted as shown in formulas (10) and (11):

$$ {c}_1(k)={c}_{1 ini}-\left({c}_{1 ini}-{c}_{1 fin}\right)\times \left(k/{T}_{\mathrm{max}}\right) $$
(10)
$$ {c}_2(k)={c}_{2 ini}+\left({c}_{2 fin}-{c}_{2 ini}\right)\times \left(k/{T}_{\mathrm{max}}\right) $$
(11)

where c1ini and c1fin represent the starting and final values of accelerator c1. c2ini and c2fin represent the starting and final values of accelerator c2. k represents the number of current iterations; Tmax represents the maximum number of iterations.

By substituting formula (9), formula (10), and formula (11) into formula (2), a new speed updating formula can be obtained:

$$ {v}_{ij}^{k+1}=w(k){v}_{ij}^k+{c}_1(k){r}_1\left({p}_{ij}^k-{x}_{ij}^k\right)+{c}_2(k){r}_2\left({p}_{gj}^k-{x}_{gj}^k\right) $$
(12)

The specific steps of DCA-PSO are shown in Fig. 2.

Fig. 2
figure 2

DCA-PSO algorithm flow chart

4 Particle Swarm Optimization Cluster Head Selection Algorithm

It is assumed that N static nodes whose initial energy is E0 are randomly distributed in the M × M region. At the same time, it is assumed that the wireless sensor network built by the group has the following characteristics:

  1. (1)

    All nodes have unique IDs and are randomly distributed in the monitoring area.

  2. (2)

    Each node can locate its own coordinate position.

  3. (3)

    All nodes are fixed and energy is limited, base station is fixed, but energy is not limited.

  4. (4)

    All nodes can obtain their own residual energy, and the communication power can be adjusted. The node can adjust the transmission power according to the distance.

The sensor nodes in this paper can be divided into two types: common node and cluster head node. The cluster head node can communicate with a cluster head node that is within its communication range and closer than the base station, but the next hop can only be one of the nodes. The sensor node can also communicate with cluster head nodes in its communication range, and the sensor node can belong to any cluster head node in its communication range. Sensor nodes have a list of cluster head nodes, but each sensor node can only specify one of them. Data acquisition and transmission work adopts recycling mechanism. In each round, all sensor nodes collect local data and send it to the corresponding cluster head node. Once the cluster head node receives the data, it will fuse the data, discard redundant and irrelevant data, and send the fused data directly or through other cluster head nodes to the base station.

4.1 Pre-clustered

In a wireless sensor network, the energy consumption of the entire sensor network in each round is shown in Eq. (13).

$$ {E}_{\mathrm{all}}\approx {nE}_{\mathrm{cluster}}=k\left(2{NE}_{elec}+{E}_{DA}+n{\varepsilon}_{mp}{d}_{toBS}^4+N{\varepsilon}_{fs}\frac{M^2}{2\pi n}\right) $$
(13)

The total energy consumption in the network is a function related to the number of cluster heads n, and the optimal number of cluster heads can make the network life cycle longer. In the initial stage of the network, the base station collects energy and coordinates information of all nodes and calculates the optimal number of cluster heads in the network kopt according to formula (14).

$$ {k}_{\mathrm{opt}}=M\sqrt{\frac{N{\varepsilon}_{fs}}{2\pi \left({\varepsilon}_{amp}{d}_{toBS}^4-{E}_{elec}\right)}} $$
(14)

Then, based on the collected energy information, the base station calculates the average energy remaining Eavg in the network according to formula (15), selects kopt node as the preselected cluster head according to formula (16), and divides the clusters by the network.

$$ {E}_{avg}=\frac{\sum \limits_{i=1}^nE(i)}{n} $$
(15)
$$ T(n)=\left\{\begin{array}{l}\frac{p}{1-p\left(r\cdot \operatorname{mod}\frac{1}{p}\right)}\frac{E(i)}{E_{avg}}n\in G\\ {}0n\notin G\end{array}\right. $$
(16)

4.2 Optimize cluster head selection

After the pre-clustered phase, the cluster head is adjusted by considering the energy, position, and energy balance of each node. This paper reduces the computational complexity by introducing the DCA-PSO algorithm.

In order to make the DCA-PSO algorithm suitable for optimizing the cluster heads’ selection problem, the formula (1) and the formula (12) need to be adjusted. Since the distribution of nodes can be imagined as a plane space, we need to split the velocity and position vectors into components in both the x-axis and the y-axis. Formula (1) and Formula (12) are split into:

$$ \left\{\begin{array}{l}{x}_{ix}^{k+1}={x}_{ix}^k+{v}_{ix}^{k+1}\\ {}{x}_{iy}^{k+1}={x}_{iy}^k+{v}_{iy}^{k+1}\end{array}\right. $$
(17)
$$ \left\{\begin{array}{l}{v}_{ix}^{k+1}=w(k){v}_{ix}^k+{c}_1(k){r}_1\left({p}_{ix}^k-{x}_{ix}^k\right)+{c}_2(k){r}_2\left({p}_{gx}^k-{x}_{gx}^k\right)\\ {}{v}_{iy}^{k+1}=w(k){v}_{iy}^k+{c}_1(k){r}_1\left({p}_{iy}^k-{x}_{iy}^k\right)+{c}_2(k){r}_2\left({p}_{gy}^k-{x}_{gy}^k\right)\end{array}\right. $$
(18)

In order to avoid the particle search range beyond the desired region during the iterative process, this paper adds restrictions on the speed and position of the DCA-PSO algorithm. The specific conditions are as follows:

$$ {v}_{ix}^k=\left\{\begin{array}{l}{v}_{ix\max }{v}_{ix}^k>{v}_{ix\max}\\ {}{v}_{ix}^k{v}_{ix\min}\le {v}_{ix}^k\le {v}_{ix\max}\\ {}{v}_{ix\min }{v}_{ix\max }<{v}_{ix}^k\end{array}\right. $$
(19)
$$ {v}_{iy}^k=\left\{\begin{array}{l}{v}_{iy\max }{v}_{iy}^k>{v}_{iy\max}\\ {}{v}_{iy}^k{v}_{iy\min}\le {v}_{iy}^k\le {v}_{iy\max}\\ {}{v}_{iy\min }{v}_{iy\max }<{v}_{iy}^k\end{array}\right. $$
(20)
$$ {x}_{ix}^k=\left\{\begin{array}{l}{x}_{ix\max }{x}_{ix}^k>{x}_{ix\max}\\ {}{x}_{ix}^k{x}_{ix\min}\le {x}_{ix}^k\le {x}_{ix\max}\\ {}{x}_{ix\min }{x}_{ix\max }<{x}_{ix}^k\end{array}\right. $$
(21)
$$ {x}_{iy}^k=\left\{\begin{array}{l}{x}_{iy\max }{x}_{iy}^k>{x}_{iy\max}\\ {}{x}_{iy}^k{x}_{iy\min}\le {x}_{iy}^k\le {x}_{iy\max}\\ {}{x}_{iy\min }{x}_{iy\max }<{x}_{iy}^k\end{array}\right. $$
(22)

where vixmin, viymin, vixmax, and viymax represent the minimum and maximum velocities of particles on the x-axis and y-axis respectively; xixmin, xiymin, xixmax, and xiymax represent the minimum and maximum positions of particles on the x-axis and y-axis respectively.

Since the network nodes are discretely divided in the wireless sensor network, the particle swarm optimization algorithm is designed for continuous problems. The values calculated by the nodes according to formula (17) cannot be mapped to the corresponding network nodes one by one, so need to adjust the position obtained by the algorithm, so that the adjusted xix∈{P1x,P2x,…,Pnx},xiy∈{P1y,P2y,…,Pny}. Pix is the x-axis component of the i-th node in the cluster, and Piy is the y-axis component of the i-th node in the cluster. Order ΔPjx = ∣xix − pjx∣,ΔPjy = ∣xiy − pjy∣, ΔPjx represents the absolute value of the difference between xix and the x component of node j in the cluster, and ΔPjy represents the absolute value of the difference between xiy and the y component of node j in the cluster. Let ΔPk = min{ΔP1, ΔP2,…,ΔPn}. It indicates that the position of the k-th node in the network is the closest to the distance of xi, so adjust xix ≈ Pkx, xiy ≈ Pk, that is, the point of the search is located at the position of the node k.

The fitness function is an important indicator when the DCA-PSO algorithm selects the optimal value. In order to solve the problem of uneven energy consumption between cluster heads and common nodes in APTEEN protocol, this paper mainly sets up fitness functions in three aspects: (1) residual energy of nodes, (2) average distance within clusters, and (3) the energy distribution around nodes.

In the network, because the cluster head needs to forward the information of each node, it consumes a lot of energy. Therefore, the amount of remaining energy is an important factor in the selection of cluster heads.

$$ {f}_1=\frac{E_{avg}}{E(i)} $$
(23)

The energy consumption of sending messages is proportional to the transmission distance. In order to reduce the energy consumption of the entire network, the position of the cluster head in the cluster should be close to the geometric center of the entire cluster. R(j) is the distance from node j to node i.

$$ {f}_2=\frac{1}{n}{\sum}_{j=1}^nR(j) $$
(24)

The energy distribution around nodes is an important condition for measuring the energy distribution of selected cluster heads and surrounding nodes. The higher the node distribution around nodes of the selected cluster head, the more balanced the energy distribution in the network, and the life cycle of the network can be maximized.

$$ {f}_3=\frac{1}{n}\sum \limits_{j=1,}^n\frac{E(j)R(j)}{R(j)+1} $$
(25)

Based on the above three influencing factors, the fitness function modeled in this paper is as follows:

$$ f(i)={af}_1+{bf}_2+c\frac{1}{f_3} $$
(26)

where a, b, and c are the weights of the fitness function impact factor, the value range is [0, 1], and a + b + c = 1. By adjusting the weight value, the performance of the algorithm can be emphasized. The smaller a value can make the network more effective to avoid the network void, a smaller b value can make the cluster more compact, and a smaller c can make the network energy distribution more uniform. As long as the value of f(i) is smaller, the overall life of the network will be longer.

4.3 Select assistant cluster head

In multi hop transmission, the cluster head near the sink node is overloaded due to forwarding a large amount of data. It is necessary that reducing the energy consumption of the cluster head near the sink node and avoiding the energy waste caused by the nodes near the sink node returning the information to the cluster head is necessary. After the selection of the main cluster head in the cluster is completed, a front area is set in the cluster located in the upper half of the monitoring area, and an assistant cluster head is elected again in the front area.

The front area is shown in Fig. 3. In the figure, the sink node is the base station, node i is the cluster head, and node j is the node farthest from cluster head i within the cluster. Make circle 1 with i as the center, d (i, j) as the radius, and circle 2 with sink as the center and d (i, sink) as the radius. The intersection of circle 1 and circle 2 is called the front area of the cluster.

Fig. 3
figure 3

Front area

As shown in Fig. 4, according to the distance between the cluster head and the sink node, the data transmission mode of the nodes in the front area can be divided into two situations. If d (i,j) ≤ d (i,sink), the nodes within the front area is transmitted date to the assistant cluster head. If d (i,j) > d (i,sink), then the nodes within the front area directly transmit the date to the sink node to alleviate the energy consumption of the cluster head.

Fig. 4
figure 4

Different forms of front area

In order to alleviate the energy consumption of cluster heads and reduce the energy waste caused by the nodes near the sink node returning the information to the cluster head. This paper sets the fitness function in three aspects when selecting assistant cluster heads: (1) residual energy of nodes, (2) distance between nodes and sink node, and (3) the energy distribution around nodes.

The front area is close to the sink node, and the assistant cluster heads are mainly used to alleviate the energy consumption of cluster heads and reduce the unnecessary energy waste caused by information return. Therefore, when selecting the assistant cluster head, the distance between the assistant cluster head and the sink node is very important.

$$ {f}_4=\frac{1}{d\left(i, sink\right)} $$
(27)

Based on the above three influencing factors, the fitness function for selecting the assistant cluster head is as follows:

$$ {f}_a(i)={df}_1+{ef}_3+f\frac{1}{f_4} $$
(28)

The value range of d, e, f is [0, 1], and d + e + f = 1. As long as the value of fa(i) is smaller, the effect of cluster head is better, the overall life of the network will be longer.

The data transmission diagram of ADCH-EPE-APTEEN is shown in Fig. 5.

Fig. 5
figure 5

Data transmission diagram of ADCH-EPE-APTEEN

The specific process of ADCH-EPE-APTEEN algorithm is shown in Fig. 6.

Fig. 6
figure 6

ADCH-EPE-APTEEN algorithm flow chart

5 Simulation and analysis

In order to verify the performance of the proposed algorithm, the algorithm is tested and simulated on the Matlab simulation platform. The experimental scenario is that 100 nodes are randomly distributed in the region of 100 m × 100 m, the initial energy of the node is E0 = 0.1 J, the base station coordinates are at (50,50), and the data fusion degree is 60%. When transmitting and receiving data, only the energy consumption of data transmitted and received is considered, Among them, εfs = 0.0013 pJ/(bit/m2), εmp = 10 pJ/(bit/m4), receiving or transmitting 1 bit data consumes energy is Eelec = 50 nJ/bit.

Under the same population size, the randomization process of PSO algorithm and DCA-PSO algorithm to the same objective function is shown in Fig. 7. As can be seen from the figure, the output of PSO algorithm is no longer significantly changed at about 70 rounds, while that of DCA-PSO algorithm tends to be stable at about 30 rounds, and the output of PSO algorithm is obviously inferior to that of DCA-PSO algorithm due to falling into local optimal. This shows that this algorithm can accelerate the convergence speed and enhance the search ability.

Fig. 7
figure 7

Stochastic optimization process

In order to highlight the improvement of network in life cycle, in the simulation model, APTEEN protocol is compared with the EDD-APTEEN protocol which is improved cluster heads selection based on energy and location factors, and the ADCH-EPE-APTEEN optimization protocol. As can be seen from Fig. 8, the first dead node appeared in the original APTEEN clustering method in about 100 rounds, and all the nodes died in about 350 rounds. EDD-APTEEN algorithm has the first dead node in 300 rounds and all the dead nodes in 600 rounds. The ADCH-EPE-APTEEN algorithm showed the first dead node in 500 rounds, and all died in about 1000 rounds. This shows that the algorithm can extend the lifetime of the network.

Fig. 8
figure 8

Number of surviving node

As can be seen from Fig. 9, because the ADCH-EPE-APTEEN algorithm considers the location problem and the energy distribution equilibrium problem when the cluster heads are selected, the transmission energy consumption is significantly reduced. And because algorithm elect the assistant cluster head to ease the cluster head energy consumption, the energy consumption rate is also significantly slowed down. It can be seen that the ADCH-EPE-APTEEN algorithm can reduce the energy consumption in the network.

Fig. 9
figure 9

Remaining energy

6 Conclusions

Aiming at the problem of slow convergence speed and being easy to fall into local optimum of particle swarm optimization, an improved DCA-PSO algorithm is proposed. The algorithm proposes that the inertia weight and acceleration factor be adaptively adjusted at the same time to enhance the global search ability in the initial search stage and the local search ability in the later search stage. The network simulation shows that DCA-PSO algorithm can significantly improve the search speed and accuracy compared with PSO algorithm. Meanwhile, aiming at the problem that APTEEN routing protocol is easy to select low-energy long-distance nodes in cluster head selection, and in multi hop transmission, the cluster head near the sink node is overloaded due to forwarding a large amount of data, a new ADCH-EPE-APTEEN algorithm is proposed in which the optimal number of cluster heads is added at the stage of cluster head selection to control the proportion of selected cluster head nodes and the DCA-PSO algorithm is introduced. Algorithm optimizes cluster head selection through high energy and energy distribution balance between close distance and surrounding nodes. And algorithm also set front area to ease the cluster head energy consumption. Network simulation shows that the algorithm can significantly prolong the survival time of the entire network; at the same time, it can slow down the network energy consumption rate and improve the network energy utilization efficiency.

7 Results and discussion

7.1 DCA-PSO

The search accuracy of DCA-PSO is about 30% higher than that of PSO, and the convergence speed is about 50%. It can be seen that the convergence speed and accuracy of DCA-PSO are greatly improved than that of PSO, and the algorithm is more stable and more suitable for cluster head optimization in wireless sensor networks.

7.2 ADCH-EPE-APTEEN

ADCH-EPE-APTEEN delays the time of node death, balances energy consumption, and extends network lifetime further operating in the same settings compared with APTEEN. The proposed algorithm has good scalability, and it is suitable for large-scale network. The reason is that ADCH-EPE-APTEEN optimizes the cluster head selection, and alleviates the energy consumption of cluster head near sink by means of double cluster heads.

8 Methods

8.1 DCA-PSO

DCA-PSO adopts adaptively changing inertial weight coefficients, continuously changes the inertial weight coefficients for particles at different positions, and adjusts the global and local search capabilities of particles. At the same time, the algorithm adjusts the fixed learning factor to a dynamically changing learning factor. The global search ability of the algorithm is enhanced at the initial stage of operation and the ability of local fine search is enhanced at the later stage.

8.2 ADCH-EPE-APTEEN

ADCH-EPE-APTEEN is the optimization of APTEEN. In order to prevent cluster head nodes from dying prematurely and forming network holes, ADCH-EPE-APTEEN introduced the DCA-PSO algorithm to optimize cluster head selection through three conditions: the remaining energy of the node, the position of the node in the cluster, and the energy distribution around the node. At the same time, in order to avoid the excessive energy consumption of nodes close to sink, the algorithm sets a front area in the upper half and selects the assistant cluster head to reduce the pressure of cluster head nodes. Compared with APTEEN, the ADCH-EPE-APTEEN algorithm can significantly prolong the survival time of the entire network; at the same time, it can slow down the network energy consumption rate and improve the network energy utilization efficiency.

Availability of data and materials

The materials and data are true and reliable in this paper.

Abbreviations

APTEEN:

Adaptive Periodic Threshold-sensitive Energy Efficient Network

PSO:

Particle swarm optimization

DCA-PSO:

Dynamic Classification Adaptive Particle Swarm Optimization

ADCH-EPE-APTEEN:

Area double cluster head-Energy position equalization-Adaptive Threshold-sensitive Energy Efficient Sensor Network Protocol

References

  1. A. Anjali, S. Garg, Distance Adaptive Threshold Sensitive Energy Efficient Sensor Network (DAPTEEN) protocol in WSN. Proc. of International Conference on Signal Processing, Computing and Control (2015), pp. 114–119

    Google Scholar 

  2. S. Bhagyashree, S. Prashanthi, K.M. Anandkumar, Enhancing network lifetime in precision agriculture using APTEEN protocol. Proc. of IEEE Technological Innovation in ICT for Agriculture and Rural Development (2015), pp. 44–48

    Google Scholar 

  3. V. Devadevan, S. Suresh, Energy Efficient Routing Protocol in Forest Fire Detection System. IEEE 6th International Conference on Advanced Computing (IACC) (2016), pp. 618–622

    Google Scholar 

  4. J. Ma, S. Wang, C. Meng, Y. Ge, D. Jingtao, Hybrid energy-efficient APTEEN protocol based on ant colony algorithm in wireless sensor network. EURASIP J. Wireless Comm. Networking 102, 1–13 (2018)

    Google Scholar 

  5. S. Suhas More, M.K. Nighot, Optimization of wireless sensor networks using Artificial Intelligence and Ant Colony Optimization for minimizing energy of network and increasing network lifetime (2017 International Conference on Computing, Communication, Control and Automation (ICCUBEA), Pune, 2017), pp. 1–6

    Google Scholar 

  6. J. Choi, S. Jung, Y. Han, T. Chung, Advanced Concentric-Clustering Routing Scheme Adapted to Large-Scale Sensor Networks, 2008 Second International Conference on Sensor Technologies and Applications (sensorcomm 2008), Cap Esterel, vol 2008, pp. 366–371

  7. K.E. Parsopoulos, M.N. Vrahatis, Particle swarm optimization and intelligence: advances and applications[M] (Information Science Reference, Hershey, 2010)

    Book  Google Scholar 

  8. R. Eberhart, J. Kennedy, A new optimizer using particle swarm theory[C]. International-Symposium on MICRO Machine and Human Science: IEEE Xplore (1995), pp. 39–43

    Google Scholar 

  9. J. Kennedy, R. Eberhart, Particle swarm optimization[C]. IEEE International Conference on Neural Networks-Conference Proceedings (IEEE, Piscataway, Perth, 1995), pp. 1942–1948

    Google Scholar 

  10. L. Yan, J. Zeng, PSO algorithm with adaptive random inertia weight [J]. Comput. Eng. Design 27(24), 4677–4679 (2016)

    Google Scholar 

  11. Y. Liang, H. Yu, PSO-Based energy efficient gathering in sensor networks[C]. International Conference on Mobile Ad-Hoc and Sensor Networks (Springer-Verlag, 2005), pp. 362–3694

  12. Y. Shi, R. Eberhart, A modified particle swarm optimizer[C]. International Conference on Evolutionary Computation (IEEE, Anchorage, AK, USA, 1998), pp. 69–73

  13. Y. Yuan, W. Mei, S. Wu, Q. Yuan, Hop Period Estimation for Frequency Hopping Signals Based on Hilbert-Huang Transform, 2008 Congress on Image and Signal Processing, Sanya, Hainan, vol 2008, pp. 452–455

Download references

Acknowledgements

There is no other person who contributed towards the article who does not meet the criteria for authorship.

Funding

This work was supported by the National Natural Science Foundation of China (61761034).

Author information

Authors and Affiliations

Authors

Contributions

Shubin Wang (wangshubin@imu.edu.cn) is the correspondent author. Z-BW and W-SB conceived the proposed scheme. Z-BW conducted the detailed derivation to evaluate the performance of the proposed scheme and carried out the most experiments and data analysis and wrote the manuscript. W-MH carries out the part experiments and data analysis, and W-SB reviewed the manuscript. All authors have read and approved the final manuscript.

Corresponding author

Correspondence to Shubin Wang.

Ethics declarations

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zhang, B., Wang, S. & Wang, M. Area double cluster head APTEEN routing protocol-based particle swarm optimization for wireless sensor networks. J Wireless Com Network 2020, 155 (2020). https://doi.org/10.1186/s13638-020-01770-w

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13638-020-01770-w

Keywords