0
31kviews
What is paging? Explain LRU, FIFO, OPT page replacement policy for the given page frame sequences .Page frame size is 4. 2, 3, 4, 2, 1, 3, 7, 5, 4, 3, 2, 3, 1 Calculate page hit and page miss.

Mumbai University > COMPS > Sem 5 > Operating System

Marks: 10 M

Year: May 2015

1 Answer
1
1.1kviews

Paging

  • Paging is a memory-management scheme which allows the physical address of a process to be non-contiguous.
  • The concept of paging is used to remove the problem of fragmentation. Here we are able to allocate physical memory to the process in a non-contiguous manner wherever memory is available.
  • Paging avoids …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.