About 1,150,000 results
Open links in new tab
  1. Distributed applications Applications that consist of a set of processes that are distributed across a network of machines and work together as an ensemble to solve a common problem

  2. What is a Distributed System? A system in which hardware or software components located at networked computers communicate and coordinate their actions only by passing messages.

  3. Dec 3, 2025 · Examples of distributed systems range from simple systems in which a single client talks to a single server to huge amorphous networks like the Internet as a whole. As …

  4. Whether you are new to developing distributed systems or an expert with scars on your hands to prove it, the patterns and components described in this book can transform your development …

  5. Distributed computation can refer to a wide variety of system, ranging from commodity cluster computing to computing in a data network; these systems all share the additional challenge of …

  6. What is a distributed system? More than one computer working together to solve a “systems” problem, e.g.:

  7. This abstraction turns a distributed computation into something that looks like a multi-threaded application; the only difference is that these threads run on different machines instead of …