Discuss some of the reasons for implementing process migration ?
Answers were Sorted based on User's Feedback
Answer / rahimsk
The main cause for creating migration is to easy transferring the files and system settings like User accounts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / Surya Kumar Raushan
Process migration can be beneficial in several scenarios: (1) Load balancing between processors to ensure optimal resource utilization. (2) Memory management, where a large memory-intensive process is moved to a system with abundant memory resources. (3) System maintenance, such as when executing diagnostic tests or performing updates and patches on running systems without causing service interruptions. (4) Fault tolerance by moving a failed process to a healthy processor in case of hardware or software failures.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I stop chkdsk at startup?
What are the three main purposes of an operating system?
Explain about paged segmentation and segment paging ?
main() { charstr1="prakash"; charstr2="raju"; Str1=str2; printf("\n%d",str1); }
What is virtual memory? Where it used by OS?
Differentiate between Multiprocessing, Mutliprogramming and Multithreading.
How do I search for a pattern in vi?
What are the reasons for process termination?
How to stop a long running thread?
1 Answers Sans Pareil IT Services,
What is the purpose of system programs?
Should I install 32 or 64 bit?
How does reference counting manage memory allocated objects? When can it fail to reclaim objects?