Tagged articles
105 articles
Page 2 of 2
Architects' Tech Alliance
Architects' Tech Alliance
Oct 14, 2016 · Blockchain

Understanding Blockchain from a Technical Perspective: Architecture, Consensus, and Ecosystem

This article explains blockchain as a distributed, fault‑tolerant ledger that combines P2P networking, cryptography, and economic game theory, describing its layered architecture, consensus mechanisms, public versus consortium chains, major platforms, and the distinction between UTXO and account‑balance models.

BlockchainConsensusP2P
0 likes · 13 min read
Understanding Blockchain from a Technical Perspective: Architecture, Consensus, and Ecosystem
Architects' Tech Alliance
Architects' Tech Alliance
Oct 12, 2016 · Blockchain

Blockchain Technology: Definitions, Core Elements, Applications, Open‑Source Projects, and the Chinese Landscape

This article provides a comprehensive overview of blockchain technology, covering its definition, the three core technical elements—p2p networking, consensus algorithms, and cryptography—its potential applications in finance, value internet, and sharing economy, as well as notable open‑source projects and the current Chinese landscape.

BlockchainConsensusdistributed ledger
0 likes · 13 min read
Blockchain Technology: Definitions, Core Elements, Applications, Open‑Source Projects, and the Chinese Landscape
WeChat Backend Team
WeChat Backend Team
Sep 21, 2016 · Fundamentals

Understanding Master Election with Paxos: Lease Algorithm Explained

This article explains the concept of a Master role in distributed systems, how Master election relies on strong consistency via Paxos, details a lease‑based election algorithm, and discusses correctness guarantees and renewal mechanisms using versioning.

ConsensusDistributed SystemsMaster Election
0 likes · 7 min read
Understanding Master Election with Paxos: Lease Algorithm Explained
WeChat Client Technology Team
WeChat Client Technology Team
Jun 22, 2016 · Fundamentals

Understanding Production‑Grade Paxos: How PhxPaxos Works and Its Engineering Secrets

This article explains the core principles and engineering details of the production‑grade Paxos library PhxPaxos, covering consistency concepts, the roles of proposer, acceptor and learner, instance management, state‑machine integration, performance optimizations, checkpointing, and correctness verification in distributed asynchronous environments.

ConsensusDistributed SystemsPaxos
0 likes · 29 min read
Understanding Production‑Grade Paxos: How PhxPaxos Works and Its Engineering Secrets
High Availability Architecture
High Availability Architecture
Jan 18, 2016 · Databases

Database High Availability Challenges and Paxos‑Based Solutions

This article examines the difficulties of achieving strong consistency and continuous availability in database replication, reviews the Paxos consensus protocol and its variants, and explains how Multi‑Paxos and clock‑driven leader election can be applied to build robust high‑availability architectures.

ConsensusDatabase ReplicationMulti-Paxos
0 likes · 17 min read
Database High Availability Challenges and Paxos‑Based Solutions