🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Synchronous Replication

Replication mechanism where writes are confirmed only after being validated on all replicated nodes, guaranteeing strong consistency but increasing latency.

📖
용어

Asynchronous Replication

Replication strategy where writes are immediately confirmed on the primary node before propagation to replicas, offering better performance at the expense of immediate consistency.

📖
용어

Vector Clocks

Data structure used to track causal relationships between events in a distributed system to detect concurrency conflicts.

📖
용어

Leader Election

Algorithmic process allowing a cluster of nodes to dynamically designate a unique leader node to coordinate operations and avoid split-brain scenarios.

📖
용어

Heartbeat

Periodic signal sent by nodes to indicate their operational status, enabling rapid failure detection in distributed systems.

📖
용어

Raft

Understandable distributed consensus algorithm that guarantees data consistency through leader election and log replication in clusters.

📖
용어

Paxos

Fundamental consensus algorithm allowing faulty nodes to agree on a single value in an asynchronous distributed environment.

📖
용어

Multi-Master Replication

Replication architecture where multiple nodes can accept simultaneous writes, requiring complex conflict resolution mechanisms.

📖
용어

Read Replicas

Read-only copies of the primary database used to distribute read load and improve overall system availability.

📖
용어

Conflict Resolution

Set of strategies (LWW, CRDTs, manual merge) to resolve inconsistencies when concurrent modifications are detected between replicas.

📖
용어

Split Brain

Critical condition where a cluster splits into isolated sub-networks that can each elect a leader, risking serious data inconsistencies.

📖
용어

Distributed Transaction

Atomic transaction spanning multiple nodes or databases, requiring protocols like Two-Phase Commit to guarantee integrity.

🔍

결과를 찾을 수 없습니다