network virtualization - cs.ucy.ac.cy

21
Network Virtualization

Upload: others

Post on 28-May-2022

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Network Virtualization - cs.ucy.ac.cy

Network Virtualization

Page 2: Network Virtualization - cs.ucy.ac.cy

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

Page 3: Network Virtualization - cs.ucy.ac.cy

Network Virtualization

3Source: Bruce Davie

Page 4: Network Virtualization - cs.ucy.ac.cy

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

Page 5: Network Virtualization - cs.ucy.ac.cy

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

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

Page 6: Network Virtualization - cs.ucy.ac.cy

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

Page 7: Network Virtualization - cs.ucy.ac.cy

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

Page 8: Network Virtualization - cs.ucy.ac.cy

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

Page 9: Network Virtualization - cs.ucy.ac.cy

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.

Page 10: Network Virtualization - cs.ucy.ac.cy

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.

Page 11: Network Virtualization - cs.ucy.ac.cy

Switches: Open vSwitch

• Problem: Networking virtual machines together over 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

11http://openvswitch.org/

Page 12: Network Virtualization - cs.ucy.ac.cy

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

Page 13: Network Virtualization - cs.ucy.ac.cy

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

Page 14: Network Virtualization - cs.ucy.ac.cy

Experimentation on Production Networks

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

14

Page 15: Network Virtualization - cs.ucy.ac.cy

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

Page 16: Network Virtualization - cs.ucy.ac.cy

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

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

Page 17: Network Virtualization - cs.ucy.ac.cy

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

Page 18: Network Virtualization - cs.ucy.ac.cy

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

Page 19: Network Virtualization - cs.ucy.ac.cy

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

Page 20: Network Virtualization - cs.ucy.ac.cy

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

Page 21: Network Virtualization - cs.ucy.ac.cy

Summary: Applications of Virtual Networking

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

21