in Operating System
1,314 views
1 vote
1 vote
State whether following statement is TRUE OR FALSE :.

If TLB hit occur then  page fault will never be occur.  

Explain your Answer.
in Operating System
by
1.3k views

1 Answer

1 vote
1 vote
The statement is false

Translation Lookaside Buffer (TLB) is used to store the recent translations of virtual address to physical addresses for faster retrieval. Once we get the physical address, we go to the memory location to get the page. If we cannot find a page at that location, it is called page fault.

So, TLB Hit has no relation with Page fault and neither TLB Miss has any relation with page fault.

Related questions

0 votes
0 votes
0 answers
4