478 views

2 Answers

1 votes
1 votes
Mostly page size or block size is same in our system, for covenience we consider same that's why if d bit is used to represent the offset then

page size = frame size = block size = 2^d

so we have same size page for virtual memory, physical memory, page tables etc

It may be different also in real time scenario
1 votes
1 votes
Page offset and frame offset always same otherwise required words will never correct along with CPU will get wrong physical address from MAR .SO they always same .

Related questions