Presentation is loading. Please wait.

Presentation is loading. Please wait.

Distributed Slicing in Dynamic Systems A. Fernández, V. Gramoli, E. Jiménez, A-M. Kermarrec, M. Raynal.

Similar presentations


Presentation on theme: "Distributed Slicing in Dynamic Systems A. Fernández, V. Gramoli, E. Jiménez, A-M. Kermarrec, M. Raynal."— Presentation transcript:

1 Distributed Slicing in Dynamic Systems A. Fernández, V. Gramoli, E. Jiménez, A-M. Kermarrec, M. Raynal

2 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Motivations and Objectives Capabilities are unequal in P2P networks  Peers are heterogeneous  Distributions of bandwidth, processing power, uptime, storage space… follow a heavy tailed curve Issue: Allocating Resources in a clever way GOAL: Classifying nodes into categories, slices  Based on individual characteristics: attributes  Typically, answering the question:

3 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Motivations and Objectives Capabilities are unequal in P2P networks  Peers are heterogeneous  Distributions of bandwidth, processing power, uptime, storage space… follow a heavy tailed curve Issue: Allocating Resources in a cleaver way GOAL: Classifying nodes into categories  Based on individual characteristics: attributes  Typically, answering the question: HOW CAPABLE, POWERFUL… AM I w.r.t. OTHERS?

4 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Classifying the system nodes

5 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Classifying the system nodes 68 70 8 72 62 75 65 20 71 48 59 89 27 …using their attribute values (assume a single attribute for simplicity reason)

6 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Classifying the system nodes 68 70 8 72 62 75 65 20 71 48 59 89 27 0100 Attribute values

7 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Classifying the system nodes 68 70 8 72 62 75 65 20 71 48 59 89 27 0100 0 1 Attribute values Normalized Indices pi

8 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal #4#3#2#1 Classifying the system nodes 68 70 8 72 62 75 65 20 71 48 59 89 27 0100 0 1 Attribute Values ai Normalized Indices pi 0 1 Slices

9 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Model System is large and dynamic:  Contains n nodes: n of the order of a million.  Nodes join and leave the system at any time.  Nodes may crash too. Each node i  has an attribute value ai,  knows the slices (ex: 10 equally sized slices of size, each containing 10% of the nodes), and  maintains a communication view Vi : A constant (or log. in n ) number of neighbors j, Their position estimate pj’, their attribute aj, (and their age), Communication occurs only through neighbors.

10 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Previous Result: Jelasity and Kermarrec 2006 The communication overlay is dynamic  Neighborhood is provided by the Newscast protocol. Each node i randomly selects a position estimate pi’ (estimate of the normalized index)  pi’ is a real drawn uniformly into (0;1] Each node i periodically:  Exchanges its estimate with one neighbor j if i and j are misplaced: i.e., (ai - aj)(pi’ – pj’) < 0. Result: the system gets ordered exponentially fast (in the number of exchanges)  For any node couple i and j, ai pi’<pj’.

11 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal What means efficiency? Global Disorder Measure [JK06]:  GDM = ∑ j (indexOf(pj’) – indexOf(pj))²  Sum of squared difference between the estimated position and the right position. Slice Disorder Measure:  SDM = ∑ j |sj’ – sj|  Sum of distances between the estimated slice and the right slice. sj’ = 1 ? sj = 201 0 1 pj’ = 4/11 ? pj = 5/11

12 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal What means efficiency? Same experiment evaluated using the: 1)GDM: global disorder measure and 2)SDM: slice disorder measure.

13 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal What means efficiency? Same experiment evaluated using the: 1)GDM: global disorder measure and 2)SDM: slice disorder measure. SDM gets stuck!

14 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 1: Ordering Similar to [JK06] Uses Local Disorder Measure LDM  LDM(i) = ∑ j in Vi (indexOf(pj’) – indexOf(pj))² Protocol Loop { Update view Vi using an underlying protocol. Choose the neighbor j that minimizes the LDM(i). Exchange random values pi’ and pj’. Update the random value pi’ w/ pj’ if necessary. Update slice assignment si’ := s : pi’ in s. }

15 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 1: Ordering Similar to [JK06] Uses Local Disorder Measure LDM  LDM(i) = ∑ j in Vi (pj’ - pj)² Protocol Loop { Update view Vi using an underlying protocol. Choose the neighbor j that minimizes the LDM(i). Exchange random values pi’ and pj’. Update the random value pi’ w/ pj’ if necessary. Update slice assignment si’ := s : pi’ in s. } Difference with JK

16 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 1: Ordering 68 70 8 72 62 75 65 20 71 48 59 89 27 4/11 9/11

17 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 1: Ordering 68 70 8 72 62 75 65 20 71 48 59 89 27 9/11 7/11

18 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 1: Ordering 68 70 8 72 62 75 65 20 71 48 59 89 27

19 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 1: Ordering 68 70 8 72 62 75 65 20 71 48 59 89 27 7/11 2/11

20 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 1: Ordering 68 70 8 72 62 75 65 20 71 48 59 89 27

21 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 1: Ordering 68 70 8 72 62 75 65 20 71 48 59 89 27 2/11 4/11

22 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 1: Ordering 68 70 8 72 62 75 65 20 71 48 59 89 27

23 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Result: Slight convergence speed up n = 10 4 #slices = 100 |V| = 20

24 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal If random values are not perfectly uniformly distributed …some nodes might never find their slice  e.g. the 3 nodes of S2 in the example above Problem: wrong slice assignment #4#3#2#1 0 1 Slices Normalized indices

25 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Problem: wrong slice assignment k = #slices, the size of any slice is Δ in (0,1]. X i, rand. var., = #peers that estimate their slice as S i E[X i ] = Δn. Probability that slices have expected size ( ±β ). Pr[ ∀ j, |X j – Δn| ≤ βΔn] ≤ 1 - 2ke -O( β 2 Δn). Provided this, the worst case scenario is: O(βΔk 2 n) nodes can not identify their slice. Example ( n=10 6, k=10, β=0.01 ): about 10% of the system can not identify their slice.

26 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 2: Ranking No random values! Protocol Loop { Update/Shuffle view Vi using an underlying protocol. l += #neighbors with lower attribute value. g += #neighbors Sends ai to a randomly chosen neighbor Sends ai to the neighbor that is the closest to a slice boundary Update slice assignment si’ = s : l/g in s. } Upon reception { Receive aj from j if ( aj < ai ) l += 1; g +=1 ; Update slice assignment si’ = s : l/g in s. }

27 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 2: Ranking No random values! Protocol Loop { Update/Shuffle view Vi using an underlying protocol. l += #neighbors with lower attribute value. g += #neighbors Sends ai to a randomly chosen neighbor Sends ai to the neighbor that is the closest to a slice boundary Update slice assignment si’ = s : l/g in s. } Upon reception { Receive aj from j if ( aj < ai ) l += 1; g +=1 ; Update slice assignment si’ = s : l/g in s. } Same number of messages

28 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 2: Ranking 68 70 8 72 62 75 65 20 71 48 59 89 27 4/11

29 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 2: Ranking 68 70 8 72 62 75 65 20 71 48 59 89 27 68 89

30 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 2: Ranking 68 70 8 72 62 75 65 20 71 48 59 89 27 0/2

31 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 2: Ranking 68 70 8 72 62 75 65 20 71 48 59 89 27 72 20

32 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 2: Ranking 68 70 8 72 62 75 65 20 71 48 59 89 27 1/4

33 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 2: Ranking 68 70 8 72 62 75 65 20 71 48 59 89 27 48 75

34 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Algorithm 2: Ranking 68 70 8 72 62 75 65 20 71 48 59 89 27 1/3

35 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Result 1: Unlimited convergence n = 10 4 #slices = 100 |V| = 20

36 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Result 1: Unlimited convergence Ranking precision keeps improving n = 10 4 #slices = 100 |V| = 20

37 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Result 2: Feasibility

38 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Result 3: Tolerating Dynamism Churn is correlated with attribute values! e.g. the attribute is the remaining batery lifetime or available storage space. Churn

39 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Performance analysis d, is the distance from p i ’ to the closest slice boundary. For confidence coefficient of 99,99%, the required number of attribute value drawn is m i ≥ z p i ’ (1 – p i ’) / d 2, with z <16, a constant.

40 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal Conclusion Churn-tolerant algorithm Gossip-based mechanisms. Slice belongingness re-approximation. Scalable algorithm Limited number of neighbors. Size of the system is unknown. Applications Δ –approx. of the 1-dimensional k -centroid problem. (A step towards the conjecture of K.Birman at Leiden’06) => “Facility location”. “Resource allocation”, “Super-peers identification”… Future work d -dimensional extension (with many attributes). Gossip-based quorums: one node of each slice, vs. all nodes of 1 slice.

41 TR 1829 IRISA January, 4th Fernandez, Gramoli, Jimenez, Kermarrec, Raynal References Ordered Slicing of Very Large-Scale Overlay Networks M. Jelasity and A.-M. Kermarrec In Proc. of the 6 th IEEE Conference on P2P Computing, 2006. Randomized Algorithms R. Motwani, P. Raghavan Cambridge University Press, 1995 Time Bounds for Selection M. Blum, R. Floyd, V. Pratt, R. Rivest, and R. Tarjan Journal Computer and System Sciences 7:448-461, 1972


Download ppt "Distributed Slicing in Dynamic Systems A. Fernández, V. Gramoli, E. Jiménez, A-M. Kermarrec, M. Raynal."

Similar presentations


Ads by Google