CV0-003 · Question #88
Which of the following describes connecting a physical Ethernet adapter to a virtual Ethernet adapter?
The correct answer is C. Bridging. Bridging connects a physical network adapter to a virtual one, allowing traffic to pass between the physical and virtual network environments.
Question
Which of the following describes connecting a physical Ethernet adapter to a virtual Ethernet adapter?
Options
- AResource pooling
- BVirtual switching
- CBridging
- DResource allocation
How the community answered
(21 responses)- B5% (1)
- C90% (19)
- D5% (1)
Why each option
Bridging connects a physical network adapter to a virtual one, allowing traffic to pass between the physical and virtual network environments.
Resource pooling refers to aggregating multiple physical resources into a shared pool for allocation, not linking physical and virtual adapters.
Virtual switching connects virtual machines to each other or to a virtual network inside the hypervisor, not to a physical adapter directly.
Bridging in virtualization creates a direct link between a physical Ethernet adapter and a virtual Ethernet adapter, making the virtual machine appear as a physical node on the network. The virtual adapter is bound to the physical adapter so that traffic flows transparently between the physical LAN and the virtualized environment. This is the standard mechanism hypervisors use to give VMs direct access to the external network.
Resource allocation is the process of assigning compute, memory, or storage resources to a workload, not a networking connectivity method.
Concept tested: Network bridging between physical and virtual adapters
Source: https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/setup-nat-network
Topics
Community Discussion
No community discussion yet for this question.