Metcalfe's law

Last updated

Two telephones can make only one connection, five can make 10 connections, and twelve can make 66 connections. Metcalfe-Network-Effect.svg
Two telephones can make only one connection, five can make 10 connections, and twelve can make 66 connections.

Metcalfe's law states that the financial value or influence of a telecommunications network is proportional to the square of the number of connected users of the system (n2). The law is named after Robert Metcalfe and was first proposed in 1980, albeit not in terms of users, but rather of "compatible communicating devices" (e.g., fax machines, telephones). [1] It later became associated with users on the Ethernet after a September 1993 Forbes article by George Gilder. [2]

Contents

Network effects

Metcalfe's law characterizes many of the network effects of communication technologies and networks such as the Internet, social networking and the World Wide Web. Former Chairman of the U.S. Federal Communications Commission Reed Hundt said that this law gives the most understanding to the workings of the present-day Internet. [3] Mathematically, Metcalfe's Law shows that the number of unique possible connections in an -node connection can be expressed as the triangular number , which is asymptotically proportional to .

The law has often been illustrated using the example of fax machines: a single fax machine on its own is useless, but the value of every fax machine increases with the total number of fax machines in the network, because the total number of people with whom each user may send and receive documents increases. [4] This is common illustration to explain Network effect. Thus, in any social networks, the greater the number of users with the service, the more valuable the service becomes to the community.

History and derivation

Metcalfe's law was conceived in 1983 in a presentation to the 3Com sales force. [5]  It stated V would be proportional to the total number of possible connections, or approximately n-squared.

The original incarnation was careful to delineate between a linear cost (Cn), non-linear growth(n2) and a non-constant proportionality factor affinity (A). The break-even point point where costs are recouped is given by:

At some size, the right-hand side of the equation V, value, exceeds the cost, and A describes the relationship between size and net value added. For large n, net network value is then:

Metcalfe properly dimensioned A as "value per user". Affinity is also a function of network size, and Metcalfe correctly asserted that A must decline as n grows large. In a 2006 interview, Metcalfe stated: [6]

There may be diseconomies of network scale that eventually drive values down with increasing size. So, if V=A*n2, it could be that A (for “affinity,” value per connection) is also a function of n and heads down after some network size, overwhelming n2.

Growth of n

Network size, and hence value, does not grow unbounded but is constrained by practical limitations such as infrastructure, access to technology, and bounded rationality such as Dunbar's number. It is almost always the case that user growth n reaches a saturation point. With technologies, substitutes, competitors and technical obsolescence constrain growth of n. Growth of n is typically assumed to follow a sigmoid function such as a logistic curve or Gompertz curve.

Density

A is also governed by the connectivity or density of the network topology. In an undirected network, every edge connects two nodes such that there are 2m nodes per edge. The proportion of nodes in actual contact are given by .

The maximum possible number of edges in a simple network (i.e. one with no multi-edges or self-edges) is . Therefore the density ρ of a network is the faction of those edges that are actually present is:

which for large networks is approximated by . [7]

Limitations

Metcalfe's law assumes that the value of each node is of equal benefit. [3] If this is not the case, for example because one fax machine serves 60 workers in a company, the second fax machine serves half of that, the third one third, and so on, then the relative value of an additional connection decreases. Likewise, in social networks, if users that join later use the network less than early adopters, then the benefit of each additional user may lessen, making the overall network less efficient if costs per users are fixed.

Modified models

Within the context of social networks, many, including Metcalfe himself, have proposed modified models in which the value of the network grows as rather than . [8] [3] Reed[ non sequitur ] and Andrew Odlyzko have sought out possible relationships to Metcalfe's Law in terms of describing the relationship of a network and one can read about how those are related. Tongia and Wilson also examine the related question of the costs to those excluded. [9]

Validation in data

For more than 30 years, there was little concrete evidence in support of the law. Finally, in July 2013, Dutch researchers analyzed European Internet-usage patterns over a long-enough time[ specify ] and found proportionality for small values of and proportionality for large values of . [10] A few months later, Metcalfe himself provided further proof by using Facebook's data over the past 10 years to show a good fit for Metcalfe's law. [11]

