Multiple choice

Inter-process _____ is a set of protocols and mechanisms used to preserve system integrity and consistency.

  1. synchronization

  2. signaling

  3. communication

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Inter-process synchronization coordinates access to shared resources among concurrent processes, preventing race conditions and maintaining data integrity and consistency. Communication handles data exchange, while signaling sends notifications.