Dağıtık sistemler (ağ üzerinden birlikte çalışan birden fazla bilgisayar) tek makine sistemlerinde olmayan önemli zorluklar ortaya çıkarır — ağ güvenilmezliği, kısmi arızalar, tutarlılık, koordinasyon ve daha fazlası. Bunları anlamak, ölçekte sistem tasarlaması için gereklidir.
Neden önemli
Multiple machines communicating over a NETWORK introduce fundamental challenges:
→ the NETWORK is unreliable (latency, packet loss, partitions) and not instant
→ PARTIAL FAILURES → some parts fail while others work (vs all-or-nothing on one machine)
→ no shared memory/clock → coordination is hard
→ "the network is reliable" etc. are FALLACIES — distributed systems break these assumptions.
