Replication is the process of copying information to synchronize data across multiple computer storage points. It is used to increase data availability, fault tolerance, and load balancing. Here’s how it works in simple terms:

  1. A primary node stores the original data. This is the master copy.
  2. The primary node replicates the data to one or more secondary nodes. The secondary nodes receive the replicated data from the primary.
  3. Anytime data changes on the primary node, those changes are replicated to the secondary nodes. This ensures the secondary nodes have an up-to-date copy of the data.
  4. If the primary node fails, one of the secondary nodes can take over as the new primary. The failover process promotes a secondary node to become the new primary.
  5. The new primary node will then replicate any new changes to the remaining secondary nodes to bring them back in sync.

So in summary, replication involves:

  • A primary data store
  • One or more secondary data stores
  • The primary propagating changes to the secondaries to keep them synchronized
  • The ability to fail over to a secondary node if the primary fails
  • New changes being replicated from the new primary to bring all secondaries back in sync

This basic replication architecture provides data redundancy, high availability and fault tolerance. The secondary nodes act as a backup of the primary data in case the primary fails.

Hope this overview helps explain at a high level how replication works! Let me know if you have any other questions.

So, that’s all in this blog. I will meet you soon with next stuff .Have a nice day !!!

Guys please don’t forget to like and share the post.Also join our Active Directory page and where you can post your queries/doubts and our experts will address them .

You can also share the feedback on below ActiveDirectory email id.

If you have any questions, feel free to contact us on admin@activedirectory.in also follow us on Facebook page to get updates about new blog posts.

Vipan Kumar

He is an Active Directory Consultant. He has been working in IT industry for more than 10 years. He is dedicated and enthusiastic information technology expert who always ready to resolve any technical problem. If you guys need any further help on subject matters, feel free to contact us on admin@activedirectory.in. Please subscribe our Facebook page as well website for latest article.

Recent Posts

What are the steps to move the DC in production site after promotion?

Moving a domain controller (DC) to a production site after promotion involves several steps. Here's…

11 months ago

What are the staging and production sites in Active directory?

In Active Directory, staging and production sites refer to different environments used for testing and deploying changes…

11 months ago

If domain controller down for some time, is it good to move this to staging site? if yes then why?

If a domain controller (DC) has been down for an extended period of time, there…

11 months ago

What information contain netlogon logs?

Netlogon logs contain information related to the Netlogon service on a Windows Server, which is responsible for authenticating…

11 months ago

What are sites in Active directory? What are they used for?

In Active Directory, sites are a logical construct used to group together network resources (such as domain…

11 months ago

How we can redirect specific user’s subnet to get the authentication from particular AD site

You can redirect a specific subnet to authenticate from a particular Active Directory site by using site…

11 months ago