in Operating System edited by
526 views
0 votes
0 votes
Assume there are 5 frames and consider the following reference string find the number of page faults using NRU page replacement algorithm.

3,2,3, 0,8,4,2,5,0,9,8,3,2
in Operating System edited by
526 views

4 Comments

Is it LRU?
0
0
Is answer 10?
1
1

NRU is Not Recently Used.

@Shaik Masthan @srestha can we considers NRU as LRU?

The NRU (Not Recently Used) algorithm removes a page at random from the lowest numbered nonempty class.

http://www.idc-online.com/technical_references/pdfs/information_technology/Page_Replacement_Algorithms.pdf 

0
0
yes I think both same
1
1

Please log in or register to answer this question.

Related questions