A systems administrator is configuring virtual network settings for several virtual machines deployed on a local hypervisor. Match each operational deployment requirement to its corresponding virtual network adapter mode.
- A virtual machine requires its own unique IP address from the physical network's DHCP server and must act as an independent host on the physical local subnet.Bridged Mode
- A isolated virtual machine needs outbound internet access to fetch system updates while remaining hidden from direct incoming access from external physical network hosts.NAT Mode
- A testing virtual machine must communicate directly and exclusively with the hypervisor host OS for administrative management, with no traffic routed to external physical networks.Host-Only Mode
- Multiple sandbox virtual machines must communicate only with each other across a private virtual switch, completely isolated from both the hypervisor host and external networks.Internal / Private Mode
Cevap
Bridged Mode maps to requiring an independent IP address on the physical network. NAT Mode maps to requiring outbound access while concealing the guest from incoming external traffic. Host-Only Mode maps to restricting communication strictly to the guest and the hypervisor host. Internal/Private Mode maps to restricting network communication strictly between designated guest VMs, isolating them from the host and external network.
Each virtual network mode defines explicit boundaries for network exposure. Bridged mode integrates the VM into the physical local network. NAT mode provides outbound access via host IP translation. Host-Only restricts traffic to the guest and host OS. Internal/Private mode isolates network traffic exclusively to guest VMs on the hypervisor.
Adım Adım Çözüm
Anahtar Kavram
Virtual Network Adapter Modes and Isolation Boundaries
Tahmini Süre:2m 0s