181k views
5 votes
In paged memory systems, if the page size is increased, then the internal fragmentation generally :

a) Becomes less
b) Becomes more
c) Remains constant
d) None of these

1 Answer

3 votes

Final answer:

In paged memory systems, if the page size is increased, the internal fragmentation generally becomes less.

Step-by-step explanation:

In paged memory systems, if the page size is increased, the internal fragmentation generally becomes less. Internal fragmentation occurs when allocated memory blocks are larger than the requested data, resulting in wasted memory. In paged memory systems, as the page size increases, the likelihood of having more unused memory within a page decreases. For example, consider a system with a small page size where a process requires only a portion of a page. In this case, the remaining unused portion of the page results in internal fragmentation. However, if the page size is increased, the process may utilize the entire page, minimizing internal fragmentation.

User SureshCS
by
7.9k points