正解:B
The exhibit shows an architecture where each application runs in its own isolated environment with its own OS. This setup is typical of virtual machines (VMs), where multiple VMs can run on a single physical server managed by a hypervisor.
Isolation: VMs provide complete isolation between applications, including independent operating systems.
Resource Allocation: Resources such as CPU, memory, and storage can be allocated based on deployment requirements.
Option B is correct as the type of deployment used is virtual machines.
Reference:
Cisco DevNet Documentation: Virtual Machines and Hypervisors