Which three actions should you perform in sequence?

DRAG DROP
You have a Windows Server 2012 R2 server that has the Hyper-V role installed.
The company has the following requirements for the Hyper-V host server:
Virtual machines (VMs) must only communicate with other VMs and the Hyper-V host server.
You must be able to monitor all TCP/IP packets to and from VMs from the moment that VMs are able to
communicate.
You must support a third-party program that uses the Network Driver Interface Specification (NDIS) APIto
monitor the TCP/IP packets between VMs.
You need to configure the environment.
Which three actions should you perform in sequence?To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.

DRAG DROP
You have a Windows Server 2012 R2 server that has the Hyper-V role installed.
The company has the following requirements for the Hyper-V host server:
Virtual machines (VMs) must only communicate with other VMs and the Hyper-V host server.
You must be able to monitor all TCP/IP packets to and from VMs from the moment that VMs are able to
communicate.
You must support a third-party program that uses the Network Driver Interface Specification (NDIS) APIto
monitor the TCP/IP packets between VMs.
You need to configure the environment.
Which three actions should you perform in sequence?To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.

Answer:

Explanation:



Leave a Reply 11

Your email address will not be published. Required fields are marked *


JM

JM

why create a private switch and not a internal? as vm’s should connect to each other and host!

Liam Osborne

Liam Osborne

Yes I agree. This should be internal network if the VM needs to talk to host as well.

JB

JB

Agreed should be Internal if talking to the host
private only if VM – VM

god2600

god2600

Internal switch, 2nd box is right (internal)

oortjes

oortjes

but what is the correct order?

mlndsk

mlndsk

create internal
Ndis
configure VMs to use int

Morice

Morice

One more opinion… for good original answer is bad totaly:

Create a private and next configure a internal? what’s up

Dave

Dave

Agree with mlndsk.

Arie

Arie

Since the VMs must be able to communicate with the host server as well, the first step would be to create an internal virtual switch, as a private virtual switch would not allow communication with the host server. The second step would be to enable the Microsoft NDIS Packet Capture Filter Driver on the internal virtual switch. The last step would be to configure the VMs to use this internal virtual switch.

zee

zee

Virtual machines (VMs) must only communicate with other VMs and the Hyper-V host server.

So it needs to be internal if not for the host it would be private as it is in question 56 🙂

HYPER-V

HYPER-V

Question says
Virtual machines (VMs) must only communicate with other VMs and the Hyper-V host server.

so ANSWER will be

1: Create a internal virtual switch
2: Enable the Microsoft NDIS Capture switch extension on the private virtual switch.
3: Configure the VMs to use the internal virtual switch.
——————————————————
If the question was
Virtual machines (VMs) must only communicate with other VMs.

THEN ANSWER WILL BE
1: Create a private virtual switch
2: Enable the Microsoft NDIS Capture switch extension on the private virtual switch.
3: Configure the VMs to use the private virtual switch.