CompTIA A+ Core 1 (220-1001) — Question 112
A developer has configured a new web application on a workstation using client-side virtualization. Despite working locally on the developer's PC, other users on the network are not able to access the application.
Which of the following network configurations should the virtual machine be configured for to allow other users to access the application?
Answer options
- A. Internal networking
- B. Bridged networking
- C. Private networking
- D. NAT networking
Correct answer: B
Explanation
The correct answer is B, Bridged networking, as it allows the virtual machine to connect to the same network as the physical host, enabling other users to access the application. Internal networking would restrict access to only virtual machines, Private networking isolates the VM completely, and NAT networking would not allow external users to connect directly to the application.