Betweenness Centrality

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 intermediary, facilitating connections or the flow of information between otherwise unconnected parts of the network. Nodes with high Betweenness Centrality are often critical for maintaining connectivity and enabling communication.

An Example of a Betweenness Centrality

In a public health network, a regional health department might have high Betweenness Centrality if it connects smaller, local health providers that do not directly collaborate. This position allows the regional department to facilitate information sharing and coordination between different parts of the network.

Why Use Betweenness Centrality?

Betweenness Centrality helps identify influential nodes that play a key role in connecting the network. These nodes are often crucial for network resilience but may also represent points of vulnerability if removed. Organizations can leverage this metric to strengthen or protect important connections and improve overall network efficiency.


    • 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 ...
    • 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 ...
    • Social Network Analysis

      Social Network Analysis | Network Encyclopedia What is Social Network Analysis? Social Network Analysis (SNA) is a methodological approach used to understand the structures and patterns of relationships within a network. It examines how nodes ...
    • Unimodal Network

      Unimodal Network | Network Encyclopedia What is a Unimodal Network? A Unimodal Network is a network where all nodes represent the same type of entity. These networks focus on homogeneous relationships, such as friendships, collaborations, or ...
    • Graph Theory

      Graph Theory | Network Encyclopedia What is Graph Theory? Graph Theory is the mathematical study of graphs, structures that model relationships between pairs of objects. Graphs are composed of nodes (vertices), representing entities, and edges ...