101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 68


Which of the following statements are correct when comparing Linux containers with traditional virtual machines (e.g. LXC vs. KVM)? (Choose three.)

Show Answer
Correct Answer: ABD

Containers are a lightweight virtualization method where the kernel controls process isolation and resource management. Fully virtualized machines can run any operating system for a specific hardware architecture within the virtual machine. The guest environment for fully virtualized machines is created by a hypervisor which provides virtual and emulated hardware devices.

Discussion

5 comments
Sign in to comment
LazylinuxOptions: ABD
Apr 21, 2022

ABD is correct

macchi
Mar 16, 2021

E is not correct ?

McLaba
May 7, 2021

we can't speak about O.S. in a container enviroment

iwkno6
Jul 28, 2021

As McLaba said!

KicoRox
Oct 17, 2021

E is not correct because containers do not use hypervisors.

SScott
Dec 4, 2021

A, B, and D are right. C is traditional KVM With E, yes if hypervisor was replaced with container namespace and the same kernel execution were referenced, then this would be accurate. So choice E is wrong. However, LXC does focus on OS containerization and the goal is to not need a separate kernel. https://linuxcontainers.org/lxc/manpages/man5/lxc.container.conf.5.html

SScott
Dec 4, 2021

https://www.redhat.com/sysadmin/exploring-containers-lxc https://www.section.io/engineering-education/lxc-vs-docker-what-is-the-difference-and-why-docker-is-better/

CuriousLinuxCat
Jun 12, 2021

I remember that if you are running an Window OS in your host, you are only able to run "flavors" of Windows OS (things that are based on Windows OS). Another example is if you run your host OS on Ubuntu, then you will be able to run RHEL and CentOS in your containers but not Window OS. Apologies if I am incorrect but that is what my hypothesis is.

NeoSam999Options: ABD
Jan 16, 2023

Correct Answer: ABD

MatalongoOptions: ABD
Apr 2, 2024

ABD correct