| # TCP | Lookup | Protocol | # TCP | Lookup | Notes |
| Connections | Latency | | Connections | Latency | |
| 2d | (d/2) n[ 1/d] | CAN | 20 | 14.14 | Fixed #dimensions |
| 2 log2 n | (log2 n)/2 | Chord | 30 | 7.50 | Fixed #links |
| 10 | log2 n | Viceroy | 10 | 15.00 | Fixed #links |
| (2b - 1) (log2 n) / b | (log2 n) / b | Tapestry | 56 | 3.75 | with b=4 digits |
| (2b - 1) (log2 n) / b | (log2 n) / b | Pastry | 22 | 7.50 | with b=2 digits |
| | | 56 | 3.75 | with b=4 digits |
| 2k+2 | c(log2 n)/k | Symphony | 10 | 7.56 | k=4, bidirectional with 1-lookahead |
| | | 56 | 3.75 | k=27, bidirectional with 1-lookahead |
|