Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 41)
41.
The memory allocation scheme subject to "external" fragmentation is
segmentation
swapping
pure demand paging
multiple contiguous fixed partitions
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
8 comments Page 1 of 1.

Dnyaneshwar said:   10 years ago
External fragmentation means: suppose you have memory block available of 100mb and you have 3 tasks of say 1st 5mb, 2nd 4mb and 3rd 10mb. But remember although you have 100mb but you can give that memory block to any one of them.

So simple you have to broke that memory block means to make a segment of say 20mb segment size.

So remember now you have 5 segments of 20mb n you can store 5 different data of size up to 20 MB.
(1)

Surbhi jha said:   10 years ago
A partition of main memory is wasted within a partition is said to be INTERNAL FRAGMENTATION.

And the wastage of an entire partition is said to be EXTERNAL FRAGMENTATION.
(1)

Rajesh said:   1 decade ago
Yes, Paging and Segmentation are used to avoid fragmentation.

Then how come the answer is A. Can anyone explain it?

Amal chakravarty said:   1 decade ago
Segmentation suffers from external fragmentation and paging suffres from internal fragmentation.

Batman said:   1 decade ago
But "paging avoids external fragmentation and the need of compaction" ----- SilberSchatz book.

Swapnil said:   1 decade ago
External fragmentation memory is separated into small blocks and we also called segmentation.

Uzair said:   1 decade ago
Paging and Segmentation avoids fragmentation. So why answer is A?

Janu vunnam said:   1 decade ago
What is External Fragmentation & Internal fragmentation?

Post your comments here:

Your comments will be displayed after verification.