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.
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)- A7% (4)
- B3% (2)
- C88% (51)
- D2% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.