RE: Getting clients active DFS server name? by SubnetJO
SubnetJO
Mon Nov 28 08:00:02 CST 2005
You should simply do the transfer, in may opinion.
[Considerations]
The ICMP traffic isn't a good test for network performance.
Network performances, depending on you network configuration, depend on may
factors.
Network devices, paths, backup paths, traffic load at the moment, queueing
strategies on the network interfaces...
There is only one way to test the network performance of a path, in a given
moment and for a given kind of traffic... you have to do the operation (or
very close simulation) and look the results.
Because of that, in the most cases better is "to do the job regardless of
network".
You may say: "but I see differences by testing paths with ICMP..."
Yes.
But isn't said that a faster echo reply reveals a better path for a large
file transfer...
And more...
Suppose to ave 10 servers to check the network path of.
To choose the best you have to "ping" each of them, before the transfer.
So, at least, you have to wait the echo replies of all the servers, even the
slowers, even the unavailable ones!
This will increase the "latency" on you path, perhaps wasting the advantage
of doing the "faster choice".
More again...
In ANY case, you may want to think that what you see as "better" now, may be
not s good after a second.
For those reasons I think should be better to do the transfer regardless of
network.
At the end...
You may want to ask you system administrator the DFS configuration.
Probably you will discover that there is not a great difference between
servers.
This is because when you configure "something" that is "many to one" is
usually considered a good admnistrative choice to have all equal members of
the "many group".
I hope this can help.
SubnetJO, Italy
"Sofia Engvall" ha scritto:
> Hi! :)
>
> I need to check the connection speed between the client and the server
> before I start a program installation.
>
> My problem is that the installation files are on a DFS share.
>
> What I need is a list of the possible servers for this DFS share and if
> possible, the currentlly active one.
>
> In windows(xp) it's just to right click the directory accessed through a dfs
> to see a list of the servers (The active one's marked).
>
> This must be possible to get this information through a script to... Please
> help. :)
>
> (I'm using Win32_PingStatus to get the speed of the connection. If anyone's
> got better way, please tell me. :) )
>
> Thanks a million! :-)
>
> /Sofia
>
>
>