Enclopedia of terms and concepts of various systems.
Here, We have described / defined the terms used in various system property.
Database replication can be used on many database management systems, usually with a master/slave relationship between the original and the copies. The master logs the updates, which then ripple through to the slaves. The slave outputs a message stating that it has received the update successfully, thus allowing the sending (and potentially re-sending until successfully applied) of subsequent updates.
Two types of Replication - Multi-Master Replication, Master - Slave Replication