1.

What do you mean by replication?

Answer»

In replication, data is synchronized between two or more servers. This is a method of storing the same data on more than one site or server. This feature allows data to be accessed seamlessly EVEN during server downtimes or heavy traffic. Users gain CONSISTENT access to data while not INTERFERING with or slowing down those of other users.  

Replication of data is more than just a BACKUP. A publisher is considered to be the server that originates the data, and a subscriber is the one where it is replicated. Data replication involves the publisher synchronizing its transaction with the subscriber and UPDATING subscriber data automatically. A change made on the publisher's side is automatically reflected on the subscriber's side as well. 



Discussion

No Comment Found