1 / 40

Some Open Questions on the Borderline of Distributed Computing and Networking

Some Open Questions on the Borderline of Distributed Computing and Networking. Michael Schapira School of Computer Science and Engineering Hebrew University of Jerusalem. This Talk. New questions in Internet protocol design Self-stabilizing Internet protocols

shawna
Download Presentation

Some Open Questions on the Borderline of Distributed Computing and Networking

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Some Open Questions on the Borderline of Distributed Computing and Networking Michael Schapira School of Computer Science and Engineering Hebrew University of Jerusalem

  2. This Talk • New questions in Internet protocol design • Self-stabilizing Internet protocols • Incentive-compatible network protocols • … illustrated via Internet routing examples

  3. The Internet • Tremendous success • from research experiment to global infrastructure • Enables innovation in applications • Web, P2P, VoIP, social networks, virtual worlds • But, the Internet infrastructure fairly stagnant for decades…

  4. Why Can’t We Innovate? • “Closed” equipment • software bundled with hardware • vendor-specific interfaces • Slow protocol standardization • Few people can innovate • equipment vendors write the code • long delays to introduce new features

  5. Traditional Computer Networks data plane: packet streaming • Handle packets in “real time”: forward, filter, buffer, mark, rate-limit, measure, …

  6. Traditional Computer Networks control plane: distributed algorithms • slower time scale: track topology changes, compute routes, install forwarding rules, …

  7. Software Defined Networking (SDN):a New Paradigm Controller: logically-centralized control, smart, slow, implemented in software, … API to the data plane (e.g., OpenFlow) Switch: dumb, fast, implemented in hardware

  8. Software Defined Networking (SDN):a New Paradigm Controller Application Network OS events from switches topology changes, traffic statistics, arriving packets, … commands to switches (un)install rules, query statistics, …

  9. So… • Change is finally on the horizon • But many challenges remain… • Realizing SDN (e.g., distribute the controller?) • What are the “right” protocols (for routing, traffic engineering, etc.)? • Distributed computing theory can play an important role here

  10. Distributed Controller? for scalability and reliability Controller Application Controller Application partition and replicate state Network OS Network OS Elect a leader? Distribute the computation? How to ensure consistency (across controllers / switches)? Where to place the controller(s)?

  11. Rethinking (Routing) Protocols • Routing is a control planeoperation • slow (milliseconds – seconds) • Packet forwarding is a data plane operation • fast (microseconds) • Today’s (intradomain) routing • establishes connectivity • optimizes routes (= shortest paths) • failure ⇒ re-convergence ⇒ dropped packets!

  12. Pushing Connectivity (Only!)to the Data Plane • … while retaining scalability • implemented in hardware • low overhead (end-to-end backup paths too costly…) • static forwarding tables (no changes in packet rates) • no change to packet header • When packet to a node d arrives at node i,i’s outgoing link is a function only of d i incoming link fid: EixP(Ei) -> Ei set of “live” outgoing edges

  13. Resilient Forwarding • A “forwarding pattern” {fid}i is t-resilient if for any (at most) t-edge-failures the existence of a path between a node i and the destination d implies loop-free forwarding from i to d. • Perfect resilience ≣ t→∞ j x d i

  14. Theoretical Perspective • Thm[Feigenbaum-Godfrey-Panda-S-Shenker-Singla]: 1-resilient forwarding pattern always exists • Thm[Feigenbaum-Godfrey-Panda-S-Shenker-Singla]: Perfect resilience is not achievable • Big gap! • does a 2-resilient forwarding pattern always exist? • specific families of graphs? • relax restrictions (randomness, dynamic forwarding tables, …)?

  15. Practical Perspective A perfectly-resilient mechanism for achieving connectivity in the data plane • [“Data Driven Connectivity”, Liu-Panda-Singla-Godfrey-S-Shenker, NSDI 2013] • utilizes existing mechanisms • small (few bits) changes to forwarding tables at packet rate

  16. Directions for Future Research • How to distribute the controller? • Data-plane/control-plane perspective on other networking tasks (e.g., traffic engineering) • Connectivity in the data plane

  17. (Self-)StabilizingInternet Routing

  18. Border Gateway Protocol The Border Gateway Protocol (BGP) establishes routes between the (over 42,000) networks that make up the Internet AT&T Comcast Google Verizon

  19. BGP ≠ Shortest-Path Routing! I want to avoid routes through Comcast if possible I won’t carry traffic between AT&T and Verizon AT&T Comcast Google Verizon I want a cheap route I want short routes

  20. Illustration: BGP Dynamics Prefer routes through 1 Prefer routes through 2 2 1 1, my route is 2d 2, I’m available 1, I’m available d A stable state is reached

  21. Illustration: BGP Oscillation Prefer routes through 2 Prefer routes through 1 BGP might oscillateindefinitely between 1d, 2d and 12d, 21d 2 1 2, my route is 1d 1, my route is 2d 1, 2, I’m the destination d Conjecture[Griffin-Wilfong, SIGCOMM 99]:2+ stable states → BGP can oscillate

  22. Why are Oscillations Bad? • Make the network unpredictable and hard to debug. • Might lead to the flooding on the network with BGP update messages. • Deteriorate performance! • almost 50% of VoIP disruptions are due to BGP route fluctuations

  23. Internet Protocols, Markets, and Beyond • Often, in computational and economic environments • the prescribed behavior for each “node” (human, machine) is simple and natural • nodes’ interaction is not synchronized • How can we reason about such environments? • Internet protocols (BGP routing, TCP congestion control) • large-scale markets • social networks • …

  24. Dynamics:Game Theory vs. Distributed Computing • Game theory: • establishes convergence to equilibrium for “natural dynamics” (best-/better-response, fictitious play, no-regret, …) • … but typically assumes synchronization. • Distributed computing theory: • analyzes system behavior in asynchronous environments • … but no general notions of natural behavior.

  25. Simple Model • nnodes 1,…,n • Node i has action spaceAi • A=A1•…•An • A-i=A1•…•Ai-1•Ai+1•…•An • Node i has reaction functionfi:A-i→Ai • f=(f1,…,fn) • fi can capture node i’s “best-responses”

  26. Simple Model (Cont.) • Infinite sequence of discrete time steps t=1,… • A schedules:{1,…} →2[n]maps each time step to the subset of nodes “activated” at that time step • a fair schedule activates each node infinitely often • An initial action-profile and schedule naturally induce a dynamics.

  27. Simple Model (Cont.) • Defn:An action-profile a*=(a1,…,an) is a stable stateif fi(a*)=ai for all i. • that is, a* is a fixed point of f • abusing notation… • Defn: A system is convergent if for every choice of initial action-profile and fair schedule the induced dynamics converge to a stable state.

  28. Towards a Characterization of Convergent Systems • Thm [Jaggard-S-Wright]:If there exist multiple stable states, then the system is not convergent. • valency argument! • no failures, just dumb nodes! • So, a unique stable state is a necessary condition for guaranteed convergence. • Can be generalized to bounded-recall, non-stationary reaction functions.

  29. Sprint AT&T Comcast Qwest Application: Internet Routing • BGP establishes routes between the smaller networks that make up the Internet • Question [Griffin-Shepherd-Wilfong, 2001]: Do multiple stable routing configurations imply the possibility of persistent route oscillations? • Answer [Sami-S-Zohar, 2009]: Yes!

  30. Other Applications • Our “two people in a corridor” example… • Models of congestion control on the Internet • Load balancing • Diffusion of technologies in social networks • Asynchronous circuits • …

  31. Meanwhile, back in the corridor…

  32. Strengthening the Result:Convergence vs. Synchronism • Defn: An r-fair schedule activates each node at least once in every r consecutive time steps • Defn: A system is r-convergentif for all choices of initial action-profile and r-fair schedule the induced dynamics converges to a stable state. • convergent r-convergent • not r-convergence  not convergent • Thm [Erdmann-S]: If there exist multiple stable states, then the system is not (n-1)-convergent. • tight! • much more delicate valency argument

  33. Complexity of Convergent Systems • Thm [Jaggard-S-Wright]: Determining if a system with n nodes is convergent requires exponential communication (in n). • Thm [Engelberg-Fabrikant-S-Wajc]: Determining if a succinctly described system is convergent is PSPACE-complete. • Both results extend also to “stochastic convergence”.

  34. Directions for Future Research • Other protocols! • Identify specific classes of (stochastically) convergent gamesand measure convergence rate (e.g.,in terms of asynchronous rounds). • Characterize guaranteed convergence, and design algorithms for determining such convergence for • other game dynamics (e.g., fictitious play, no-regret dynamics) • other notions of equilibrium (e.g., mixed Nash, correlated) • other notions of asynchrony

  35. Incentive-CompatibleNetwork Protocols

  36. TCP Congestion Control is NOT Incentive Compatible queue link router link AIMD = Additive Increase Multiplicative Decrease

  37. What About BGP? • BGP was designed to guarantee connectivity between largely trusted and obedient parties. • In today’s commercial Internet ASesare owned by self-interested, often competing, entities • might not follow the “prescribed behaviour” • Simple examples show that BGP is, in fact, not incentive compatible • a node can obtain a better route by “lying”

  38. How Can We Fix This? • Economic Mechanism Design: “the reverse-engineering approach to game-theory”. • Goal: Incentivize players to follow the prescribed behaviour • if others run the protocol so should I! • without money! • Thm[Levin-S-Zohar]: Secure variants of BGP are incentive compatible.

  39. Conclusion • An exciting time to be in networking • Internet protocols motivate new research directions • Distributed computing theory has much to contribute

  40. Thank You

More Related