Average path length
   HOME

TheInfoList



OR:

Average path length, or average shortest path length is a concept in
network topology Network topology is the arrangement of the elements ( links, nodes, etc.) of a communication network. Network topology can be used to define or describe the arrangement of various types of telecommunication networks, including command and contr ...
that is defined as the average number of steps along the shortest paths for all possible pairs of network nodes. It is a measure of the efficiency of information or mass transport on a network. __TOC__


Concept

Average path length is one of the three most robust measures of network topology, along with its
clustering coefficient In graph theory, a clustering coefficient is a measure of the degree to which nodes in a graph tend to cluster together. Evidence suggests that in most real-world networks, and in particular social networks, nodes tend to create tightly knit groups ...
and its
degree distribution In the study of graphs and networks, the degree of a node in a network is the number of connections it has to other nodes and the degree distribution is the probability distribution of these degrees over the whole network. Definition The degre ...
. Some examples are: the average number of clicks which will lead you from one website to another, or the number of people you will have to communicate through, on an average, to contact a complete stranger. It should not be confused with the
diameter In geometry, a diameter of a circle is any straight line segment that passes through the center of the circle and whose endpoints lie on the circle. It can also be defined as the longest chord of the circle. Both definitions are also valid fo ...
of the network, which is defined as the longest geodesic, i.e., the longest
shortest path In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights of its constituent edges is minimized. The problem of finding the shortest path between ...
between any two nodes in the network (see
Distance (graph theory) In the mathematical field of graph theory, the distance between two vertices in a graph is the number of edges in a shortest path (also called a graph geodesic) connecting them. This is also known as the geodesic distance or shortest-path dist ...
). The average path length distinguishes an easily negotiable network from one, which is complicated and inefficient, with a shorter average path length being more desirable. However, the average path length is simply what the path length will most likely be. The network itself might have some very remotely connected nodes and many nodes, which are neighbors of each other.


Definition

Consider an unweighted directed
graph Graph may refer to: Mathematics *Graph (discrete mathematics), a structure made of vertices and edges **Graph theory, the study of such graphs and their properties *Graph (topology), a topological space resembling a graph in the sense of discre ...
G with the set of vertices V. Let d(v_1, v_2), where v_1, v_2 \in V denote the shortest distance between v_1 and v_2. Assume that d(v_1, v_2) = 0 if v_2 cannot be reached from v_1. Then, the average path length l_G is: l_G = \frac \cdot \sum_ d(v_i, v_j), where n is the number of vertices in G.


Applications

In a real network like the
Internet The Internet (or internet) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a '' network of networks'' that consists of private, pub ...
, a short average path length facilitates the quick transfer of information and reduces costs. The efficiency of mass transfer in a
metabolic network A metabolic network is the complete set of metabolic and physical processes that determine the physiological and biochemical properties of a cell. As such, these networks comprise the chemical reactions of metabolism, the metabolic pathways, as w ...
can be judged by studying its average path length. A
power grid An electrical grid is an interconnected network for electricity delivery from producers to consumers. Electrical grids vary in size and can cover whole countries or continents. It consists of:Kaplan, S. M. (2009). Smart Grid. Electrical Power ...
network will have fewer losses if its average path length is minimized. Most real networks have a very short average path length leading to the concept of a small world where everyone is connected to everyone else through a very short path. As a result, most models of real networks are created with this condition in mind. One of the first models which tried to explain real networks was the random network model. It was later followed by the Watts and Strogatz model, and even later there were the scale-free networks starting with the
BA model BA, Ba, or ba may refer to: Businesses and organizations * Bangladesh Army * Bibliotheca Alexandrina, an Egyptian library and cultural center * Boeing (NYSE stock symbol BA) * Booksellers Association of the UK and Ireland * Boston Acoustics, ...
. All these models had one thing in common: they all predicted very short average path length. The average path lengths of some networks are listed in Table.Barabási, A.-L., and R. Albert, 2002, Rev. Mod. Phys. 74, 47.
The average path length depends on the system size but does not change drastically with it. Small world network theory predicts that the average path length changes proportionally to log n, where n is the number of nodes in the network.


References

{{DEFAULTSORT:Average Path Length Network theory Graph invariants