Degree Centrality

Degree Centrality

Degree Centrality | Network Encyclopedia

What is Degree Centrality?

Degree Centrality combines In-Degree and Out-Degree Centrality to measure the total number of direct connections a node has, regardless of the direction. It reflects a node's overall connectivity within the network, highlighting its level of interaction with other nodes.

An Example of Degree Centrality

A community outreach organization with high Degree Centrality in a network of nonprofits focused on homelessness solutions might be both receiving information about community needs from various sources and distributing resources or guidance to other organizations. 

Interpreting Degree Centrality

Assessing Degree Centrality helps identify the most connected nodes, which can be crucial for spreading information, mobilizing resources, or fostering collaboration. It can guide strategic network engagement, ensuring that well-connected nodes are leveraged to enhance collective action. 


    • Related Articles

    • Eigenvector Centrality

      Eigenvector Centrality | Network Encyclopedia What is an Eigenvector Centrality? Eigenvector Centrality measures the influence of a node in a network by considering not just the number of its connections, but also the importance of the nodes it is ...
    • Out-Degree Centrality

      Out-Degree Centrality | Network Encyclopedia What is Out-Degree Centrality? Out-Degree Centrality measures the number of direct connections a node sends out to other nodes within a network. It quantifies how active a node is in initiating ...
    • In-Degree Centrality

      In-Degree Centrality | Network Encyclopedia What is In-Degree Centrality? In-Degree Centrality measures the number of direct connections a node receives from other nodes within a network. It reflects the popularity or importance of a node based on ...
    • Closeness Centrality

      Closeness Centrality | Network Encyclopedia What is Closeness Centrality? Closeness Centrality measures how close a node is to all other nodes in the network, based on the shortest paths. A node with high Closeness Centrality has shorter average ...
    • Betweenness Centrality

      Betweenness Centrality | Network Encyclopedia What is Betweenness Centrality? Betweenness Centrality measures how often a node lies on the shortest paths between other nodes in a network. It quantifies the extent to which a node acts as a bridge or ...