NIC Teaming/SET Flashcards

1
Q

What are two modes within NIC Teaming?

A

Teaming mode and Load Balancing mode.

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

What are the different methods within the Teaming mode?

A

Static, Dynamic, and Switch-Independent.

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

What is the difference between Static and Dynamic Teaming?

A

With Static Teaming, configuration on the switch must be done manually versus Dynamic Teaming where configuration on the switch is done automatically via Link Aggregation Control Protocol (LACP).

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

If switch does not support NIC teaming, what option is left to configure a NIC team?

A

Switch Independent mode

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

What are the different methods to implement the load balancing mode?

A

Hash, Hyper-V, and Dynamic

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

NIC Teaming is only supported on physical hosts. True or False?

A

False.

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

Where can you go to configure a NIC team?

A

Click on the NIC Teaming properties (Disabled by default) on the Local Server within Server Manager.

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

What is NIC Teaming?

A

NIC Teaming is a feature used to combine the resources of several NICs to increase network throughput and fault tolerance.

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

When using NIC teaming in a virtualized environment, what options are available for the Teaming mode?

A

Only switch-independent can be used.

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

What is the difference between NIC Teaming and Switch Embedded Teaming?

A
  1. NIC Teaming does not support additional features such as Remote Direct Memory Access (RDMA) or the Virtual Filtering Platform and Software Defined Networking Version 2 (SDNv2).
  2. A standby adapter is not supported in SET. All NICs are active.
  3. Only one Teaming setup in SET which is Switch-Independent.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What PowerShell command can be used to verify the existence of virtual switches?

A

Get-VMSwitch

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

What PowerShell command can be used to create a new virtual switch with multiple NICs included in a SET?

A

New-VMSwitch -Name “MYSETvSwitch” -NetAdapterName “Ethernet 1,”Ethernet 2”,Ethernet 3” -EnableEmbeddedTeaming $True

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

What tool is used to view current virtual switches and virtual SET configurations?

A

Hyper-V Manager.

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