Open In App

Process Migration in Distributed System

A process is essentially a program in execution. The execution of a process should advance in a sequential design. A process is characterized as an entity that addresses the essential unit of work to be executed in the system.

Process migration is a particular type of process management by which processes are moved starting with one computing environment then onto the next. 



There are two types of Process Migration:



Why use Process Migration?

The reason to use process migration are:

What are the steps involved in Process Migration?

The steps which are involved in migrating the process are:

The subcategories to migrate a process are:

Methods of Process Migration

The methods of Process Migration are:

1. Homogeneous Process Migration: Homogeneous process migration implies relocating a process in a homogeneous environment where all systems have a similar operating system as well as architecture. There are two unique strategies for performing process migration. These are i) User-level process migration ii) Kernel level process migration.

Homogeneous Process Migration Algorithms: 

There are five fundamental calculations for homogeneous process migration:

2. Heterogeneous Process Migration: Heterogeneous process migration is the relocation of the process across machine architectures and operating systems. Clearly, it is more complex than the homogeneous case since it should review the machine and operating designs and attributes, as well as send similar data as homogeneous process migration including process state, address space, file, and correspondence data. Heterogeneous process migration is particularly appropriate in the portable environment where is almost certain that the portable unit and the base help station will be different machine types. It would be attractive to relocate a process from the versatile unit to the base station as well as the other way around during calculation. In most cases, this couldn’t be accomplished by homogeneous migration. There are four essential types of heterogeneous migration:

Article Tags :