* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Download Document
Network tap wikipedia , lookup
Distributed firewall wikipedia , lookup
Airborne Networking wikipedia , lookup
Recursive InterNetwork Architecture (RINA) wikipedia , lookup
IEEE 802.1aq wikipedia , lookup
List of wireless community networks by region wikipedia , lookup
Peer-to-peer wikipedia , lookup
Everything2 wikipedia , lookup
Distributed operating system wikipedia , lookup
Computer cluster wikipedia , lookup
Global Overlay Network : PlanetLab Claudio E.Righetti 6 October, 2005 (some slides taken from Larry Peterson) • “PlanetLab: An Overlay Testbed for Broad-Coverage Services “ Bavier, Bowman, Chun, Culler, Peterson, Roscoe, Wawrzoniak . ACM SIGCOMM Computer Communications Review . Volume 33 Number 3 : July 2003 • “ Overcoming the Internet Impasse through Virtualization “ Anderson , Peterson , Shenker , Turner . IEEE Computer. April 2005 • “Towards a Comprehensive PlanetLab Architecture”, Larry Peterson, Andy Bavier, Marc Fiuczynski, Steve Muir, and Timothy Roscoe, June 2005 http://www.planet-lab.org/PDN/PDN-05-030 Overview 1. 2. What is PlanetLab? Architecture 1. 2. 3. Local: Nodes Global: Network Details 1. 2. Virtual Machines Maintenance What Is PlanetLab? • Geographically distributed overlay network • Testbed for broad-coverage network services PlanetLab Goal “…to support seamless migration of an application from an early prototype, through multiple design iterations, to a popular service that continues to evolve.” Priorities • Diversity of Network – Geographic – Links • Edge-sites, co-location and routing centers, homes (DSL, cable-modem) • Flexibility – Allow experimenters maximal control over PlanetLab nodes – Securely and fairly Architecture Overview • Slice : horizontal cut of global PlanetLab resources • Service : set of distributed and cooperating programs delivering some higher-level functionality • Each service runs in a slice of PlanetLab Services Run in Slices PlanetLab Nodes Services Run in Slices PlanetLab Nodes Virtual Machines Service / Slice A Services Run in Slices PlanetLab Nodes Virtual Machines Service / Slice A Service / Slice B Services Run in Slices PlanetLab Nodes Virtual Machines Service / Slice A Service / Slice B Service / Slice C “… to view slice as a network of Virtual Machines, with a set of local resources bound to each VM .” Virtual Machine Monitor ( VMM) • Multiple VMs run on each PlanetLab node • VMM arbitrates the nodes’s resources among them PlanetLab Architecture • Node-level – Several virtual machines on each node, each running a different service • Resources distributed fairly • Services are isolated from each other • Network-level – Node managers, agents, brokers, and service managers provide interface and maintain PlanetLab Per-Node View Node Mgr Local Admin VM1 VM2 … VMn Virtual Machine Monitor (VMM) Node Architecture Goals • Provide a virtual machine for each service running on a node • Isolate virtual machines • Allow maximal control over virtual machines • Fair allocation of resources – Network, CPU, memory, disk PlanetLab’s design philosophy • Application Programming Interface used by tipical services • Protection Interface implemented by the VMM PlanetLab node virtualization mechanisms are characterized by the these two interfaces are drawn One Extreme: Software Runtimes (e.g., Java Virtual Machine, MS CLR) • Very High level API • Depend on OS to provide protection and resource allocation • Not flexible Other Extreme: Complete Virtual Machine (e.g., VMware) • Very Low level API (hardware) – Maximum flexibility • Excellent protection • High CPU/Memory overhead – Cannot share common resources among virtual machines • OS, common filesystem • High-end commercial server , 10s VM Mainstream Operating System • API and protection at same level (system calls) • Simple implementation (e.g., Slice = process group) • Efficient use of resources (shared memory, common OS) • Bad protection and isolation • Maximum Control and Security? PlanetLab Virtualization: VServers • Kernel patch to mainstream OS (Linux) • Gives appearance of separate kernel for each virtual machine – Root privileges restricted to activities that do not affect other vservers • Some modification: resource control (e.g., File handles, port numbers) and protection facilities added PlanetLab Network Architecture • Node manger (one per node) – Create slices for service managers • When service managers provide valid tickets – Allocate resources for vservers • Resource Monitor (one per node) – Track node’s available resources – Tell agents about available resources PlanetLab Network Architecture • Agent (centralized) – Track nodes’ free resources – Advertise resources to resource brokers – Issue tickets to resource brokers • Tickets may be redeemed with node managers to obtain the resource PlanetLab Network Architecture • Resource Broker (per service) – Obtain tickets from agents on behalf of service managers • Service Manager (per service) – Obtain tickets from broker – Redeem tickets with node managers to acquire resources – If resources can be acquired, start service Obtaining a Slice Agent Broker Service Manager Obtaining a Slice Agent Resource Monitor Broker Service Manager Obtaining a Slice Agent Resource Monitor Broker Service Manager Obtaining a Slice Agent ticket Resource Monitor Broker Service Manager Obtaining a Slice Agent ticket Broker Resource Monitor Resource Monitor Service Manager Obtaining a Slice Agent ticket ticket Broker ticket Resource Monitor Resource Monitor Service Manager Obtaining a Slice Agent ticket ticket Broker ticket Service Manager Obtaining a Slice Agent ticket ticket Broker ticket Service Manager Obtaining a Slice Agent ticket ticket Broker ticket Service Manager Obtaining a Slice Agent ticket Broker Service Manager ticket ticket Obtaining a Slice Agent ticket Broker Node Manager ticket Node Manager ticket Service Manager Obtaining a Slice Agent ticket Broker Service Manager Obtaining a Slice Agent ticket Broker Service Manager PlanetLab Today www.planet-lab.org PlanetLab Today • Global distributed systems infrastructure – platform for long-running services – testbed for network experiments • 583 nodes around the world – 30 countries – 250+ institutions (universities, research labs, gov’t) • Standard PC servers – 150–200 users per server – 30–40 active per hour, 5–10 at any given time – memory, CPU both heavily over-utilised Node Software • Linux Fedora Core 2 – kernel being upgraded to FC4 – always up-to-date with security-related patches • VServer patches provide security – each user gets own VM (‘slice’) – limited root capabilities • CKRM/VServer patches provide resource mgmt – – – – proportional share CPU scheduling hierarchical token bucket controls network Tx bandwidth physical memory limits disk quotas Issues • Multiple VM Types – Linux vservers, Xen domains • Federation – EU, Japan, China • Resource Allocation – Policy, markets • Infrastructure Services – Delegation Need to define the PlanetLab Architecture Key Architectural Ideas • Distributed virtualization – slice = set of virtual machines • Unbundled management – infrastructure services run in their own slice • Chain of responsibility – account for behavior of third-party software – manage trust relationships Trust Relationships Princeton Berkeley Washington MIT Brown CMU NYU ETH Harvard HP Labs Intel NEC Labs Purdue UCSD SICS Cambridge Cornell … Trusted Intermediary (PLC) NxN 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 … Principals • Node Owners – host one or more nodes (retain ultimate control) – selects an MA and approves of one or more SAs • Service Providers (Developers) – implements and deploys network services – responsible for the service’s behavior • Management Authority (MA) – installs an maintains software on nodes – creates VMs and monitors their behavior • Slice Authority (SA) – registers service providers – creates slices and binds them to responsible provider Trust Relationships (1) Owner trusts MA to map network activity to responsible slice MA (2) Owner trusts SA to map slice to responsible providers 6 1 (3) Provider trusts SA to create VMs on its behalf 4 Owner Provider 2 (5) SA trusts provider to deploy responsible services 3 5 SA (4) Provider trusts MA to provide working VMs & not falsely accuse it (6) MA trusts owner to keep nodes physically secure Architectural Elements MA Node Owner slice database Owner VM NM + VMM SCS VM SA node database Service Provider Narrow Waist • Name space for slices < slice_authority, slice_name > • Node Manager Interface rspec = < vm_type = linux_vserver, cpu_share = 32, mem_limit - 128MB, disk_quota = 5GB, base_rate = 1Kbps, burst_rate = 100Mbps, sustained_rate = 1.5Mbps > Node Boot/Install Process Node Boot Manager PLC Boot Server 1. Boots from BootCD (Linux loaded) 2. Hardware initialized 3. Read network config . from floppy 4. Contact PLC (MA) 6. Execute boot mgr 5. Send boot manager 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 13. Chain-boot node (no restart) 14. Node booted 12. Verify node key, change state to “boot” 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 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) Slice Created PI creates slice and assigns users to it (logged) Nodes Added to Slices Slice Traffic Logged Traffic Logs Centrally Stored Users add nodes to their slice (logged) Experiments run on nodes and generate traffic (logged by Netflow) PLC periodically pulls traffic logs from nodes Network Activity Slice Responsible Users & PI Slice Creation . . . PI SliceCreate( ) SliceUsersAdd( ) User SliceNodesAdd( ) SliceAttributeSet( ) SliceInstantiate( ) PLC (SA) SliceGetAll( ) slices.xml NM VM VM … VM VMM . . . Slice Creation PI SliverCreate(ticket) SliceCreate( ) SliceUsersAdd( ) User . . . PLC (SA) NM VM VM … VM SliceAttributeSet( ) SliceGetTicket( ) VMM . . . (distribute ticket to slice creation service) Brokerage Service . . . PI rcap = PoolCreate(ticket) SliceCreate( ) SliceUsersAdd( ) Broker PLC (SA) NM VM VM … VM SliceAttributeSet( ) SliceGetTicket( ) VMM . . . (distribute ticket to brokerage service) Brokerage Service (cont) . . . PoolSplit(rcap, slice, rspec) PLC (SA) User BuyResources( ) NM VM VM VM … VM VMM Broker . . . (broker contacts relevant nodes) VIRTUAL MACHINES PlanetLab Virtual Machines: VServers • Extend the idea of chroot(2) – – – – New vserver created by system call Descendent processes inherit vserver Unique filesystem, SYSV IPC, UID/GID space Limited root privilege • Can’t control host node – Irreversible Scalability • Reduce disk footprint using copy-on-write – Immutable flag provides file-level CoW – Vservers share 508MB basic filesystem • Each additional vserver takes 29MB • Increase limits on kernel resources (e.g., file descriptors) – Is the kernel designed to handle this? (inefficient data structures?) Protected Raw Sockets • Services may need low-level network access – Cannot allow them access to other services’ packets • Provide “protected” raw sockets – TCP/UDP bound to local port – Incoming packets delivered only to service with corresponding port registered – Outgoing packets scanned to prevent spoofing • ICMP also supported – 16-bit identifier placed in ICMP header Resource Limits • Node-wide cap on outgoing network bandwidth – Protect the world from PlanetLab services • Isolation between vservers: two approaches – Fairness: each of N vservers gets 1/N of the resources during contention – Guarantees: each slice reserves certain amount of resources (e.g., 1Mbps bandwidth, 10Mcps CPU) • Left-over resources distributed fairly Linux and CPU Resource Management • The scheduler in Linux provides fairness by process, not by vserver – Vserver with many processes hogs CPU • No current way for scheduler to provide guaranteed slices of CPU time MANAGEMENT SERVICES PlanetLab Network Management 1. PlanetLab Nodes boot a small Linux OS from CD, run on RAM disk Contacts a bootserver Bootserver sends a (signed) startup script 2. 3. • • • • Boot normally or Write new filesystem or Start sshd for remote PlanetLab Admin login Nodes can be remotely power-cycled Dynamic Slice Creation 1. 2. 3. Node Manager verifies tickets from service manager Creates a new vserver Creates an account on the node and on the vserver User Logs in to PlanetLab Node • /bin/vsh immediately: 1. 2. 3. 4. – Switches to the account’s associated vserver Chroot()s to the associated root directory Relinquishes true root privileges Switch UID/GID to account on vserver Transition to vserver is transparent: it appears the user just logged into the PlanetLab node directly