A network administrator is configuring network access and security boundaries for several virtual machines (VMs) deployed on a Type 1 hypervisor host. Each VM serves a distinct organizational purpose requiring specific network isolation, host connectivity, and external communication capabilities. Match each virtual network mode to its corresponding operational description and communication capability.
- Bridged NetworkingThe VM is assigned a dedicated IP address on the host's physical network subnet, functioning as an independent network node accessible by physical network devices.
- Network Address Translation (NAT)The VM obtains internet access by sharing the host system's IP address, blocking inbound connection attempts from external network entities by default.
- Host-Only NetworkingThe VM communicates exclusively with the host system and other VMs on the same host-bound interface, with all physical network and internet access disabled.
- Internal / Private NetworkingThe VM communicates solely with specified guest VMs on the same hypervisor, completely isolated from both the physical network and the host operating system.
Answer
Bridged Networking connects directly to the physical network subnet; Network Address Translation (NAT) routes outbound traffic using the host IP address; Host-Only Networking isolates traffic to the host and guest VMs; Internal / Private Networking isolates traffic completely to guest VMs only, excluding the host OS.
Each virtual network adapter mode provides specific boundary isolation and routing behavior. Bridged mode provides direct physical subnet access. NAT mode allows outbound access via host IP translation while blocking incoming connections. Host-Only mode limits traffic to the host and guest VMs on a private host virtual adapter. Internal/Private mode eliminates all host OS and external network connections, restricting traffic entirely to guest-to-guest communications.
Step-by-Step Solution
Key Concept
Virtual Machine Network Adapter Modes and Isolation Levels