Your network contains an Active Directory domain named contoso.com. The domain contains two servers
named Server1 and Server2. Both servers run Windows Server 2012 R2. Both servers have the File and Storage
Services server role, the DFS Namespace role service, and the DFS Replication role service installed.
Server1 and Server2 are part of a Distributed File System (DFS) Replication group named Group1. Server1 and
Server2 are connected by using a high-speed LAN connection.
You need to minimize the amount of processor resources consumed by DFS Replication.
What should you do?
A.
Modify the replication schedule.
B.
Modify the staging quota.
C.
Disable Remote Differential Compression (RDC).
D.
Reduce the bandwidth usage.
Explanation:
Because disabling RDC can help conserve disk input/output (I/O) and CPU resources, you might want to disable
RDC on a connection if the sending and receiving members are in a local area network (LAN), and bandwidthuse is not a concern. However, in a LAN environment where bandwidth is contended, RDC can be beneficial
when transferring large files.
Question tells it uses a high-speed LAN connection.
http: //technet. microsoft. com/en-us/library/cc758825%28v=ws. 10%29. aspx
http: //technet. microsoft. com/en-us/library/cc754229. aspx
our task is not to conserve bandwidth but Processor.
The Staging Quota should be increased.
https://msdn.microsoft.com/en-us/library/cc754229.aspx
No, the answer is C, RDC reduces bandwidth at the cost of Processing resourcing, disabling it will increase the bandwidth used, but reduce processing time.
Agree.
Agreed. Compression uses more CPU for processing