===== Distributed System ===== [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] A **Distributed System** (**Distributed Computing** and **Distributed Database**), in its most simplest definition, is a group of computers communicating through messages working together to behave as a single computer to the end-user. These machines have a shared state, operate concurrently and can fail independently without affecting the whole system’s uptime. Source: [[https://www.freecodecamp.org/news/a-thorough-introduction-to-distributed-systems-3b91562c9b3c/ | Distributed System ]]