Fault-tolerant Routing in Peer-to-Peer Systems - PowerPoint PPT Presentation

About This Presentation
Title:

Fault-tolerant Routing in Peer-to-Peer Systems

Description:

Fault-tolerant Routing in Peer-to-Peer ... Gnutella Inefficient flooding Uses Plaxton s Algorithm: ... on average crossing speed. mz= sup This may give ... – PowerPoint PPT presentation

Number of Views:118
Avg rating:3.0/5.0
Slides: 26
Provided by: Gaur155
Category:

less

Transcript and Presenter's Notes

Title: Fault-tolerant Routing in Peer-to-Peer Systems


1
Fault-tolerant Routing in Peer-to-Peer Systems
James Aspnes Zoƫ Diamadi Gauri Shah
Yale University PODC 2002
2
P2P network
Key
  • Bunch of peers.
  • Store resources identified by keys.
  • Peers subject to crash failures.
  • Goal locate resources efficiently.

3
Properties of ideal network
  • Data availability
  • Decentralization
  • Fault-tolerance
  • Scalability
  • Load balancing
  • Maintaining network
  • Dynamic node addition/deletion
  • Self-stabilization
  • Efficient searching
  • Incorporating geography
  • Incorporating locality

4
Early P2P systems
Napster
x
?
x
x
Central server bottleneck
5
Tapestry JKZ01
Uses Plaxtons Algorithm
Node xyz links to XX, xX and xy all
digits, X any digit
Correct one digit at a time to reach target.
Pastry DR01 is also similar.
6
CAN RFHKS01
Partition d-dimensional co-ordinate space into
zones.
(0,1)
(1,1)
zone
3
5
d2
7
2
8
(1,0)
(0,0)
Nodes own zones and keys hashed to them. Greedy
routing forward to neighbor closest to target.
7
Chord SMKKB01
Nodes and resources mapped to identifier
circle. Routing table successor nodes at
distances .
0
7
1
successors
identifier circle (n8)
0 0 3
6
2
6 6 0
3
5
4
Greedy routing forward to node in routing
table closest to target
8
Common underlying structure
  • Underlying metric space.
  • Nodes embedded in metric space.
  • Location determined by key.
  • Hashing to balance load.
  • Greedy routing.
  • O(log n) space at each node.
  • O(log n) routing time.

9
Unifying approach
Virtual Route
v4
Nodes
Keys
v2
v1
HASH
Physical Link
v3
Virtual Link
v1 v2 v3 v4
Actual Route
PHYSICAL NETWORK
VIRTUAL OVERLAY NETWORK
10
Link Distribution
Each node independently selects k long-hop links
as per some distribution .
x-d1
x
Nodes
x-d2
11
Abstract model
Simple metric space 1D line. Hash(key) Metric
space location. Short-hop links immediate
neighbors. Long-hops linksinverse-distance
distribution. Predge(u,v)
1/d(u,v) / Greedy Routing forward message to
neighbor closest to
target in metric space.
1/d(u,v)
12
What do we care about?
  • Do we get similar upper bounds on routing
  • time with failures?
  • Is it possible to design a link distribution
  • that beats the O(log2n) bound for routing
  • given by 1/d distribution?
  • Can we dynamically construct such a network?

13
Greedy routing with failures
Analyze message delivery in phases Kleinberg
99.
Phase 0
Phase 1
Target t
Phase 2
Message at node n in phase i 2i d(n, t) lt
2i1 At most (log n 1) such phases.
14
1..log n long-hop links
Suppose each node has k long-hop links. Average
time spent in each phase ((log n)/k). With
O(log n) such phases Total time
O((log2n)/k). With failures Suppose each
node/link fails with prob (1-p). Average time
spent in each phase ((log n)/pk). Total time
O((log2n)/pk)
15
Simulation results
n131072 nodes log n17 links
What happens with gt log n links?
16
What do we care about?
  • Do we get similar upper bounds on routing
  • time with failures?
  • Is it possible to design a link distribution
  • that beats the O(log2n) bound for routing
  • given by 1/d distribution?
  • Lower bound on routing time as a function
  • of number of links per node.
  • Can we dynamically construct such a network?

17
Intuition for lower bound KUW88
Time needed for a non-increasing
real-valued Markov chain X0, X1, X2. to drop to
1 bounded by
where EXt Xt1 Xt z is a
non-decreasing function of z.
18
Upper bound on time
SFO
NYC
z
x
Starting from x, average speed at z .
gives lower bound on average crossing speed.
( is non-decreasing so )
gives upper bound on time.
19
Lower bound on time
SFO
NYC
x
z
gives upper bound on average crossing speed.
mz sup
gives lower bound on time.
This may give too large an estimate, so condition
against high bursts of speed.
20
Tool for lower bound
Non-increasing Markov chain X0, X1, X2 ..,
state space S.
Few long jumps
21
Applying tool to routing
Cannot bound progress of single node with an
arbitrary distribution!
22
Lower bounds
Random graph G. Node x has k independent links on
average. x links to (x-1) and (x1). Expected
time to reach 0 from a Point chosen uniformly
from 1..n
Probability of choosing links symmetric about 0
and unimodal.
(ln2n) worse that O(ln n) for a tree cost
of assuming symmetry between nodes.
23
What do we care about?
  • Do we get similar upper bounds on routing
  • time with failures?
  • Is it possible to design a link distribution
  • that beats the O(log2n) bound for routing
  • given by 1/d distribution?
  • Can we dynamically construct such a network?

24
Heuristic for construction
New node chooses neighbors using inverse distance
distribution. Links to live nodes closest to
chosen ones. Selects older nodes to point to it.
new link
adjusted link
initial link
ideal link
x
y
older node
new node
absent node
25
Open problems
  • Does lower bound generalize to multidimensional
  • metric spaces?
  • Does backtracking give provably good routing
    bound?
  • Analyze security properties such as anonymity
  • and byzantine failures.
Write a Comment
User Comments (0)
About PowerShow.com