What is the best suited algorithm to avoid internal
fragmentation?
Answers were Sorted based on User's Feedback
Answer / mo mohsin
Dynamic Partioning of Memory is the solution for Internal Fragmentation in OS. because of the rule that Contiguous allocation should be there,Eventhough Dynamic Partioning is there,External Fragmentation will be there.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different job scheduling in operating systems?
How do I see all files on my mac?
Explain bootstrap program in operating system.
What is the difference between mutex and semaphore?
Can my processor run 64 bit?
What is mutual exclusion and multithreading in OS?
Explain trashing?
Suppose if we have a variable 'I' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Explain the layers of a windows xp system.
Can you please explain the difference between trap and trapdoor?
How does a memory leak work?
One starts counting from 0 to max and the other stars from max to 0. Which one executes fast.