Network Virtualization What is Network Virtualization? Abstraction - - PDF document

network virtualization what is network virtualization
SMART_READER_LITE
LIVE PREVIEW

Network Virtualization What is Network Virtualization? Abstraction - - PDF document

Network Virtualization What is Network Virtualization? Abstraction of the physical network Support for multiple logical networks running on a common shared physical substrate A container of network services Aspects of the


slide-1
SLIDE 1

Network Virtualization

slide-2
SLIDE 2

What is Network Virtualization?

  • Abstraction of the physical network

– Support for multiple logical networks running on a common shared physical substrate – A container of network services

  • Aspects of the network that can be virtualized

– Nodes: Virtual machines – Links: Tunnels (e.g., Ethernet GRE) – Storage

slide-3
SLIDE 3

Network Virtualization

3

Source: Bruce Davie

slide-4
SLIDE 4

Motivation for Network Virtualization

  • “Ossification” of the Internet architecture

– Lots of work on overlay networks in the 2000s – One-size-fits all architectures are difficult – Why not allow for easier evolution?

  • Instead, why not create a substrate where

“1,000 flowers can bloom”?

4

slide-5
SLIDE 5

The Promise of Network Virtualization

  • Rapid innovation: services delivered at software

speeds (vswitch and controller)

  • New forms of network control
  • Vendor choice
  • Simplified programming and operations

5

http://networkheresy.com/2013/04/29/netvirt-delivering/

slide-6
SLIDE 6

Related: Virtual Private Networks

  • Virtual network that connects distributed sites

– Basically, secure tunneling

  • Not designed to let multiple custom architectures

run on the infrastructure

6

slide-7
SLIDE 7

Design Goals

  • Flexibility: topologies, routing and forwarding

architecture; independent configuration

  • Manageability: separate policy and mechanism
  • Scalability: maximize number of co-existing virtual

networks

  • Security and Isolation: isolate both the logical networks

and the resources

  • Programmability: programmable routers, etc.
  • Heterogeneity: support for different

technologies

7

slide-8
SLIDE 8

Virtual Nodes/Machines

  • Xen Virtual Machine Monitor
  • User-Mode Linux (with network namespaces,

now part of Linux kernel)

  • KVM (Linux kernel virtualization)
  • Other virtual machine solutions

– VMWare – Virtual Box

8

slide-9
SLIDE 9

Example VM Environment: Xen

  • Xen hosts multiple guest OSes.
  • Domain0 runs control software in the

XenoLinux environment.

9

Barham, Paul, et al. "Xen and the art of virtualization." ACM SIGOPS Operating Systems Review 37.5 (2003): 164-177.

slide-10
SLIDE 10

Example Virtual Links: EGRE

  • Ethernet GRE (EGRE) Tunneling: Ethernet frames from virtual hosts are encapsulated in

IP packets

  • Other approaches: VXLAN

10

Bhatia, Sapan, et al. "Trellis: A platform for building flexible, fast virtual networks on commodity hardware." Proceedings of the 2008 ACM CoNEXT Conference. ACM, 2008.

slide-11
SLIDE 11

Switches: Open vSwitch

  • Problem: Networking virtual machines together
  • ver a Layer 2 topology

– (e.g., VINI used “shortbridge”, an extension of Linux bridging)

  • Open vSwitch performs similar glue functions

– Also can be configured remotely with OpenFlow, JSON

11

http://openvswitch.org/

slide-12
SLIDE 12

Summary

  • Motivation: Flexible, agile deployment

– Rapid innovation, vendor independence, scale

  • Technologies: Virtual nodes, links, switches
  • SDN vs. Virtual Networks

– SDN separates data plane and control plane – Virtual networks separate logical and physical networks – SDN can be a useful tool for implementing virtual networks

12

slide-13
SLIDE 13

Applications of Virtual Networking

  • Experimentation on production networks

– Can run (virtual) experimental infrastructure in parallel with production

  • Rapid deployment and development

– Can deploy services independently from underlying vendor hardware

  • Dynamic scaling of resources

– Can allocate from “pool” of resources

slide-14
SLIDE 14

Experimentation on Production Networks

  • How to test and deploy a “paper design”?
  • Goal: Realism
  • Ideally: Deploy in parallel in production

14

slide-15
SLIDE 15

FlowVisor: Virtualizing Network Control

  • User (“Doug”) can let

different flows be controlled by different groups of researchers

  • Virtualization of control

based on “flow space” (IP address, port, etc.)

15

Sherwood, Rob, et al. "Can the production network be the testbed.” Proceedings of the 9th USENIX conference on Operating systems d i d i l t ti USENIX A i ti 2010

slide-16
SLIDE 16

Rapid Deployment of Services: Nicira Network Virtualization Platform

  • Abstraction layer between hosts & underlying network
  • Open vSwitch in host hypervisors: abstraction layer
  • Managed by distributed controller

16

http://nicira.com/en/network-virtualization-platform

slide-17
SLIDE 17

Nicira NVP: Applications

  • Dynamic workload placement

– Multi-tenant data centers – Creation of isolated virtual networks for each tenant

  • Dynamic security

– Central management of security policies – Enforcement per virtual network – Independence from VLAN limits

17

slide-18
SLIDE 18

Dynamic Scaling of Resources: Amazon Virtual Private Cloud

  • Connect logically

isolated VM instances to existing network

  • Connection to

existing infrastructure via VPN

18 http://aws.typepad.com/aws/2009/08/introducing-amazon-virtual-private- cloud-vpc.html

slide-19
SLIDE 19

Amazon Virtual Private Cloud

  • Allows customers to define their own network,

address space, etc.

  • Extend existing enterprise data center

– VPN between Amazon VPC and data center

  • Applications/Benefits

– Dynamic scaling – Disaster recovery – Manageability

19

slide-20
SLIDE 20

Many Other Examples of Virtualization

  • Wide-Area Virtual Networks

– Experimental infrastructure: VINI, GENI – Value-added services: CABO – Multiple control infrastructures: Tempest

  • Virtual “Network in a Box”

– Open vSwitch, Citrix, Vyatta, OpenSolaris, Microsoft Virtual Server

  • Network functions virtualization

20

slide-21
SLIDE 21

Summary: Applications of Virtual Networking

  • Experimental deployments
  • Isolation on shared infrastructure
  • Reuse of resource pool
  • Dynamic scaling
  • Easier management of “logical” resources

21