Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Design

'Six Degrees of Kevin Bacon' Provides Clue to Efficiency of Complex Networks



As the global population continues to grow exponentially, our social connections to one another remain relatively small, as if we're all protagonists in the Kevin Bacon game inspired by "Six Degrees of Separation," a Broadway play and Hollywood feature popular in the 1990s.

In fact, classic studies show that if we were to route a letter to an unknown person using only friends or acquaintances who we thought might know the intended recipient, it would take five or six intermediary acquaintances before the letter reaches its intended destination.

The underlying success of this phenomenon called the "small-world paradigm," discovered in the 1960s by sociologist Stanley Milgram, recently provided a source of inspiration for researchers studying the Internet as a global complex network.

The result, a study by Marian Boguna, Dmitri Krioukov, and Kimberly Claffy, entitled Navigability of Complex Networks reveals a previously unknown mathematical model called "hidden metric space" that may explain the "small-world phenomenon" and its relationship to both man-made and natural networks such as human language, as well as gene regulation or neural networks that connect neurons to organs and muscles within our bodies.

For these researchers, the concept of an underlying "hidden space" may also be relevant to their professional interests: how to remove mounting bottlenecks within the Internet that threaten the smooth passage of digital information around the globe.

"Internet experts are worried that the existing Internet routing architecture may not sustain even another decade," said Krioukov, the study's principal investigator with the Cooperative Association for Internet Data Analysis (CAIDA). "Routing in the existing Internet has already reached its scalability limits; black holes are appearing everywhere."

"Discovery of such a metric space hidden beneath the Internet could point toward architectural innovations that would remove this bottleneck," added Claffy, director of CAIDA and adjunct professor of computer science at UC San Diego. "Although quite prevalent in the natural world, the idea of routing using only local rather than global knowledge of network connectivity represents a revolutionary change in how to think about engineering communications networks. It's clear that the Internet's current architectural requirements are incompatible with the overwhelming amount of information that's being transmitted through this now critical global infrastructure."

According to the researchers, natural networks appear to transmit signals or messages with a high degree of efficiency, even though no single node -- whether it's an individual person in a social network or a single neuron in a neural network -- can visualize the global structure of the entire network.

How is this possible? By constructing a mathematical model of geometry underlying the topology of these networks, the researchers discovered that many complex networks shared a similar characteristic -- their global topological structure (or shape) maximizes their communication efficiency.

"A vast majority of very different complex networks have similar shapes," said Krioukov. "They have similar shapes not just for fun, but perhaps because they all evolved toward structures and shapes that maximize efficiency according to their main common function, and that function is communication."

Take, for example, the "small-world phenomenon" described earlier. In this case, the only information people possessed to make their routing decisions was a set of descriptive attributes of the destined recipient -- his or her home base and occupations. People then determined who among their contacts was "socially closest" to the target. For aficionados of the Kevin Bacon game, the goal was to connect any actor in Hollywood to Bacon through the films he made.

"The success of Milgram's experiment indicates that social distances among individuals " although they may be difficult to define mathematically -- have a role in shaping the network, and may also be essential for efficient navigation," said Claffy.

Added Krioukov: "When you know the network topology, you merely know the basic layout of a network. But when you discover its underlying geometry, or hidden space, you may know how this complex network really functions."

Likewise, neural networks in the body would not function as well if they could not route specific signals to appropriate organs or muscles in the body, although no neuron has a full view of global inter-neuronal connectivity in the brain. The same can be said for the regulation of genes, which are turned on and off by regulator genes to manufacture proteins.

So, what accounts for this inherent communication efficiency of complex networks? The study suggests the existence of an underlying geometric framework that contains all the nodes of the network, shapes its topology and guides routing decisions: a "hidden metric space." Distances in this space are akin to social distances in the "small-world phenomenon." They measure similarity between people. The more similar the two persons, the closer they are in the "social space," and the more likely they are friends, connected in the acquaintance network. To route a message, a person forwards it to the friend socially closest to the message destination.

"Such routing allows networks to efficiently find intended communication targets even though they do not have a global view of the system," said Claffy.

The primary motivation for this study, according to Krioukov, was the constantly increasing size and dynamics of the Internet, leading to increasing incidences of routing bottlenecks. Discovery of the Internet's "hidden metric space" would allow messages to be forwarded to destinations based on local measurements of similarities between nodes, their positions in the "hidden space," rather than on their positions in the network, which requires global measurements of its structure.

Krioukov also suggests that reconstruction of hidden metric spaces underlying a variety of real complex networks may have other practical applications. For example, hidden spaces in social or communications networks could yield new, efficient strategies for searching for specific individuals or content. The metric spaces hidden under some biological networks also could lead to powerful tools for studying the structure of information or signal flows in these networks.

"This could be applied to cancer research, for example, whose studies rely heavily on gene regulation," he said. "Suppose you were able to find the hidden space here. One could then figure out what drives gene regulation networks and what drives them to failure. This would be an important contribution to the field."


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.