docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AI-051
category: "[[10_Wiki/💡 Topics/System Architecture & Reliability]]"
category: "10_Wiki/💡 Topics/System Architecture & Reliability"
confidence_score: 0.98
tags: [distributed system, distributed computing, consistency, fault tolerance]
last_reinforced: 2026-06-XX
github_commit: "[P-Reinforce] Processed Distributed-Systems-Engineering."
---
# [[Distributed-Systems-Engineering]] (분산 시스템 공학)
# [[Distributed-Systems-Engineering|Distributed-Systems-Engineering]] (분산 시스템 공학)
## 📌 한 줄 통찰 (The Karpathy Summary)
> 여러 독립적인 컴퓨터가 네트워크를 통해 협력하여 하나의 거대한 작업을 수행할 때 발생하는 복잡성(지연, 일관성, 장애 처리)을 체계적으로 관리하고 안정성을 확보하는 학문이다.
@@ -24,7 +24,7 @@ github_commit: "[P-Reinforce] Processed Distributed-Systems-Engineering."
- **정책 변화:** 서비스 메쉬 (Service Mesh) 기술의 도입으로, 로드 밸런싱, 트래픽 제어, 인증/인가 등의 기능을 애플리케이션 코드 외부에서 네트워크 레벨로 분리하여 관리하는 것이 표준화되었다.
## 🔗 지식 연결 (Graph)
- Parent: [[Microservices-Architecture]]
- Related: [[CAP Theorem]] , [[Saga Pattern]] , [[Circuit Breaker]]
- Raw Source: [[00_Raw/Distributed-Systems-Engineering.md]]
- Parent: [[Microservices-Architecture|Microservices-Architecture]]
- Related: [[CAP-Theorem|CAP Theorem]] , Saga Pattern , Circuit Breaker
- Raw Source: 00_Raw/Distributed-Systems-Engineering.md
---