Next Article in Journal
An Improved Shape from Focus Method for Measurement of Three-Dimensional Features of Fuel Nozzles
Next Article in Special Issue
Application of Air-Coupled Ground Penetrating Radar Based on F-K Filtering and BP Migration in High-Speed Railway Tunnel Detection
Previous Article in Journal
Improving Fingerprint-Based Positioning by Using IEEE 802.11mc FTM/RTT Observables
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Topological Sensitive Node Importance Evaluation Method in Aerospace Information Networks

1
School of Information and Software Engineering, University of Electronic Science and Technology of China, Chengdu 610056, China
2
School of Mathematical, University of Electronic Science and Technology of China, Chengdu 610056, China
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(1), 266; https://doi.org/10.3390/s23010266
Submission received: 24 October 2022 / Revised: 15 December 2022 / Accepted: 21 December 2022 / Published: 27 December 2022

Abstract

:
With the rapid development of communication technology and the diversification and rapid growth of network application demands, the requirements for the anti-destruction capability of information networks have also increased. Therefore, an efficient and accurate metric of the survivability of satellite networks has become a hotspot of current research. Firstly, in this paper, we propose a transfer matrix-based spatial information network invulnerability evaluation algorithm. The algorithm draws the idea of a node deletion method to determine the initial importance of nodes and then establishes a formula for the importance transfer probability of the nodes. In addition, an evaluation algorithm of spatial information network invulnerability is obtained using the network structure entropy theory. Simulations show that our new evaluation algorithm based on the transfer matrix is more accurate compared to degree centricity, natural connectivity and other methods in evaluating the importance of the nodes. The proposed index can effectively reflect the change in the network topology and evaluate the network survivability.

1. Introduction

In today’s globalized communication era, the ground network cannot meet the communication demands due to natural conditions, therefore the development of a satellite network with global coverage has become an inevitable choice. Compared with terrestrial networks, satellite networks have the advantages of wide coverage and flexible networking [1]. Due to the inherent fragility of the satellite network, nodes or links may fail suddenly. Once a problem occurs, the performance of the entire satellite network may drop sharply or even trigger a domino effect and cause the entire network to be disrupted [2,3,4,5,6]. Considering the high dynamics of node movement in satellite networks and the diverse connections between nodes, the topology of the network is complex and changeable; therefore, it is of great theoretical and practical significance to study the vulnerability of satellite networks.
At present, research on the vulnerability of network topology structures has emerged in endless streams. This research has great significance for improving the robustness of the actual system and for designing an efficient system architecture by evaluating and protecting the important nodes. For example, the jumping-surface node method [7,8,9], the evaluation model based on the mean square error of the node invulnerability metric value [10], the evaluation method based on node deletion [11,12,13,14], the evaluation method based on natural connectivity [15,16], and the mutual information method [17], etc. These models and methods have their own characteristics but these research methods are mainly suitable for static networks and have limitations for satellite networks with high dynamics; the evaluation results are not ideal.
Usually, important nodes play a key role in network functionality and have an important impact on network dynamic processes such as network synchronization and cascading faults [18,19,20,21,22]. Therefore, evaluating the importance of nodes in the network and adopting protection strategies can improve the overall resilience of the network. The importance of a network node is not only related to its local significance but also closely related to its position in the network and the degree of interdependence with other nodes. Based on the above considerations and the node importance contribution, this paper proposes a new method for network node importance evaluation. This method not only considers the contribution of the importance of adjacent nodes and non-adjacent nodes to the evaluated node but also considers the global importance of the node. By combining the global and the local, the node importance evaluation result is more accurate. A metric that characterizes the resilience of the overall network is obtained by using network structure entropy [23,24].
The structure of this paper is as follows. In Section 2, we will introduce related works on general network resilience. In Section 3, we propose the node importance transfer probability matrix model. Section 4 will give the survivability evaluation algorithm and Section 5 will carry out a simulation analysis that justifies the feasibility and effectiveness of our method. Section 6 summarizes the paper.

