This document summarizes a lecture on memory management techniques. It discusses paging and segmentation. With paging, memory is divided into equal fixed-size pages and processes are divided into pages of the same size. A page table maps logical page numbers to physical frame numbers. Segmentation divides a process into variable-length segments. Logical addresses contain a segment number and offset. The lecture compares paging and segmentation and their address translation mechanisms.