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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *