A replicating instance is an instance that does not execute business logic or generate database updates. It receives logical database updates from an originating instance or another replicating instance and applies them to its database.
Within the context of a replication connection between two instances, a replicating instance that receives updates from a source instance is referred to as receiving instance or receiver side. For example, in an B<-A->C replication configuration, both B and C can be referred to as a receiving instance.
Within the context of a replication connection between two instances, an originating instance is referred to as source instance or source side. For example, in an B<-A->C replication configuration, A is the source instance for B and C.
A supplementary instance is an instance that processes business logic, generates logical updates to the database, and at the same time receives updates from another instance.