It's High Availability Data Replication.
Two server share the same data.
Primary server and secondary (read-only) server.
You connect to the primary, when primary goes down, secondary must take over without loss of commited data.
Works very well and is very easy to implement. It's standard in IDS.
There is a manual for this.