Robustness of complex networks

From HandWiki
Short description: Ability of a complex network to withstand failures and perturbations

Robustness, the ability to withstand failures and perturbations, is a critical attribute of many complex systems including complex networks.

The study of robustness in complex networks is important for many fields. In ecology, robustness is an important attribute of ecosystems, and can give insight into the reaction to disturbances such as the extinction of species.[1] For biologists, network robustness can help the study of diseases and mutations, and how to recover from some mutations.[2] In economics, network robustness principles can help understanding of the stability and risks of banking systems.[3] And in engineering, network robustness can help to evaluate the resilience of infrastructure networks such as the Internet or power grids.[4]

Percolation theory

The focus of robustness in complex networks is the response of the network to the removal of nodes or links. The mathematical model of such a process can be thought of as an inverse percolation process. Percolation theory models the process of randomly placing pebbles on an n-dimensional lattice with probability p, and predicts the sudden formation of a single large cluster at a critical probability [math]\displaystyle{ p_c }[/math].[5] In percolation theory this cluster is named the percolating cluster. This phenomenon is quantified in percolation theory by a number of quantities, for example the average cluster size [math]\displaystyle{ \langle s \rangle }[/math]. This quantity represents the average size of all finite clusters and is given by the following equation.

[math]\displaystyle{ \begin{align} \langle s \rangle \sim \left|p - p_c\right|^{\gamma_p} \end{align} }[/math]

We can see the average cluster size suddenly diverges around the critical probability, indicating the formation of a single large cluster. It is also important to note that the exponent [math]\displaystyle{ \gamma_p }[/math] is universal for all lattices, while [math]\displaystyle{ p_c }[/math] is not. This is important as it indicates a universal phase transition behavior, at a point dependent on the topology. The problem of robustness in complex networks can be seen as starting with the percolating cluster, and removing a critical fraction of the pebbles for the cluster to break down. Analogous to the formation of the percolation cluster in percolation theory, the breaking down of a complex network happens abruptly during a phase transition at some critical fraction of nodes removed.

Critical threshold for random failures

The mathematical derivation for the threshold at which a complex network will lose its giant component is based on the Molloy–Reed criterion.[6]

[math]\displaystyle{ \begin{align} \kappa \equiv \frac{\langle k^2 \rangle}{\langle k \rangle} \gt 2 \end{align} }[/math]

The Molloy–Reed criterion is derived from the basic principle that in order for a giant component to exist, on average each node in the network must have at least two links. This is analogous to each person holding two others' hands in order to form a chain. Using this criterion and an involved mathematical proof, one can derive a critical threshold for the fraction of nodes needed to be removed for the breakdown of the giant component of a complex network.[7]

[math]\displaystyle{ \begin{align} f_c=1-\frac{1}{\frac{\langle k^2 \rangle}{\langle k \rangle}-1} \end{align} }[/math]

An important property of this finding is that the critical threshold is only dependent on the first and second moment of the degree distribution and is valid for an arbitrary degree distribution.

Random network

Using [math]\displaystyle{ \langle k^2 \rangle = \langle k \rangle(\langle k \rangle+1) }[/math] for an Erdős–Rényi (ER) random graph, one can re-express the critical point for a random network.[8]

[math]\displaystyle{ \begin{align} f_c^{ER}=1-\frac{1}{\langle k \rangle} \end{align} }[/math]

As a random network gets denser, the critical threshold increases, meaning a higher fraction of the nodes must be removed to disconnect the giant component.

Scale-free network

By re-expressing the critical threshold as a function of the gamma exponent for a scale-free network, we can draw a couple of important conclusions regarding scale-free network robustness.[8]

[math]\displaystyle{ \begin{align} f_c &=1-\frac{1}{\kappa-1}\\ \kappa &=\frac{\langle k^2\rangle}{\langle k \rangle}=\left|\frac{2-\gamma}{3-\gamma}\right|A \\ A &=K_{min},~\gamma \gt 3 \\ A &=K_{max}^{3-\gamma}K_{min}^{\gamma-2},~3 \gt \gamma \gt 2 \\ A &=K_{max},~2 \gt \gamma \gt 1 \\ &where~K_{max}=K_{min}N^{\frac{1}{\gamma - 1}} \end{align} }[/math]

For gamma greater than 3, the critical threshold only depends on gamma and the minimum degree, and in this regime the network acts like a random network breaking when a finite fraction of its nodes are removed. For gamma less than 3, [math]\displaystyle{ \kappa }[/math] diverges in the limit as N trends toward infinity. In this case, for large scale-free networks, the critical threshold approaches 1. This essentially means almost all nodes must be removed in order to destroy the giant component, and large scale-free networks are very robust with regard to random failures. One can make intuitive sense of this conclusion by thinking about the heterogeneity of scale-free networks and of the hubs in particular. Because there are relatively few hubs, they are less likely to be removed through random failures while small low-degree nodes are more likely to be removed. Because the low-degree nodes are of little importance in connecting the giant component, their removal has little impact.

Targeted attacks on scale-free networks

Although scale-free networks are resilient to random failures, we might imagine them being quite vulnerable to targeted hub removal. In this case we consider the robustness of scale free networks in response to targeted attacks, performed with thorough prior knowledge of the network topology. By considering the changes induced by the removal of a hub, specifically the change in the maximum degree and the degrees of the connected nodes, we can derive another formula for the critical threshold considering targeted attacks on a scale free network.[9]

[math]\displaystyle{ \begin{align} f_c^{\frac{2-\gamma}{1-\gamma}}=2+\frac{2-\gamma}{3-\gamma}K_{min}(f_c^{\frac{3-\gamma}{1-\gamma}}-1) \end{align} }[/math]

