replica set
Computing term, especially in MongoDB and distributed systems, referring to a group of database nodes that maintain the same data set.
In MongoDB, replica sets are used to ensure data redundancy.
If a node in the replica set goes down, failover occurs automatically.
Borrowed from English 'replica set', a compound of 'replica' and 'set'.