113k views
2 votes
The process by which the kernel temporarily moves data from memory to a storage device is known as what?

User Dotsie
by
4.4k points

1 Answer

6 votes

Answer: Swapping

Step-by-step explanation:

Swapping is referred to as the process by which the kernel temporarily moves data from memory to a storage device.

Swapping is simply a memory management scheme whereby the process can be swapped temporarily from the main memory to the secondary memory in order for the main memory to be available for other processes. Swapping is used for memory utilization.

User Cristian Bregant
by
5.3k points