How close are nodes:
How long does it take to reach average node?
How fast will information spread?
Diameter - largest geodesic (largest shortest path)
Average path length
One thing about diameter is it can be prone to outliers. It could be that happen to be one pair of nodes which are very far from each other, but a lot of the other ones are relatively well connected to each other. So average path length is going to be a different measure than the diameter inside of the maximum geodesic. It's goting to be the average geodesic in network.
In the tree network, there are 3 levels: 3 differnet links(16-17, 17-20, 20-25)
The tree network diameter is 6, node 25 to node 30
Milgram(1967) letter experiments
Co-Authorship studies
WWW
Neighborhood: $N_i(g)$ = {j | ij in g}, usual convention ii not in g
Degree: $d_i$ = # $N_i(g)$
start with n nodes
each link is formed independently with some probability p
Serves as a benchmark "G(n, p)", graph on n nodes with a probability p
Links are dense enough so that network is connected almost surely:
$\frac{d(n)}{n} \rightarrow 0$: network is not too complete
If $d(n) \ge (1+\epsilon)log(n)$ some $\epsilon \ge 0$ and $\frac{d(n)}{n} \rightarrow 0$:
then for large n, average path length and diameter of this G(n, p) graph are approximately proportional to $\frac{log(n)}{log(d)}$
$$\frac{AvgDist(n)}{log(n) / log(d(n))} \rightarrow ^p 1$$
(Proven for increasingly general models: Erdos-Renyi 59 - Moon and Moser 1966, Bollobas 1981; Chung and Lu 01; Jackson 08;...)