Tagged articles
6 articles
Page 1 of 1
Architects' Tech Alliance
Architects' Tech Alliance
Mar 29, 2025 · Artificial Intelligence

What GTC2025 Reveals About AI's Next Leap: Agentic AI, Blackwell GPUs, and Emerging Technologies

At GTC2025 NVIDIA showcased the transition from Generative to Agentic AI, introduced the Blackwell GPU family with massive compute gains, unveiled the open‑source Dynamo inference OS, announced the upcoming Blackwell Ultra chip, VeraRubin roadmap, and highlighted advances in silicon‑photonic switches, robotics and quantum computing.

AIAgentic AIBlackwell GPU
0 likes · 7 min read
What GTC2025 Reveals About AI's Next Leap: Agentic AI, Blackwell GPUs, and Emerging Technologies
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 24, 2018 · Databases

How Dynamo Achieves High‑Availability in Distributed Key‑Value Stores

This article explains Dynamo, the decentralized key‑value storage system, covering its design goals, consistent‑hashing partitioning with virtual nodes, replication strategies, quorum‑based consistency, conflict resolution with vector clocks, hinted handoff, Merkle‑tree synchronization, and gossip‑based failure detection.

DynamoGossip ProtocolReplication
0 likes · 9 min read
How Dynamo Achieves High‑Availability in Distributed Key‑Value Stores
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 11, 2017 · Fundamentals

Mastering Distributed Consistency: Paxos, NWR Model, and CAP Trade‑offs

This article explains how distributed systems balance consistency, availability, and performance by covering consensus algorithms like Paxos, replication models such as Master‑Slave and Master‑Master, and Amazon Dynamo’s N‑R‑W and Vector Clock approaches, while illustrating the CAP theorem trade‑offs.

ConsensusDistributed SystemsDynamo
0 likes · 12 min read
Mastering Distributed Consistency: Paxos, NWR Model, and CAP Trade‑offs
Qunar Tech Salon
Qunar Tech Salon
Jan 21, 2015 · Fundamentals

Data Consistency, Replication, and Distributed Transaction Protocols: From Partitioning to Paxos and Dynamo

The article examines the challenges of scaling a single‑server data service, compares data partitioning and replication, explains consistency models, and surveys distributed transaction protocols such as 2PC, 3PC, Paxos, and Dynamo's NWR model, highlighting their trade‑offs in availability, consistency, and performance.

CAP theoremData ConsistencyDistributed Systems
0 likes · 26 min read
Data Consistency, Replication, and Distributed Transaction Protocols: From Partitioning to Paxos and Dynamo