Boomi Nathan

J. BoomiNathan is a writer at SenseCentral who specializes in making tech easy to understand. He covers mobile apps, software, troubleshooting, and step-by-step tutorials designed for real people—not just experts. His articles blend clear explanations with practical tips so readers can solve problems faster and make smarter digital choices. He enjoys breaking down complicated tools into simple, usable steps.

7640 Articles

Suzuki–Kasami Algorithm

Suzuki–Kasami algorithm is a token-based algorithm for achieving mutual exclusion in distributed systems.This…

Boomi Nathan

Maekawa’s Algorithm

Maekawa’s Algorithm is quorum based approach to ensure mutual exclusion in distributed systems.…

Boomi Nathan

Ricart–Agrawala Algorithm

Ricart–Agrawala algorithm is an algorithm to for mutual exclusion in a distributed system…

Boomi Nathan

DISTRIBUTED SHARED MEMORY

Distributed shared memory (DSM) is an abstraction used for sharing data between…

Boomi Nathan

Lamport’s Algorithm

Lamport’s Distributed Mutual Exclusion Algorithm is a permission based algorithm proposed by Lamport…

Boomi Nathan

Mutual exclusion in distributed system

Mutual exclusion is a concurrency control property which is introduced to prevent race…

Boomi Nathan

Distributed Mutual Exclusion

Process coordination in a multitasking OS  –       Race condition: several processes access and…

Boomi Nathan

Logical time and logical clocks

Instead of synchronizing clocks, event ordering can be used If two events…

Boomi Nathan

Causal ordering

Causal ordering is a vital tool for thinking about distributed systems. Once…

Boomi Nathan

Group communication

A multicast operation is more appropriate – this is an operation that sends a…

Boomi Nathan