This document discusses different memory management techniques:
- It describes swapping, where a process is temporarily moved out of memory to disk to make room for other processes. Paging and segmentation are also covered, where memory is divided into pages/segments and logical addresses are translated to physical addresses.
- Memory management aims to allocate processes efficiently in memory while avoiding issues like fragmentation. Techniques like contiguous allocation, paging, and segmentation map logical addresses to physical frames and protect memory access.