What is Containerization?
Containerization lets many apps run on one OS without interfering with each other.
Q: What happens when a physical server crashes in a shared environment?
A: All organizations and systems hosted on that physical server are affected.
Q: Why is a shared physical server a risk for multiple organizations?
A: A single hardware failure can impact all hosted virtual environments.
Q: How can one organization create a security risk for others on a shared server?
A: By failing to properly secure its virtual environment, which can expose the shared infrastructure.
Q: Why is poor VM security dangerous in multi-tenant cloud environments?
A: Vulnerabilities in one VM can potentially be exploited to affect other tenants.
Q: What cloud design practices reduce the impact of server failures?
A: Failover, redundancy, and elasticity.
Q: What is failover in cloud environments?
A: Automatically switching to a backup system when a failure occurs.
Q: What is redundancy used for in cloud infrastructure?
A: To eliminate single points of failure by duplicating critical components.
Q: Why can using the same hypervisor across all VMs be a risk?
A: A vulnerability in that hypervisor could be exploited to affect all hosted VMs.
Q: What configuration practice helps secure virtual environments?
A: Proper and secure configuration of VMs and hypervisors.
Q: Why must hypervisors be patched and kept up to date?
A: To prevent exploitation of known vulnerabilities.
Q: What role does access control play in virtualized environments?
A: It limits who can manage or access VMs and the hypervisor, reducing attack risk.