Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

The Rationality of Four Metrics of Network Robustness: A Viewpoint of Robust Growth of Generalized Meshes

  • Xiaofan Yang,

    Affiliation School of Software Engineering, Chongqing University, Chongqing, 400044, P.R. China

  • Yuanrui Zhu,

    Affiliation School of Software Engineering, Chongqing University, Chongqing, 400044, P.R. China

  • Jing Hong,

    Affiliation Department of Computer Science, Georgia Institute of Technology, Atlanta, GA 30309, United States of America

  • Lu-Xing Yang ,

    ylx910920@gmail.com

    Affiliations School of Software Engineering, Chongqing University, Chongqing, 400044, P.R. China, Faculty of Electrical Engineering, Mathematics and Computer Science, Delft University of Technology, 2600 GA Delft, The Netherlands

  • Yingbo Wu,

    Affiliation School of Software Engineering, Chongqing University, Chongqing, 400044, P.R. China

  • Yuan Yan Tang

    Affiliation Department of Computer and Information Science, University of Macau, Avenida da Universidade, Taipa, Macau, P.R. China

Abstract

There are quite a number of different metrics of network robustness. This paper addresses the rationality of four metrics of network robustness (the algebraic connectivity, the effective resistance, the average edge betweenness, and the efficiency) by investigating the robust growth of generalized meshes (GMs). First, a heuristic growth algorithm (the Proximity-Growth algorithm) is proposed. The resulting proximity-optimal GMs are intuitively robust and hence are adopted as the benchmark. Then, a generalized mesh (GM) is grown up by stepwise optimizing a given measure of network robustness. The following findings are presented: (1) The algebraic connectivity-optimal GMs deviate quickly from the proximity-optimal GMs, yielding a number of less robust GMs. This hints that the rationality of the algebraic connectivity as a measure of network robustness is still in doubt. (2) The effective resistace-optimal GMs and the average edge betweenness-optimal GMs are in line with the proximity-optimal GMs. This partly justifies the two quantities as metrics of network robustness. (3) The efficiency-optimal GMs deviate gradually from the proximity-optimal GMs, yielding some less robust GMs. This suggests the limited utility of the efficiency as a measure of network robustness.

1 Introduction

Nowadays, we live in a highly networked world, where numerous critical facilities are connected together by various networks. For the critical facilities to work properly, the underlying networks must be robust, that is, the performance of the surviving network degrades gradually with the increase of failing nodes/edges in such a network. To measure the robustness of a network, a number of metrics, such as the connectivity [1], the algebraic connectivity [27], the effective resistance [810], the average edge betweenness [9, 10], and the efficiency [10], have been proposed. However, the rationality of these metrics of network robustness is still in question.

In the process of infrastructural construction, it is often required that the robustness of an existing network be enhanced by adding an additional set of edges. Mosk-Aoyama [11] proved that the problem of maximizing the algebraic connectivity of an edge-growing network is NP-hard. Ghosh and Boyd [12] proposed a heuristic algorithm for solving the problem. Wang and Van Mieghem [13] designed and compared two heuristic algorithms for stepwise maximizing the algebraic connectivity of an edge-growing network. Abbas and Egerstedt [14] solved the problem of stepwise minimizing the effective resistance of an edge-growing network starting from an empty network. Wang et al. [15] proposed and compared four heuristic algorithms for stepwise minimizing the effective resistance of an edge-growing network starting from any given network. In the construction of infrastructures, it is also required that new nodes be linked to an existing network so as to form a most robust network. To our knowledge, however, problems of this sort have not yet being addressed.

A generalized mesh (GM) is a network that has a finite subset of integral points in the plane as the node set, where two nodes are adjacent if and only if they are one unit of Euclidean distance apart. GMs have widespread applications in areas such as parallel computing [16, 17], fault-tolerant communication [1820], optical communication [21], city planning [22], percolation theory [23], and network epidemics [2429].

This paper addresses the rationality of the four metrics of network robustness (the algebraic connectivity, the effective resistance, the average edge betweenness, and the efficiency) by investigating the robust growth of generalized meshes (GMs). First, a heuristic growth algorithm (the Proximity-Growth algorithm) is proposed. The resulting proximity-optimal GMs are intuitively robust and hence are adopted as the benchmark. Then, a generalized mesh (GM) is grown up by stepwise optimizing a given measure of network robustness. The following findings are presented: (1) The algebraic connectivity-optimal GMs deviate quickly from the proximity-optimal GMs, yielding a number of less robust GMs. This hints that the rationality of the algebraic connectivity as a measure of network robustness is still in doubt. (2) The effective resistace-optimal GMs and the average edge betweenness-optimal GMs are in line with the proximity-optimal GMs. This partly justifies the two quantities as metrics of network robustness. (3) The efficiency-optimal GMs deviate gradually from the proximity-optimal GMs, yielding some less robust GMs. This suggests the limited utility of the efficiency as a measure of network robustness.

The subsequent materials are organized in this fashion. Section 2 provides the preliminary knowledge. Section 3 describes a heuristic growth algorithm of networks. Sections 4–7 address the rationality of four different metrics of network robustness by examining the robustness of the corresponding node-growing networks, respectively. Finally, Section 8 summarizes this work.

2 Preliminary knowledge

2.1 Graph theory

For fundamental knowledge on graph theory, see Ref. [1]. Given a node u of graph G, let dG(u) denote the degree of u in G, and let denote the number of nodes of G that are each distance k apart from u in G. Clearly, .

Definition 1. Let G = (V,E) be a graph, SV.

  1. S is referred to as a separating set of G if VS is disconnected.
  2. The connectivity of G, denoted κ(G), is defined as follows.
    κ(G) = min{|S|: S is a separating set of G} if G is not complete;
    κ(G) = |V| − 1 if G is complete.

The connectivity is an early proposed measure of network robustness: a network with larger connectivity is intuitively more robust than a network with smaller connectivity. As one network may be intuitively more robust than another network with equal connectivity, it is necessary to introduce additional metrics of network robustness so as to fully capture the robustness of a network.

2.2 Mesh, infinite mesh and generalized mesh

Let , . An m × n mesh, denoted Mm×n, is a graph with as the node set, where two nodes, (i1,j1) and (i2,j2), are adjacent if and only if either (a) i1 = i2 and j1 = j2 ± 1, or (b) j1 = j2 and i1 = i2 ± 1. Mn×n is abbreviated as Mn. Fig 1 depicts two small-sized unlabeled meshes.

An infinite mesh, denoted M, is an infinite graph with as the node set, where two nodes, (i1,j1) and (i2,j2), are adjacent if and only if either (a) i1 = i2 and j1 = j2 ± 1, or (b) j1 = j2 and i1 = i2 ± 1. Fig 2 depicts an infinite mesh.

A generalized mesh (GM, for short) is a graph with a finite subset of as the node set, where two nodes, (i1,j1) and (i2,j2), are adjacent if and only if either (a) i1 = i2 and j1 = j2 ± 1, or (b) j1 = j2 and i1 = i2 ± 1. Clearly, meshes are special GMs. Fig 3 depicts two GMs.

2.3 The robust growth of GMs

An initially small GM can grow up by stepwise adding new nodes. In real-world applications, it is often desired that the addition of a new node to a GM leads to a new GM with the best robustness. However, what the best robustness means is not clear, because there are quite a number of different metrics of network robustness. Indeed, given any metric of network robustness, λ, a GM can be grown up by adding a new node so that the resulting GM achieves the optimal λ value. Now, let us introduce some relevant notations and terminologies as follows.

