Lesson 9: Creating and Configuring Virtual Networks Flashcards

1
Q

Virtual Switch

A

simulates a Layer 2 physical switch.

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

A hyper-v virtual switch can have ____ ports

A

Unlimited

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

When you create an external nework virtual switch, what changes on the host machine?

A

A new “network adapter” is added, described as a switch. The physical network adapter is bound to the second, new adapter.

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

External network switch

A

virtual switch in hyper-v that’s connected to the outside of the host machine. – Connected to the broader network

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

Internal Network Switch

A

A virtual switch that connects VMs together and with their host partition.

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

Private network switch

A

A virtual switch that only connects child partitions / VMs together. The host machine cannot access the VMs.

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

MAC

A

Media Access Control

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

Length of a MAC address

A

6 bytes (48 bits). First 3 bytes is the OUI (organizationally unique ID). Last 3 bytes IDs the adapter.

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

What is the Microsoft OUI?

A

00-15-5D

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

What is the pattern of a hyper-v VM MAC address?

A

Bytes 1-3 = The MS OUI
Bytes 4-5 = Last two bytes of the IP, in hex
Byte 6 = Assigned hex between 00 and FF (256 possibilities)

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

How many virtual network adapters can you attach to a hyper-v VM

A

12:
8 synthetic
4 emulated

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

Synthetic Adapter

A

Default & best type of network adapter. Communicates via VMBus instead of through the hypervisor, which allows for faster communications

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

VMBus

A

High-speed conduit that allows virtual devices to communicate with the parent partition without going through the hypervisor.

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

Virtual Switches reside where?

A

On the parent partition of the hypervisor

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

Synthetic Adapters depend on what to run?

A

The guest integration services package. A VM without this installed cannot communicate using a synthetic adapter

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

Emulated adapter AKA

A

Legacy Adapter

17
Q

Emulated adapter

A

Standard network adapter driver that communicates with the parent partition directly via the hypervisor. This requires requests to filter down through the TCP/IP stack of the guest, to the hypervisor, back up to the parent’s application layer, and down through its TCP/IP stack. So slower…

18
Q

Why would you use an emulated adapter?

A

To boot in a PXE environment

or if your guest OS isn’t running a guest integration services package

19
Q

PXE

A

Preboot eXecution Environment.

Used to deploy an OS on machine boot