the memory-management sysytem uses page sharing and copy-on-write to minimize the duplication of data shared by diferent process.pages are loaded on demand when they are first referenced,and are paged back out to backing store according to an LFU algoritnm if physical memory needs to be reclaimed