题目与答案如下,看完依然不知的是什么意思,希望有大大能帮忙解释paged segmentation与segmented paging的差别。
Why are segmentation and paging sometimes combined into one scheme?
1.Paged segmentation handles the case of having very long segments that require a lot of time for allocation. By paging the segments, we reduce wasted memory due to external fragmentation as well as simplify the allocation.
2.Segmented paging is helpful when the page table becomes very large. A large contiguous section of the page table that is unused can be collapsed into a single-segment table entry with a page-table address of zero.