Exam CAS-004 All QuestionsBrowse all questions from this exam
Question 450

A security administrator is setting up a virtualization solution that needs to run services from a single host. Each service should be the only one running in its environment. Each environment needs to have its own operating system as a base but share the kernel version and properties of the running host. Which of the following technologies would best meet these requirements?

    Correct Answer: A

    Containers are the most suitable virtualization technology for running multiple services on a single host while ensuring each service runs in an isolated environment. Containers allow each environment to have its own filesystem, processes, and network stack, but they all share the same kernel as the host operating system. This ensures efficient resource utilization and isolation between services, meeting the requirement of having separate OS environments but sharing the kernel version and properties of the host.

Discussion
EAlonsoOption: A

Container, but re-shaping something the "requisites"

23169fdOption: A

Containers are a lightweight virtualization technology that allows multiple isolated environments to run on a single host operating system. Each container runs its own instance of an application along with its dependencies but shares the host OS kernel. Containers provide isolation at the process level, meaning each container can run independently, without affecting others, and with its own filesystem, network, and other resources. Containers share the same kernel version and properties of the host, which aligns with the requirement to share the kernel version and properties of the running host.

armidOption: A

share kernel and properties of the host

isaphiltrickOption: A

Containers are the most suitable technology for the scenario described by the security administrator. They allow each service to run in its own isolated environment with its own filesystem and processes while sharing the host's kernel. This meets the requirement of having separate OS environments for each service but leveraging the common properties and kernel version of the host system, ensuring efficient resource utilization and isolation between services.

shindaOption: B

Type 1 hypervisor, also known as a bare-metal hypervisor, installs directly on the hardware and creates virtual machines (VMs) that have their own isolated environments with separate virtualized hardware resources. Each VM can run its own operating system, meeting the administrator's needs for isolation and shared kernel properties. Containers share the kernel of the host system, but they don't provide complete isolation like virtual machines. Processes in different containers can potentially interact with each other.

isaphiltrick

Type 1 hypervisors, also known as bare-metal hypervisors, run directly on the host's hardware and manage guest VMs, each of which runs its own guest OS. This does not align with the requirement for each service to have its own OS as a base but share the kernel version and properties of the host.