SK0-004 · Question #644
A systems administrator has created a guest VM on a hypervisor host. The guest VM would need to have a dynamic IP address assignment on the same subnet as the hypervisor. Which of the following…
The correct answer is A. Bridging. Bridged networking connects a guest VM directly to the physical network so it can obtain a DHCP-assigned IP address on the same subnet as the hypervisor host.
Question
A systems administrator has created a guest VM on a hypervisor host. The guest VM would need to have a dynamic IP address assignment on the same subnet as the hypervisor. Which of the following network connectivity types should the administrator configure?
Options
- ABridging
- BNAT
- CVLAN
- DSpoofing
How the community answered
(32 responses)- A75% (24)
- B3% (1)
- C6% (2)
- D16% (5)
Why each option
Bridged networking connects a guest VM directly to the physical network so it can obtain a DHCP-assigned IP address on the same subnet as the hypervisor host.
Bridged networking attaches the guest VM's virtual NIC to the host's physical NIC at Layer 2, making the VM appear as a distinct device on the physical network segment. This allows the existing DHCP server on that subnet to assign the guest a dynamic IP address in the same range as the hypervisor, satisfying both requirements in the question.
NAT places the guest VM on a separate private subnet and translates its traffic through the host's IP address, so the VM cannot share the same subnet as the hypervisor.
A VLAN is a Layer 2 network segmentation mechanism, not a VM-to-network connectivity mode, and does not control how the VM obtains an IP address relative to the host.
Spoofing is a security attack technique involving falsified identity information and is not a valid or configurable VM network connectivity type.
Concept tested: VM bridged network mode for same-subnet IP assignment
Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines
Topics
Community Discussion
No community discussion yet for this question.