Computer Science, asked by shivaligurjar92, 13 days ago

how paging is achieved in memory management​

Answers

Answered by prakashakash802
0

Answer:

Paging is a memory management scheme that eliminates the need for contiguous allocation of physical memory.

...

  1. The Physical Address Space is conceptually divided into a number of fixed-size blocks, called frames.
  2. The Logical address Space is also splitted into fixed-size blocks, called pages.
  3. Page Size = Frame Size.

Similar questions