nerdexam
CompTIA

SK0-004 · Question #44

Which of the following allows virtual machines to share the NIC of the host?

The correct answer is C. Bridging. Network bridging connects virtual machines' virtual NICs directly to the host's physical NIC, allowing VMs to share the physical network interface as if they were separate physical machines.

Server administration

Question

Which of the following allows virtual machines to share the NIC of the host?

Options

  • AVirtual LANs
  • BNAT
  • CBridging
  • DVirtual NICs

How the community answered

(58 responses)
  • A
    7% (4)
  • B
    3% (2)
  • C
    88% (51)
  • D
    2% (1)

Why each option

Network bridging connects virtual machines' virtual NICs directly to the host's physical NIC, allowing VMs to share the physical network interface as if they were separate physical machines.

AVirtual LANs

Virtual LANs (VLANs) segment and tag network traffic for isolation purposes but are not the mechanism that enables VMs to share the host's physical NIC.

BNAT

NAT translates IP addresses between a private VM network and the external network but uses a separate virtual network internally rather than directly sharing the host NIC.

CBridgingCorrect

Bridging creates a software bridge between the host's physical NIC and the virtual NICs of one or more VMs, making each VM appear as a distinct device on the physical network. Traffic from any VM passes through the host's NIC to the external network, effectively sharing the single physical adapter across all bridged VMs.

DVirtual NICs

Virtual NICs are the software-emulated network adapters assigned to each VM, but they require bridging (or another mode) to connect them to the host's physical NIC - virtual NICs alone do not enable the sharing.

Concept tested: VM network bridging to share host physical NIC

Source: https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/reference/hyper-v-architecture

Topics

#virtualization#network bridging#virtual NIC#host NIC sharing

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice