Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 2 (Q.No. 7)
7.
Which of the following statements is false?
a small page size causes large page tables
internal fragmentation is increased with small pages
a large page size causes instructions and data that will not be referenced brought into primary storage
I/O transfers are more efficient with large pages
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
8 comments Page 1 of 1.

Anonymous said:   1 decade ago
External fragmentation is increased with small pages is correct statement.

Umaima said:   1 decade ago
Internal Fragmentation is increased with small pages. This is a correct statement.

Sulaiman said:   9 years ago
Can anyone tell me the correct answer? Please.

Akhilesh said:   8 years ago
I agree @Umaima.

Avishek said:   8 years ago
External fragmentation.

Total memory space is enough to satisfy a request or to reside a process in it, but it is not contiguous so it can not be used.

Internal fragmentation.

Memory block assigned to process is bigger. Some portion of memory is left unused as it can not be used by another process.
(1)

Rutu said:   6 years ago
Please tell me the concept in detail.

Monica said:   6 years ago
External fragmentation is increased with small pages is correct statement.

Hillol Shil said:   5 years ago
Rarely do processes require the use of an exact number of pages. As a result, the last page will likely only be partially full, wasting some amount of memory. Larger page sizes increase the potential for wasted memory this way, as more potentially unused portions of memory are loaded into main memory. Smaller page sizes ensure a closer match to the actual amount of memory required in an allocation.

As an example, assume the page size is 1024KB. If a process allocates 1025KB, two pages must be used, resulting in 1023KB of unused space (where one page fully consumes 1024KB and the other only 1KB).

So, I think the answer should be A.

Post your comments here:

Your comments will be displayed after verification.