you are an application developer. you use a hypervisor with multiple virtual machines installed to test your applications on various operating system versions and editions. currently, all of your test virtual machines are connected to the production network through the hypervisor's network interface. you are concerned that the latest application you are working on could adversely impact other network hosts if errors exist in the code. to prevent problems, you decide to isolate the virtual machines from the production network. however, they still need to be able to communicate directly with each other. what should you do? (select two. each response is one part of the complete solution.)

Respuesta :

The thing that you should  do is option C and D:

  • Create a new virtual switch configured for host-only (internal) networking.
  • Connect the virtual network interfaces in the virtual machines to the virtual switch.

What is virtual host-only network?

Host-only networking can be compared as a cross between internal networking and bridged networking. The virtual machines can communicate with one another and the host as if they were physically connected by an Ethernet switch, similar to bridged networking.

Therefore, Using Hyper-V Manager, one can create a virtual switch by:

  • Select the Hyper-V host computer name by launching Hyper-V Manager.
  • Select Virtual Switch Manager under Action.
  • Select the virtual switch type that you desire.
  • the Create Virtual Switch option.
  • Give the virtual switch a name.

Learn more about virtual switch from

https://brainly.com/question/27980989
#SPJ1

Create a new virtual switch configured for bridged (external) networking.

O Connect the virtual network interfaces in the virtual machines to the virtual switch.

Connect the virtual network interfaces in the virtual machines to the virtual switch.

Create a new virtual switch configured for host-only (internal) networking.