Centrality

· 2 min · Quick read · Joost van der Laan

Centrality measures how important or influential a node is within a network, based on its position and connections relative to others.

The idea

In network analysis, centrality captures a node’s structural importance. Common measures include degree centrality (how many direct connections a node has), betweenness centrality (how often a node sits on the shortest path between other nodes, making it a broker or bottleneck), and closeness centrality (how quickly a node can reach every other node in the network). A person, product, or idea with high centrality often has outsized influence or information flow compared to peripheral nodes, even without formal authority.

When to use it

How to apply it

  1. Define the network: who or what are the nodes, and what counts as a connection
  2. Choose the centrality measure that fits the question (degree for popularity, betweenness for brokerage, closeness for reach)
  3. Compute or estimate centrality and compare nodes relative to each other
  4. Use the ranking to guide decisions about where to invest attention or resources

Watch out for

Sources

Centrality measures (degree, betweenness, closeness) originate in social network analysis, with foundational work by Linton Freeman on centrality in social networks (1970s).