RTUComputer ScienceYr 2020 · Sem 82020

Q8Distributed Systems

Question

2 marks

Explain process migration in distributed OS.

Answer

Process migration is the violent, real-time transfer of an executing program from one physical CPU to another across the network without mathematically stopping or resetting its execution state.

If Server Node A mathematically detects that its CPU is operating at 99% capacity and is about to melt, the distributed OS freezes the thread, packages its entire RAM footprint, and blasts it to idle Server Node B, where execution resumes perfectly at the exact instruction it paused.

Back to Paper