Question
Peterson’s solution provides software mutual exclusion for how many cooperating processes in its classic form?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Two processes
Explanation:
The classic Peterson algorithm is designed for two processes using shared flags and a turn variable.
Extensions for more processes require different or generalized algorithms.
Leave a Reply