closed by
774 views
0 0 votes
closed as a duplicate of: Memory Management
A system using fixed partitioning memory allocation technique where 10 partitions are available and each partition size is 90KB. The request of processes are 60 KB, 40 KB, 55KB,75KB,84KB, 20 KB, 80 KB.

Total internal fragmentation and external fragmentation?

Please answer it.
Position:
Show:

Related questions

1 1 vote
1 answers 1 answer
5.9k
5.9k views
dirac asked Nov 13, 2015
5,902 views
Assume 140K, 260K, 60K memory is free. What is the total external fragmentation that arises for the following requests 110K, 30K, 210K, 50K using Best-fit policy, assume ...
1 1 vote
1 1 answer
1.6k
1.6k views
sunil sarode asked Dec 31, 2017
1,572 views
Consider a byte addressable virtual memory system with 34-bit addresses where the first 23 bits are used as a page number, and the last 11 bits is the offset. Suppose the...
8 8 votes
2 answers 2 answers
12.3k
12.3k views
humblefool asked Jul 19, 2017
12,286 views
Consider a virtual memory system with 32-bit virtual addresses and 1 KB pages. Each page table entry requires 32- bits. It is desired to limit the page table size to one ...
0 0 votes
2 2 answers
1.7k
1.7k views
sanyam53 asked Jan 10, 2017
1,650 views
Consider the methods used by process $P_{1}$ and P2 for accessing their critical sections whenever needed, as given below. The initial values shared Boolean variables, $\...