You are attempting to utilize a packet capturing software in your studies of a network's traffic, however, your virtual machine running on vSphere is unable to put the network adapter in promiscuous mode. What is the most likely reason for the failure?

A. A network security policy is preventing the use of a promiscuous mode interface.
B. vSphere does not support the use of promiscuous mode devices.
C. vSphere is connected to the network via a switch, and therefore cannot change to promiscuous mode.
D. The virtual machine hardware compatibility mode is limiting the virtual machine to legacy adapters.


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following displays a message box saying “I have been created” every time a new instance of the class ShowMe is created?

a. ```Public Class ShowMe MessageBox.Show(“I have been created”) End Class ``` b. ```Public Class ShowMe Public Sub Constructor() MessageBox.Show(“I have been created”) End Sub End Class ``` c. ```Public Class ShowMe Public Sub Create() MessageBox.Show(“I have been created”) End Sub End Class ``` d. ```Public Class ShowMe Public Sub New() MessageBox.Show(“I have been created”) End Sub End Class ```

Computer Science & Information Technology

Indicate cardinality.

What will be an ideal response?

Computer Science & Information Technology

When logged into Lync, the presence indicator allows you to immediately see the online status of each contact

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following logical topologies uses centralized authentication?

A. Peertopeer B. Client/server C. VPN D. VLAN

Computer Science & Information Technology