The leader is a software application in a distributed system which provides the global coordination necessary for servers to perform transactions safely and to ensure clients are not oversubscribed.
A file server, time server, or central lock coordinator server can be known as a leader. A combination of central locks on remote procedure calls and explicit locks on file server or time server processes may be necessary to ensure data integrity in a distributed system.
References