08 Social Relations in Time and Space Flashcards

1
Q

Describe the function of the parameters q1 and q2 and α in the Kleinberg model!

A
  • Each node i: connected to all nodes with r(i, j) <= q1 (regular local contacts)
  • Each node i: Additional q2 other “long range” edges (random other contacts)
  • Probability of edge to node j is dependent on α
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define “local knowledge“ in the context of a “greedy network routing algorithm with only
local knowledge“ (e.g. in connection with the Kleinberg model)

A
  • Each node only knows:
  • adjacent nodes
  • grids principle structure
  • position of target node on the grid
  • positions and long-range contacts of nodes on the message path so far
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In a two-dimensional Kleinberg model, the following statements concerning the expected
number of delivery steps are true: “PIC”

For which value of α is efficient delivery possible?
Give a semi-formal explanation for this behavior! (1-2 sentences)

A
  • For α = 2 is efficient delivery possible
  • If grid has dimension D, α = D is necessary for efficient delivery
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

dentify and shortly explain a conceptual similarity between the Kleinberg Model with
greedy routing with only local knowledge and the decentralized routing in the Chord
Peer-to-Peer protocol!

A
  • In both concepts the nodes only know their direct neighbors and some random
    other nodes
  • Another similarity is that in both concepts the nodes know the general structure of
    the graph (grid vs. ring)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

For a 2-dimensional Kleinberg model, α=2 is required for efficient delivery with greedy
routing with only local knowledge. Liben-Nowell‘s finding from 2005 investigating greedy
routing with only local knowledge on a real social network found that α ≈ 1 and efficient
delivery is nevertheless possible. What is a possible explanation? (1 short sentence)

A
  • Geographic density of people is not uniform (e.g. urban vs. mid-west) as
    assumed in the Kleinberg grid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly