- Home
- All questions
- Question 382
CompTIA Security+ study material · question 382 of 611
Why is isolation between containers weaker than between virtual machines?
Show the answer
Answer: C. Containers share the host kernel, so a kernel flaw affects every container on the host
A hypervisor gives each guest its own kernel; containers share one, so the shared kernel is the boundary.