A helpdesk technician is setting up a client-side virtual machine (VM) on a workstation to host a legacy database application. The application requires its own dedicated identity on the physical network, including obtaining an IP address lease directly from the company's physical DHCP server so that other physical clients on the local subnet can communicate with it directly. Which virtual network interface card (vNIC) mode should the technician configure for this VM?
- Bridged modeAnswer
- BNetwork Address Translation (NAT) mode
- CHost-Only mode
- DInternal mode
Answer
Bridged mode is the correct configuration because it connects the virtual network interface directly to the physical network switch, allowing the VM to operate as an independent node on the physical network and receive an IP address from the physical DHCP server.
Bridged mode binds the virtual network adapter directly to the physical host adapter. This allows the guest VM to request and obtain a distinct IP address from the physical network's DHCP server and communicate directly with physical devices on the local area network.
Step-by-Step Solution
Key Concept
Virtual Network Adapter Modes (Bridged vs. NAT vs. Host-Only vs. Internal)
Estimated Time:1m 0s