2. Related Work

A spatial information network can be described as a graph G ( V , E ) . The satellite network system is composed of N satellite nodes and inter-satellite links. V = { 1 , 2 , , N }  represents the collection of satellite nodes and E = { e i j | i , j V , i j } represents the collection of inter-satellite links.
If the communication link of two satellites is not blocked by the earth at a certain time and the communication link distance is less than the maximum threshold between satellites, the two satellites are said to be “visible” or “connectable”. Let the adjacency matrix of G ( V , E ) be A N N , when two satellites i and j are visible, if a i j = a j i = 1 , otherwise a i j = a j i = 0 .
Let D N N be the shortest path matrix, where d i j represents the shortest path length between satellite nodes i and j .
Definition 1.
Network efficiency [25]. Network efficiency is a metric of the efficiency of information exchange between nodes in a network. In complex networks, network efficiency applies to both local and global scales. On a local scale, it quantifies the network’s ability to resist failures in a small range. Globally, it quantifies the efficiency of the simultaneous exchange of information in the entire network. Its equation is:
E = 1 N ( N 1 ) i j 1 d i j
Definition 2.
Degree centrality [26]. Degree centrality characterizes node centrality in network analysis. The greater the node degree means the higher centrality of the node and the more important the node is in the network. The calculation of node degree centrality is as follows:
D C ( i ) = k i N 1
where k i represents the number of edges connected to node i .

3. Node Importance Evaluation Model

3.1. Node Initial Importance

For a connected graph, each node in the graph has a different influence. For example, the root node is often of greater importance than the leaf nodes. Once an important node fails, it impacts the connectivity and robustness of the network. Therefore, we draw the idea of a node deletion method that removes individual nodes in the network in turn and evaluates the changes in network structure and efficiency before and after deletion. Once a node in the network fails, its adjacent edges will also break at the same time and information transmission cannot be carried out at this time. The effect of deleting a node may be very different. If a node is very important, removing it will lead to changes in the network topology and a sharp decline in network efficiency. If it is a terminal node, its removal has almost no effect. Finally, this paper proposes that the initial value C i of the node importance in the network is defined by the following equation:
C i = E ( G ) E ( G ) E ( G )
Among them, E ( G ) is the network efficiency and E ( G ) the network efficiency after deleting the node. This metric reflects the change in network efficiency after the node is deleted. The larger the change the more important the node is and the importance is quantified from a global perspective.

3.2. Node Importance Transfer Probability Matrix

