Replica Set Read and Write Semantics

From the perspective of a client application, whether a MongoDBinstance is running as a single server (i.e. “standalone”) or areplica set is transparent. However, MongoDB providesadditional read and write configurations for replica sets.

Note

Sharded clusters where the shards are alsoreplica sets provide the same operational semantics with regards towrite and read operations.