A STUDY ON PROCESS MIGRATION ALGORITHMS
Keywords:
Migration, Address space, Process, kernel, executionAbstract
Process migration is the act of transferring an active process between two machines. Today in the real world
while process is under execution it may happens that the process gets stacked in between. If this happens for more than
one process then there should be some mechanism that helps process to precede further .Here comes the idea of LOAD
BALANCING using PROCESS MIGRATION and restoring the process from the point it left off on the selected
destination node. We use process migration to control over the load sharing, availability of long process, utilizing some
special resources.