Next Article in Journal
Study on the Effect of Hole Size of Trombe Wall in the Presence of Phase Change Material for Different Times of a Day in Winter and Summer
Previous Article in Journal
A Study on a Slotless Brushless DC Motor with Toroidal Winding
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Improvement of Perception Layer Routing Protocol with Static Nodes in IoT-Based Microgrids

1
Engineering Research Center for Metallurgical Automation and Measurement Technology of Ministry of Education, Wuhan University of Science and Technology, Wuhan 430081, China
2
School of Information Science and Engineering, Wuhan University of Science and Technology, Wuhan 430081, China
*
Author to whom correspondence should be addressed.
Processes 2021, 9(11), 1882; https://doi.org/10.3390/pr9111882
Submission received: 15 September 2021 / Revised: 11 October 2021 / Accepted: 19 October 2021 / Published: 22 October 2021

Abstract

:
Aiming at the problem of uneven clustering and the unreasonable energy consumption of LEACH protocol in the perception layer of IoT-based microgrids of static nodes; in this paper, we propose a stationary-node energy-based routing protocol (SERP). First, we select a dynamic cluster radius for clustering to meet the actual needs of the network during clustering. Then, to solve the problem that the number of cluster heads is difficult to determine, a dynamic optimal cluster head ratio is adopted. The dynamic optimal cluster head ratio can be obtained by minimizing the total energy consumption of cluster formation and the stable transmission phase, which can improve the efficiency of network transmission. Finally, by setting the residual energy factor and distance factor to improve the calculation of the cluster head election threshold, the energy load of the network is more uniform, and the location of the cluster head is more reasonable. Compared with the LEACH protocol and the HEED protocol, the simulation results show that the SERP protocol can effectively prolong the lifetime of the whole network.

1. Introduction

The Internet of Things (IoT) is allowing organizations to cost-effectively implement smart grids, also known as microgrids. Through IoT-based energy technologies, companies could revolutionize the distribution of electricity around the world. Microgrids create smaller groups from the larger electrical utility grid, which provides greater control to organizations on how they use their energy supply. Through this ability to disconnect and operate on the grid or in island mode, organizations can make smarter use of their power. A microgrid can operate on islanded mode which refers to the ability of microgrid owners to improve resiliency when the grid is not supplying enough power [1,2]. Microgrid owners are able to produce their own power when needed.
An IoT-based microgrid as shown in Figure 1 gives organizations power—both literally and figuratively. With the installation of an IoT-based microgrid, owners are able to improve the efficiency of their energy consumption. In addition to giving owners the ability to generate their own energy, microgrids also reduce dependency on utilities by helping to reduce costs and avoid peak usage charges. The technology even has the ability to produce revenue should the microgrid produce a surplus of power, which could be sold to a utility.
Although IoTs are widely adopted for monitoring, their use for control and automation of plants and processes is still very limited. Key concerns hampering wider adoption are the reliability of communication and the stability and magnitude of its latency. Controllers in microgrids depend on the reliable and timely communication of relatively small data packets containing measurements and commands, generated frequently at the sensors and controller. Guaranteeing these properties is challenging in the large-scale, multi-hop scenarios that are often the main reason for a wireless approach. Moreover, staple applications for wireless control rely on battery-powered sensors, which places energy efficiency in the limelight as replacing batteries is often costly or impractical. In this respect, it is well-known that radio activity, both listening and transmitting, is the main source of energy consumption. To optimize the energy consumption and prolong the lifetime of the whole network, a stationary-node energy-based routing protocol is worthy of attention.
The IoT [3,4,5] collects various bottom-level data through the perception layer, groups them into the network layer transmission center through the gateway, and finally summarizes them to the application terminal, providing a data guarantee for customers to analyze and operate the entire Internet of Things. The Internet of Things completes information acquisition and data transmission by relying on the perception layer network [6,7]. The perception layer [8], also known as the sensing layer, includes all IoT devices, sensors and actuators, as well as supporting short-distance communication techniques and information collaborative processing techniques. Sensors sense and collect data from objects, machines and people in the real world. The actuators execute operations based on the perceived data or the request from the user. At the same time, the self-organizing network technique and routing protocols [9,10,11] are the key objects of research on the perception layer, and efficient routing protocols can improve the efficiency of sensor node data fusion and the overall life cycle of the network. However, the method of randomly selecting cluster heads can easily give rise to problems such as uneven clustering and uncoordinated cluster sizes. The number of clusters required should vary depending on network sizes. All of these problems will affect the energy consumption of networks to different extents.
The random selection of cluster heads in the LEACH [12,13,14] protocol makes the network energy consumption more uniform, but its disadvantages are also very significant. Subsequently, a wide range of improved protocols for dealing with the disadvantages of LEACH were proposed. Younis et al. [15] proposed the HEED (Hybrid Energy-Efficient Distributed Clustering) protocol where primary and secondary parameters were designed. The primary parameter represents the probability that the node is selected as the cluster head in the real situation, and the secondary parameter is used as the measurement of the communication overhead of the nodes in the cluster, which introduces the average lowest power in the cluster as the evaluation value. The operation process of heed protocol is as follows. In the first step, each node determines the value of its own primary parameter; In the second step, first check whether the temporary cluster head is included in the adjacent nodes around each node. If so, this node will compare the value of the secondary parameter with the alternative adjacent node, and the node with the lowest value of the secondary parameter is determined as the cluster head. If not, the probability that this node is selected as the cluster head is calculated with reference to the main parameter value; If the above conditions are not consistent, repeat the above operations and start the next round of algorithm iterations at the same time. Although the HEED protocol also pays attention to the energy of nodes, the key operation part is the algorithm iteration, which will increase the overall complexity of the algorithm and increase the amount of algorithm calculation. In the process of research on traditional wireless sensor networks, the LEACH protocol stands out because of its energy efficiency and load balance. It was first proposed in the wireless sensor network and is also the one of the most classic clustering algorithms [16,17,18]. Many subsequent sensor network routing protocols are established on the basis of LEACH. Therefore, studying the LEACH protocol helps better understand the routing algorithm protocol in sensor networks, and lays the foundation for proposing better protocols in the future. The LEACH protocol has many disadvantages. Due to the static cluster head ratio and cluster radius setting and the uncertainty mechanism of randomly selecting cluster heads, the LEACH protocol lacks consideration of node location and remaining energy, resulting in poor network stability and life cycle. To address the problems of the LEACH protocol, the paper improves the LEACH protocol under the system model of static nodes, and proposes a Stationary-node Energy-based Routing Protocol (SERP).
This paper mainly discusses the Improvement of Perception Layer Routing Protocol with Static Nodes in IoT-Based Microgrids. This paper has four main sections: (1) In Section 1, we introduce the IoT-based microgrids, LEACH protocol and HEED protocol; (2) In Section 2, we analyze the main problems in LEACH protocol and propose solutions; (3) In Section 3, we introduce the system model of this paper and the improvement of LEACH protocol; (4) In Section 4, we summarize the conclusions of this paper.

2. Problem Analysis

As a hierarchical routing protocol, LEACH protocol further reduces energy consumption and prolongs the network life cycle compared with the flat routing protocol. However, its distribution and random selection characteristics have led to many problems that cannot be ignored. The following is a detailed description of the major problems of the LEACH protocol:
(1)
One of the important parameters in the LEACH protocol is the ratio p of cluster heads to the total number of nodes. The value of this parameter in the protocol is a constant set in advance. After the parameters are initialized, the value of p will not change. However, the static p value cannot adapt to the needs of the network under different conditions and operating periods. When the network operates to the later stage, the number of dead nodes increases, and an excessively large cluster head ratio p will cause an excessively larger number of cluster heads in the network. A large number of cluster heads not only reduces the network data transmission efficiency, but also accelerates the energy attenuation. Meanwhile, if the cluster head ratio p is set too small, the number of member nodes within the cluster will increase, thus resulting in the rapid death of cluster head nodes and jeopardizing the stability of the network topology. An excessively smaller number of cluster heads will increase the average distance between the member nodes and the cluster heads, thus leading to an increase in the network energy consumption.
(2)
The LEACH protocol establishes clusters through random selection of cluster heads. However, this random mechanism does not take into account the differences in energy and location between nodes, resulting in unreasonable cluster heads. Under the random selection mechanism, the nodes far away from the base station and the nodes with excessively low remaining energy will be selected as cluster heads, which accelerates the death of nodes in some areas of the network and affects the overall stability of the network.
(3)
In the LEACH protocol, after the cluster heads are selected, the node will search for the cluster head with the smallest distance within the cluster radius and send a join request. However, the static cluster radius cannot meet the needs of nodes at different locations. In areas with high node density, an excessively larger cluster radius will cause more energy to be consumed to selected the most suitable cluster head during the establishment of clusters.
(4)
The randomization mechanism used by LEACH in the cluster head selection stage does not consider the impact of node density on the network. Randomized cluster head selection will make it impossible for the number of cluster heads in the areas with higher node density to meet the real needs, while the number of cluster heads in the areas with lower node density exceeds the needs.
In response to Problem 1, the transformation of the static cluster head ratio p into a dynamic cluster head ratio P based on the lowest energy consumption calculation can make the number of network cluster heads more reasonable. In response to Problems 2 and 4, multiple factors such as node residual energy and neighbor node density are employed to improve the cluster head selection threshold, so that the stability of the network topology can be maintained. In response to Problem 3, selecting a dynamic cluster radius for clustering can meet the actual needs of the network during clustering.

3. System Models

The nodes in the network are in fixed positions, and the network models and energy models are analyzed for modeling.

3.1. Network Models under Static Nodes

Based on the distributed network in the perception layer of the Internet of Things, a network model is established. The major characteristics are described as follows:
(1)
The nodes in the network are randomly deployed in the specified area, and the coordinate positions of all nodes can be derived through GPS and other methods;
(2)
The nodes in the network have no mobility and remain stationary;
(3)
The nodes in the network are consistent in physical and network properties, that is, the nodes are same in terms of energy reservation, communication capabilities etc;
(4)
After the nodes in the network are initialized, the system will neither continue to supply energy to them, nor provide any other resources. In other words, the energy is fixed.
Under the constraints of the above conditions, the IoT perception layer network model of static nodes established in the paper is shown in Figure 2: Figure 2 shows a schematic diagram of the network after a round of clustering. CH represents the cluster head, CM represents the member nodes in the cluster, and BS is the base station. At this time, the network has been divided into four clusters. The sensor nodes are randomly distributed within a certain network range during initialization. The cluster head CH receives the data transmitted by the member nodes CM within the cluster and performs data fusion. Then the cluster head transmits the packed data packets to the base station BS beyond the network range.

3.2. Energy Model under Static Nodes

In this paper, in consideration of the application scenarios of the routing protocol of the perception layer of the Internet of Things, the wireless communication energy consumption model as shown in Figure 3 was utilized:
In this paper, a radio model was selected as the energy model: E = k d n , where E is the energy consumed, k is the number of bits of the data sent, d is the communication distance, and n is the exponent. The value of n is determined by the model fitting of the network. If the network model fits the multipath fading model in the channel model, then n = 4 ; otherwise, the network model fits the free space model in the channel model, and n = 2 .
The energy E T X ( m , d ) consumed by a node to send information contains two parts: E A X ( m , d ) and E T P X ( m ) .
E T X ( m , d ) = E A X ( m , d ) + E T P X ( m ) E A X ( m , d ) = m ε d 2 E T P X ( m ) = m E P X E T X ( m , d ) = m ε d 2 + m E P X ,
where E A X refers to the energy consumption of the information sent by the node in the path; it can be seen that E A X is proportional to the square of the distance d , m is the size of the data packet sent by the node, the unit is bit, E is the energy consumption coefficient, and E P X represents the energy consumption of a unit of data in the node hardware, E T P X ( m ) refers to the energy consumption of data of m bits in the node hardware.
The energy consumption E R X ( m ) of receiving m bits of data is:
E R X ( m ) = m E R X ,
where E R X is the energy consumption of the node receiving a unit of data.

3.3. Algorithm Improvement under Static Nodes

In this section, the cluster radius, cluster head ratio and cluster head selection threshold methods are improved on the basis of the disadvantages of the LEACH protocol.

3.3.1. Cluster Radius Formula

The cluster head connects to the nodes that communicate with the base station, with faster energy loss than that of the nodes within the cluster. The farther the cluster head is from the base station, the greater its energy consumption will be. Therefore, to reduce the overall energy consumption of the network, the number of those cluster heads in areas far away from the base station should be controlled as small as possible. At the same time, nodes need a larger cluster radius to select suitable cluster heads and send a joint request. On the contrary, the number of cluster heads in the area closer to the base station should be larger, and the cluster radius of the node should be smaller. First, based on the principle of the minimum average energy consumption in the cluster, a dynamic cluster radius formula is derived.
The energy consumption in a cluster is chiefly composed of four aspects: E T o B S , the energy consumed by the cluster head for sending information to the base station, E T o B S ; E A , the energy consumed for data fusion; E T o H e a d , the total energy consumed by each node in the cluster for transmitting information to the cluster head; E R , the energy consumed by the cluster head for receiving the information transmitted by each node.
As a result, the energy consumed by the cluster head for sending information to the base station can be derived:
E T o B S = m ε D i 2 + m E P X ,
where D i denotes the distance from the node i to the base station, R i denotes the cluster radius corresponding to the node i, and m denotes the size of the data packet.
The energy consumed by the cluster head for fusing m bits of data is:
E A = π ρ R i 2 m E D A ,
where E D A is the energy consumed by fusing a unit bit of data.
E T o H e a d = 0 R i 2 π r ρ m ε r 2 + m E P X d r = m ρ π 1 2 ε R i 4 + E PX R i 2 ,
where ρ represents the average density of nodes. In the proposed network model, the area where N nodes are distributed is a rectangle of M × M , and the average density ρ of randomly scattered nodes can be expressed as:
ρ = N M × M .
on the other hand, the energy consumed by the cluster head for receiving the information transmitted by each node is:
E R = π ρ R i 2 1 m E R X .
From the above, the total energy consumption E Cluster of the cluster is expressed as:
E Cluster = E T o H e a d + E R + E A + E T o B S = m ρ π R i 2 1 2 ε R i 2 + E P X + E R X + ε D i 2 + E P X E R X π ρ R C 2 + E D A .
Therefore, the average energy consumption E Node ¯ of nodes within the cluster can be obtained:
E Node ¯ = E Cluster ρ π R i 2 = m 1 2 ε R i 2 + E P X + E R X + ε D i 2 + E P X E R X π ρ R i 2 + E D A .
According to Formula (9), the average energy consumption of the nodes within the cluster, if the average energy consumption of the nodes is to be minimized, the cluster radius should take the value:
R i = 2 ε D i 2 + E P X E R X ε ρ π 4 .

3.3.2. Optimal Cluster Head Ratio

The cluster head ratio p in the LEACH protocol is an important parameter. Before the network is initialized, the value of p is already set in advance according to the network scale and other factors. When the LEACH protocol repeats the establishment of clusters in units of rounds, the cluster head ratio p always remains unchanged. However, each time the location of the base station, the scale of the network, and the deployment scenario will change, the value of p will be reconsidered. At the same time, during the operation of the network, the number of surviving nodes also changes …at all times. As the static cluster head ratio p is no longer suitable for these changes in the network, the paper aims to design a dynamic cluster head ratio p which varies with the number of surviving nodes. At the same time, the optimal number of cluster heads in the network can be calculated on the premise that the total energy consumption of the network is the lowest:
K o p t = N 2 π ξ f s ξ m p M d , toBS 2
where N denotes the number of nodes in the network, the area where the nodes are distributed is a rectangle of M * M , ξ f s and ξ m p are the energy model parameters related to the LEACH protocol, and d to B S 2 is the square of the distance between the cluster head and the base station. Therefore, the optimal cluster head ratio p can be expressed as:
p = K o p t N = 1 2 π N ξ f s ξ m p M d t o B S 2 .
It can be seen from Formula (12) that the improved value of p is correlated with N, the number of nodes in the network, and changes dynamically with N. In this way, the dynamically changing value of p can be more adapted to the changes in the network. d t o B S 2 denotes the square of the distance from the base station to the cluster head. In the actual network operation, the distance between the base station and the cluster head has to be repeatedly calculated in each round, which will add to the algorithm complexity. However, in the paper, the expectation of the square of the distance from the base station to the node as the value of the parameter to reduce the computational complexity. Therefore, when a node in the network runs out of energy and loses its function, the system will mark such a node and update the value of the number of nodes, N, and calculate the new optimal cluster head ratio P value, and broadcast it to each node.

3.3.3. Formula for Cluster Head Selection Threshold

In the cluster establishment stage, T s i calculated by the network according to the formula for the cluster head selection threshold and, a, the random number assigned, were compared to select a cluster head. As the positions of each node relative to the base station are different, the energy consumption of the communication with the base station will increase with the distance. Therefore, the factor of distance must be included in the cluster head selection threshold formula to reduce the probability of a node far from the base station being selected as a cluster head for decreasing the total network transmission distance. The paper introduces D f , the “distance factor”, which represents the feedback of the node’s position to the cluster head selection. The distance factor D f can be expressed as:
D f = d max d t o B S ( i ) d max d min .
In Formula (16), d max represents the farthest distance between a node in the entire network and the base station, d t o B S ( i ) is the distance between the node i and the base station, and d min denotes the closest distance between a node in the entire network and the base station. In particular, when d max = d min , let D f = 0 . On the other hand, in addition to the effects of node location on the selection of cluster heads, the differences of nodes in energy in each area of the network should also be taken into account in the selection of cluster heads. In the entire network, as the number of rounds increases, the energy stored in the nodes will gradually decrease. In particular, the nodes that have been selected as cluster heads consume more energy than nodes that have not been selected as cluster heads. To prevent such nodes with low residual energy from being repeatedly selected as cluster heads and early death of nodes in some areas of the network, the residual energy of the nodes should be regarded as one of the influencing factors of the cluster head selection threshold, and the average energy of other nodes should also be considered. Hence, the paper introduces the “energy factor” E f , which represents the feedback of the node’s energy to the cluster head selection. The energy factor E f can be expressed as:
E f = E ( i ) E local ( i ) .
Among them, E ( i ) is the residual energy of the node i, and E local ( i ) is the average energy in the node i cluster.
Based on the formula for the cluster head selection threshold in the LEACH protocol, the distance factor D f and energy factor E f are added for improvement, and the formula for the cluster head selection threshold in the SERP protocol for the perception layer of the Internet of Things with static nodes can be obtained:
T s i = p 1 p r mod 1 p ω 1 * D f + ω 2 E f , i G 0 , i , G
where p denotes the optimal cluster head ratio, r denotes the number of running rounds, and G denotes the set of nodes that have not been selected for cluster heads in the most recent 1 / p round. ω 1 and ω 2 are adjustable parameters, indicating the weight of each parameter. By controlling the weight of each parameter, the clustering algorithm can be more inclined to a certain property, for example, the clustering algorithm is more inclined to energy, then W 2 may be set larger. In the paper, it is expected that the weight of the energy factor will be lower at the beginning of clustering, and then gradually increase, so let
ω 1 = tanh 3 1 i = 1 n E ( i ) n E 0 , ω 2 = tanh 3 i = 1 n E ( i ) n E 0 .
In summary, T s i can be expressed as:
T s i = p 1 p r mod 1 P tanh 3 1 i = 1 n E ( i ) n E 0 D f + tanh 3 i = 1 n E ( i ) n E 0 E f , i G 0 , i G .

3.3.4. Description of Algorithm Flow

The SERP protocol algorithm is described as follows: First, initialize the parameters after completing the arrangement of sensor nodes and base station nodes. Then, calculate R i , the cluster radius of each node and ratio of cluster heads p, the optimal cluster head ratio according to Formulas (10) and (12). Determine T s i , the cluster head selection threshold for each node by the distance factor D f and the energy factor E f , select the cluster head by comparing it with a randomly generated random number within the range of 0 1 , and update the G set. Then the cluster heads broadcast the information of the selected cluster heads, and the non-cluster head node searches for the nearest cluster head within its cluster radius R i to send a join request. After completing the stage of cluster establishment, proceed with the data transmission stage. The nodes within the cluster send data to the cluster head according to the time slots as scheduled by TDMA. The nodes may shut down themselves and sleep while waiting for the time slot. Complete the algorithm operation if the energy of all the nodes within the system area is depleted or the number of running rounds reaches the maximum after completing the data transmission stage. Otherwise, continue to start a new round of cluster establishment from the calculation of the cluster radius and other parameters. The algorithm flow chart of the SERP protocol is shown in Figure 4.

