Scale-Free Networks

A group of explorers is mapping the connections between caves on a mysterious island. Each cave is a node, and the tunnels connecting them are edges. Studies indicate that the cave network follows a scale-free distribution with N = 20000 caves. The minimum number of tunnels from a cave (kmin) is 3, and the network follows a power-law with exponent \(\gamma = 2.6\).

The most valuable treasure is hidden in the most connected cave ("biggest hub"). The explorers want to estimate how many tunnels this cave has to plan their expedition. Based on this information, which statement is correct?

A) The biggest hub has approximately \(k_{\max} \approx 3000\) tunnels. Since the network follows the small-world property, explorers will need many steps to reach most caves, as the average distance between two caves grows as \(\ln N\).

B) The biggest hub has about \(k_{\max} \approx 500\) tunnels, and the average distance between two caves grows as \(\ln \ln N\), showing the ultra-small property, so the treasure can be reached quickly from almost any cave.

C) The average distance between caves does not depend on \(\gamma\), and hubs do not influence the journey — the network behaves like a random network.

D) The mean degree \(\langle k \rangle\) diverges, but the variance \(\langle k^2 \rangle\) is finite, making the most connected caves irrelevant.

E) None of the above

Original idea by: Aline Azevedo

Comments

  1. Tem potencial, mas não chei o k_max = 1463 que calculei. Algumas das alternativas acabaram sendo muito obviamente erradas, como (c) e (d), aumentando a facilidade da questão.

    ReplyDelete

Post a Comment

Popular posts from this blog

Dogs, Friends, and Paths at Praça da Paz

Barabási–Albert Model

Random Graph - Erdős-Rényi