Explain about paging?
Answer: Paging is a memory-management scheme that permits the physical-address space of process to be noncontiguous. Paging avoids the considerable problem of fitting the varying-sized memory chunks onto the backing store.
Recent designs have execute paging by closely integrating the hardware and other operating system.