answersLogoWhite

0


Best Answer

fragmentashon is a phenomena in which storage sapce is used inefficetively,reducing storage capacity

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is fragmentation and defragmentation in memory management?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does a paged memory management system have the fragmentation problem at process image level?

No, not at all


WHAT IS SINGLE USER CONTIGUOS SCHEME?

Single user contiguous scheme is a memory allocation technique where a single block of contiguous memory is allocated to a process. This means that the entire memory space needed by a process must be available in a single block without any breaks or fragmentation. It simplifies memory management but can lead to wastage of memory due to fragmentation.


Is relocatable Dynamic Memory external or internal fragmentation?

external fragmentation


Compare Contiguous memory allocation with internal fragmentation?

in early, computer system has contiguous memory allocation,each process is allocated in a single contiguous(together) memory!!(allocating into memory addresses one by one,)it has tackled memory fragmentation(both internal and external). not allocating for a fixed size memory block.so no internal fragmentation, allocating contiguously ,so no external fragmentation!!!


Definition of internal fragmentation and external fragmentation?

External Fragmentation: External Fragmentation happens when a dynamic memory allocation algorithm allocates some memory and a small piece is left over that cannot be effectively used. If too much external fragmentation occurs, the amount of usable memory is drastically reduced. Total memory space exists to satisfy a request, but it is not contiguous. Internal Fragmentation: Internal fragmentation is the space wasted inside of allocated memory blocks because of restriction on the allowed sizes of allocated blocks. Allocated memory may be slightly larger than requested memory; this size difference is memory internal to a partition, but not being used


Difference between internal fragmentation and external fragmentation in operating system?

Fragmentation occurs in a dynamic memory allocation system when many of the free blocks are too small to satisfy any request. External Fragmentation: External Fragmentation happens when a dynamic memory allocation algorithm allocates some memory and a small piece is left over that cannot be effectively used. If too much external fragmentation occurs, the amount of usable memory is drastically reduced. Total memory space exists to satisfy a request, but it is not contiguous. Internal Fragmentation: Internal fragmentation is the space wasted inside of allocated memory blocks because of restriction on the allowed sizes of allocated blocks. Allocated memory may be slightly larger than requested memory; this size difference is memory internal to a partition, but not being used


What are the disadvantages of memory segmentation in 8086?

disadvantages of memory segmentation


What is fragmentation in OS?

fragmentation is as a process which are loaded or removed from memory. the free memory space is broken into Little pieces, such types of pieces may or may not be of any use to be allocated individually to any process. this may give rise to term memory waste or fragmentation.


What is solution of external fragmentation?

External fragmentation is solved by any three methods:- 1.compaction:- attacks the problem of external fragmentation by moving all the allocated memory blocks into single unit by combining all free memory holes. 2.garbage collection:- it collects all the memory which is inaccessible and return them as a free memory. 3.paging:-breaking up physical memory into fixed size blocks and than filling these blocks by logical memory of same size.


Which type of fragmentation is reduced by compaction?

External fragmentation is reduced by compaction. Compaction moves memory around until it is all placed together in one big block.


3Explain the function of OS in memory management?

function of memory management


What are the two types of fragmentation?

n computing, file system fragmentation, sometimes called file system aging, is the inability of a file system to lay out related data sequentially (contiguously), an inherent phenomenon in storage-backed file systems that allow in-place modification of their contents. It is a special case of data fragmentation. File system fragmentation increases disk head movement or seeks, which are known to hinder throughput. The correction to existing fragmentation is to reorganize files and free space back into contiguous areas, a process called defragmentation.