paging
[closed]

in Operating System closed by
431 views
1 vote
1 vote
closed as a duplicate of: frame size != page size
Consider a system with 2 level paging applicable the page table is divided into 8K pages each of size 16 KB. The memory is byte addressable if the physical address space is 128 MB which is divided into 4KB frames. The page table entry size of outer page table is 32 bits and page table entry size of inner page table is 64 bits. What will be the page table size of inner and outer page table.

a) 32 KB, 128 KB

b) 32 KB, 32 KB

c) 128 KB, 128 KB

d) 128 KB, 32 KB
in Operating System closed by
431 views

Related questions

0 votes
0 votes
1 answer
3