CCSK · Question #37
What is known as a code execution environment running within an operating system that shares and uses the resources of the operating system?
The correct answer is D. Container. Containers are code execution environments that run within an operating system (for now), sharing and leveraging resources of that operating system. While a VM is a full abstraction of an operating system, a container is a constrained place to run segregated processes while…
Question
What is known as a code execution environment running within an operating system that shares and uses the resources of the operating system?
Options
- APlatform-based Workload
- BPod
- CAbstraction
- DContainer
- EVirtual machine
How the community answered
(33 responses)- A3% (1)
- B3% (1)
- C15% (5)
- D70% (23)
- E9% (3)
Explanation
Containers are code execution environments that run within an operating system (for now), sharing and leveraging resources of that operating system. While a VM is a full abstraction of an operating system, a container is a constrained place to run segregated processes while still utilizing the kernel and other capabilities of the base OS.
Topics
Community Discussion
No community discussion yet for this question.