탈중앙화 (Decentralization)
중앙 기관에서 분산된 네트워크 참여자로 권한과 통제를 배분하는 것.
Decentralization is the foundational philosophy of the cryptocurrency movement. By removing intermediaries (like banks or tech giants), decentralized systems aim to create 'trustless' environments where code dictates the rules, not human discretion. This applies to money (Bitcoin), finance (DeFi), governance (DAOs), and even infrastructure (DePIN).
graph LR
Center["탈중앙화 (Decentralization)"]:::main
Pre_consensus_mechanism["consensus-mechanism"]:::pre --> Center
click Pre_consensus_mechanism "/terms/consensus-mechanism"
Rel_dao["dao"]:::related -.-> Center
click Rel_dao "/terms/dao"
Rel_smart_contract["smart-contract"]:::related -.-> Center
click Rel_smart_contract "/terms/smart-contract"
Rel_asn["asn"]:::related -.-> Center
click Rel_asn "/terms/asn"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5살도 이해할 수 있게 설명
🌍 대장이 없는 놀이터를 상상해보세요. 한 명이 규칙을 정하는 게 아니라 모두가 함께 정합니다. 권력이 분산되어 있어 더 안전합니다.
🤓 Expert Deep Dive
Decentralization is not a binary state but a spectrum measured across three primary vectors: Architectural (how many physical nodes?), Political (how many individuals control those nodes?), and Logical (does the system present as one interface?). The Nakamoto Coefficient is the standard metric for quantifying political decentralization, representing the minimum number of colluding entities required to compromise the network (e.g., via a 51% attack). While architectural decentralization improves fault tolerance, it often introduces trade-offs in scalability and latency, known as the Decentralization Trilemma (Security, Scalability, Decentralization). True decentralization also requires mitigating 'hidden' centralization risks like reliance on specific cloud providers (AWS/Azure) or client software diversity.