Computer Science, asked by iksha9463, 1 year ago

What do you mean by synchronization in operating system?

Answers

Answered by PrajjwalJaiswal
0
Process Synchronization means sharing system resources by processes in a such a way that, Concurrent access to shared data is handled thereby minimizing the chance of inconsistent data. Maintaining data consistency demands mechanisms to ensure synchronized execution of cooperating processes.
Process Synchronization was introduced to handle problems that arose while multiple process executions. Some of the problems are discussed below.
Similar questions