CompTIACompTIA
SK0-005 · Question #9
SK0-005 Question #9: Real Exam Question with Answer & Explanation
The correct answer is B: NAT. Network Address Translation (NAT) allows multiple virtual machines to share a single host IP address by translating their private IP addresses for external communication.
Server administration
Question
When configuring networking on a VM, which of the following methods would allow multiple VMs to share the same host IP address?
Options
- ABridged
- BNAT
- CHost only
- DvSwitch
Explanation
Network Address Translation (NAT) allows multiple virtual machines to share a single host IP address by translating their private IP addresses for external communication.
Common mistakes.
- A. Bridged networking connects the VM directly to the physical network, making it appear as an independent device with its own IP address on the same subnet as the host, not sharing the host's IP.
- C. Host-only networking creates a private network between the host and VMs, allowing communication only among them and the host, without external network access or sharing the host's public IP.
- D. A vSwitch (virtual switch) is a component that enables communication between VMs on the same host and between VMs and the physical network, but it is not a method for sharing a single host IP address itself; rather, it facilitates the network connection where NAT or bridging would then be applied.
Concept tested. VM network modes - NAT
Topics
#VM Networking#NAT#Virtualization#Network Configuration
Community Discussion
No community discussion yet for this question.