Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

in order to be able to determine which websites were accessed by a vm, …

Question

in order to be able to determine which websites were accessed by a vm, which of the following must be true?
a. the vm is on a nat.
b. the vm is bridged.
c. the vm has its own virtual router.
d. the vm has its own virtual switch.

Explanation:

Brief Explanations

To monitor the websites a VM accesses, we need visibility into its network traffic. A bridged VM connects directly to the physical network with its own unique IP address, making its outbound traffic (including website access) directly observable on the network. NAT hides the VM's original IP behind a shared address, making individual VM traffic harder to isolate. A virtual router or switch alone doesn't inherently enable traffic monitoring for website access tracking.

Answer:

b. The VM is bridged.