4. Algorithm Simulation and Analysis

To accurately evaluate the performance of the proposed SERP protocol and verify its effectiveness in reducing energy consumption and prolonging the network life cycle in a static-node IoT perception layer network, a simulation experiment is conducted. A simulation environment is set up with the MATLAB tools, and simulation parameters are set by referring to [1,2]. Compared with the LEACH protocol, the main parameters of simulation are shown in Table 1.
It is impossible for the normal network to maintain its normal functions when there are too few surviving nodes. In the paper, simulation will be terminated when the percentage of dead nodes exceeds 95%, so that the performance of various routing protocols can be more effectively compared.
In the paper, the LEACH protocol, HEED protocol and the proposed SERP protocol are selected, compared and analyzed in terms of performance from the total network energy consumption, the network life cycle and total data throughput, respectively. To eliminate the contingency of the simulation results, the number of nodes is set to N = 100 and N = 300 , respectively, to compare the performance of routing protocols under different network scales.
It can be seen from Figure 5 and Figure 6 that the energy consumption rate of nodes in the SERP protocol is slower than that in either the LEACH protocol or the HEED protocol, and the round of energy depletion also emerges later. With the increase of the number of running rounds, some nodes begin to die, and the increase rate of the total energy consumption of the three protocols gradually slows down until all nodes die to a maximum. When the number of nodes n increases from 100 to 300, the node energy consumption rate under LEACH protocol becomes significantly faster. In contrast, the node energy of heed protocol and SERP protocol can maintain a stable increase. At the same time, the total energy consumption of nodes under SERP protocol remains the lowest and the total number of running rounds is the largest. This shows that the SERP protocol can still maintain stable energy loss in large-scale node networks. This indicates that the improvement of the cluster head selection threshold is achieved through the distance factor and energy factor.
From Figure 7 and Figure 8, it can be seen that compared with the LEACH protocol, the SERP protocol has a slower rate of node death, and requires a larger number of rounds before 95% of nodes die, which effectively prolongs the network life cycle and improves slightly compared with the HEED protocol. At the same time, when the number of network nodes N increases, in the LEACH protocol, nodes die in the 300th–400th rounds, indicating that the LEACH protocol is not stable enough for larger networks. As a direct result, LEACH protocol has lost most nodes when it runs to half of the total number of running rounds. Instead, the SERP protocol can still maintain a low rate of node death, which demonstrates that it has a network stability than the LEACH protocol.
From Figure 9 and Figure 10, the total data throughput of the network can be observed. Although the LEACH protocol has a high data throughput rate at the beginning, its nodes die faster, thus significantly reducing the throughput rate when the number of dead nodes reaches a certain level. At the same time, when the number of network nodes n increases, the number of stable transmission rounds of LEACH protocol does not increase significantly, indicating that LEACH protocol has a bottleneck in data transmission in a large-scale node network. The SERP protocol can always maintain a relatively stable rate for data transmission and has a higher final total data throughput than both the LEACH and HEED protocols due to its longer life cycle.
Hence, the proposed SERP protocol has the characteristics of low energy consumption, long network life cycle, stable data transmission, and high throughput.

5. Conclusions

This paper analyzes the problems of the LEACH protocol in IoT-based microgrids, and improves the LEACH protocol from three aspects.Firstly, the dynamic cluster radius is selected to meet the actual needs of the network in the process of cluster establishment. Secondly, the optimal cluster head ratio is used to make the number of network cluster heads more reasonable. Finally, the distance factor and energy factor are used to improve the cluster head selection threshold. Then, this paper compares the LEACH protocol and heed protocol through simulation. The results show that the improved SERP protocol has a good performance in terms of total network energy consumption, network life cycle and total data throughput, and can still maintain good performance in a larger network.

Author Contributions

