1 / 40

PlanetLab: Evolution vs Intelligent Design in Global Network Infrastructure

PlanetLab: Evolution vs Intelligent Design in Global Network Infrastructure. Larry Peterson Princeton University. This chasm is a major barrier to realizing the Future Internet. Case for PlanetLab. Deployed Future Internet. Maturity. Small Scale Testbeds. Simulation and

drago
Download Presentation

PlanetLab: Evolution vs Intelligent Design in Global Network Infrastructure

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. PlanetLab: Evolution vs Intelligent Design in Global Network Infrastructure Larry Peterson Princeton University

  2. This chasm is a majorbarrier to realizing the Future Internet Case forPlanetLab DeployedFuture Internet Maturity Small Scale Testbeds Simulation and Research Prototypes Foundational Research Time

  3. PlanetLab • 637 machines spanning 302 sites and 35 countries • nodes within a LAN-hop of > 2M users • Supports distributed virtualization • each of 350+ network services running in their own slice

  4. Slices

  5. Slices

  6. Slices

  7. User Opt-in Client Server NAT

  8. Per-Node View Node Mgr Local Admin VM1 VM2 VMn … Virtual Machine Monitor (VMM)

  9. Long-Running Services • Content Distribution • CoDeeN: Princeton • Coral: NYU • Cobweb: Cornell • Internet Measurement • ScriptRoute: Washington, Maryland • Anomaly Detection & Fault Diagnosis • PIER: Berkeley, Intel • PlanetSeer: Princeton • DHT • Bamboo (OpenDHT): Berkeley, Intel • Chord (DHash): MIT

  10. Services (cont) • Routing • i3: Berkeley • Virtual ISP: Princeton • DNS • CoDNS: Princeton • CoDoNs: Cornell • Storage & Large File Transfer • LOCI: Tennessee • CoBlitz: Princeton • Shark: NYU • Multicast • End System Multicast: CMU • Tmesh: Michigan

  11. Usage Stats • Slices: 350 - 425 • AS peers: 6000 • Users: 1028 • Bytes-per-day: 2 - 4 TB • IP-flows-per-day: 190M • Unique IP-addrs-per-day: 1M

  12. Architectural Questions • What is the PlanetLab architecture? • more a question of synthesis than cleverness • Why is this the right architecture? • non-technical requirements • technical decisions that influenced adoption • What is a system architecture anyway? • how does it accommodate change (evolution)

  13. Requirements • Global platform that supports both short-term experiments and long-running services. • services must be isolated from each other • performance isolation • name space isolation • multiple services must run concurrently Distributed Virtualization • each service runs in its own slice: a set of VMs

  14. Requirements • It must be available now, even though no one knows for sure what “it” is. • deploy what we have today, and evolve over time • make the system as familiar as possible (e.g., Linux) Unbundled Management • independent mgmt services run in their own slice • evolve independently; best services survive • no single service gets to be “root” but some services require additional privilege

  15. Requirements • Must convince sites to host nodes running code written by unknown researchers. • protect the Internet from PlanetLab Chain of Responsibility • explicit notion of responsibility • trace network activity to responsible party

  16. Requirements • Sustaining growth depends on support for autonomy and decentralized control. • sites have the final say about the nodes they host • sites want to provide “private PlanetLabs” • regional autonomy is important Federation • universal agreement on minimal core (narrow waist) • allow independent pieces to evolve independently • identify principals and trust relationships among them

  17. Requirements • Must scale to support many users with minimal resources available. • expect under-provisioned state to be the norm • shortage of logical resources too (e.g., IP addresses) Decouple slice creation from resource allocation Overbook with recovery • support both guarantees and best effort • recover from wedged states under heavy load

  18. Tension Among Requirements • Distributed Virtualization / Unbundled Management • isolation vs one slice managing another • Federation / Chain of Responsibility • autonomy vs trusted authority • Under-provisioned / Distributed Virtualization • efficient sharing vs isolation • Other tensions • support users vs evolve the architecture • evolution vs clean slate

  19. Synergy Among Requirements • Unbundled Management • third party management software • Federation • independent evolution of components • support for autonomous control of resources

  20. Architecture (1) • Node Operating System • isolate slices • audit behavior • PlanetLab Central (PLC) • remotely manage nodes • bootstrap service to instantiate and control slices • Third-party Infrastructure Services • monitor slice/node health • discover available resources • create and configure a slice • resource allocation

  21. Princeton Berkeley Washington MIT Brown CMU NYU ETH Harvard HP Labs Intel NEC Labs Purdue UCSD SICS Cambridge Cornell … princeton_codeen nyu_d cornell_beehive att_mcash cmu_esm harvard_ice hplabs_donutlab idsl_psepr irb_phi paris6_landmarks mit_dht mcgill_card huji_ender arizona_stork ucb_bamboo ucsd_share umd_scriptroute … Trust Relationships Trusted Intermediary (PLC) N x N

  22. 2 4 3 1 Trust Relationships (cont) Service Developer (User) Node Owner PLC 1) PLC expresses trust in a user by issuing it credentials to access a slice 2) Users trust to create slices on their behalf and inspect credentials 3) Owner trusts PLC to vet users and map network activity to right user 4) PLC trusts owner to keep nodes physically secure

  23. 4 6 2 Service Developer (User) Node Owner Mgmt Authority 3 5 1 Trust Relationships (cont) Slice Authority 1) PLC expresses trust in a user by issuing credentials to access a slice 2) Users trust to create slices on their behalf and inspect credentials 3) Owner trusts PLC to vet users and map network activity to right user 4) PLC trusts owner to keep nodes physically secure 5) MA trusts SA to reliably map slices to users 6) SA trusts MA to provide working VMs

  24. PlanetLab Nodes Service Developers Owner 1 Owner 2 Owner 3 Owner N U S E R S Slice Authority Request a slice Create slices New slice ID Identify slice users (resolve abuse) Learn about nodes Auditing data Management Authority . . . Software updates . . . Access slice Architecture (2)

  25. node database MA Owner VM NM + VMM Node Owner Service Developer VM SCS slice database SA Architecture (3) Node

  26. PlanetFlow SliceStat pl_scs pl_mom SliverMgr Proper Linux kernel (Fedora Core) + Vservers (namespace isolation) + Schedulers (performance isolation) + VNET (network virtualization) Per-Node Mechanisms Node Mgr Owner VM VM1 VM2 VMn … Virtual Machine Monitor (VMM)

  27. VMM • Linux • significant mind-share • Vserver • scales to hundreds of VMs per node (12MB each) • Scheduling • CPU • fair share per slice (guarantees possible) • link bandwidth • fair share per slice • average rate limit: 1.5Mbps (24-hour bucket size) • peak rate limit: set by each site (100Mbps default) • disk • 5GB quota per slice (limit run-away log files) • memory • no limit • pl_mom resets biggest user at 90% utilization

  28. VMM (cont) • VNET • socket programs “just work” • including raw sockets • slices should be able to send only… • well-formed IP packets • to non-blacklisted hosts • slices should be able to receive only… • packets related to connections that they initiated (e.g., replies) • packets destined for bound ports (e.g., server requests) • essentially a switching firewall for sockets • leverages Linux's built-in connection tracking modules • also supports virtual devices • standard PF_PACKET behavior • used to connect to a “virtual ISP”

  29. Node Manager • SliverMgr • creates VM and sets resource allocations • interacts with… • bootstrap slice creation service (pl_scs) • third-party slice creation & brokerage services (using tickets) • Proper: PRivileged OPERations • grants unprivileged slices access to privileged info • effectively “pokes holes” in the namespace isolation • examples • files: open, get/set flags • directories: mount/unmount • sockets: create/bind • processes: fork/wait/kill

  30. Auditing & Monitoring • PlanetFlow • logs every outbound IP flow on every node • accesses ulogd via Proper • retrieves packet headers, timestamps, context ids (batched) • used to audit traffic • aggregated and archived at PLC • SliceStat • has access to kernel-level / system-wide information • accesses /proc via Proper • used by global monitoring services • used to performance debug services

  31. Infrastructure Services • Brokerage Services • Sirius: Georgia • Bellagio: UCSD, Harvard, Intel • Tycoon: HP • Environment Services • Stork: Arizona • AppMgr: MIT • Monitoring/Discovery Services • CoMon: Princeton • PsEPR: Intel • SWORD: Berkeley • IrisLog: Intel

  32. Evolution vs Intelligent Design • Favor evolution over clean slate • Favor design principles over a fixed architecture • Specifically… • leverage existing software and interfaces • keep VMM and control plane orthogonal • exploit virtualization • vertical: mgmt services run in slices • horizontal: stacks of VMs • give no one root (least privilege + level playing field) • support federation (decentralized control)

  33. Other Lessons • Inferior tracks lead to superior locomotives • Empower the user: yum • Build it and they (research papers) will come • Overlays are not networks • PlanetLab: We debug your network • From universal connectivity to gated communities • If you don’t talk to your university’s general counsel, you aren’t doing network research • Work fast, before anyone cares

  34. Collaborators • Andy Bavier • Marc Fiuczynski • Mark Huang • Scott Karlin • Aaron Klingaman • Martin Makowiecki • Reid Moran • Steve Muir • Stephen Soltesz • Mike Wawrzoniak • David Culler, Berkeley • Tom Anderson, UW • Timothy Roscoe, Intel • Mic Bowman, Intel • John Hartman, Arizona • David Lowenthal, UGA • Vivek Pai, Princeton • David Parkes, Harvard • Amin Vahdat, UCSD • Rick McGeer, HP Labs

  35. Available CPU Capacity Feb 1-8, 2005 (Week before SIGCOMM deadline)

  36. Node Boot/Install Node Boot Manager PLC (MA) Boot Server 1. Boots from BootCD (Linux loaded) 2. Hardware initialized 3. Read network config . from floppy 4. Contact PLC (MA) 5. Send boot manager 6. Execute boot mgr 7. Node key read into memory from floppy 8. Invoke Boot API 9. Verify node key, send current node state 10. State = “install”, run installer 11. Update node state via Boot API 12. Verify node key, change state to “boot” 13. Chain-boot node (no restart) 14. Node booted

  37. Network Activity Slice Responsible Users & PI Chain of Responsibility Join Request PI submits Consortium paperwork and requests to join PI Activated PLC verifies PI, activates account, enables site (logged) User Activated Users create accounts with keys, PI activates accounts (logged) PI creates slice and assigns users to it (logged) Slice Created Nodes Added to Slices Users add nodes to their slice (logged) Slice Traffic Logged Experiments generate traffic (logged by PlanetFlow) Traffic Logs Centrally Stored PLC periodically pulls traffic logs from nodes

  38. PI SliceCreate( ) SliceUsersAdd( ) User SliceAttributeSet( ) SliceGetTicket( ) SliverCreate(rspec) (distribute ticket to slice creation service: pl_scs) Slice Creation . . . PLC (SA) NM VM VM VM … VMM . . .

  39. rcap = PoolCreate(rspec) (distribute ticket to brokerage service) Brokerage Service . . . SliceAttributeSet( ) SliceGetTicket( ) PLC (SA) NM VM VM VM … Broker VMM . . .

  40. PoolSplit(rcap, slice, rspec) VM … User BuyResources( ) (broker contacts relevant nodes) Brokerage Service (cont) . . . PLC (SA) NM VM VM VM VMM Broker . . .

More Related