1,919 views
0 votes
0 votes
Suppose a fixed partitioning memory system with partitions of 100K, 500K, 200K, 300K, and 600K (in memory order) exists. All five partitions are currently available. Using the best fit algorithm, find how much internal fragmentation exists in this system after processes of 212K, 417K, 112K, and 350K (in request order) arrive ?

What will be the answer ?

1 Answer

0 votes
0 votes

                                           Memory left 

For 212 KB -> 300 k block    88 K

For 417 KB -> 500 k block.   83 k

For 112 KB -> 200 k block .  88 k

For 350 KB -> 600 k block.   250 k

 

So total memory space wasted or internal fragmentation = 88+83+88+250k

edited by

Related questions

0 votes
0 votes
0 answers
1
SSR17 asked Feb 8
211 views
we have 8 pages (each side 32B) to store in physical memory of 2^32 bits how many bits are required to identify each page , according to me 3 bits are required but that i...
0 votes
0 votes
2 answers
4
Unique_999 asked Aug 17, 2023
324 views
Can Any explain the relationship between The “ Word Size “ and “ Logical Address Space “