0 votes
in Angular by

What is the best solution to external fragmentation problem?

a. Mutual Exclusion

b. Synchronization

c. Priority Queue

d. Paging

1 Answer

0 votes
by

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

...