666 views
0 0 votes
I studied from book william stalling ,it was written there if we increase the size of page then pagefault first increases and then when pagesize become size of process then pagefault decreases.

Can someone explain with an example why this happens?

Please log in or register to answer this question.

Position:
Show:

Related questions

3 3 votes
2 2 answers
119
119 views
GO Classes asked Aug 12
119 views
A system makes an average of $2$ main-memory accesses per instruction.Whenever a page fault occurs, it causes an overhead of $40$ millisecondsWhat is the maximum allowabl...
0 0 votes
1 1 answer
76
76 views
GO Classes asked Aug 10
76 views
If an instruction takes $p$ microseconds and a page fault takes an additional $q$ microseconds, the effective instruction time if, on average, a page fault occurs every $...
3 3 votes
1 1 answer
1.8k
1.8k views
tp21 asked Sep 22, 2019
1,753 views
To calculate EMAT in case of page fault we used:EMAT= page fault rate*(page fault service time) + (1-page fault rate)*(memory access time)My doubt is:In case of NO PAGE ...
0 0 votes
1 answers 1 answer
1.1k
1.1k views
srestha asked May 15, 2019
1,117 views
Consider a system using demand paging architectureit takes $3ms.$ to service page fault if either empty frame is available or replaced page is not to be modifiedtakes $10...