292 views
0 votes
0 votes
Page miss is not the same as page fault.

Miss means, the page that the CPU looking for is not present in TLB, but it will present in the page table this is called a miss.
Page fault means, when we use demand paging then the page for which CPU looking is not present inside MM then it is called a page fault.

Please verify someone.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
Arbaz__Malik asked Dec 25, 2021
632 views
given solution is wait(P) , wait(Q), wait(p) , wait(Q) for s1,s2,s3,s4 respectivelyI know this implementation is deadlock free just want to ask if it will follow bounded ...
0 votes
0 votes
0 answers
3
srestha asked May 19, 2019
661 views
User level threads doesnot require context switching- This is a true statement (Because OS cannot recognize user level threads)Can somebody elaborate more on it??This giv...
0 votes
0 votes
0 answers
4
Prince Sindhiya asked Dec 16, 2018
210 views
What is normalised turn around time for a process ? if we are using any scheduling algorithm