Consistency – CC

Question 10. What is the purpose of synchronization in a concurrent system?


Answer:

The purpose of synchronization is to ensure that multiple threads or processes do not access shared resources simultaneously, which could lead to inconsistencies or data corruption. Synchronization ensures safe and orderly access to shared resources.


Resources:

Lenovo Glossary: How does synchronization work in concurrent programming?

View here



Geeks For Geeks Article: Introduction of Process Synchronization

View here