848 views
1 votes
1 votes
consider a paging system with 48bit virtual address space.Each address defers to a byte in memory.suppose the size of page is 16KB and the main memory size is 16GB.The minimum size of page table with each entry need 2 protection bits is _____ (in GB)

now what should be the aswer? i got PTE as 22bits. should i round it to 3bytes and make answer as 48GB or shuld i keep it as it is and write the answer as 44GB?

2 Answers

Best answer
4 votes
4 votes

Already resolved in the above comments:

selected by
0 votes
0 votes
no of entries in page table :2^34
no of frames are 2^20
so PTE size will be 20 +2= 22 bits k
now further we have page table size as = 2^34 * 22 bits convert it to BYTE we have (2^34 * 22)/8
= 44GB

Related questions

0 votes
0 votes
1 answer
1
Mrityudoot asked Mar 20
146 views
If Page size = Frame size is always true and offset in Logical address = offset in physical address holdsThen how/why Logical address size can come different than physica...
0 votes
0 votes
1 answer
2
0 votes
0 votes
2 answers
3
Unique_999 asked Aug 17, 2023
320 views
Can Any explain the relationship between The “ Word Size “ and “ Logical Address Space “