Question
Easy

Which of the following is not related to synchronization in Operating System ?

1
Bounded Buffer problem
2
Readers-Writers problem
3
Dining Philosophers problem
4
Belady's Anomaly
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Operating Systems & Software Concepts
Topic: MS Window
Correct Answer
Option D
Explanation

The correct option is (4): Belady's Anomaly is the correct answer because it is fundamentally related to memory management, not process synchronization. Specifically, it is a phenomenon observed in certain page replacement algorithms (like FIFO) where increasing the number of available page frames in main memory actually leads to an increase in the number of page faults. This concept is a property of virtual memory performance and the efficiency of…Read More