Problem
Consider a system with the following specification that uses paged segmentation:
1. Page size = 8k bytes
2. Maximum segment size = 128M bytes
3. Maximum number of segments = 1k
4. Main memory size= 512 M bytes
A. Computer the size of f, s, d (offset within a segment), p, and d' (offset within a page)
B. Compute the size of the logical address
C. Computer the size of physical address
D. Compute the size of page and segment table.
E. Should the system use multi-level paging? If not why? If yes, give the number of bits needed for indexing the outer and inner tables