Hi,
1. Not for standalone DFS Namespaces. You will need an AD domain if you want
to replicate data or use the more sophisticated domain-based namespaces.
2. No, DFSR (and FRS) must operate in the same forest. Robocopy can be used
between forests via custom scripting and creating trusts/configuring security.
3. No. DFSR (and FRS) each use their own technologies. Do not use FRS
without a very good reason, it is deprecated - use DFSR (DFS Replication),
which is built in to 2008.
4. DFSR uses a technology called Remote Differential Compression, which is
delta block replication. It also compresses the delta blocks. As long as the
files being replicated are not rewritten in a scrambled fashion (such as the
ZIP format, which completely rebuilds the file at a binary level every time a
file is added/removed from a ZIP archive), you will usually see very good
performance with RDC.
If you're building this all out new for a specific WDS-only environment
(which is kinda weird?), there is likely no good reason to use multiple
forests, or even multiple domains.
You will need to chat with the WDS folks in their newsgroup to see how well
that will work, I don't really know.
--
Ned Pyle - MSFT
Enterprise Platforms Support
"James" wrote:
> server 2008 DFS
>
> 1) AD domain required?
>
> 2) can DFS be used to synch a directory structure between a few servers all
> of which belong to completely different AD forests?
>
> 3) does DFS/FRS use BITS?
>
> 4) does DFS/FRS perform delta copies of some kind? (the files I'm looking to
> use this for will be large)
>
> I'm looking into implementing WDS and have 6 sites to account for and want
> to use DFS to enable a single place to manage image files, and have them
> replicated to all the sites. At the moment I don't know if each site will
> have a seperate AD or all be a part of the same forest, the AD
> infrastructure is only needed to support WDS, its not for anything else.
>
> any input is welcome,
> thanks.
>
>
>