Question
Which part of the critical-section protocol requests permission before accessing shared data?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Entry section
Explanation:
The entry section contains the synchronization steps used to acquire access to the critical section.
Only after successful entry may the process execute the protected code.
Leave a Reply