edited by
948 views
1 votes
1 votes

Consider a system using segmented paging is applicable at segment and segment table.The top level 8 bits of Logical Address are used to index into the page table of segment table ,the next 7 bits are used to index into page of segment table, subsequently next 9 bits are used to index into page table of segment . If Logical Address is 35 bits what will be the space overhead for address translation ? Assume that Page table entry is 4Bytes.

please check will it be (2^8) *4B + (2^7)*4B+ (2^9)*4B ??

edited by

1 Answer

Related questions

1 votes
1 votes
0 answers
2
Tuhin Dutta asked Nov 8, 2017
708 views
https://gateoverflow.in/3600/gate2006-it-56Why is only 1 Page Table considered for 4 Segment Table entries in the selected best answer?
0 votes
0 votes
0 answers
4
Swami patil asked Aug 30, 2017
7,459 views
Why paging suffer from internal fragmentation and why segmentation suffer from external fragmentation