This equation cannot be solved analytically, but can be graphed numerically. To summarize the important points, when gamma is large, the network acts as a random network, and attack robustness become similar to random failure robustness of a random network. However, when gamma is smaller, the critical threshold for attacks on scale-free networks becomes relatively small, indicating a weakness to targeted attacks.

For more detailed information on the attack tolerance of complex networks please see the attack tolerance page.

Cascading failures

An important aspect of failures in many networks is that a single failure in one node might induce failures in neighboring nodes. When a small number of failures induces more failures, resulting in a large number of failures relative to the network size, a cascading failure has occurred. There are many models for cascading failures.[10][11][12][13][14][15][16][17] These models differ in many details, and model different physical propagation phenomenon from power failures to information flow over Twitter, but have some shared principals. Each model focuses on some sort of propagation or cascade, there is some threshold determining when a node will fail or activate and contribute towards propagation, and there is some mechanism defined by which propagation will be directed when nodes fail or activate. All of these models predict some critical state, in which the distribution of the size of potential cascades matches a power law, and the exponent is uniquely determined by the degree exponent of the underlying network. Because of the differences in the models and the consensus of this result, we[who?] are led to believe the underlying phenomenon is universal and model-independent.[8]

For more detailed information on modeling cascading failures, see the global cascades model page.

References

  1. V. R. Sole; M. M. Jose (2001). "Complexity and fragility in ecological net-works". Proc. R. Soc. Lond. B 268 (1480): 2039–45. doi:10.1098/rspb.2001.1767. PMID 11571051. 
  2. A. Motter; N. Gulbahce; E. Almaas; A.-L. Barabási (2008). "Predicting synthetic rescues in metabolic networks". Molecular Systems Biology 4: 1–10. doi:10.1038/msb.2008.1. PMID 18277384. 
  3. Haldane, A. G.; May, R. M. (2011). "Systemic risk in banking ecosystems". Nature 469 (7330): 351–355. doi:10.1038/nature09659. PMID 21248842. Bibcode2011Natur.469..351H. 
  4. Albert, R.; Albert, I.; Nakarado, G.L. (2004). "Structural Vulnerability of the North American Power Grid". Phys. Rev. E 69 (2): 025103. doi:10.1103/physreve.69.025103. PMID 14995510. Bibcode2004PhRvE..69b5103A. 
  5. D. Stauffer and A. Aharony. Introduction to Percolation Theory. Tay-lor and Francis. London, 1994.
  6. Molloy, M. and Reed, B. (1995) Random Structures and Algorithms 6, 161–180.
  7. Cohen, R.; Erez, K.; Havlin, S. (2000). "Resilience of the Internet to random breakdowns". Phys. Rev. Lett. 85 (21): 4626–4628. doi:10.1103/physrevlett.85.4626. PMID 11082612. Bibcode2000PhRvL..85.4626C. 
  8. 8.0 8.1 8.2 ALBERT-LÁSZLÓ BARABÁSI. Network Science (2014).
  9. Cohen, R.; Erez, K.; ben-Avraham, D.; Havlin, S. (2001). "Breakdown of the Internet under intentional attack". Phys. Rev. Lett. 86 (16): 3682–3685. doi:10.1103/physrevlett.86.3682. PMID 11328053. Bibcode2001PhRvL..86.3682C. 
  10. Dobson, I.; Carreras, B. A.; Lynch, V. E.; Newman, D. E. (2007). "Complex systems analysis of series of blackouts: Cascading failure, critical points, and self-organization". Chaos 17 (2): 026103. doi:10.1063/1.2737822. PMID 17614690. Bibcode2007Chaos..17b6103D. 
  11. Dobson, I.; Carreras, A.; Newman, D.E.. "A loading dependent model of probabilistic cascading failure. Probability in the". Engineering and Informational Sciences 19 (15): 2005. 
  12. Watts, D.J. (2002). "A simple model of global cascades on random networks". PNAS 99 (9): 5766–5771. doi:10.1073/pnas.082090499. PMID 16578874. Bibcode2002PNAS...99.5766W. 
  13. Goh, K.-I.; Lee, D.-S.; Kahng, B.; Kim, D. (2003). "Sandpile on scale-free net-works". Phys. Rev. Lett. 91 (14): 148701. doi:10.1103/physrevlett.91.148701. PMID 14611564. Bibcode2003PhRvL..91n8701G. 
  14. Lee, D.-S.; Goh, K.-I.; Kahng, B.; Kim, D. (2004). "Sandpile avalanche dy-namics on scale-free networks". Physica A 338 (1–2): 84. doi:10.1016/j.physa.2004.02.028. Bibcode2004PhyA..338...84L. 
  15. Ding, M.; Yang, W. (1995). "Distribution of the first return time in frac-tional Brownian motion and its application to the study of onoff intermit-tency". Phys. Rev. E 52 (1): 207–213. doi:10.1103/physreve.52.207. PMID 9963421. Bibcode1995PhRvE..52..207D. 
  16. Motter, Adilson E.; Lai, Ying-Cheng (20 December 2002). "Cascade-based attacks on complex networks". Physical Review E 66 (6): 065102. doi:10.1103/PhysRevE.66.065102. PMID 12513335. Bibcode2002PhRvE..66f5102M. 
  17. Kong, Z.; Yeh, E. M. (2010). "Resilience to Degree-Dependent and Cascad-ing Node Failures in Random Geometric Networks". IEEE Transactions on Information Theory 56 (11): 5533. doi:10.1109/tit.2010.2068910.