728 views
2 votes
2 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 and external fragmentation exists in this system after processes of 212K, 417K, 112K, and 350K (in request order) arrive.

1 Answer

Related questions

650
views
0 answers
0 votes
BharathiCH asked Jan 18, 2019
650 views
Free Holes4K;8K;20K;2KProgram size2K;14K;3K;6K;10K;20K;2KTime for Execution(B.T)4 ; 10; 2; 1; 4; 1; 8Using Best Fit Allocation ... the time for Loading and Time of Completion of each program. The Burst times are in seconds..
1.1k
views
0 answers
1 votes
saumya mishra asked Oct 5, 2018
1,117 views
Consider 5 memory partitions of size 100 KB,500 KB,200 KB,450 KB abd 600 KB in same order.If sequence of requests for blocks of size 212 KB,417 ... Fit Algorithmb)First Fit Algorithmc)Next Fit Algorithmd)Both next and best result is same?
10.5k
views
0 answers
2 votes
vishal burnwal asked Oct 5, 2018
10,542 views
Consider five memory partitions of size 100 KB, 500 KB, 200 KB, 450 KB and 600 KB in same order. If sequence of requests for blocks of size 212 KB ... .Both next fit and best fit results in same Please provide solution for above question.
1.2k
views
1 answers
0 votes
iita asked Feb 3, 2017
1,225 views