docs/content/v2.25/explore/going-beyond-sql/asynchronous-replication-ysql.md
By default, YugabyteDB provides synchronous replication and strong consistency across geo-distributed data centers. A cross-universe (xCluster) deployment provides high throughput asynchronous replication across two data centers or cloud regions.
xCluster provides the following benefits:
f fault domains, you need at least 2f + 1 fault domains. Therefore, to survive the loss of one data center, a minimum of three data centers is required, which can increase operational costs. For more details, see fault tolerance. However, with async replication you can achieve multi-region deployments with only two data centers.xCluster is always active-active, allowing you to read data from any region. It supports both single-master and multi-master deployment options, offering flexibility to balance write performance and consistency guarantees.
Active-active single-master xCluster:
Active-active multi-master xCluster:
For more information, see the following: