When a NIC is designated for use in an external virtual switch, what protocol will Windows bind to the physical NIC?

A. Virtual Switch protocol
B. Hyper-V Extensible Virtual Switch protocol
C. External Virtual Switch protocol
D. Hyper-V External Virtual Switch protocol


Answer: B

Computer Science & Information Technology

You might also like to view...

When you have a class which has a dynamic array as one of it's members, you should also include _____________ in the class.

a. a copy constructor b. a default constructor c. a destructor d. the assignment operator e. all of the above f. none of the above

Computer Science & Information Technology

To cancel any option, double-click the left button on the item being selected.

Indicate whether the statement is true or false

Computer Science & Information Technology

The duplication of data in separate files is known as ____.

a. data integrity b. knowledge management c. data redundancy d. data distribution

Computer Science & Information Technology

Given the following array declaration, what is the value stored in the scores[1][1] element? ? int scores[5][5] = {5};

A. 0 B. 5 C. 10 D. 25

Computer Science & Information Technology