If any node in the spatial information network is isolated, it will inevitably be affected and restricted by adjacent nodes. The interaction between nodes can be described by the probability transfer matrix based on node importance [27].
There are complex dependencies between nodes and the dependence intensity varies with the location of the nodes. For node i , we define its adjacent nodes as the first layer nodes and the nodes with a distance of 2 as the second layer nodes, and so on. Since the importance of node i in the nodes of the same layer is different and the node degree centrality can be used to describe the direct influence of a node in the network, we use the degree centrality to describe the dependence between nodes. The following experiment will show the influence of a node on other nodes.
Figure 1 is a typical complex network topology diagram with nine nodes. Node 4 is directly connected to nodes 3–7 and they are all located on the first layer of node 4. We use natural connectivity to calculate the importance of each node. Table 1 shows the changes in the importance of nodes 3–7 before and after deleting node 4.
We can see that although nodes 3–7 are directly connected to node 4, when node 4 fails, the difference in the impact on its adjacent nodes varies, indicating that the contribution of nodes to nodes at different positions on the same layer is different. Therefore, if there is a strong dependency between a node and another node, the importance of the node can be transferred to another node.
The impact of a node failure is not limited to its adjacent nods. Take node 2 in Figure 1 as an example, we can see that node 1 is on the first layer of node 2, and node 4 is on the second layer of node 2. We delete node 1 and node 4 and observe how it affects node 2. The experimental results are shown in Table 2.
It can be seen from Table 2 that when node 1 fails, the impact value on node 2 is 0.065, and when node 4 fails, the impact on node 2 is 0.095. It can be seen that the influence of node 4 on node 2 is higher than that of node 1 on node 2. The experiment shows that when the nodes have strong reachability, it does not only affect the adjacent nodes but also affects the non-adjacent nodes. For a node, if the influence of non-adjacent nodes is greater than that of adjacent nodes, the importance of non-adjacent nodes cannot be ignored. However, if multi-step non-adjacent nodes are considered, the complexity of the algorithm will increase. Achieving a balance between running speed and accuracy is the key to the problem. Reference [28] found that when considering non-adjacent nodes of order two or above, the accuracy improvement is marginal but the efficiency of the algorithm drops sharply. Therefore, considering the adjacent nodes in the second order can balance the accuracy and time complexity and this paper only considers the second-order neighbors when evaluating the importance of nodes.
Next, we will characterize the importance of dependence between the nodes in the network. In Figure 1, it is not difficult to identify when node 4 is deleted, nodes 7–9 will become isolated nodes, and their importance is 0. However, nodes 3, 5 and 6 are adjacent to other nodes, and their importance will be different and will not be 0. Therefore, if the degree of a node is smaller, it is more easily affected by other nodes. On the contrary, if the node degree is larger, when one of the nodes fails, due to the existence of other adjacent nodes, its importance will not change too much.
Because node i has different important contributions to nodes on the same layer, degree centrality can directly reflect the influence of nodes in the network. In addition, the dependence between nodes is inversely proportional to the shortest distance between nodes. Therefore, we propose the following probability calculation formula of node importance.
Definition 3.
Node importance transfer probability. It reflects the contribution probability of node  i  to node  j  when node  i  assigns its initial importance to all nodes in the second-order domain. Its calculation formula is:
p ( i , j ) = D D ( i , j ) / D C ( j ) j τ ( D D ( i , j ) / D C ( j ) )
D D ( i , j ) = { 1 d i j , j τ 0 , o t h e r
where  τ  is the set of adjacent nodes within the second layer and  d i j  is the shortest distance between two nodes.
Since the efficiency reflects the average difficulty from one node to other nodes in the network and is a measurement of the importance of nodes in the global scope, we initialize the importance of node i with the efficiency C i of node i , and then obtain the node importance transfer correlation matrix:
H = [ 0 p 12 · C 1 p 1 n · C 1 p 21 · C 2 0 p 2 n · C 2 p n 1 · C n p n 2 · C n 0 ]
In Equation (6), H i j  represents the importance contribution of node i to node j . Considering the global network efficiency and local transfer probability of nodes, the importance I j of node j can be defined as:
I j = C j × ( i = 1 , i j n P i j C i )
It can be seen that the importance of a node is related to the efficiency of the node itself, its degree centrality, and the distance between the nodes. It integrates the global and local information of the node, which can improve the evaluation accuracy. When the topology structure changes, the distance between the nodes will change accordingly and the evaluation method can effectively and accurately estimate the value of node importance, which meets the needs of the satellite network node importance evaluation.

4. Network Survivability Theory

4.1. Network Structure Entropy

The satellite network can be built into a graph network model and there are often complex connection relationships between nodes. Essentially, the satellite network belongs to a special scale-free network, which has very few core nodes and a large number of end nodes in the network. Scale-free networks are extremely vulnerable to deliberate attacks. Tan Yuejin and Wu Jun believe that the scale-free characteristic of the network is the “heterogeneity” of the network and that the concept of “entropy” can be used to study this “heterogeneity” of the network [23,24]. Therefore, the two scholars proposed the concept of “network structure entropy”. They believe that the greater the entropy of the network structure, the more uniform the distribution of network nodes, and the weaker the heterogeneity of the network, that is, the fewer core nodes in the network, the stronger the network survivability when the network is attacked, and vice versa.

4.2. Satellite Network Survivability Assessment

In Section 4.2, we calculate the importance value I i of each node from the importance transfer matrix, and then the network structure entropy based on the node importance can be expressed as [23,24]:
S = i = 1 N I i ln I i
When the importance of nodes in the network is clarified, the higher the importance of the nodes in the network, the more critical the status. For the satellite network topology, when the more critical nodes are attacked, the more destructive it is to the network topology, and the easier it is to cause network interruption. It can be seen that the importance of nodes is closely related to the survivability of the satellite network. If there are no obvious key nodes in the network, the network is more uniform, and the stronger the survivability of the network will be. On the contrary, if there are several obvious key nodes in a network, the network will be more uneven. When the key node is attacked, it has a great impact on the robustness of the network, resulting in poor survivability of the network. Therefore, we can use entropy to evaluate the survivability of spatial information networks.
In the space information network, nodes represent different types of spacecraft. Due to the different functions and orbits of the spacecraft, the flight speeds of the spacecraft vary greatly. Therefore, the network topology is highly dynamic, that is, the links between the nodes in the network will frequently switch, which will lead to continuous changes in the network topology. In this process, the number of nodes does not change. In view of the appeal, we will carry out simulation experiments based on the fat-tree network. The fat-tree network topology is shown in Figure 2 and Figure 3.
In the process of operation of the spatial information network, the pathway between L 1 and L 2 , L 3 and L 4 , L 5 and L 6 , L 7 and L 8 disappears, and a new pathway is established between L 2 and L 3 , L 4 and L 5 , L 6 and L 7 . This is shown in Figure 3.

5. Experimental Simulation and Analysis

5.1. Simulation Experiment and Analysis of Node Importance

We assume that any two satellites within the visible range can have a connecting link. In the case of topological structure and resource constraints, due to the high dynamics of satellite networks, the links between satellite nodes are being disconnected and reorganized frequently, thereby reconstructing the network topology and in the generated topological structure, many topological structures are extremely similar. Therefore, how to effectively distinguish networks with similar topological structures has become the key to evaluating the quality of an index. In this article, we selected two relatively similar topological structures for the experiments and their topological structures are shown in Figure 4 and Figure 5.

5.1.1. Node Importance Algorithm Accuracy Evaluation

On this basis, by comparing the four methods of degree centrality, natural connectivity, jumping-surface node method and mutual information method, the feasibility and effectiveness of the method in this paper are illustrated. Let us take Figure 4 as an example and compare the results of the five sorting methods in Table 3. Since the network is symmetrical, this article only lists some representative node evaluation results, as shown in the following Table.
It can be seen from Table 3 that all methods can evaluate the importance of nodes. Degree centrality is the simplest measurement method, reflecting the importance of nodes in a local range. However, this method cannot distinguish the importance order of nodes, because some nodes have the same degree centrality value, for example, both nodes 2 and 4 are 0.2. We cannot compare other methods intuitively. Therefore, we delete some important nodes and the changes in network connectivity further clarify the performance of natural connectivity, the jump-surface node method, mutual information method and our method in this paper.
Removing nodes from the network will reduce the connectivity of the network and the worst connectivity corresponds to the best sorting method. Connectivity is reflected in two measures: the number of subgraphs and the size of the largest subgraph after decomposition. The larger the number of subgraphs or the smaller the size of subgraphs, the worse the connectivity, which means that the corresponding sorting method has better performance.
We delete four nodes in the network separately, and the change in network connectivity is shown in Figure 6. We can see that when node 2 is deleted, three subgraphs are generated, therefore node 2 is the most important in the network. When nodes 1 and 4 are deleted, two subgraphs are generated. However, when node 1 is deleted, the size of the largest subgraph is smaller, therefore node 1 is more important than node 4. This conclusion is consistent with the method in this paper. These results show that the method in this paper has good performance in node importance evaluation.
Spatial information network is characterized by high dynamic, its topology changes regularly in the cycle, and the structure changes very small. The algorithm proposed in this paper and the existing four node importance evaluation indexes (Degree centrality, Natural connectivity, Jump-surface node method, Mutual information method) are used to calculate the importance of each node in Figure 4 and Figure 5. The experimental data are shown in Table 4 and Table 5.
In order to more intuitively observe the changes of node importance before and after the network topology changes, we compared the natural connectivity, mutual information method, degree centrality, jump-surface node method, and node importance evaluation results of our algorithm, as shown in Figure 7.

5.1.2. Node Importance Algorithm Discrimination Evaluation

The satellite network is characterized by high dynamics, its topological structure changes regularly during the period, and the structure changes extremely small. We use the method in this paper and the existing four node importance evaluation indicators (degree centrality, evaluation indicators based on natural connectivity, jump-surface node method, and mutual information method) to calculate the importance of nodes in Figure 4 and Figure 5. Its experimental results are shown in Figure 7.
It can be seen from Figure 7 that when the network topology in Figure 4 becomes the structure in Figure 5, the importance of node 1 calculated by degree centrality, jump-surface node method and mutual information method does not change. These methods fail to reflect that node importance changes with network topology reconfiguration. According to Figure 4, when no link is established between nodes 9 and 10, nodes 11 and 12, and nodes 13 and 14, the communication between nodes 2 and 15 needs to pass through node 1. Once node 1 fails, the spatial information network will become two unconnected symmetric subnets. When the link between node 9 and node 10, node 11 and node 12, and node 13 and node 14 is established, node 2 and node 15 can communicate through node 1. In addition, node 2 and node 15 can also communicate through the link between node 11 and node 12, therefore the importance of node 1 decreases. This conclusion is consistent with the result of the method proposed in this paper. It can be seen in Figure 7c that the importance of node 1 in Figure 5 has increased instead, indicating that the calculation result of natural connectivity is contrary to the actual situation. This is also true for node 2. At the same time, it can be found from node 11 that after the network topology changes, node 11 forms a link with node 12. When node 1 fails, node 11 can connect the left and right subgraphs. Therefore, the importance of node 11 is improved compared with that before, which is consistent with the results obtained by our method. It fully shows that the algorithm based on node importance proposed in this paper can effectively distinguish nodes with similar network topology.

5.2. Network Invulnerability Simulation Experiment and Analysis

As we all know, the more important a node is, the greater its influence in the network. When the more important node is attacked and fails, the communication link will also fail and the efficiency of the entire network decreases faster. We will carry out the invulnerability simulation experiment on the network topology in Figure 4 and compare our method with two existing measurable invulnerability indicators (jump-surface node method and natural connectivity).
In the previous section, we can see that node 2 is the most important in the network, node 1 is the second, node 4 is the third, and node 8 is the weakest in the network. When these four nodes fail in turn, we will simulate and calculate the invulnerability index of the spatial information network. The network invulnerability experiment results calculated by Equation (8) are shown in Table 6.
It can be seen from Figure 8 that when no node fails, the network’s invulnerability performance is the strongest. When any node fails, the network’s invulnerability performance decreases by varying degrees. In Figure 4, node 2 is the most important. When node 2 fails, the network’s survivability performance is the worst. It was found from the calculation results of natural connectivity that node 4 has the worst survivability when it fails, that is, the natural connectivity algorithm considers node 4 as the most important. Obviously, node 1 is more important than node 4. When node 1 fails, the survivability performance should be lower than when node 4 fails. The experimental results of the jump-surface node method are inconsistent with the actual results. In addition, node 8 has the lowest importance. When it fails, the network is the least affected and has the strongest invulnerability performance. Therefore, the entire graph should monotonically increase, which is consistent with the experimental results of this article. Based on the above analysis, we can observe that the methods in this article are more effective and accurate.

6. Summary

In view of the fact that non-adjacent nodes may contribute greater importance than adjacent nodes, this paper considers the influence of all adjacent nodes within the second order. First, the importance transfer probability model is proposed. At the same time, it draws on the idea of the node deletion method and uses the node importance transfer correlation matrix to determine the importance of network nodes. This method not only considers the contribution of adjacent nodes and non-adjacent nodes to the importance of the evaluated node but also considers the global importance of the node and combines the global and local ideas to make the node importance evaluation result more accurate. In addition, combined with the concept of network structure entropy, a satellite network anti-destroy performance evaluation algorithm is obtained. Simulation experiments show that the method in this paper is more accurate in evaluating the importance of nodes, and when the network topology changes, the index can effectively reflect the change. The method in this paper is also more reasonable and effective when evaluating the anti-destructive performance of the network. Therefore, the method is feasible, effective and accurate, and can be widely used in the evaluation of the importance of nodes and the invulnerability of satellite networks.

Author Contributions

Conceptualization, P.Y. and S.H.; methodology, P.Y. and S.H.; software, S.H.; validation, P.Y.; formal analysis, S.H.; investigation and J.Z.; resources, S.Z.; data curation, P.Y.; writing—original draft preparation, S.H. and P.Y.; writing—review and editing, P.Y. and S.H.; supervision, S.Z.; project administration, S.Z.; funding acquisition, S.Z. and P.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by research supported by Science and Technology Department of Sichuan Province, P.R. China, grant number 2023YFG0155.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data is contained within the article.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Li, D.; Shen, X.; Gong, J.Y. On the Construction of my country’s Spatial Information Network. J. Wuhan Univ. Inf. Sci. Ed. 2015, 40, 711–715, 766. [Google Scholar]
  2. Wang, Y.P. Research on the Survivability of Satellite Network Topology. Master’s Dissertation, Dalian University of Technology, Dalian, China, 2018. [Google Scholar]
  3. Ma, J.L. Research on Optimization and Survivability of Spatial Information Network. Master’s Dissertation, Xidian University, Xi’an, China, 2018. [Google Scholar]
  4. Dong, F.H.; Lu, J.; Gong, X.; Li, C. Optimization Design of Invulnerability of Spatial Information Network Structure. J. Commun. 2014, 50–58. [Google Scholar]
  5. Fran, H.; Frisch, I.T. Analysis and Design of Survivable Networks. Commun. Technol. IEEE Trans. 1970, 18, 501–519. [Google Scholar] [CrossRef]
  6. Boesch, F.; Thomas, R. On graphs of invulnerable communication nets. IEEE Trans. Circuit Theory 1970, 17, 183–192. [Google Scholar] [CrossRef]
  7. Guo, W. Reliability evaluation method of field area communication network. Chin. J. Electron. 2000, 3–6. [Google Scholar]
  8. Wang, L.; Wang, X.; Wang, Y. Survivability evaluation of regional communication network based on improved jump surface node method. Mod. Electron. Technol. 2013, 13–15, 20. [Google Scholar]
  9. Wei, D.B.; Qin, Y.; Yu, R. Research on a method for evaluating the survivability of satellite network topology. Comput. Sci. 2016, 301–303, 310. [Google Scholar]
  10. Chen, J.; Zhang, Y.J. Research on the invulnerability evaluation algorithm of communication network topology. Radio Commun. Technol. 2006, 6–7, 24. [Google Scholar]
  11. Wang, Z.X.; Jiang, D.L.; Qi, L.; Chen, X.; Zhao, Y.B. Complex network survivability and node importance evaluation model based on redundancy. Complex Syst. Complex. Sci. 2020, 78–85. [Google Scholar]
  12. Wang, Z.N. Research on the Invulnerability of Network Topology. Master’s Dissertation, Dalian University of Technology, Dalian, China, 2016. [Google Scholar]
  13. Yuan, R.K.; Meng, X.; Li, M.; Wen, X. A network survivability assessment method for node importance. Firepower Command. Control. 2012, 40–42. [Google Scholar]
  14. Yu, X.G. Evaluation method of survivability of complex network based on node topology. Inf. Technol. 2010, 214–216. [Google Scholar]
  15. Wu, J.; Tan, S.Y.; Tan, Y.J.; Deng, H.Z. Invulnerability analysis of complex networks based on natural connectivity. Complex Syst. Complex. Sci. 2014, 77–86. [Google Scholar]
  16. Peng, G.S. Research on the Optimization of Invulnerability of Complex Networks Based on Natural Connectivity. Master’s Dissertation, National University of Defense Technology, Beijing, China, 2015. [Google Scholar]
  17. Hoque, N.; Bhattacharyya, D.K.; Kalita, J.K. MIFS-ND: A mutual information-based feature selection method. Expert Syst. Appl. 2014, 41, 6371–6385. [Google Scholar] [CrossRef]
  18. Yang, Y. A novel method to evaluate node importance in complex networks. Phys. A Stat. Mech. Its Appl. 2019, 526, 12118. [Google Scholar] [CrossRef]
  19. Ullah, A. Identifying vital nodes from local and global perspectives in complex networks. Expert Syst. Appl. 2021, 186, 115778. [Google Scholar] [CrossRef]
  20. Zhao, J.; Wang, Y.; Deng, Y. Identifying influential nodes in complex networks from global perspective. Chaos Solitons Fractals 2020, 133, 109637. [Google Scholar] [CrossRef]
  21. Yang, X.; Xiao, F. An improved gravity model to identify influential nodes in complex networks based on k-shell method. Knowl.-Based Syst. 2021, 227, 107198. [Google Scholar] [CrossRef]
  22. Zhang, J.N.; Li, H.W.; Zhu, Y.; Jiang, X.L. A new method for evaluating the survivability of LEO satellite communication networks. Comput. Digit. Eng. 2014, 1645–1648. [Google Scholar]
  23. Wu, J.; Tan, Y.J.; Deng, H.Z.; Zhu, D.Z. Research on non-uniformity of scale-free network topology. Syst. Eng. Theory Prac. 2007, 101–105. [Google Scholar] [CrossRef]
  24. Tan, Y.J.; Wu, J. Network structure entropy and its application in non-scaled networks. Syst. Eng. Theory Prac. 2004, 1–3. [Google Scholar]
  25. Wang, S.S.; Du, Y.X.; Deng, Y. A new measure of identifying influential nodes: Efficiency centrality. Commun. Nonlinear Sci. Numer. Simul. 2017, 47, 151–163. [Google Scholar] [CrossRef]
  26. Ren, X.L.; Lu, L.Y. A review of the ranking methods of important network nodes. Sci. Bull. 2014, 1175–1197. [Google Scholar]
  27. Hu, P.; Wang, F.; Mei, S. Identifying node importance in complex networks. Phys. A Stat. Mech. Its Appl. 2015, 429, 167–176. [Google Scholar] [CrossRef]
  28. Zeng, J.; Shao, C.; Wang, X.; Miao, F. Evaluation method for node importance based on attraction between nodes. Int. J. Mod. Phys. C 2018, 29, 1850125. [Google Scholar] [CrossRef]
Figure 1. Network topology (Numbers 1–9 represent node numbers in complex networks).
Figure 1. Network topology (Numbers 1–9 represent node numbers in complex networks).
Sensors 23 00266 g001
Figure 2. Satellite network ( L 1 L 8 represents the lowest altitude satellite node) (time T1).
Figure 2. Satellite network ( L 1 L 8 represents the lowest altitude satellite node) (time T1).
Sensors 23 00266 g002
Figure 3. Satellite network ( L 1 L 8 represents the lowest altitude satellite node) (time T2).
Figure 3. Satellite network ( L 1 L 8 represents the lowest altitude satellite node) (time T2).
Sensors 23 00266 g003
Figure 4. Network topology (Numbers 1–15 represent satellite nodes at different altitudes) (time T1).
Figure 4. Network topology (Numbers 1–15 represent satellite nodes at different altitudes) (time T1).
Sensors 23 00266 g004
Figure 5. Network topology (Numbers 1–15 represent satellite nodes at different altitudes) (time T2).
Figure 5. Network topology (Numbers 1–15 represent satellite nodes at different altitudes) (time T2).
Sensors 23 00266 g005
Figure 6. Changes in connectivity.
Figure 6. Changes in connectivity.
Sensors 23 00266 g006
Figure 7. Comparison of node importance: (a) Mutual information method; (b) Degree centrality; (c) Natural connectivity; (d) Jump-surface node method; (e) Our method.
Figure 7. Comparison of node importance: (a) Mutual information method; (b) Degree centrality; (c) Natural connectivity; (d) Jump-surface node method; (e) Our method.
Sensors 23 00266 g007
Figure 8. Indicator Comparison after Deleting a Node.
Figure 8. Indicator Comparison after Deleting a Node.
Sensors 23 00266 g008
Table 1. Changes in importance before and after deleting node 4.
Table 1. Changes in importance before and after deleting node 4.
NodeNode 3Node 4Node 5Node 6Node 7
Before deleting node 40.3570.6970.2540.5250.083
After removing node 40.238/0.0990.3450
Difference0.118/0.1550.1800.083
Table 2. The effect of deleting node 1 and node 4 on node 2.
Table 2. The effect of deleting node 1 and node 4 on node 2.
NodeNode 1Node 2Node 3Node4
Original0.1400.1280.3570.697
After removing node 1/0.0630.3550.345
difference/0.0650.0020.180
After removing node 40.2380.2230.238/
difference0.0980.0950.118/
Table 3. Evaluation results of node importance in Figure 2.
Table 3. Evaluation results of node importance in Figure 2.
Degree CentricityNatural ConnectivityJump-Surface Node MethodMutual Information MethodOur Method
NodeImportant
Degree
NodeImportant
Degree
NodeImportant DegreeNodeImportant DegreeNodeImportant Degree
20.200040.143620.240640.810920.2142
40.200020.120240.225620.405410.1064
10.134480.101210.16628−0.405540.0884
80.134410.074280.14881−0.810980.0152
Table 4. Calculation results of node importance in Figure 2.
Table 4. Calculation results of node importance in Figure 2.
Figure 2124891011
Our method0.10640.21420.08840.01520.01520.01520.0152
Degree centricity0.13440.20000.20000.13440.13440.13440.1344
Natural connectivity0.07420.12020.14360.10120.10120.10120.1012
Jump-surface node method0.16620.24060.22560.14880.14880.14880.1488
Mutual information
Method
−0.81090.40540.8109−0.4055−0.4055−0.4055−0.4055
Table 5. Calculation results of node importance in Figure 3.
Table 5. Calculation results of node importance in Figure 3.
Figure 3124891011
Our method0.02770.06420.04790.00370.01520.01490.0169
Degree centricity0.13440.20000.20000.06670.13440.13440.1344
Natural connectivity0.08790.13960.12660.03960.08350.08380.0810
Jump-surface node method0.16620.24100.23040.08280.15900.15930.1597
Mutual information
Method
−0.81090.40541.5040−1.099−0.4055−0.4055−0.4055
Table 6. Invulnerability index when nodes fail in sequence.
Table 6. Invulnerability index when nodes fail in sequence.
Node 2Node 1Node 4Node 8No Failure Node
Our method1.56761.67112.10252.24692.2662
Natural
connectivity
0.99171.03760.96831.01061.1119
Jump-surface node method1.48001.59601.51001.62801.8270
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

Yang, P.; Hu, S.; Zhou, S.; Zhang, J. A Topological Sensitive Node Importance Evaluation Method in Aerospace Information Networks. Sensors 2023, 23, 266. https://doi.org/10.3390/s23010266

AMA Style

Yang P, Hu S, Zhou S, Zhang J. A Topological Sensitive Node Importance Evaluation Method in Aerospace Information Networks. Sensors. 2023; 23(1):266. https://doi.org/10.3390/s23010266

Chicago/Turabian Style

Yang, Peng, Shuang Hu, Shijie Zhou, and Jiaying Zhang. 2023. "A Topological Sensitive Node Importance Evaluation Method in Aerospace Information Networks" Sensors 23, no. 1: 266. https://doi.org/10.3390/s23010266

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