200-301 · Question #1728
200-301 Question #1728: Real Exam Question with Answer & Explanation
The correct answer is C: container. Containers are a form of virtualization where applications and their dependencies are packaged together in isolated environments, but they all share the same base OS kernel. Unlike traditional virtual machines, containers do not require a hypervisor because they run directly on t
Question
Which virtualization technology requires a base OS installation but does not require a hypervisor?
Options
- Avirtual server
- Bvirtual routers
- Ccontainer
- DKubernetes
Explanation
Containers are a form of virtualization where applications and their dependencies are packaged together in isolated environments, but they all share the same base OS kernel. Unlike traditional virtual machines, containers do not require a hypervisor because they run directly on the operating system, leveraging OS-level virtualization. This makes containers lightweight and efficient compared to full VMs. Technologies like Docker are commonly used to create and manage containers. Containers are popular in microservices architectures because they allow applications to run in isolated environments but with very low overhead.
Topics
Community Discussion
No community discussion yet for this question.