Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Note: an efficient distributed token-based mutual exclusion algorithm with central coordinator
Wu M., Shu W. Journal of Parallel and Distributed Computing62 (10):1602-1613,2002.Type:Article
Date Reviewed: May 15 2003

Consider a distributed system, consisting of N connected nodes, with no shared memory, that communicates by message passing. Many mutual-exclusion algorithms exist to coordinate the resource sharing of objects by these N nodes.

In centralized algorithms, nodes communicate their mutual-exclusion requests through one node, a coordinator node. This node takes these requests and grants critical section privileges. An advantage of these algorithms is that the number of messages passed per request is a constant value. A disadvantage is that the synchronization delay, the time interval after a node leaves a critical section, and before the next node enters the critical section, is two time units.

In token-based algorithms, mutual-exclusion is achieved by passing messages among the nodes. To execute in a critical section, a node broadcasts requests to all other nodes, making the number of messages passed per request N. Because there is no coordinator node, the synchronization delay is one unit.

In their note, the authors cleverly develop a centralized token-based mutual-exclusion algorithm that combines the best performance of the above algorithms. The coordinator’s supervisory role is trimmed. A critical-section request from some node is passed to the coordinator, but the coordinator forwards the requesting node number to the node granted access. When the node with the grant finishes, it passes the grant directly to the requesting node, reducing the synchronization delay time to one. Since no broadcasting is done, the number of messages per request is constant. The note also clearly describes the implementation of this algorithm.

Reviewer:  M. Mariano Review #: CR127616 (0309-0898)
Bookmark and Share
 
Mutual Exclusion (D.4.1 ... )
 
 
Distributed Systems (D.4.7 ... )
 
 
Performance Measures (D.2.8 ... )
 
 
Synchronization (D.4.1 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Mutual Exclusion": Date
Another solution of the mutual exclusion problem
Kowaltowski T., Palma A. Information Processing Letters 19(3): 145-146, 1984. Type: Article
May 1 1985
The mutual exclusion problem
Lamport L. Journal of the ACM 33(2): 313-326, 1986. Type: Article
Apr 1 1987
The mutual exclusion problem
Lamport L. Journal of the ACM 33(2): 327-348, 1986. Type: Article
Apr 1 1987
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy