1、DFS和杀毒软件的影响:http://www.symantec.com/connect/forums/sep-and-dfs-replication
2、DFS深度:http://technet.microsoft.com/zh-cn/library/cc782417(v=ws.10).aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/dd405482(v=vs.85).aspx
3.
Generally DFS replication is totally depends on AD replication you set at your place.
Also Requirements for running DFS Management: There are no additional hardware or software requirements for running DFS Management or using DFS Namespaces, except for the newly added features described previously, which require in Windows Server 2012 (or in some cases Windows 8).
Before you can deploy DFS Replication, you must configure your servers as follows:
4.
5.
The following list provides a set of scalability guidelines that have been tested by Microsoft on Windows Server 2008 R2 and Windows Server 2008:
以下列表提供了一组可伸缩性指南,已由 Microsoft 在 Windows Server 2008 R2 和 Windows Server 2008 上进行了测试:
6. FAQ
http://technet.microsoft.com/zh-cn/library/cc773238(v=WS.10).aspx
7.
A. This is determined by the way that the operation system stores the information of DFS replication.
The DFS Replication schedule is stored as a binary attribute of size 336 bytes (2*24*7) which represents a schedule for a week. Each hour is represented in two bytes. Every hour is divided into four quarters, each of which occupies four bits, hence the 15 minutes interval:
[...] [...] [...] [...]
0 14 15 29 30 44 45 59
The four bits of a quarter takes 16 value ranges from 0X0, which indicates schedule is OFF, to 0xF, which indicates an ON schedule with full bandwidth. The levels in between defines an ON schedule with different levels of bandwidth.