

InterviewSolution
Saved Bookmarks
1. |
What is paging and segmentation |
Answer» Paging\xa0is used to get a large linear address space without having to buy more physical memory.\xa0Segmentation\xa0allows programs and data to be broken up into logically independent address spaces and to aid sharing and protection. | |