A few days ago
Anonymous

what is the positive and negative of placement strategy in memory management ?

what is the positive and negative of placement strategy in memory management ?

Top 1 Answers
A few days ago
Anonymous

Favorite Answer

this is still in some ways rudimentary – how to place certain aspects in diff parts of memory and yet able to recall as n when required. there still lots of work to be done in this area.

memory management is responsible for logical organization – different from linear space – ie segmentation.

memory management in the operating system handles moving info between the levels.memory is divided into fast primary storage and slow secondary storage hence tracking is made easier.

even though memory for diff processes is protected from each other and yet able to share info and access same part of memory.

programs can be organized in modules tt can be shared.

memory management in operating system should relocate programs in memory and handle memory references – hence always point to its right location.

but in some estab depending on the whiz kids some problems will still be encountered

0