edited by
1,699 views
2 votes
2 votes
Consider a paging scheme, in which average process size is 32MB and each page table entry size is 4B. The optimal size of page to minimize the total overload due to page table and internal fragmentation is _______KB.
edited by

2 Answers

0 votes
0 votes
P =√2SE

Where , P= Page size

S= avg. Process size,

E = page table entry size

S= 32 MB
0 votes
0 votes

S =√2PE

Where , S= Page size

P= Process size= 2^25

E = page table entry size => 4(2^2)

S =√2x 2^25x 2^2

S = 2^14 or 16KB

Related questions

0 votes
0 votes
3 answers
1