In 2015, Zhang, Liu, and Xu parameterized the Metcalfe function in data from Tencent and Facebook. Their work showed that Metcalfe's law held for both, despite differences in audience between the two sites (Facebook serving a worldwide audience and Tencent serving only Chinese users). The functions for the two sites were and respectively. [12] One of the earliest mentions of the Metcalfe Law in the contest of Bitcoin was by a Reddit post by Santostasi in 2014. He compared the observed generalized Metcalfe behavior for Bitcoin to the Zipf's Law and the theoretical Metcalfe result [13] . The Metcalfe's Law is a critical component of Santostasi's Bitcoin Power Law Theory. [14] . In a working paper, Peterson linked time-value-of-money concepts to Metcalfe value using Bitcoin and Facebook as numerical examples of the proof, [15] and in 2018 applied Metcalfe's law to Bitcoin, showing that over 70% of variance in Bitcoin value was explained by applying Metcalfe's law to increases in Bitcoin network size. [16]

In a 2024 interview, mathematician Terrence Tao emphasized the importance of universality and networking within the mathematics community, for which he cited the Metcalfe's Law. Tao believes that a larger audience leads to more connections, which ultimately results in positive developments within the community. For this, he cited Metcalfe's law to support this perspective. Tao further stated, "my whole career experience has been sort of the more connections equals just better stuff happening". [17]

See also

Related Research Articles

<span class="mw-page-title-main">Network effect</span> Increasing value with increasing participation

In economics, a network effect is the phenomenon by which the value or utility a user derives from a good or service depends on the number of users of compatible products. Network effects are typically positive feedback systems, resulting in users deriving more and more value from a product as more users join the same network. The adoption of a product by an additional user can be broken into two effects: an increase in the value to all other users and also the enhancement of other non-users' motivation for using the product.

<span class="mw-page-title-main">Network topology</span> Arrangement of the elements of a communication network

Network topology is the arrangement of the elements of a communication network. Network topology can be used to define or describe the arrangement of various types of telecommunication networks, including command and control radio networks, industrial fieldbusses and computer networks.

<span class="mw-page-title-main">Spearman's rank correlation coefficient</span> Nonparametric measure of rank correlation

In statistics, Spearman's rank correlation coefficient or Spearman's ρ, named after Charles Spearman and often denoted by the Greek letter (rho) or as , is a nonparametric measure of rank correlation. It assesses how well the relationship between two variables can be described using a monotonic function.

In the analysis of algorithms, the master theorem for divide-and-conquer recurrences provides an asymptotic analysis for many recurrence relations that occur in the analysis of divide-and-conquer algorithms. The approach was first presented by Jon Bentley, Dorothea Blostein, and James B. Saxe in 1980, where it was described as a "unifying method" for solving such recurrences. The name "master theorem" was popularized by the widely-used algorithms textbook Introduction to Algorithms by Cormen, Leiserson, Rivest, and Stein.

<span class="mw-page-title-main">Force-directed graph drawing</span> Physical simulation to visualize graphs

Force-directed graph drawing algorithms are a class of algorithms for drawing graphs in an aesthetically-pleasing way. Their purpose is to position the nodes of a graph in two-dimensional or three-dimensional space so that all the edges are of more or less equal length and there are as few crossing edges as possible, by assigning forces among the set of edges and the set of nodes, based on their relative positions, and then using these forces either to simulate the motion of the edges and nodes or to minimize their energy.

<span class="mw-page-title-main">Centrality</span> Degree of connectedness within a graph

In graph theory and network analysis, indicators of centrality assign numbers or rankings to nodes within a graph corresponding to their network position. Applications include identifying the most influential person(s) in a social network, key infrastructure nodes in the Internet or urban networks, super-spreaders of disease, and brain networks. Centrality concepts were first developed in social network analysis, and many of the terms used to measure centrality reflect their sociological origin.

<span class="mw-page-title-main">Computer network</span> Network that allows computers to share resources and communicate with each other

A computer network is a set of computers sharing resources located on or provided by network nodes. Computers use common communication protocols over digital interconnections to communicate with each other. These interconnections are made up of telecommunication network technologies based on physically wired, optical, and wireless radio-frequency methods that may be arranged in a variety of network topologies.

In network theory, small-world routing refers to routing methods for small-world networks. Networks of this type are peculiar in that relatively short paths exist between any two nodes. Determining these paths, however, can be a difficult problem from the perspective of an individual routing node in the network if no further information is known about the network as a whole.

