nerdexam
CompTIA

CV0-003 · Question #43

An organization wants to create a server VM that is segregated from the rest of the servers. Which of the following should the server administrator configure?

The correct answer is A. Virtual NIC. A virtual NIC allows a VM to be connected to a separate virtual network segment, isolating it from other servers on different segments.

Cloud Architecture and Design

Question

An organization wants to create a server VM that is segregated from the rest of the servers. Which of the following should the server administrator configure?

Options

  • AVirtual NIC
  • BTrunk port
  • CVirtual memory
  • DVPN connection

How the community answered

(49 responses)
  • A
    94% (46)
  • B
    4% (2)
  • D
    2% (1)

Why each option

A virtual NIC allows a VM to be connected to a separate virtual network segment, isolating it from other servers on different segments.

AVirtual NICCorrect

A virtual NIC can be assigned to a dedicated virtual switch or VLAN, effectively placing the server VM in its own isolated network segment separate from other servers. This is the primary mechanism in hypervisor environments for achieving network-level segregation without requiring physical hardware changes. The administrator controls which virtual network the VM participates in simply by configuring the virtual NIC's switch/port group assignment.

BTrunk port

A trunk port carries multiple VLANs over a single physical link and is used for VLAN tagging between switches, not for segregating a specific VM.

CVirtual memory

Virtual memory is a host resource management concept that maps RAM to disk storage; it has no role in network or server segregation.

DVPN connection

A VPN connection encrypts traffic between remote endpoints but does not segregate a server from others within the same local or virtual environment.

Concept tested: Virtual NIC configuration for VM network segregation

Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines

Topics

#network segmentation#virtual NIC#VM isolation

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice