A network administrator is configuring virtual networking settings for multiple virtual machines (VMs) deployed on a hypervisor host. Match each virtual network interface card (vNIC) mode on the left with its corresponding network access requirement on the right.
- Bridged ModeBinds the vNIC directly to the physical network card, assigning the VM its own unique IP address on the physical subnet for direct inbound and outbound connectivity.
- Network Address Translation (NAT) ModeTranslates the VM IP address behind the host system's IP address, allowing outbound external access while concealing the VM from unrequested inbound connections.
- Host-Only ModeCreates a private virtual switch restricted strictly to communication between hosted VMs and the hypervisor host OS, with no access to external networks.
- Internal / Private ModeIsolates network communications strictly among virtual machines on the same host switch, blocking all traffic to external networks and the host OS.
Answer
Bridged Mode pairs with direct physical subnet access and unique IP assignment; NAT Mode pairs with outbound external access using host IP address translation; Host-Only Mode pairs with restricted communication between guest VMs and host OS only; Internal / Private Mode pairs with complete network isolation restricted strictly to inter-VM communication.
Each virtual networking mode defines specific communication boundaries between the guest VM, the hypervisor host OS, and external physical networks. Bridged mode treats the VM as an independent entity on the physical subnet. NAT mode uses host address translation for outbound requests. Host-Only mode limits traffic to the host and local VMs. Internal mode restricts traffic exclusively to local VMs on the host.
Step-by-Step Solution
Key Concept
Virtual Network Adapter Operating Modes and Isolation Boundaries