In: Computer Science
Design a memory management scheme for a 48 bit architecture, using various types of paging and/or segmentation. You should include a clear translation scheme from a 48 bit logical address to a 48 bit physical address including a picture that shows this translation procedure. Then highlight its advantages and disadvantages.
Logical address includes :
Physical address includes:
here, logical address is 48 bits, then logical address space is = 248 words
logical address = log2 248 bits = 48 bits
assuming both frame and page size is 16k, we get number of pages = 248/16k = 234
advantage:
disadvantage: