1,308 views

1 Answer

1 votes
1 votes
Question is ambiguous as virtual address + index=34 not 32

So assuming a 34 bit system

Offset=page frame size= 4KB

Page table size = number of entries in page table* size of each entire

=$2^{22}*2^{2}$=16MB
edited by

Related questions

0 votes
0 votes
0 answers
2
Kapil asked Jun 26, 2016
2,671 views
What is the page size taken if page size is less than frame size?Take an example page size =4kb and frame size = 8kb ,Then for calculating virtual address space , which p...