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
26
26
centers adds redundancy and provides fault tolerance if one of the data
27
27
centers is unavailable.
28
28
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
+
29
35
Distribution of the Members
30
36
---------------------------
31
37
@@ -114,13 +120,13 @@ member in Data Center 3:
114
120
Connectivity
115
121
------------
116
122
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.
121
125
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
+ ----------
126
128
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