What kernel component is responsible for memory management, including allocation and page replacement?
- Memory Management Unit (MMU)
- Page Table
- Virtual Memory Manager
- Kernel Scheduler
The kernel component responsible for memory management, including memory allocation and page replacement, is the Virtual Memory Manager (VMM). The VMM is an integral part of the Linux kernel and ensures efficient utilization of physical and virtual memory resources.
Loading...
Related Quiz
- Which directory is crucial for the system booting process?
- To change the primary group of a user, the ________ command is utilized.
- What does the ifconfig command primarily display?
- If you want to store the exit status of a command in a variable, you would typically use the _________ built-in variable.
- For an SSH server, the main configuration file is found at /etc/ssh/________.