首页 > 试题广场 >

Why are segmentation and pagin

[问答题]
Why are segmentation and paging sometimes combined into one scheme?

推荐
Segmentation and paging are often combined in order to improve upon each other. 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 pagetable address of zero. 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.
发表于 2018-03-23 21:56:47 回复(0)