Definition 2. Given a metric of network robustness, λ. Consider a growth process of M2 by stepwise adding new nodes so that each resulting GM achieves the optimal λ value.

  1. The process is referred to as a λ-optimal growth.
  2. A sequence of GMs produced in this growth process is referred to as a λ-optimal sequence.
  3. Each GM in a λ-optimal sequence is referred to as a λ-optimal GM. Let G Mλ(N) denote a λ-optimal GM with N nodes.

Sections 4–7 of this paper will examine the λ-optimal sequence, where λ is algebraic connectivity, effective resistance, average edge betweenness, and efficiency, respectively.

3 Heuristic growth of GMs

Given a generalized mesh G, define a sequence of subsets of , D1, D2, …, recursively as follows.

  1. dG+u(u) attains the maximum; for any v,wD1, vw}.
  2. For k ≥ 2, Dk = {uDk−1: attains the maximum; for any v,wDk, vw}.

Clearly, D1D2 ⊇ ⋯, and .

Below let us describe a heuristic algorithm for the robust growth of GMs.

Algorithm: Proximity-Growth

Input: a generalized mesh G.

Output: a generalized mesh G + u, .

begin

k: = 1;

 while Dk ≠ ⌀,

  if |Dk| = 1, let Dk = {u}, return(u);

  else k++;

 end while;

 arbitrarily choose uDk−1, return(u);

end

Intuitively, this algorithm grows a GM in a most robust way, because the newly added node is best connected to the GM. Clearly, the Proximity-Growth algorithm applies not only to GMs but to any other class of networks.

For our purpose, let us introduce the following notations and terminologies.

Definition 3. Consider a growth process of M2 by repeatedly running the Proximity-Growth algorithm.

  1. This process is referred to as a proximity growth.
  2. A sequence of GMs produced in a proximity growth is referred to as a PR-sequence.
  3. Each GM in a PR-sequence is referred to as a PR-GM. Let G MPR(N) denote a PR-GM with N nodes.

Theoretical analysis reveals that, up to isomorphism, the proximity growth of GMs is as follows.

  1. If the current GM is Mn and n is even, then grow Mn to Mn+1 in the following node-adding order:
  2. If the current GM is Mn and n is odd, then grow Mn to Mn+1 in the following node-adding order:

Fig 4 shows a proximity growth of G MPR(144), where the numbers in the circles stand for the node-adding order. Fig 5 displays a proximity growth of M3 to M4. Intuitively, the PR-GMs are most robust. In the sequel, we shall compare the GMs grown up by optimizing some other measures of network robustness with the PR-GMs.

4 Algebraic connectivity-optimal growth of GMs

The algebraic connectivity (AC, for short) of a network G, denoted α(G), is defined as the second smallest Laplacian eigenvalues of G. The algebraic connectivity is widely recognized as a rational measure of network robustness [27, 1113].

Let GMAC(N) denote an algebraic connectivity-optimal GM with N nodes. Numerical calculations give a AC-optimal growth of GMAC(64), see Fig 6. The following facts can be concluded from this figure.

  1. For 4 ≤ N ≤ 10, GMAC(N) is isomorphic to GMPR(N).
  2. GMAC(11) is not isomorphic to GMPR(11), see Figs 7 and 8. GMAC(11) is less robust than GMPR(11), because
  3. GMAC(18) is not isomorphic to GMPR(18), see Figs 9 and 10. GMAC(18) is less robust than GMPR(18), because
  4. Similar phenomena occur frequently in a AC-optimal growth of GMs.

The above discussions demonstrate that, at least in some situations, the algebraic connectivity is not suited to serve as a metric of network robustness. Hence, the utility of the algebraic connectivity as a metric of network tolerance is still in doubt.

5 Effective resistance-optimal growth of GMs

The effective resistance (ER, for short) of a network, denoted ER(G), is defined as follows. First, regard the network as an electrical network with one Ohm resistor on each link. Second, calculate the effective resistance between each pair of nodes by invoking the Kirchhoff’s circuit law. Third, sum up the effective resistances over all pairs of nodes to get the ER of the original network.

The effective resistance of a network has been advised as a measure of robustness of the network; the smaller the ER, the more robust the network [8]. The effective resistance outperforms the algebraic connectivity, because the former decreases strictly when a new edge is added to a network, whereas the latter may or may not rise up [30].

Let 0 = λ1 < λ2 ≤ … ≤ λn denote the Laplacian spectrum of a connected network G. Klein and Randić [30] found that the effective graph resistance of a connected network can be written as a function of all non-zero Laplacian eigenvalues of the network. Specifically, This equation offers a method for numerically calculating the ER of a network.

Let G MER(N) denote an effective resistance-optimal GM with N nodes. calculations show that for 4 ≤ N ≤ 144, G MER(N) is isomorphic to G MPR(N). Hence, it is concluded that the ER is a reasonable measure of network robustness.

6 Average edge betweenness-optimal growth of GMs

The betweenness centrality of an edge of a network is defined as the number of the node-pair shortest paths that go through the edge [31]. The notion of edge betweenness centrality was originally proposed by Girvan and Newman [32] to find the bottlenecks of a network; an edge with a high edge betweenness centrality score represents a bridge-like connector between two parts of a network, and the removal of which may affect the communication between many pairs of nodes [33, 34].

The average edge betweenness (AEB, for short) of a network G, denoted AEB(G) is defined as the arithmetic average of the betweenness centralities of all edges of G [810]. Ellens [9] suggest the AEB as a metric of network robustness, because, intuitively, the lower the AEB, the more robust the network.

Let (G) denote the average distance of a network G, then where ν(G) and ε(G) denote the number of nodes and edges of G, respectively [9]. This equation offers a method for numerically calculating the AEB of a network.

Let GMAEB(N) denote an average edge betweenness-optimal GM with N nodes. calculations show that for 4 ≤ N ≤ 144, GMAEB(N) is isomorphic to GMPR(N). This partly justifies the AEB as a metric of network robustness.

7 Efficiency-optimal growth

The efficiency of a network G is defined as where dG(u, v) denotes the distance between nodes u and v. The notion of efficiency was originally proposed by Latora and Marchiori [35, 36] to characterize the closeness of a network. Ellens and Kooij [10] proposed to use the efficiency as a metric of network robustness, because, intuitively, the higher the efficiency, the more robust the network. One advantage of this measure is that it can be used for unconnected networks.

Let GMEFF(N) denote an algebraic connectivity-optimal GM with N nodes. Numerical calculations give an efficiency-optimal growth of G MEFF(64), see Fig 11. The following facts can be derived from this figure.

  1. Up to isomorphism, the efficiency-optimal growth of GMEFF(54) coincides with the proximity growth of GMPR(54).
  2. GMEFF(55) is not isomorphic to GMPR(55), see Figs 12 and 13. GMEFF(55) is less robust than GMPR(55), because
thumbnail
Fig 12. An efficiency-optimal growth of GMEFF(54) to GMEFF(55).

https://doi.org/10.1371/journal.pone.0161077.g012

The above discussions show that the utility of the efficiency as a metric of network robustness is limited.

8 Conclusions

This paper has addressed the rationality of four metrics of network robustness (the algebraic connectivity, the effective resistance, the average edge betweenness, and the efficiency) by investigating the robust growth of generalized meshes (GMs). A heuristic algorithm for the robust growth of GMs has been proposed. Some GMs have been grown up by optimizing a measure of network robustness. A comparative analysis shows that (1) the effective graph resistance and the average edge betweenness can serve as metrics of network robustness, (2) the utility of the efficiency as a metric of network robustness is limited, and (3) the utility of the algebraic connectivity as a metric of network robustness is highly in doubt.

In our opinion, this work should be extended to other types of networks, such as the hexagonal networks [3739] and the honeycomb networks [4043].

Author Contributions

  1. Conceived and designed the experiments: XY LY.
  2. Performed the experiments: YZ JH.
  3. Analyzed the data: XY YZ LY.
  4. Contributed reagents/materials/analysis tools: YW JH.
  5. Wrote the paper: XY YZ LY YT.

