File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ Distributing replica set members across geographically distinct data
2626centers adds redundancy and provides fault tolerance if one of the data
2727centers is unavailable.
2828
29+ Some cloud providers use *regions* and *availability zones*. Regions are
30+ separate geographic areas. Availability zones are the same as data
31+ centers and are separate physical locations within a region. A replica
32+ set has high availability if the nodes are in different availability
33+ zones because it is unlikely that all zones will fail at the same time.
34+
2935Distribution of the Members
3036---------------------------
3137
@@ -114,13 +120,13 @@ member in Data Center 3:
114120Connectivity
115121------------
116122
117- Verify that your network configuration allows communication among all
118- members; i.e. each member must be able to connect to every other member.
119-
120- .. seealso::
123+ Verify that your network configuration allows each member to connect to
124+ every other member.
121125
122- - :doc:`/tutorial/deploy-geographically-distributed-replica-set`
123- - :doc:`/tutorial/deploy-replica-set`
124- - :doc:`/tutorial/add-replica-set-arbiter`
125- - :doc:`/tutorial/expand-replica-set`
126+ Learn More
127+ ----------
126128
129+ - :ref:`server-replica-set-deploy-geo`
130+ - :ref:`server-replica-set-deploy`
131+ - :ref:`server-replica-set-deploy-arbiter`
132+ - :ref:`server-replica-set-deploy-expand`
You can’t perform that action at this time.
0 commit comments