An IT administrator needs to deploy multiple isolated application services on a single physical host while minimizing memory overhead and eliminating the need to install a separate guest operating system for each service. Which of the following technologies best fulfills this requirement?
- ContainerizationCevap
- BType 1 Bare-metal Hypervisor
- CMicrosegmentation
- DStateless Authentication
Cevap
Containerization is the correct technology because containers share the host system kernel, providing application isolation with minimal resource overhead compared to running full virtual machines with separate guest operating systems.
Containerization implements operating system-level virtualization, allowing multiple isolated applications to share a single host operating system kernel. This approach drastically reduces memory, CPU, and storage overhead compared to virtual machines.
Adım Adım Çözüm
Anahtar Kavram
Containerization vs Virtualization Architecture