Data curation and methodology, J.Y.; supervision, C.Y.; software, writing—review and editing, Z.H. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the National Natural Science Foundation of China under Grant Nos. 61801338,61801339.

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. Yu, C.; Zhou, H.; Lu, X.; Lai, J. Frequency Synchronization and Power Optimization for Microgrids with Battery Energy Storage Systems. IEEE Trans. Control Syst. Technol. 2021, 29, 2247–2254. [Google Scholar] [CrossRef]
  2. Yu, C.; Zhou, H.; Lu, X.; Lai, J.; Liu, G.P. Distributed Optimal Synchronization Rate Control for AC Microgrids Under Event-Triggered Mechanism. IEEE Trans. Power Syst. 2021, 36, 1780–1793. [Google Scholar] [CrossRef]
  3. Chen, J.; Zhang, L.; Liang, Y.C.; Kang, X.; Zhang, R. Resource allocation for wireless-powered IoT networks with short packet communication. IEEE Trans. Wirel. Commun. 2019, 18, 1447–1461. [Google Scholar] [CrossRef]
  4. Oubejja, O.; Duchemin, D.; Imbert, M.; Cardoso, L.S.; Gorce, J.M. Framework for PHY-MAC layers prototyping in dense IoT networks using FIT/CorteXlab Testbed. In Proceedings of the IEEE INFOCOM 2019 Conference on Computer Communications Workshops, Paris, France, 29 April–2 May 2019; pp. 923–924. [Google Scholar]
  5. Saidi, S.J.; Mandalari, A.M.; Kolcun, R.; Haddadi, H.; Dubois, D.J.; Choffnes, D.; Smaragdakis, G.; Feldmann, A. A haystack full of needles: Scalable detection of IoT devices in the wild. In Proceedings of the ACM Internet Measurement Conference, Pittsburgh, PA, USA, 27–29 October 2020; pp. 87–100. [Google Scholar]
  6. Dean, A.; Agyeman, M.O. A study of the advances in iot security. In Proceedings of the 2nd International Symposium on Computer Science and Intelligent Control, Stockholm, Sweden, 21–23 September 2018; pp. 1–5. [Google Scholar]
  7. Sun, J.; Yin, L.; Zhang, G.; Li, S. Internet of thing wireless sensor entity authentication scheme based on merkle. In Proceedings of the IEEE INFOCOM 2019 Conference on Computer Communications Workshops, Paris, France, 29 April–2 May 2019; pp. 1–6. [Google Scholar]
  8. Li, J.; Liu, Y.; Xie, J.; Li, M.; Sun, M.; Liu, Z.; Jiang, S. A remote monitoring and diagnosis method based on four-layer IoT frame perception. IEEE Access 2019, 7, 144324–144338. [Google Scholar] [CrossRef]
  9. Huang, H.; Yin, H.; Min, G.; Zhang, J.; Wu, Y.; Zhang, X. Energy-aware dual-path geographic routing to bypass routing holes in wireless sensor networks. IEEE Trans. Mob. Comput. 2017, 17, 1339–1352. [Google Scholar] [CrossRef] [Green Version]
  10. Lamali, M.L.; Lassourreuille, S.; Kunne, S.; Cohen, J. A stack-vector routing protocol for automatic tunneling. In Proceedings of the IEEE INFOCOM 2019 Conference on Computer Communications, Paris, France, 29 April–2 May 2019; pp. 1675–1683. [Google Scholar]
  11. Shah, S.B.; Zhe, C.; Ahmed, S.H.; Fuliang, Y.; Faheem, M.; Begum, S. Depth based routing protocol using smart clustered sensor nodes in underwater WSN. In Proceedings of the 2nd International Conference on Future Networks and Distributed Systems, New York, NY, USA, 26–27 June 2018; pp. 1–7. [Google Scholar]
  12. Zhang, Y.; Liu, T.; Zhang, H.; Liu, Y. LEACH-R: LEACH relay with cache strategy for mobile robot swarms. IEEE Wirel. Commun. Lett. 2020, 10, 406–410. [Google Scholar] [CrossRef]
  13. Pandey, P.; Kaur, I. Improved MODLEACH with effective energy utilization technique for WSN. In Proceedings of the 8th International Conference on Reliability, Infocom Technologies and Optimization, Noida, India, 4–5 June 2020; pp. 987–992. [Google Scholar]
  14. Boubaker, A.; Rekhis, S.; Jerbi, W. ML-LEACH: Multi-level LEACH for uniformly distributed clusters and low energy consumption. In Proceedings of the Euro American Conference on Telematics and Information Systems, Fortaleza, Brazil, 12–15 November 2018; pp. 1–7. [Google Scholar]
  15. Younis, O.; Fahmy, S. HEED: A hybrid, energy-efficient, distributed clustering approach for Ad Hoc sensor networks. IEEE Trans. Mob. Comput. 2004, 3, 366–379. [Google Scholar] [CrossRef] [Green Version]
  16. Mai, S.; Jacobsen, J.; Amer-Yahia, S.; Spence, I.; Tran, P.; Assent, I.; Nguyen, Q.V. Incremental density-based clustering on multicore processors. In IEEE Transactions on Pattern Analysis and Machine Intelligence; IEEE: Piscataway, NJ, USA, 2020. [Google Scholar] [CrossRef]
  17. Tariq, I.; Sen, R.; de Veciana, G.; Shakkottai, S. Online channel-state clustering and multiuser capacity learning for wireless scheduling. In Proceedings of the IEEE INFOCOM 2019 Conference on Computer Communications, Paris, France, 29 April–2 May 2019; pp. 136–144. [Google Scholar]
  18. Ur Rehman, M.A.; Ullah, R.; Kim, B.S. A compact NDN architecture for cluster based information centric wireless sensor networks. In Proceedings of the 6th ACM Conference on Information-Centric Networking, Macao, China, 24–26 September 2019; pp. 163–164. [Google Scholar]