<span class="mw-page-title-main">Watts–Strogatz model</span> Method of generating random small-world graphs

The Watts–Strogatz model is a random graph generation model that produces graphs with small-world properties, including short average path lengths and high clustering. It was proposed by Duncan J. Watts and Steven Strogatz in their article published in 1998 in the Nature scientific journal. The model also became known as the (Watts) beta model after Watts used to formulate it in his popular science book Six Degrees.

In mathematics, a function or sequence is said to exhibit quadratic growth when its values are proportional to the square of the function argument or sequence position. "Quadratic growth" often means more generally "quadratic growth in the limit", as the argument or sequence position goes to infinity – in big Theta notation, . This can be defined both continuously or discretely.

<span class="mw-page-title-main">Erdős–Rényi model</span> Two closely related models for generating random graphs

In the mathematical field of graph theory, the Erdős–Rényi model refers to one of two closely related models for generating random graphs or the evolution of a random network. These models are named after Hungarian mathematicians Paul Erdős and Alfréd Rényi, who introduced one of the models in 1959. Edgar Gilbert introduced the other model contemporaneously with and independently of Erdős and Rényi. In the model of Erdős and Rényi, all graphs on a fixed vertex set with a fixed number of edges are equally likely. In the model introduced by Gilbert, also called the Erdős–Rényi–Gilbert model, each edge has a fixed probability of being present or absent, independently of the other edges. These models can be used in the probabilistic method to prove the existence of graphs satisfying various properties, or to provide a rigorous definition of what it means for a property to hold for almost all graphs.

In distributed computing, leader election is the process of designating a single process as the organizer of some task distributed among several computers (nodes). Before the task has begun, all network nodes are either unaware which node will serve as the "leader" of the task, or unable to communicate with the current coordinator. After a leader election algorithm has been run, however, each node throughout the network recognizes a particular, unique node as the task leader.

<span class="mw-page-title-main">Random geometric graph</span> In graph theory, the mathematically simplest spatial network

In graph theory, a random geometric graph (RGG) is the mathematically simplest spatial network, namely an undirected graph constructed by randomly placing N nodes in some metric space and connecting two nodes by a link if and only if their distance is in a given range, e.g. smaller than a certain neighborhood radius, r.

<span class="mw-page-title-main">Triadic closure</span>

Triadic closure is a concept in social network theory, first suggested by German sociologist Georg Simmel in his 1908 book Soziologie [Sociology: Investigations on the Forms of Sociation]. Triadic closure is the property among three nodes A, B, and C, that if the connections A-B and A-C exist, there is a tendency for the new connection B-C to be formed. Triadic closure can be used to understand and predict the growth of networks, although it is only one of many mechanisms by which new connections are formed in complex networks.

An important question in statistical mechanics is the dependence of model behaviour on the dimension of the system. The shortcut model was introduced in the course of studying this dependence. The model interpolates between discrete regular lattices of integer dimension.

<span class="mw-page-title-main">Network science</span> Academic field

Network science is an academic field which studies complex networks such as telecommunication networks, computer networks, biological networks, cognitive and semantic networks, and social networks, considering distinct elements or actors represented by nodes and the connections between the elements or actors as links. The field draws on theories and methods including graph theory from mathematics, statistical mechanics from physics, data mining and information visualization from computer science, inferential modeling from statistics, and social structure from sociology. The United States National Research Council defines network science as "the study of network representations of physical, biological, and social phenomena leading to predictive models of these phenomena."

The Kernighan–Lin algorithm is a heuristic algorithm for finding partitions of graphs. The algorithm has important practical application in the layout of digital circuits and components in electronic design automation of VLSI.

In economics, Beckstrom's law is a model or theorem formulated by Rod Beckstrom. It purports to answer "the decades-old question of 'how valuable is a network'", and states in summary that "The value of a network equals the net value added to each user’s transactions conducted through that network, summed over all users."

<span class="mw-page-title-main">Hyperbolic geometric graph</span>

A hyperbolic geometric graph (HGG) or hyperbolic geometric network (HGN) is a special type of spatial network where (1) latent coordinates of nodes are sprinkled according to a probability density function into a hyperbolic space of constant negative curvature and (2) an edge between two nodes is present if they are close according to a function of the metric (typically either a Heaviside step function resulting in deterministic connections between vertices closer than a certain threshold distance, or a decaying function of hyperbolic distance yielding the connection probability). A HGG generalizes a random geometric graph (RGG) whose embedding space is Euclidean.

<span class="mw-page-title-main">Bianconi–Barabási model</span>

The Bianconi–Barabási model is a model in network science that explains the growth of complex evolving networks. This model can explain that nodes with different characteristics acquire links at different rates. It predicts that a node's growth depends on its fitness and can calculate the degree distribution. The Bianconi–Barabási model is named after its inventors Ginestra Bianconi and Albert-László Barabási. This model is a variant of the Barabási–Albert model. The model can be mapped to a Bose gas and this mapping can predict a topological phase transition between a "rich-get-richer" phase and a "winner-takes-all" phase.

References

  1. Simeonov, Simeon (26 July 2006). "Metcalfe's Law: more misunderstood than wrong?". HighContrast: Innovation & venture capital in the post-broadband era.
  2. Shapiro, Carl; Varian, Hal R. (1999). Information Rules. Harvard Business Press. ISBN   9780875848631.
  3. 1 2 3 Briscoe, Bob; Odlyzko, Andrew; Tilly, Benjamin (July 2006). "Metcalfe's Law is Wrong". IEEE Spectrum . 43 (7): 34–39. doi:10.1109/MSPEC.2006.1653003. S2CID   45462851 . Retrieved 15 September 2022.
  4. Tongia, Rahul; Wilson, E. J. (8 April 2011). "Network Theory| The Flip Side of Metcalfe's Law: Multiple and Growing Costs of Network Exclusion". International Journal of Communication.
  5. Metcalfe, Bob (December 2013). "Metcalfe's Law after 40 Years of Ethernet". Computer. 46 (12): 26–31. doi:10.1109/MC.2013.374. ISSN   1558-0814. S2CID   206448593.
  6. Metcalfe, Robert (18 August 2006). "Guest Blogger Bob Metcalfe: Metcalfe's Law Recurses down the Long Tail of Social Networks". VC Mike's Blog.
  7. Newman, Mark E. J. (2019). "Mathematics of Networks" in Networks. Oxford University Press. pp. 126–128. ISBN   9780198805090.
  8. "Guest Blogger Bob Metcalfe: Metcalfe's Law Recurses Down the Long Tail of Social Networks". 18 August 2006. Retrieved 20 June 2010.
  9. Tongia, Rahul; Wilson, Ernest (September 2007). "The Flip Side of Metcalfe's Law: Multiple and Growing Costs of Network Exclusion". International Journal of Communication. 5: 17. Retrieved 15 January 2013.
  10. Madureira, António; den Hartog, Frank; Bouwman, Harry; Baken, Nico (2013). "Empirical validation of Metcalfe's law: How Internet usage patterns have changed over time". Information Economics and Policy. 25 (4): 246–256. doi:10.1016/j.infoecopol.2013.07.002.
  11. Metcalfe, Bob (2013). "Metcalfe's law after 40 years of Ethernet". IEEE Computer. 46 (12): 26–31. doi:10.1109/MC.2013.374. S2CID   206448593.
  12. Zhang, Xing-Zhou; Liu, Jing-Jie; Xu, Zhi-Wei (2015). "Tencent and Facebook Data Validate Metcalfe's Law". Journal of Computer Science and Technology. 30 (2): 246–251. doi:10.1007/s11390-015-1518-1. S2CID   255158958.
  13. "Bitcoin compared with Metcalfe's and Zipf's law". 29 March 2014. Retrieved 29 March 2014.
  14. "The Bitcoin Power Law Theory". 20 March 2024. Retrieved 20 March 2024.
  15. Peterson, Timothy (2019). "Bitcoin Spreads Like a Virus". Working Paper. doi:10.2139/ssrn.3356098. S2CID   159240517.
  16. Peterson, Timothy (2018). "Metcalfe's Law as a Model for Bitcoin's Value". Alternative Investment Analyst Review. 7 (2): 9–18. doi:10.2139/ssrn.3078248. S2CID   158572041.
  17. Strogatz, Steven (1 February 2024). "What Makes for 'Good' Mathematics?". Quanta Magazine.

Further reading