What are the two types of mutual exclusion algorithms in a distributed computing system?
token based and non-token based
What would be an example of implementing fairness in the context of mutual exclusion contention problem?
timestamps - requests for access to the shared resource (or critical section) are satisfied in the order of their timestamps