• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NFS vs FTP

andycheah

Member
Hello,

I have an assignment question for my networking class and it askes which is faster...NFS or FTP? It specifically to compare for large or small files. I cannot seem to find anything on the net about transfer speeds so I was hoping to find the answer here. I guess it really depends on the system setup and so on as well. I'm just looking for a general answer though. Stupid question. 🙂

I will reference anyone who responds in my assignment!

Thanks, Andy
 
NFS is much slower than FTP (all else being equal). Especially if one is using NIS and automounter.

NFS is basically the same idea as mapping network drives under Windows, except a little more transparent. If one has a good network, it is possible to work in directories that are mounted under NFS and not notice until one does some heavy reading or writing.

FTP is actually a pretty good file transfer protocol (no pun intended) if the data is already compressed.
 
Back
Top