Virtualisation Flashcards
What is a type 1 hypervisor?
Speciality software for enterprise deployment of virtual machines on server hardware. Eg ESXI, hyper-v
What is a type 2 hypervisor?
Software built for personal of desktop computers. EG parallels, virtual Box
What is Network Function Virtualisation (NFV)?
The virtualisation of physical networking devices, such as routers, wlc, asa, (csr1000v)
What is single-root I/O virtualisation?
The sharing of a single physical NIC to multiple VNF devices.
How does single-root I/O virtualisation work?
Physical NIC is abstracted into multiple virtual functions (VF)
These VFs can be assigned to the individual VNF instances.
No virtual switch is used.
What is edge virtual bridging?
Using a physical switch to pass layer 2 traffic between VMs on a single host.
What are the two types of Edge Virtual Bridging (EVB)?
Internal Edge Virtual bridging
External Edge Virtual Bridging
What is Internal Edge Virtual Bridging?
The physical NIC includes a virtual switch that bridges traffic between VFs
Also called Virtual Ethernet Bridging
What’s is External Edge Virtual Bridging?
Traffic from a VNF leaves the host, hits a switch, and comes back up the same link into the host.
Also known as hair pinning or reflective relay.
What does switchport mode virtual Ethernet-bridge enable?
For a switch to send traffic back down the interfaces for which the frame was received.
Why are network overlays used?
The provide functionality that the underlay cannot, I.e segmentation, access control or encryption.