













Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The concept of network robustness in the context of exponential and scale-free networks. The properties of these networks, including their degree distribution, fractal structures, and robustness to random failure and targeted attacks. The document also includes visualizations of network structures and simulations of preferential attachment models. Useful for students studying network science, computer science, or related fields.
Typology: Study notes
1 / 21
This page cannot be seen from the preview
Don't miss anything!














n a connected world. meate every aspect of consciousness is based rons in our brain. Our ar twiousorks. social, The ecInonomi-ternet, changing the way we etwork of information l well-being depends to stability and health of we live in a constantly ostile environment. It nt to understand how rks respond to disrup- this issue, Albert, Jeong ss this problem in a s^ a yt.o^ The diffye^ rfindent tthatype^ sthe of s critically on the net- des and links, a simple lt by linking pairs of ntil we use up all the h a random network of ‘exponential net- node has roughly the nnections (it is statis- s) and the frequency no ndaetsu draelclyre aoscecs (^) uerxrpinog- more intricate hierar- Figure 1 What does the Internet look like? No map exists of the entire Internet, but these lines show the paths an e-mail might take across some of the largest networks. The lines branch at each network r example, .se for Souter, or node, along the waweden) whery.e eac Colours wh netweorrek r assigoutned acer was rcoergding tistered. The map was cro the geographic domain (foreated using the skitter tool (developed by D. McRobb at CAIDA)^7 , which sends out small packets of data from a CAID A Switzerland Germany Spain Italy Japan Netherlands Russian Federation Sweden UK USA Unknown stems, such as the Internet, are surprisingly resistant to random new study warns against complacency — the feature that nternet immune to accidents also makes it vulnerable to attack.
Power laws, pk ∼ k−γ ln pk ∼ −γ ln k
1e−10 1 100 10000
1e−
1e−
1e−
k
p(k)
As probability distributions:
〈 k^2
〉 − 〈k〉^2 diverge.
Self-similar/scale-free fractal structures
Sierpinski Sieve/Gasket/Fractal, N ∼ rd. When r doubles, N triples: 3 = 2d
d = log N/ log r = log 3/ log 2
“Fractal dimension” of a network
http://en.wikipedia.org/wiki/Fractal dimension on networks
Rate equations (Let nk,t ≡ number of nodes of degree k at time t , and nt ≡ total number of nodes at time t : Note nt = t )
For each arriving link:
But each arriving node contributes m links:
2 2 mt nm,t
Recursion for pm
(k−1)(k−2)···(m)
m(m+1)(m+2)
(m+1)
2 m(m+1) (k+2)(k+1)k
The Internet?
1
10
100
1000
10000
1 10 100
exp(7.68585) * x ** ( -2.15632 )^ "971108.out"
1
10
100
1000
10000
1
Robustness of “scale-free” graphs
Reka Albert, Hawoong Jeong and Albert-Laszlo Barabasi, “Error and attack tolerance of complex networks”, Nature, 406 (27) 2000. (Correction: 409 2001).
“The Achilles Heel of the Internet”
Exponential vs scale-free: Robustness istribution P ( k ), is connected to k terized by a P ( k ) ly for large k. The networks are the the small-world rly homogeneous he same number orld-Wide Web orks^17 –^19 indicate eneous networks, s as a power-law, hereas the prob- ections ( k q 〈 k 〉) highly connected orks (Fig. 1). e two basic con- R) model9,10^ that nd the scale-free first define the N robability p. This g. 1), whose con- 〈 k 〉 and decaying the diameter of the WWW, with over 800 million nodes^20 , is around 19 (ref. 3), whereas social networks with over six billion individuals 15 20 5 10 15 0.00^4 0.02 0. 6 8 10 (^12) a b c d Internet WWW Attack Failure Attack Failure E SF Attack Failure
of nodes at random, and no change in diameter.
hly connected ks (Fig. 1). wo basic con- model9,10^ that the scale-free st define the N ability p. This ), whose con- 〉 and decaying e-free and a scale-free ave approximately (^10) 0.00 0.01 0. 15 20 0.00^0 0.01 0. 5 10 15 0.00^4 0.02 0. b c f d Internet WWW Attack Failure Attack Failure Figure 2 Changes in the diameter d of the network as a function of the fraction f of the removed nodes. a , Comparison between the exponential (E) and scale-free (SF) network models, each containing N ¼ 10 ; 000 nodes and 20,000 links (that is, 〈 k 〉 ¼ 4). The blue symbols correspond to the diameter of the exponential (triangles) and the scale-free (squares) networks when a fraction f of the nodes are removed randomly (error tolerance). Red symbols show the response of the exponential (diamonds) and the scale-free (circles) networks to attacks, when the most connected nodes are removed. We determined the f dependence of the diameter for different system sizes ( N ¼ 1 ;000; 5,000; 20,000) and found that the obtained curves, apart from a logarithmic size correction, overlap with those shown in a , indicating that the results are independent of the size of the system. We
12,200 links < k >= 3. 4 ), collected by the National Laboratory for Applied Network Research http://moat.nlanr.net/Routing/rawdata/
and 1,498,353 links, such that < k >= 4. 59.
The ’robust yet fragile’ nature of the Internet
John C. Doyle, David L. Alderson, Lun Li, Steven Low, Matthew Roughan, Stanislav Shalunov, Reiko Tanaka, and Walter Willinger, PNAS (2005) vol. 102 no. 41 1449714502.
Fig. the (^) same 1. Diversity graph, but among the figure graphs on having the right the is redrawnsame degree to emphasize sequence the D. (role a ) RNDnet: that high-degree a network hubs consistent play in (^) overallwith construction network connectivity. by PA. The (two b ) SFnet: networks a graph represent having the nodes. most ( c (^) )preferential BADNet: a poorly connectivity, designed again network drawn with both overall as an connectivityincremental constructedgrowth type from of network a chain and of vertices. in a form ( d that) HOTnet: emphasizes a graph the constructed importance to of be high-deg a simplifiedree
“Scale-free”??
Power law degree dist DOES NOT imply scale-free in all attributes!!
Simulating PA
Basic code for simulating PA with m = 1 using R: