what is the difference betweenh the NFS and FTP?
Answers were Sorted based on User's Feedback
Answer / atul pandey
FTP IS USED FOR UPLOAD,DOWNLOAD & TRANSFER FILE BUT NFS IS
RESPONSIBLE FOR SHARE DATA & FILE IN NETWORK
Is This Answer Correct ? | 59 Yes | 11 No |
Answer / susheel narayan singh
The difference between NFS and FTP -
NFS-
1- NFS stands for network file system
2- It is use to share file over the network (within
linux os)
3- Its port no. is 2049
FTP-
1-FTP stands for file transfer protocol.
2-It is use to share file over the network it mean
you can acess by windows cmd prompt and in linux both.
3- Its port no. is 20 and 21
Note: 20 for transfer data
21 for provide flow control
Is This Answer Correct ? | 42 Yes | 18 No |
Answer / jaswanth.saladi
In NFS online modifications can be done n whereas in FTP we
cannot...
Is This Answer Correct ? | 26 Yes | 9 No |
Answer / mohan guduru
NFS - Use it in local environment when you've a local NFS server with installation files from your preferred distro. In this case you already have requested files in local and you just need to add another Linux machine to your environment. You've probably have a situation like this if you've a Linux farm and you just want to be quick when installing new machines
the installation method is nfs :
The required files will be retrieved (Copied) From an nfs share location first before they are installed.
FTP - Basically read Tamas info, from an installation point of view is basically the same. Reliable when dealing with big files due to its nature, FTP is born for transferring files.
If the installation method is ftp :
The required files will be retrieved (Downloaded) From an ftp server first before they are installed.
Is This Answer Correct ? | 3 Yes | 6 No |
When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?
what are the different types of Backups..?
How to trace any process background processing?
How to Trouble shoot performance issue in RHEL administration ? please give to one example
How does the boot process[init levels] work on Linux? How is it different from Solaris?
What is the use of DNS Server? Name other servers works same as like DNS?
rpm package installation error in centos 6.4 [root@localhost packages6.4]# rpm -ivh nfs-utils-1.2.3-36.el6.i686.rpm warning: nfs-utils-1.2.3-36.el6.i686.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY error: Failed dependencies: keyutils >= 1.4-4 is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent-1.4.so.2 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1(libgssapi_CITI_2) is needed by nfs-utils-1:1.2.3-36.el6.i686 libnfsidmap.so.0 is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 nfs-utils-lib >= 1.1.0-3 is needed by nfs-utils-1:1.2.3-36.el6.i686 rpcbind is needed by nfs-utils-1:1.2.3-36.el6.i686
How to Create NIS Server And NIS Client? Explain With Example?
How to convert an IP address to a Domain name using Unix ?
How do display error messages instantly when command fails?
what is the difference between unix and linux...
User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in that server two users try to login in server. 1st user able to login. but second user unable to login so how can troubleshoot it ?