ソフトウェア開発者は、サーバー上でクライアント側の仮想化を使用して Web アプリケーションを構成しました。アプリケーションはソフトウェア開発者の PC 上でローカルに動作していますが、LAN 上の他のユーザーはアプリケーションにアクセスできません。他のユーザーがアプリケーションにアクセスできるようにするのは次のうちどれですか?
正解:A
Explanation Client-side virtualization is used to run an application or process on a separate virtual machine, isolated from the main operating system. To allow other users on the LAN to access the application, the software developer should configure a bridge networking connection between the virtual machine and the LAN. This will allow the virtual machine to communicate with other computers on the network. Application virtualization, virtual desktop, and site-to-site VPN are not necessary steps for allowing other users to access the application.