Wednesday, January 6, 2021

Process synchronisation:

Operating System Question Set 
GALVIN


 1. code of producer consumer process.

2. race condition, critical section , starvation.
3. Peterson's solution.
4. semaphore - counting semaphore, binary semaphore.
5. spinlock.
6. bounded buffer problem.
7. Reader writer problem.
8. Dining philosopher problem.
9.  Producer consumer process using semaphore.
10. Monitor.
11. Bounded buffer problem using semaphore.
12. Dining philosopher problem using semaphore.
13.  Reader writer problem using semaphore.

No comments:

Post a Comment