1,134 views

2 Answers

4 votes
4 votes
In segmented paging, paging is applied on segments. The segment table has the page table base address for every segment.

If along with segmented paging, since the segment table is too large, the segment table is divided into pages, it is called paged segmentation.
edited by
0 votes
0 votes

paging is applied on segment table, becoz due to increase in size of the segment table.and not on segment 

Related questions

6 votes
6 votes
2 answers
3
go_editor asked Jun 17, 2016
10,905 views
If there are 32 segments, each size 1 k bytes, then the logical address should have13 bits14 bits15 bits16 bits
6 votes
6 votes
3 answers
4
Cruise Device asked Jan 26, 2016
3,562 views
Which page replacement policy sometimes leads to more page faults when size of memory is increased?A] OptimalB] LRUC] FIFOD] None of these.