Open any map of the Internet and you will notice something strange: most routers handle a modest flow of traffic, while a tiny handful carry an enormous fraction of all data. The same pattern appears in citation networks (most papers are rarely cited; a few become classics), the World Wide Web (most pages have few links in; Google and Wikipedia have billions), and even protein interaction networks inside cells.
This is not random. It is the signature of a scale-free network — a graph whose degree distribution follows a power law: for some exponent (typically between 2 and 3). There is no characteristic scale for the number of connections, which is how the name arose.
The mechanism that produces this pattern is deceptively simple: preferential attachment, also called the "rich get richer" rule. When a new node joins the network, it is more likely to connect to nodes that already have many connections. Over time, early nodes that happen to gain a few extra links attract even more — and the gap between hubs and ordinary nodes grows without bound.
In 1999, Albert-László Barabási and Réka Albert showed that a model with just two ingredients — continuous growth plus preferential attachment — is enough to reproduce the power-law degree distributions seen in real networks. Their Barabási-Albert (BA) model is now a cornerstone of network science.
Comments
Loading comments...