Mutual exclusion problem occurs

2017

Mutual exclusion problem occurs

  1. A.

    Between two disjoint processes that do not interact

  2. B.

    Among processes that share resources

  3. C.

    Among processes that do not use the same resource

  4. D.

    Between two processes that uses different resources of different machine

Attempted by 362 students.

Show answer & explanation

Correct answer: B

The mutual exclusion problem occurs when multiple processes attempt to access shared resources or critical sections simultaneously. This concurrent access without synchronization can lead to race conditions and data inconsistency. Therefore, mutual exclusion mechanisms are essential to ensure that only one process accesses the critical section at any given time.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Isro