I’m curious to know if DFS can be used to improve client performance when we have a large number of users all attempting to access the same data simultaneously. Specifically, I was curious of replicating the data to a second file server on the same network might allow users to “overflow” onto the second server in the even the primary server becomes congested.
To be clear, this would be the same physical network, same subnet, just two separate file servers in a replication group.