# What is a Replica Set in MongoDB?

A replica set in MongoDB is a group of mongod processes that maintain the same data set. Replica sets provide redundancy and high availability, and are the basis for all production deployments.

Source:

Replication — MongoDB Manual. www.mongodb.com/docs/manual/replication

