Mutual Exclusion Flashcards

1
Q

What are the two types of mutual exclusion algorithms in a distributed computing system?

A

token based and non-token based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What would be an example of implementing fairness in the context of mutual exclusion contention problem?

A

timestamps - requests for access to the shared resource (or critical section) are satisfied in the order of their timestamps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly