Week 6: network formation Flashcards

1
Q

In what way can real-world networks be replicated by random networks?

A

The short path length in real networks can be replicated by random networks but the high clustering cannot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Edos-Renyi random graph model?

A

A graph of n nodes and each edge appears i.i.d. With probability p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the main property of the ER model?

A

Low clustering, low diameter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 3 key properties of the ER model?

A
  1. The degree by nodes follows a binomial distribution with average degree p(N-1)
  2. Small average path length, even when networks grow large. Average path length ~ log(N)
  3. Less local clustering than real networks. The expected mean local clustering coefficient is c_rand = p
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the typical path length between two people in the US?

A

6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a regular/clustered network?

A

A lattice where each node is connected to the k nodes closest to it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the small-world random graph model?

A

Start with a low-dimensional regular lattice. For each edge with a rewire probability p_r move the end of the edge to a non-neighbouring node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the main property of the small-world model?

A

High clustering, low diameter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a property of the clustering coefficient in the small-world model?

A

The clustering coefficient is independent of the network size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you get the small-world model to have high clustering, low diameter?

A

As you increase p_r, the average shortest path decreases quicker than the global clustering coefficient. Therefore there is a range of pr that gives high clustering low diameter. p_r approx between 0.001 and 0.05

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the reason for small average path length in the small-world model?

A

Every random shortcut is likely to connect widely separated parts of the graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the degree distribution for small-world network?

A

Similar to a random graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the time required for a maximally infectious disease to infect the entire population in a small-world network?

A

Follows the same path as the average path length

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the university of the network topology?

A

many real networks converge to similar architectures (degree distribution), independent of the scale of the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the distribution of a random network?

A

Poison distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the distribution of a large real-world network? And the formula?

A

Power law distribution (scale-free), many nodes with small degrees and few nodes with high degrees. p(k)= proportion of nodes with k neighbours. p(k) = k^-gamma

17
Q

What is the distribution of the world-wide web

A

Power law distribution

18
Q

What are growth and preferential attachment in the real-world?

A

Growth: real-world networks from by the continuous addition of new nodes
Preferential attachment: new nodes are more likely to link to nodes of higher degrees

19
Q

How is the barabasi-albert model formed?

A

Growth: at each time step we add a new node with m links

Preferential attachment: the probability that a link of the new node connects to node i depends on the degree of node i

20
Q

What is another name for the barabasi-albert model?

A

Scale-free model

21
Q

What is the first mover advantage?

A

The earlier node i is added, the higher will be its degree

22
Q

What are the properties for the standard BA model, compared with real-world networks?

A
  1. Average path length ~ log(N)/log(log(N)). Systematically underestimates average path length
  2. The global clustering coefficient rapidly decreases with network size (smaller than real-world)
23
Q

How does a BA network handle targeted attacks?

A

Extremely vulnerable to attacks, a few nodes play a vital role in maintaining the networks connectivity

24
Q

How does a BA network handle random failures?

A

High error tolerance, communication ability of the nodes are unaffected even by high failure rates.

25
Q

What happens as nodes are removed from a BA model randomly?

A

As fraction of nodes removed increases, network diameter barely increases. The large component remains connected until high f

26
Q

What happens as nodes are removed from a BA model by targeted attack?

A

As fraction of nodes removed increases, network diameter increases a lot, the network becomes disconnected quickly

27
Q

What is the controversy of the BA model?

A

A study showed that strongly scale-free structure is empirically rare. For most networks log-normal distributions fit the data too

28
Q

What are 5 variants of the BA model?

A
  1. Non-linear preferential attachment. When alpha <1, the degree distribution is sublinear closer to random network. When alpha>1 the degree distribution is superlinear, fewer big hubs and many small hubs, winner takes all market.
  2. Internal links: two nodes that are already in the network can choose to connect to each other
  3. High degree cutoffs: a cut-off in the degree distribution of a finite size due to structural limitations
  4. Age correction: first mover advantage is not always true e.g. citation networks
  5. Local-world evolving model: considers preferential attachment but only for existing nodes in the same area