GATE - 1995 | OS | In a paged segmented scheme of memory management, the segment

GATE - 1995 | OS | In a paged segmented scheme of memory management, the segment
Posted on 03-03-2022

GATE - 1995 [Operating System]

Question:

In a paged segmented scheme of memory management, the segment table itself must have a page table because

A

the segment table is often too large to fit in one page

B

each segment is spread over a number of pages

C

segment tables point to page table and not to the physical locations of the segment

D

the processor’s description base register points to a page table

E

Both A and B

  

Solution:

Option (E) is Correct.

The segment table is often too large to fit in one page. This is true and the segment table can be divided into pages. Thus page table for each segment table, pages are created.
Segment paging is different from paged segmentation.

Thank You