Mental model

Degree Centrality

The simplest metric for network influence, calculated by counting a node's direct connections.

Discover

Imagine a party: Alex talks to 10 people who don't know anyone else. Sam talks to only 3 people, but those 3 are the most popular guests there. Who has the higher Degree Centrality?

Select the node with the highest degree

Let's see why quantity beats quality for this specific metric.

Understand

Understand

Degree centrality is the most fundamental way to measure importance in a network by simply counting how many direct connections a specific point has. It operates on the principle that 'more is better,' identifying the most active or visible participants, like the popular student in class or a major airport hub. It does not consider who those connections are or how influential they might be—only that the connection exists. Check this: Sketch a diagram of your closest five friends and count how many lines connect to you versus them to see who is the local hub.

Full explanation

Full explanation

To calculate degree centrality, you treat the network like a simple tally sheet. For any given node (a person, computer, or location), you count the number of edges (links) directly attached to it. In a directed network (like Twitter or Instagram, where you can follow someone without them following back), this splits into 'in-degree' (popularity or fans) and 'out-degree' (gregariousness or following).

This metric serves as a proxy for immediate influence or exposure risk. In epidemiology, a person with high degree centrality contacts many people, making them a 'super-spreader' risk for airborne viruses. In infrastructure, a power substation connected to many local lines has high degree centrality; if it fails, many homes lose power immediately.

However, this method has a blind spot: it ignores the importance of the neighbors. A telemarketer might call 100 people (high out-degree) but have zero influence if those people hang up. Conversely, a chief of staff might talk to only the CEO (low degree), yet wield immense power. Degree centrality is best used when you need to identify the busiest hubs or the most visible actors in a system, rather than the strategic brokers.

Research

Research

Research into degree centrality establishes it as the baseline for structural analysis, primarily quantifying local activity rather than global control. It is often the first metric calculated before complex derivatives like betweenness or closeness.

  • Freeman (1979): Established degree centrality as a measure of potential communication activity, distinguishing it from control or independence metrics [1].
  • Opsahl et al. (2010): Expanded the concept to weighted networks, demonstrating that the strength of ties (e.g., duration of calls) provides a more accurate centrality measure than simple binary counts [2].
  • Borgatti (2005): Clarified that degree centrality predicts performance best in 'broadcast' processes, such as spreading a rumor or infection, rather than processes requiring targeted routing [3].

Limitations

Limitations

Degree centrality is a purely local measure; it cannot see the 'big picture.' A node can have a high degree but exist in a cluster disconnected from the main network (a 'big fish in a small pond'). It also fails to account for the quality or influence of the connections, meaning it treats a link to a hermit the same as a link to a president.

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 a directed network like Instagram, which metric represents 'Degree Centrality' regarding popularity?

Show the guide's explanation

Answer: The number of followers you have (In-degree)

In-degree centrality specifically counts incoming links. On social platforms, a 'follow' is an incoming link representing popularity or attention.

You are analyzing a transportation network. Why might a subway station with high Degree Centrality be a vulnerability?

Show the guide's explanation

Answer: It connects to many other stations directly, so its closure disrupts many immediate routes

High degree centrality implies many direct connections. If a node with many links fails, all those direct paths are severed immediately.

What is the very first step in calculating the degree centrality of a specific node?

Show the guide's explanation

Answer: Count the number of edges directly connected to that node

The definition of degree centrality is the count of direct ties (edges) incidental to the node.

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.

Degree Centrality | Reframo