Lamport’s algorithm
In Lamport's mutual exclusion algorithm, what is used to order requests for the Critical Section?
What must a process wait for before entering the Critical Section in Lamport’s algorithm?
If a link becomes slow between two processes, what is the effect on mutual exclusion?
What happens to a process’s Request Queue after it sends a RELEASE message?
In Test Mode 1, how many processes can request the Critical Section simultaneously?
What is the main role of the logical clock in Lamport's mutual exclusion algorithm?
If a process receives a REQUEST from another process with a lower timestamp, what should it do?
Why is it important to clear the Reply Queue after a process enters the Critical Section and releases it?