File Replication Service
   HOME

TheInfoList



OR:

File Replication Service (FRS) is a
Microsoft Microsoft Corporation is an American multinational technology corporation producing computer software, consumer electronics, personal computers, and related services headquartered at the Microsoft Redmond campus located in Redmond, Washin ...
Windows Server Windows Server (formerly Windows NT Server) is a group of operating systems (OS) for servers that Microsoft has been developing since July 27, 1993. The first OS that was released for this platform was Windows NT 3.1 Advanced Server. With the r ...
service for distributing shared files and Group Policy Objects. It replaced the (Windows NT) Lan Manager Replication service, and has been partially replaced by
Distributed File System A clustered file system is a file system which is shared by being simultaneously mounted on multiple servers. There are several approaches to clustering, most of which do not employ a clustered file system (only direct attached storage fo ...
Replication. It is also known as NTFRS after the name of the executable file that runs the service. One of the main uses of FRS is for the SYSVOL directory share. The SYSVOL directory share is particularly important in a Microsoft network as it is used to distribute files supporting
Group Policy Group Policy is a feature of the Microsoft Windows NT family of operating systems (including Windows 7, Windows 8.1, Windows 10, Windows 11, and Windows Server 2003+) that controls the working environment of user accounts and computer accounts. G ...
and scripts to client computers on the network. Since Group Policies and scripts are run each time a user logs on to the system, it is important to have reliability. Having multiple copies of the SYSVOL directory increases the resilience and spreads the workload for this essential service. The SYSVOL directory can be accessed by using a
network share In computing, a shared resource, or network share, is a computer resource made available from one host to other hosts on a computer network. It is a device or piece of information on a computer that can be remotely accessed from another compu ...
to any server that has a copy of the SYSVOL directory (normally a
Domain Controller A domain controller (DC) is a server computer that responds to security authentication requests within a computer network domain. It is a network server that is responsible for allowing host access to domain resources. It authenticates users, sto ...
) as shown below: \\server\SYSVOL Or by accessing it using the domain name: \\domain.com\SYSVOL Servers that work together to provide this service are called Replication Partners. To control file replication: # Use the ''Active Directory Sites and Services'' from ''Administrative Tools''. # Select the ''Sites'' container to view a list of sites. # Expand the site that to be viewed. This will provide the list of servers in that site. # Expand the server to be viewed, right click the NTDS settings, and select ''Properties''. # Under the ''Connections'' tab, the list of servers that are being replicated can be seen.


DFS Replication

In
Windows Server 2003 R2 Windows Server 2003 is the sixth version of Windows Server operating system produced by Microsoft. It is part of the Windows NT family of operating systems and was released to manufacturing on March 28, 2003 and generally available on April 24, 2 ...
and
Windows Server 2008 Windows Server 2008 is the fourth release of the Windows Server operating system produced by Microsoft as part of the Windows NT family of the operating systems. It was released to manufacturing on February 4, 2008, and generally to retail on F ...
, DFS Replication is available as well as the ''File Replication Service''. ''DFS Replication'' is a state-based replication engine for file replication among DFS shares, which supports replication scheduling and
bandwidth throttling Bandwidth throttling consists in the intentional limitation of the communication speed (bytes or kilobytes per second) of the ingoing (received) data and/or in the limitation of the speed of outgoing (sent) data in a network node or in a network ...
. It uses Remote Differential Compression to detect and replicate only the change to files, rather than replicating entire files, if changed.
Windows Vista Windows Vista is a major release of the Windows NT operating system developed by Microsoft. It was the direct successor to Windows XP, which was released five years before, at the time being the longest time span between successive releases of ...
also includes a DFS Replication Service which is limited to peer-to-peer DFS Replication service groups. FRS is still used for SYSVOL replication, but optionally, DFS replication may be used instead of FRS replication for SYSVOL shares, and the FRS stopped. On up-level Windows Server 2008 domain controllers, SYSVOL replication is performed using DFS replication, by default although NTFRS replication is also supported. On Windows Server 2008/R2 up-level domain controllers, SYSVOL replication is performed using DFS replication, and NTFRS replication is disabled altogether.


References


External links


FRS Technical Reference


{{Windows Components Active Directory Microsoft server technology Windows components Network file systems Internet Protocol based network software