0 0 votes A process having access to f frames(initially all empty) makes m memory accesses to p distinct pages.What are the max and min. no. of page faults that will occur? Operating System + – sampad 2.5k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 2 2 votes i think the max will be m . for every memory access if there is a page fault then it will be m. and minimum will be p as i have to make memory access to p distinct pages. Tendua answered Oct 4, 2015 Tendua comment Share Follow See all 2 Comments 2 2 Comments reply shivanisrivarshini commented Jan 15, 2016 reply Follow flag As we need p distinct pages at max we can have p page faults im i wrong if so plz correct me 0 0 replyShare Tendua commented Jan 15, 2016 reply Follow flag what i think is it is saying . that distinct pages are accessed . i m assuming every access is not unique. but p distict pages are accessed else u are right . 1 1 replyShare Please log in or register to add a comment.