Skip to content

Commit 9a622de

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-14316-zones (#5551) (#5623)
* DOCS-14316-zones * DOCS-14316-zones * DOCS-14316-zones * DOCS-14316-zones * DOCS-14316-zones * DOCS-14316-zones * DOCS-14316-zones * DOCS-14316-zones * DOCS-14316-zones * DOCS-14316-zones --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 2db5acf commit 9a622de

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

source/core/replica-set-architecture-geographically-distributed.txt

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ Distributing replica set members across geographically distinct data
2626
centers adds redundancy and provides fault tolerance if one of the data
2727
centers 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+
2935
Distribution of the Members
3036
---------------------------
3137

@@ -114,13 +120,13 @@ member in Data Center 3:
114120
Connectivity
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`

0 commit comments

Comments
 (0)