Figure 1. Schematic diagram of IoT-based microgrids.
Figure 1. Schematic diagram of IoT-based microgrids.
Processes 09 01882 g001
Figure 2. Schematic diagram of the network model.
Figure 2. Schematic diagram of the network model.
Processes 09 01882 g002
Figure 3. Schematic diagram of energy model.
Figure 3. Schematic diagram of energy model.
Processes 09 01882 g003
Figure 4. Flow chart of the SERP protocol algorithm.
Figure 4. Flow chart of the SERP protocol algorithm.
Processes 09 01882 g004
Figure 5. Total energy consumption of the network when the number of nodes N = 100.
Figure 5. Total energy consumption of the network when the number of nodes N = 100.
Processes 09 01882 g005
Figure 6. Total energy consumption of the network when the number of nodes N = 300.
Figure 6. Total energy consumption of the network when the number of nodes N = 300.
Processes 09 01882 g006
Figure 7. Network life cycle when the number of nodes N = 100.
Figure 7. Network life cycle when the number of nodes N = 100.
Processes 09 01882 g007
Figure 8. Network life cycle when the number of nodes N = 300.
Figure 8. Network life cycle when the number of nodes N = 300.
Processes 09 01882 g008
Figure 9. Total data throughput when the number of nodes N = 100.
Figure 9. Total data throughput when the number of nodes N = 100.
Processes 09 01882 g009
Figure 10. Total data throughput when the number of nodes N = 300.
Figure 10. Total data throughput when the number of nodes N = 300.
Processes 09 01882 g010
Table 1. Simulation parameters.
Table 1. Simulation parameters.
ParametersSetting
Positions of base station nodes ( 50 m , 150 m )
Energy coefficient, ε 4 pJ / bit / m 2
Initial energy of node, E 0 0.005 J
Energy consumption for transmission of a unit bit of data, E P X 4 pJ / bit
Energy consumption for receiving a unit bit of data, E R X 60 pJ / bit
Energy consumption for fusing a unit bit of data, E D A 5 pJ / bit
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Yang, J.; Yu, C.; Hu, Z. Improvement of Perception Layer Routing Protocol with Static Nodes in IoT-Based Microgrids. Processes 2021, 9, 1882. https://doi.org/10.3390/pr9111882

AMA Style

Yang J, Yu C, Hu Z. Improvement of Perception Layer Routing Protocol with Static Nodes in IoT-Based Microgrids. Processes. 2021; 9(11):1882. https://doi.org/10.3390/pr9111882

Chicago/Turabian Style

Yang, Jun, Chang Yu, and Zijian Hu. 2021. "Improvement of Perception Layer Routing Protocol with Static Nodes in IoT-Based Microgrids" Processes 9, no. 11: 1882. https://doi.org/10.3390/pr9111882

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