Concept Flow - Why replication provides redundancy
Primary Server receives data
Primary writes data to its storage
Primary sends data to Replica
Replica receives and stores data
If Primary fails
Replica can serve data
Redundancy achieved
Data is copied from the primary server to replicas, so if the primary fails, replicas have the data to keep the system running.