1,371 views

1 Answer

Best answer
4 votes
4 votes
Yes it is possible

TBL is register holding physical address. If TLB is hit then we know the Physical address, that address is then searched in cache if not present in cache then in main memory if that page(Block) is not present in main memory then we say its an page miss and page fault occur. This is in general how it is done.

Reference: Operating System by William Stallings  or Galvin
selected by
Answer:

Related questions