Network Virtualization Flashcards

1
Q

Hypervisors

A

The host OS runs natively on x86 hardware or bare metal

Type 1: Server virtualization. Examples are VMware ESXi, Microsoft Hyper-V

Type 2: Running VMs on a typical personal pc. Examples are VMware Fusion, VMware Workstation, Oracle Virtualbox

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

vSwitch

A

May connect to the host physical NIC to allow VMs to get layer 2 access. Can provide 801.Q VLAN tagging to separate layer 2 traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Network Function Virtualization

A

Takes features and functionality of proprietary network equipment and implements them into VMs. These VMs are called virtual network functions (VNFs). An example is the Cisco CSR1000v. VNFs can run on type 1 or type 2 hypervisors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Single-Root I/O Virtualization (SR-IOV)

A

SR-IOV allows multiple VNFs to share the same physical NIC on a VM host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Edge Virtual Bridging (EVB)

A

Using a physical switch to pass layer 2 traffic between VMs running on the same host. There are 2 approaches:

Internal EVB: The physical NIC includes an internal switch that bridges traffic between separate VFs. Called virtual Ethernet bridge (VEB) mode

External EVB: Traffic from one VNF goes out of the physical NIC to a physical switch, then comes back into the same NIC. This is called hairpinning or reflective relay. Configure VEPA to use reflective relay

To enable reflective relay on a Nexus switch:

switchport mode virtual-ethernet-bridge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

GRE

A

It allows you to tunnel almost any layer 3 protocol over another. Uses IP protocol number 47

IPv4 over IPv4

Ipv6 over IPv4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Recursive Routing

A

Occurs when a route to a tunnel endpoint uses the tunnel interface itself as the next hop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

IPsec

A

Encrypt traffic between 2 endpoints.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Internet Key Exchange (IKE)

A

Exchange the encryption keys that they’ll use to encrypt IPsec traffic. IKE uses UDP port 500

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Encapsulating Security Payload (ESP)

A

IPsec uses ESP to provide encryption and authentication. 2 modes are transport and tunnel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Transport mode

A

Only the IP payload is encrypted. IP protocol number is changed to 50

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Tunnel mode

A

The entire inner IP packet is encrypted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Tunnel Protection Command

A

Causes IOS to automatically encrypt and decrypt GRE packets using IPsec

R1(ipsec-profile)#int tunnel12
tunnel protection ipsec profile myprofile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Location/ID Separation Protocol (LISP)

A

Designed to reduce the growth of routing tables. Advertises prefixes-called EIDs to a map resolver/map server (MR/MS) that is reachable by both sites usually over the internet. Request and replies sent over UDP port 4342.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

VXLANs

A

Lets you create layer 2 tunnels across layer 3 networks. It tunnels ethernet frames over IP/UDP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

VXLAN tunnel endpoint (VTEP)

A

A switch configured as a VTEP. VTEP use multicast to initially flood unknown unicast and broadcasts

17
Q

VXLAN Control Planes

A

2 options are LISP and EVPN with BGP.

18
Q

VRF-Lite Route Targets

A

Control the import and export of routes into the customer routing table

19
Q

LISP

A

LISP map resolver: Accepts LISP encapsulated map requests

LISP proxy ETR: Receives traffic from LISP sites and sends it to non-LISP sites

LISP ITR: Received packets from site-facing interfaces

LISP map server: Learns of EID prefix mapping entries from an ETR

20
Q

SD- WAN

A

vSmart controller - Manages the control plane. Distributes security information for tunnel establishment between vEdge routers

vBond - Handles the orchestration plane