112-52 · Question #9
What is the role of containerization in cloud security?
The correct answer is B. To isolate applications and improve security. Containerization isolates applications and their dependencies into self-contained units (containers), preventing one compromised application from affecting others on the same host - this is its primary security benefit, making B correct. Option A is wrong because uptime is a conc
Question
What is the role of containerization in cloud security?
Options
- ATo improve system uptime
- BTo isolate applications and improve security
- CTo allow unregulated access to shared resources
- DTo ensure high network bandwidth
How the community answered
(53 responses)- A4% (2)
- B94% (50)
- D2% (1)
Explanation
Containerization isolates applications and their dependencies into self-contained units (containers), preventing one compromised application from affecting others on the same host - this is its primary security benefit, making B correct. Option A is wrong because uptime is a concern of high availability and redundancy strategies, not containerization itself. Option C is the opposite of what containers do - they restrict access through namespace and cgroup isolation, not permit unregulated sharing. Option D is a networking concern unrelated to containerization's purpose.
Memory tip: Think of containers as "security apartments" - each tenant (app) has their own locked unit and can't wander into a neighbor's space, even though they share the same building (host OS).
Topics
Community Discussion
No community discussion yet for this question.