References

  1. 1. Xu JM. A First Course in Graph Theory. Science Press; 2015.
  2. 2. Fiedler M. Algebraic connectivity of graphs. Czechoslovak Mathematical Journal 1973; 23: 298–305.
  3. 3. de Abreu NMM. Old and new results on algebraic connectivity of graphs. Linear Algebra and its Applications 2007; 423: 53–73.
  4. 4. Liu W, Sirisena H, Pawlikowski K, McInnes A. Utility of algebraic connectivity metric in topology design of survivable networks. 7th International Workshop on the Design of Reliable Communication Networks 2009; pp. 131–138.
  5. 5. Lal AK, Patra KL, Sahoo BK. Algebraic connectivity of connected graphs with fixed number of pendant vertices. Graphs and Combinatorics 2011; 27: 215–229.
  6. 6. Tian G, Huang T, Cui S. Bounds on the algebraic connectivity of graphs. Advances in Mathematics 2012; 41: 217–224.
  7. 7. Martín-Hernández J, Wang H, Mieghem PV, D’Agostino G. Algebraic connectivity of interdependent networks. Physica A 2014; 404: 92–105.
  8. 8. Ellens W, Spieksma FM, Mieghem PV, Jamakovic A, Kooij RE. Effective graph resistance. Linear Algebra and its Applications 2011; 435: 2491–2506.
  9. 9. Ellens W. Effective Resistance and Other Graph Measures for Network Robustness. Master thesis, Leiden University, 2011.
  10. 10. Ellens W, Kooij RE. Graph measures and network robustness. Arxiv 2013; 18: 359–378.
  11. 11. Mosk-Aoyama D. Maximum algebraic connectivity augmentation is NP-Hard. Operations Research Letters 2008; 36: 677–679.
  12. 12. Ghosh A, Boyd S. Growing well-connected graphs. in Proceedings of the 45th IEEE Conference on Decision & Control, San Diego, CA, USA, 2006; pp. 6605–6611.
  13. 13. Wang H, Mieghem PV. Algebraic connectivity optimization via link addition. Bionetics, Hyogo, 2008; pp. 25–28.
  14. 14. Abbas W, Egerstedt M. Robust graph topologies for networked systems. in 3rd IFAC Workshop on Distributed Estimation and Control in Networked Systems, 2012; pp. 85–90.
  15. 15. Wang X, Pournaras E, Kooij RE, Mieghem PV. Improving robustness of complex networks via the effective graph resistance. The European Physical Journal B 2014; 87: 221.
  16. 16. Dong Q, Yang X, Zhao J, Tang YY. Embedding a family of disjoint 3D meshes into a crossed cube. Information Sciences 2008; 178: 2396–2405.
  17. 17. Dong Q, Yang X, Wang D. Embedding multi-dimensional meshes into twisted cubes. Computers & Electrical Engineering 2010; 36: 1021–1026.
  18. 18. Yang X, Luo J, Li S. Fault-tolerant Hamiltonicity in a class of faulty meshes. Applied Mathematics and Computation 2006; 182: 1696–1708.
  19. 19. Yang X, Dong Q, Tang YY. Embedding faulty meshes/tori in faulty crossed cubes. Information Processing Letters 2010; 110: 559–564.
  20. 20. Xiang D, Zhang Y, Pan Y. Practical deadlock-free fault-tolerant routing in meshes based on the planar network fault model. IEEE Transactions on Computers 2009; 58: 620–633.
  21. 21. Pradhan AK, Araiyer S, De T. Design of light-tree based multicast traffic grooming in WDM mesh networks. Journal of Optics 2014; 43: 330–340.
  22. 22. Domanski Z, Kesy J. Distribution of Manhattan distance in square and triangular lattices. Scientific Research of the Institute of Mathematics and Computer Science 2005; 4: 34–37.
  23. 23. Grimmett G. Percolation (2nd Edition). Springer-Verlag Berlin Heidelberg; 1999.
  24. 24. Li C, van de Bovenkamp R, Mieghem PV. Susceptible-infected-susceptible model: A comparison of N-intertwined and heterogeneous mean-field approximations. Physical Review E 2012; 86: 026116.
  25. 25. van de Bovenkamp R, Mieghem PV. Time to metastable state in SIS epidemics on graphs. Tenth International Conference on Signal-Image Technology and Internet-Based Systems (SITIS), 2014; pp. 347–354.
  26. 26. Yang LX, Draief M, Yang X. The impact of the network topology on the viral prevalence: a node-based approach. PloS one 2015; 10: e0134507. pmid:26222539
  27. 27. Yang LX, Draief M, Yang X. The optimal dynamic immunization under a controlled heterogeneous node-based SIRS model. Physica A 2016; 450: 403–415.
  28. 28. Yang X, Li P, Yang LX, Wu Y. Reducing the spectral radius of a torus network by link removal. PloS one 2016; 11: e0155580. pmid:27171372
  29. 29. Yang LX, Draief M, Yang X. Heterogeneous virus propagation in networks: a theoretical study. Mathematical Methods in the Applied Sciences.
  30. 30. Klein DJ, Randić M. Resistance distance. Journal of Mathematical Chemistry 1993; 12: 81–95.
  31. 31. Lu L, Zhang M. Edge betweenness centrality. Encyclopedia of Systems Biology; pp. 647–648.
  32. 32. Girvan M, Newman MEJ. Community structure in social and biological networks. Proceedings of National Academy of Sciences of USA, 2002; 99: 7821–7826.
  33. 33. Yoon J, Blumer A, Lee K. An algorithm for modularity analysis of directed and weighted biological networks based on edge-betweenness centrality. Bioinformatics Applications Note 2006; 22: 3106–3108.
  34. 34. Cuzzocreaa A, Papadimitriou A, Katsarosc Dimitrios, Manolopoulos Y. Edge betweenness centrality: A novel algorithm for QoS-based topology control over wireless sensor networks. Journal of Network and Computer Applications 2012; 35: 1210–1217.
  35. 35. Latora V, Marchiori M. Efficient behavior of small-world networks. Physical Review Letters 2001; 87: 198701. pmid:11690461
  36. 36. Latora V, Marchiori M. A measure of centrality based on network efficiency. New Journal of Physics 2007; 9: 188.
  37. 37. Garcia Nocetti F, Stojmenovic I, Zhang J. Addressing and routing in hexagonal networks with applications for tracking mobile users and connection rerouting in cellular networks. IEEE Transactions on Parallel and Distributed Systems 2002; 13: 963–971.
  38. 38. Decayeux C, Seme D. 3D hexagonal network: modeling, topological properties, addressing scheme, and optimal routing algorithm. IEEE Transactions on Parallel and Distributed Systems 2005; 16: 875–884.
  39. 39. Kresch E. Comparison of hexagonal and rectangular processor arrays. 2015 International Conference on High Performance Computing & Simulation (HPCS), 2015; pp. 371–376.
  40. 40. Stojmenovic I. Honeycomb networks: Topological properties and communication algorithms. IEEE Transactions on Parallel and Distributed Systems 1997; 8: 1036–1042.
  41. 41. Yang X, Tang YY, Cao J, Lu Q. Embedding even-length cycles in a hexagonal honeycomb mesh. International Journal of Computer Mathematics 2008; 85: 201–209.
  42. 42. Xu D, Fan J, Jia X, Zhang S, Wang X. Hamiltonian properties of honeycomb meshes. Information Sciences 2013; 240: 184–190.
  43. 43. Holub P, Miller M, Pérez-Rosése H, Ryane J. Degree diameter problem on honeycomb networks. Discrete Applied Mathematics 2014; 179: 139–151.