HOME

TheInfoList



OR:

In the context of
network theory Network theory is the study of graphs as a representation of either symmetric relations or asymmetric relations between discrete objects. In computer science and network science, network theory is a part of graph theory: a network can be de ...
, a complex network is a graph (network) with non-trivial topological features—features that do not occur in simple networks such as lattices or random graphs but often occur in networks representing real systems. The study of complex networks is a young and active area of scientific research (since 2000) inspired largely by empirical findings of real-world networks such as
computer network A computer network is a set of computers sharing resources located on or provided by network nodes. The computers use common communication protocols over digital interconnections to communicate with each other. These interconnections are ...
s, biological networks, technological networks, brain networks, climate networks and
social network A social network is a social structure made up of a set of social actors (such as individuals or organizations), sets of dyadic ties, and other social interactions between actors. The social network perspective provides a set of methods fo ...
s.


Definition

Most
social Social organisms, including human(s), live collectively in interacting populations. This interaction is considered social whether they are aware of it or not, and whether the exchange is voluntary or not. Etymology The word "social" derives from ...
,
biological Biology is the scientific study of life. It is a natural science with a broad scope but has several unifying themes that tie it together as a single, coherent field. For instance, all organisms are made up of cells that process hereditary in ...
, and technological networks display substantial non-trivial topological features, with patterns of connection between their elements that are neither purely regular nor purely random. Such features include a heavy tail in the
degree distribution In the study of graphs and networks, the degree of a node in a network is the number of connections it has to other nodes and the degree distribution is the probability distribution of these degrees over the whole network. Definition The degre ...
, a high
clustering coefficient In graph theory, a clustering coefficient is a measure of the degree to which nodes in a graph tend to cluster together. Evidence suggests that in most real-world networks, and in particular social networks, nodes tend to create tightly knit groups ...
,
assortativity Assortativity, or assortative mixing is a preference for a network's nodes to attach to others that are similar in some way. Though the specific measure of similarity may vary, network theorists often examine assortativity in terms of a node's de ...
or disassortativity among vertices, community structure, and hierarchical structure. In the case of directed networks these features also include reciprocity, triad significance profile and other features. In contrast, many of the mathematical models of networks that have been studied in the past, such as lattices and random graphs, do not show these features. The most complex structures can be realized by networks with a medium number of interactions. This corresponds to the fact that the maximum information content (
entropy Entropy is a scientific concept, as well as a measurable physical property, that is most commonly associated with a state of disorder, randomness, or uncertainty. The term and the concept are used in diverse fields, from classical thermodyna ...
) is obtained for medium probabilities. Two well-known and much studied classes of complex networks are
scale-free networks A scale-free network is a network whose degree distribution follows a power law, at least asymptotically. That is, the fraction ''P''(''k'') of nodes in the network having ''k'' connections to other nodes goes for large values of ''k'' as : P(k ...
and small-world networks, whose discovery and definition are canonical case-studies in the field. Both are characterized by specific structural features—
power-law In statistics, a power law is a functional relationship between two quantities, where a relative change in one quantity results in a proportional relative change in the other quantity, independent of the initial size of those quantities: one q ...
degree distribution In the study of graphs and networks, the degree of a node in a network is the number of connections it has to other nodes and the degree distribution is the probability distribution of these degrees over the whole network. Definition The degre ...
s for the former and short path lengths and high clustering for the latter. However, as the study of complex networks has continued to grow in importance and popularity, many other aspects of network structures have attracted attention as well. The field continues to develop at a brisk pace, and has brought together researchers from many areas including
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
,
physics Physics is the natural science that studies matter, its fundamental constituents, its motion and behavior through space and time, and the related entities of energy and force. "Physical science is that department of knowledge which ...
, electric power systems,
biology Biology is the scientific study of life. It is a natural science with a broad scope but has several unifying themes that tie it together as a single, coherent field. For instance, all organisms are made up of cells that process hereditary ...
,
climate Climate is the long-term weather pattern in an area, typically averaged over 30 years. More rigorously, it is the mean and variability of meteorological variables over a time spanning from months to millions of years. Some of the meteorologi ...
,
computer science Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to Applied science, practical discipli ...
,
sociology Sociology is a social science that focuses on society, human social behavior, patterns of social relationships, social interaction, and aspects of culture associated with everyday life. It uses various methods of empirical investigation an ...
,
epidemiology Epidemiology is the study and analysis of the distribution (who, when, and where), patterns and determinants of health and disease conditions in a defined population. It is a cornerstone of public health, and shapes policy decisions and evi ...
, and others. Ideas and tools from network science and engineering have been applied to the analysis of metabolic and genetic regulatory networks; the study of ecosystem stability and robustness; clinical science; the modeling and design of scalable communication networks such as the generation and visualization of complex wireless networks; and a broad range of other practical issues. Network science is the topic of many conferences in a variety of different fields, and has been the subject of numerous books both for the lay person and for the expert.


Scale-free networks

A network is called scale-free  if its degree distribution, i.e., the probability that a node selected uniformly at random has a certain number of links (degree), follows a mathematical function called a
power law In statistics, a power law is a functional relationship between two quantities, where a relative change in one quantity results in a proportional relative change in the other quantity, independent of the initial size of those quantities: one q ...
. The power law implies that the degree distribution of these networks has no characteristic scale. In contrast, networks with a single well-defined scale are somewhat similar to a lattice in that every node has (roughly) the same degree. Examples of networks with a single scale include the Erdős–Rényi (ER) random graph, random regular graphs, regular lattices, and
hypercube In geometry, a hypercube is an ''n''-dimensional analogue of a square () and a cube (). It is a closed, compact, convex figure whose 1-skeleton consists of groups of opposite parallel line segments aligned in each of the space's dimensions, p ...
s. Some models of growing networks that produce scale-invariant degree distributions are the Barabási–Albert model and the fitness model. In a network with a scale-free degree distribution, some vertices have a degree that is orders of magnitude larger than the average - these vertices are often called "hubs", although this language is misleading as, by definition, there is no inherent threshold above which a node can be viewed as a hub. If there were such a threshold, the network would not be scale-free. Interest in scale-free networks began in the late 1990s with the reporting of discoveries of power-law degree distributions in real world networks such as the
World Wide Web The World Wide Web (WWW), commonly known as the Web, is an information system enabling documents and other web resources to be accessed over the Internet. Documents and downloadable media are made available to the network through web ...
, the network of
Autonomous systems An autonomous robot is a robot that acts without recourse to human control. The first autonomous robots environment were known as Elmer and Elsie, which were constructed in the late 1940s by W. Grey Walter. They were the first robots in history ...
(ASs), some networks of Internet routers, protein interaction networks, email networks, etc. Most of these reported "power laws" fail when challenged with rigorous statistical testing, but the more general idea of heavy-tailed degree distributions—which many of these networks do genuinely exhibit (before finite-size effects occur) -- are very different from what one would expect if edges existed independently and at random (i.e., if they followed a Poisson distribution). There are many different ways to build a network with a power-law degree distribution. The Yule process is a canonical generative process for power laws, and has been known since 1925. However, it is known by many other names due to its frequent reinvention, e.g., The Gibrat principle by Herbert A. Simon, the
Matthew effect The Matthew effect of accumulated advantage, Matthew principle, or Matthew effect, is the tendency of individuals to accrue social or economic success in proportion to their initial level of popularity, friends, wealth, etc. It is sometimes summar ...
, cumulative advantage and, preferential attachment by Barabási and Albert for power-law degree distributions. Recently, Hyperbolic Geometric Graphs have been suggested as yet another way of constructing scale-free networks. Some networks with a power-law degree distribution (and specific other types of structure) can be highly resistant to the random deletion of vertices—i.e., the vast majority of vertices remain connected together in a giant component. Such networks can also be quite sensitive to targeted attacks aimed at fracturing the network quickly. When the graph is uniformly random except for the degree distribution, these critical vertices are the ones with the highest degree, and have thus been implicated in the spread of disease (natural and artificial) in social and communication networks, and in the spread of fads (both of which are modeled by a percolation or branching process). While random graphs (ER) have an average distance of order log N between nodes, where N is the number of nodes, scale free graph can have a distance of log log N.


Small-world networks

A network is called a small-world network by analogy with the
small-world phenomenon The small-world experiment comprised several experiments conducted by Stanley Milgram and other researchers examining the average path length for social networks of people in the United States. The research was groundbreaking in that it suggested ...
(popularly known as six degrees of separation). The small world hypothesis, which was first described by the Hungarian writer
Frigyes Karinthy Frigyes Karinthy (; 25 June 1887 – 29 August 1938) was a Hungarian author, playwright, poet, journalist, and translator. He was the first proponent of the six degrees of separation concept, in his 1929 short story, ''Chains'' (''Láncszemek'') ...
in 1929, and tested experimentally by
Stanley Milgram Stanley Milgram (August 15, 1933 – December 20, 1984) was an American social psychologist, best known for his controversial experiments on obedience conducted in the 1960s during his professorship at Yale.Blass, T. (2004). ''The Man Who Shock ...
(1967), is the idea that two arbitrary people are connected by only six degrees of separation, i.e. the diameter of the corresponding graph of social connections is not much larger than six. In 1998, Duncan J. Watts and Steven Strogatz published the first small-world network model, which through a single parameter smoothly interpolates between a random graph and a lattice. Their model demonstrated that with the addition of only a small number of long-range links, a regular graph, in which the diameter is proportional to the size of the network, can be transformed into a "small world" in which the average number of edges between any two vertices is very small (mathematically, it should grow as the logarithm of the size of the network), while the clustering coefficient stays large. It is known that a wide variety of abstract graphs exhibit the small-world property, e.g., random graphs and scale-free networks. Further, real world networks such as the
World Wide Web The World Wide Web (WWW), commonly known as the Web, is an information system enabling documents and other web resources to be accessed over the Internet. Documents and downloadable media are made available to the network through web ...
and the metabolic network also exhibit this property. In the scientific literature on networks, there is some ambiguity associated with the term "small world". In addition to referring to the size of the diameter of the network, it can also refer to the co-occurrence of a small diameter and a high
clustering coefficient In graph theory, a clustering coefficient is a measure of the degree to which nodes in a graph tend to cluster together. Evidence suggests that in most real-world networks, and in particular social networks, nodes tend to create tightly knit groups ...
. The clustering coefficient is a metric that represents the density of triangles in the network. For instance, sparse random graphs have a vanishingly small clustering coefficient while real world networks often have a coefficient significantly larger. Scientists point to this difference as suggesting that edges are correlated in real world networks.


Spatial networks

Many real networks are embedded in space. Examples include, transportation and other infrastructure networks, brain networks. Several models for spatial networks have been developed.


See also

* Community structure * Complex adaptive system *
Complex systems A complex system is a system composed of many components which may interact with each other. Examples of complex systems are Earth's global climate, organisms, the human brain, infrastructure such as power grid, transportation or communication sy ...
* Dual-phase evolution *
Dynamic network analysis Dynamic network analysis (DNA) is an emergent scientific field that brings together traditional social network analysis (SNA), link analysis (LA), social simulation and multi-agent systems (MAS) within network science and network theory. Dynami ...
*
Interdependent networks The study of interdependent networks is a subfield of network science dealing with phenomena caused by the interactions between complex networks. Though there may be a wide variety of interactions between networks, ''dependency'' focuses on th ...
*
Network theory Network theory is the study of graphs as a representation of either symmetric relations or asymmetric relations between discrete objects. In computer science and network science, network theory is a part of graph theory: a network can be de ...
* Network science *
Percolation theory In statistical physics and mathematics, percolation theory describes the behavior of a network when nodes or links are added. This is a geometric type of phase transition, since at a critical fraction of addition the network of small, disconnecte ...
* Random graph * Random graph theory of gelation *
Scale-free networks A scale-free network is a network whose degree distribution follows a power law, at least asymptotically. That is, the fraction ''P''(''k'') of nodes in the network having ''k'' connections to other nodes goes for large values of ''k'' as : P(k ...
* Small world networks * Spatial network * Trophic coherence


Books

*B. S. Manoj, Abhishek Chakraborty, and Rahul Singh, ''Complex Networks: A Networking and Signal Processing Perspective'', Pearson, New York, USA, February 2018. *S.N. Dorogovtsev and J.F.F. Mendes, ''Evolution of Networks: From biological networks to the Internet and WWW'', Oxford University Press, 2003, *Duncan J. Watts, ''Six Degrees: The Science of a Connected Age'', W. W. Norton & Company, 2003, *Duncan J. Watts, ''Small Worlds: The Dynamics of Networks between Order and Randomness'', Princeton University Press, 2003, *Albert-László Barabási, ''Linked: How Everything is Connected to Everything Else'', 2004, *Alain Barrat, Marc Barthelemy, Alessandro Vespignani, ''Dynamical processes on complex networks'', Cambridge University Press, 2008, *Stefan Bornholdt (editor) and Heinz Georg Schuster (editor), ''Handbook of Graphs and Networks: From the Genome to the Internet'', 2003, *Guido Caldarelli, ''Scale-Free Networks'', Oxford University Press, 2007, *Guido Caldarelli, Michele Catanzaro, ''Networks: A Very Short Introduction'' Oxford University Press, 2012, *E. Estrada, "The Structure of Complex Networks: Theory and Applications", Oxford University Press, 2011, *Mark Newman, ''Networks: An Introduction'', Oxford University Press, 2010, *Mark Newman, Albert-László Barabási, and Duncan J. Watts, ''The Structure and Dynamics of Networks'', Princeton University Press, Princeton, 2006, *R. Pastor-Satorras and A. Vespignani, ''Evolution and Structure of the Internet: A statistical physics approach'', Cambridge University Press, 2004, * T. Lewis, Network Science, Wiley 2009, *Niloy Ganguly (editor), Andreas Deutsch (editor) and Animesh Mukherjee (editor), ''Dynamics On and Of Complex Networks Applications to Biology, Computer Science, and the Social Sciences'', 2009, *Vito Latora, Vincenzo Nicosia, Giovanni Russo, ''Complex Networks: Principles, Methods and Applications'', Cambridge University Press, 2017,


References

* * * * *M. E. J. Newman
The structure and function of complex networks
SIAM Review 45, 167-256 (2003) *S. N. Dorogovtsev, A. V. Goltsev, and J. F. F. Mendes,
Critical phenomena in complex networks
', Rev. Mod. Phys. 80, 1275, (2008) *G. Caldarelli, R. Marchetti, L. Pietronero, The Fractals Properties of Internet, Europhysics Letters 52, 386 (2000). https://arxiv.org/abs/cond-mat/0009178. DOI: 10.1209/epl/i2000-00450-8 * *J. Lehnert, Controlling Synchronization Patterns in Complex Networks, springer 2016 *{{citation , last1=Dolev, first1=Shlomi, last2=Elovici, first2=Yuval, last3=Puzis, first3=Rami, title=Routing betweenness centrality, journal=J. ACM, date=2010, volume=57, issue=4, pages=25:1–25:27, doi=10.1145/1734213.1734219, s2cid=15662473 Network theory