Computer Science, asked by riteshkulkarni2311, 11 months ago

Explain internal and external fragmentation along with example​

Answers

Answered by sumo1674
0

Answer:

Internal Fragmentation occurs when a process needs more space than the size of allotted memory block or use less space. External Fragmentation occurs when a process is removed from the main memory. Best Fit Block Search is the solution for internal fragmentation. Compaction is the solution for external fragmentation

Similar questions