[Gllug] Network traffic

tet at accucard.com tet at accucard.com
Tue Nov 27 08:25:40 UTC 2001


>If i have an nfs filesystem (e.g. server:/pub ) mounted on a local client 
>(say as /import) do file operations such as copying which only relate to the 
>remote fs result in data travelling to the client and back to the server, or 
>is nfs 'intelligent' enough to to do the copy directly on the remote machine?

Data always travels across the network. The program doing the actual copy
(in this case, cp) resides on the client machine. It doesn't know that the
source and destination files are on an NFS filesystem. It just sees them
as files that it can read and write, so that's what it does. That process
of reading and writing involves the data flowing over the network. To
do it any other way would require each application to have knowledge of
where the file was held, and of the vagaries of every possible filesystem
on which it may exist.

Tet

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list