Link to video

Master Slave Architecture used in databases to avoid single point of failures. Writes to master, reads from slave.

donnemartin/system-design-primer

Split-brain problem

What is split brain syndrome? - Definition from WhatIs.com

<aside> 💡 Distributed consensus is a way in which multiple nodes agree on a certain value.

</aside>

Eg: 2PC, 3PC, MVCC, SAGA