1. Fail Over: Basically the fail over is kind of following:
But it is really more complex than above. If we double click a little, failover is:
- Active Replication: Based on PUSH model, we will discuss multiple approaches for this.
- Passive Replication: Based on PULL model. Whenever a node see that it does not have the requested data, it just read from peer and stores it locally. This strategy works well with timeout based caches.
Active Replications:
Master-Slave Replication:
No comments:
Post a Comment