A technician is setting up a testing virtual machine (VM) on a desktop computer. The VM requires access to the Internet to download system updates, but it must share the physical host computer's single IP address and be masked from receiving direct, unsolicited incoming connections from the local physical network. Which virtual network interface configuration mode should the technician select?
- NAT (Network Address Translation)Answer
- BBridged
- CHost-Only
- DInternal
Answer
NAT (Network Address Translation) mode provides Internet connectivity to the virtual machine while sharing the host's network identity and hiding the VM from external inbound traffic.
NAT (Network Address Translation) mode configures the hypervisor to act as a virtual router/DHCP server. The guest VM receives an internal IP on a private virtual subnet, and all outbound traffic is translated through the host system's physical IP address. This grants the VM outbound access to download updates while isolating it from unsolicited inbound network traffic.
Step-by-Step Solution
Key Concept
Virtual Machine Network Adapter Modes and Isolation Characteristics
Estimated Time:45s