What redundancy levels are supported?
Here are the redundancy levels supported across the core storage services:
Object Storage is OCI’s most durable tier, designed for 99.999999999% (11 nines) of annual durability.
Intra-Region Redundancy: OCI automatically stores every object on multiple storage servers across three separate Fault Domains.
Self-Healing: The system continuously runs checksums to detect data corruption.
Cross-Region Replication: You can enable Replication Policies to automatically sync a bucket to a completely different geographical region (e.g., from London to Frankfurt) for ultimate disaster recovery.
Block Volumes (your server's hard drives) are designed for 99.99% (4 nines) of annual durability.
Hardware Redundancy: Data is stored redundantly across multiple storage servers within a single Availability Domain. This protects you against the failure of an individual drive or a physical storage rack.
Asynchronous Replication: In 2026, OCI supports Cross-Region Volume Replication.
Volume Groups: You can group multiple disks together to ensure that backups and replicas stay "crash-consistent"—meaning the data across all disks is captured at the exact same microsecond.
File Storage (NFS) provides high availability for shared application data.
Local Resilience: Like Block Storage, it replicates data across multiple storage nodes within an Availability Domain.
Snapshots: You can take up to 10,000 snapshots per file system.
Active-Passive Replication: You can replicate an entire file system to a different Availability Domain or Region to ensure your shared files are available even if a primary data center goes offline.
| Feature | Object Storage | Block Volumes | File Storage |
| Durability Goal | 11 Nines (99.999999999%) | 4 Nines (99.99%) | High Availability |
| Default Protection | Multi-AD or Multi-FD | Multi-Server (Single AD) | Multi-Server (Single AD) |
| Disaster Recovery | Cross-Region Replication | Cross-Region Replication | Cross-Region Replication |
| Corruption Defense | Continuous Self-Healing | Integrated Backups | Copy-on-Write Snapshots |
Regardless of the storage type, OCI employs Erasure Coding and Checksumming at the physical layer.
Erasure Coding: This breaks data into fragments and spreads them across different disks with "parity" bits. If a disk fails, the system uses math to reconstruct the missing data instantly.
In-Transit Protection: All data is encrypted and verified as it moves from the server to the storage fabric, ensuring that "bit rot" or network interference doesn't corrupt your files.
Because Object Storage is so highly redundant, many 2026 architects use it as a "Source of Truth." Instead of traditional backups, they store critical data as objects and use Versioning. If a file is overwritten or deleted, you can simply "roll back" to the previous version instantly, as OCI keeps the old versions of the object redundantly stored.