reshown by
210 views
1 votes
1 votes

We get a Page Fault if the valid/invalid bit in Page Table is 0, which means 1 memory access to see the page table.

In case of page fault we service the page fault and then access the page from main memory (1 memory access time), else we directly access the page from main memory(1 memory access time). So, the Effective Access Time should have been -

Effective Access Time (EAT) EAT = (1 – p) x 2 x memory access time + p (page fault service time + 2 x memory access time).

What am i missing?

reshown by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Sagar475 asked Jan 28, 2022
170 views
If it’s written that some synchronization construct statisfies bounded waiting than it means the process is going to wait nearly forever fo it’s turn to execute?