Wastage of memory space within partition is called as__________
Answers
Answered by
5
Answer:
internal fragmentation.
Explanation:
internal fragmentation.
Answered by
0
Answer:
The wastage of memory space within a partition is called Internal Fragmentation.
Explanation:
The wastage of memory space within a partition is called "internal fragmentation". It occurs when the memory allocated to a process or file is larger than what is actually needed, resulting in unused space that cannot be allocated to other processes or files.
- Internal fragmentation can occur in different types of memory allocation schemes, such as fixed partitioning, variable partitioning, and paging.
- To minimize internal fragmentation, memory allocation algorithms and techniques are used to allocate memory efficiently and effectively.
- Internal fragmentation can be a significant issue in memory management, particularly in systems with limited memory resources.
- It can result in a significant waste of memory, reducing the overall performance of the system.
- Internal fragmentation can be addressed using various memory allocation techniques, such as dynamic partitioning and buddy memory allocation.
- These techniques aim to minimize internal fragmentation by allocating only the required amount of memory to each process or file.
Learn more-
https://brainly.in/question/2176599
https://brainly.in/question/2887580
#SPJ3
Similar questions