In The Context Of Memory Management, What Are Placement And Replacement Algorithms
Posted by Mr Aim
15 Apr, 2013
placement algorithm determine where there is available Real-memory to load aprogram.it has common methods like first-fit,next-fit and best-fit.Replacement algorithm are used when memory are full,and one process or part of process needs to be swapped out to accommodate anew program.the replacement algorithm determines which partition should be swapped out.
placement algorithm determine where there is available Real-memory to load aprogram.it has common methods like first-fit,next-fit and best-fit.Replacement algorithm are used when memory are full,and one process or part of process needs to be swapped out to accommodate anew program.the replacement algorithm determines which partition should be swapped out.
Comments Received:
Please give your suggestions and feedback: