747 views

1 Answer

Best answer
3 votes
3 votes
Since the virtual address is of 32 bits and page size is 1KB. Therefore, the total number of pages required would be 1M. Means, these many page entries required in page table, so our page tables itself become an overhead.

So, option C is correct.
selected by

Related questions

1 votes
1 votes
2 answers
1
!KARAN asked May 18, 2019
588 views
What is the mode(User/Kernel) of the Operating System when a Page Table or TLB are being accessed?
0 votes
0 votes
1 answer
2
dd asked Sep 13, 2018
397 views
A page table based translation will always consume less memory to store translation meta-data, than a seg-mentation based solution. True/False. Explain.
0 votes
0 votes
0 answers
4
srestha asked Jul 26, 2018
672 views
Consider a system with byte-addressable memory, 32 bit logical addresses, 4 kilobyte page size and page table entries of 4 bytes each. The size of the page table in the s...