Mental model

Centrality

A framework for identifying the most important or influential nodes in a network, beyond just popularity.

Discover

Alice speaks daily with 20 colleagues within her own team. Bob speaks with only 4 colleagues, but they are the leaders of 4 different departments. Who has more control over information flow across the company?

Select the most influential position

See how network position beats popularity.

Understand

Understand

Centrality is a measure of how important or influential a specific node (a person, place, or thing) is within a network. It moves beyond simple popularity—having the most connections—to look at structural power, such as connecting otherwise isolated groups. In our example, Bob has higher betweenness centrality because he acts as a bridge; without him, the departments might not communicate at all. Alice has high degree centrality, but her influence is contained within a single echo chamber.

Notice this: Identify the person in your workplace who may not be senior, but serves as the only link between two rival teams.

Full explanation

Full explanation

Network theory identifies several distinct ways to be 'central,' and each confers a different type of power. Understanding these distinctions helps you diagnose bottlenecks or identify key influencers who might otherwise be invisible.

Three Core Types:

  • Degree Centrality: The number of direct connections. Think of a celebrity with millions of followers. They have high visibility but may not influence serious decision-making circles.
  • Betweenness Centrality: How often a node lies on the shortest path between others. This is the 'broker' or 'gatekeeper' role. A receptionist often has high betweenness because they control access to the CEO.
  • Eigenvector Centrality: Being connected to other highly connected people. It’s not about how many people you know, but who you know. This is how Google ranks websites—a link from a major news site counts more than a link from a random blog.

Real-World Applications:

  • Epidemiology: Vaccinating the person with the most friends (Degree) helps, but vaccinating the traveling salesperson who visits five different towns (Betweenness) prevents the virus from jumping between communities.
  • Infrastructure: In a subway system, a station with high betweenness is a critical point of failure; if it closes, the entire network fragments.
  • Office Politics: To get a project approved, you might need the support of a 'Hub' (for buzz) but the approval of a 'Bridge' (to get resources from another department).

Research

Research

Academic research categorizes centrality based on the type of flow occurring in the network (e.g., rumor spreading vs. package delivery). Early work by Freeman formalized the distinction between control of communication and independence. Later adaptations like PageRank applied these social concepts to information retrieval.

  • Freeman (1979): Established the canonical three measures (degree, closeness, betweenness) to clarify conceptually distinct notions of 'prominence' in social networks [1].
  • Borgatti (2005): Demonstrated that the 'correct' centrality measure depends entirely on the flow process; for example, betweenness best predicts control over things that move along shortest paths (like packages), but not things that diffuse broadly (like gossip) [2].
  • Page et al. (1999): Developed PageRank, a variant of eigenvector centrality, proving that a node's importance is derived from the importance of the nodes linking to it [3].

Limitations

Limitations

Centrality metrics often assume static networks, but real-world interactions are dynamic and temporal. A person central at 9 AM might be peripheral by 5 PM. Additionally, high centrality can be a liability; in a disease network or a cyber-attack, the most central nodes are the first to be infected or targeted.

Try it

Synthesize

Choose a pattern from the guide, then pick an action to try with it.

Which pattern stands out?

What will you try?

Choose a pattern above to select an action.

Sources

Sources

Try it

Check your understanding

In the earlier example, why does Bob (the Bridge) have more structural power than Alice (the Hub) regarding information flow?

Show the guide's explanation

Answer: He connects groups that would otherwise be disconnected.

This demonstrates 'Betweenness Centrality.' Bob acts as a gatekeeper or bridge. Information cannot pass from one department to another without going through him.

You are analyzing a transit map to find the most critical station to protect against failure. Which station should you prioritize?

Show the guide's explanation

Answer: The station that lies on the shortest path between the most other pairs of stations.

A station on many shortest paths has high Betweenness Centrality. If it fails, it disrupts the most trips, making it the most critical vulnerability.

Which statement best describes 'Eigenvector Centrality'?

Show the guide's explanation

Answer: It's about being connected to people who are themselves highly connected.

Eigenvector centrality (and algorithms like PageRank) values the quality of connections, not just quantity. Being friends with one powerful person can be worth more than being friends with ten isolated people.

Keep exploring

Find another idea for the decision in front of you.

The complete Reframo library is free to read. Explore another guide whenever you are ready.

Centrality | Reframo