Which technology allows for OS-level virtualization, resulting in multiple isolated user-space instances?
- Containers
- Virtual Machines
- Hypervisor
- KVM
Containers enable OS-level virtualization, allowing multiple isolated user-space instances to run on the same kernel. They share the host OS's kernel but have separate user spaces, making them lightweight and efficient. Docker and Kubernetes are popular container technologies.
Loading...
Related Quiz
- Which command can be used in a shell script to introduce a delay, often used for debugging or to pause the execution?
- To temporarily save iptables rules, one would use the command iptables-save > ________.
- The sudo command reads configurations from _________ to determine user privileges.
- What is the primary purpose of a VPN in a Linux environment?
- What is the first program run by the Linux kernel when it starts?