Why paging is used?

Paging is solution to external fragmentation problem which is to permit the logical address space of a process to be noncontiguous, thus allowing a process to be allocating physical memory wherever the latter is available.

Showing Answers 1 - 3 of 3 Answers

Paging is a process of dividing the memory into equal sized logical blocks.When any page is required the operating system searches for that page in the secondary memory and copies that page to the main memory, if not found then a trap known as page fault is generated.

PCs performance is increased by using paging.It deals with external fragmentation problem which allow the logical address space of a process to be noncontiguous, which makes the process to allocate physical memory. .

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions