DC 2marks
DC 2marks
o Total Order: All messages are delivered in the same order to all processes
in the system.
o Token Ring Algorithm: Uses a token passing approach where only the
process holding the token can access the critical section.
o Models of Deadlocks:
IT PAPER:
o FIFO Order: Messages are delivered in the order they are sent, per sender.
o An idle token is a token that is not held by any process currently needing
access to the critical section. It circulates or waits for a request to grant
access to the next requesting process.