Distributed¶
When something is distributed, it is spread across several autonomous instances, though it is reputed working as one.
The indenpedent servers pass messages among each other, in order to be synchronised.
There are distributed transactions over multiple SQL server; distributed sessions, over multiple web server; etc.
Related : Distributed Monolith