nerdexam
CiscoCisco

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

Submitted by emma.c· Mar 5, 2026Network Fundamentals

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

#Containers#Virtualization#VMs

Community Discussion

No community discussion yet for this question.

Full 200-301 PracticeBrowse All 200-301 Questions