DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
System Design Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
System Design
Why does a CP system's write path typically have higher latency than an AP system's?
A
CP systems always use slower hardware
B
CP writes typically require confirming replication or reaching quorum before acknowledging, whereas AP systems can acknowledge immediately and replicate asynchronously in the background
C
There is no latency difference between CP and AP writes
D
AP systems don't actually replicate data at all
Check Answer