Jump to content

Remote Differential Compression

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 221.128.147.209 (talk) at 17:54, 6 February 2008 (+ Windows components template and category). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Remote Differential Compression (RDC) is a client-server synchronization protocol that allows the contents of two files to be synchronized by communicating only the differences between them. It was introduced with Windows Server 2003 R2 and is included with later Windows client and server operating systems.

Unlike Binary Delta Compression (BDC), which is designed to operate only on known versions of a single file, RDC does not make assumptions about file similarity or versioning. The differences between files are computed on the fly, therefore RDC is suitable for efficient synchronization of files that have been updated independently, network bandwidth is small or in scenarios where the files are large but the differences between them are small.