what is difference between nfs server version 2,3 and 4?

please tell me as many as differrnces?

Answers were Sorted based on User's Feedback



what is difference between nfs server version 2,3 and 4? please tell me as many as differrnces?..

Answer / ranojyoti chowdhury

•Version 2 and Version 3 use the User Datagram Protocol (UDP) running over an IP network to provide a stateless network connection between the client and server.NFS version 3 (NFSv3) has more features, including variable size file handling and better error reporting.
•Version 3 of NFS started to support files that are larger than 2 gb.
•It was version 3 which started a performance option of async, which we saw earlier, to improve performance.
•NFS version 4 was made for better and ease of access over the internet
•NFS version 4 does not require portmap to run (Which is a vulnerable service)
•The virtual root directory concept, that we have implemented with the help of fsid=0, argument improves security
•NFS version 4 uses TCP bydefault for better reliablity over internet
•NFS Version 4 is capable of using 32KB page size which improves the performance a lot, compared to the default 1024 bytes.

Is This Answer Correct ?    5 Yes 0 No

what is difference between nfs server version 2,3 and 4? please tell me as many as differrnces?..

Answer / dany

NFSv4 support kerberos.

Is This Answer Correct ?    11 Yes 7 No

Post New Answer

More Linux General Interview Questions

Why linux is safer than windows?

0 Answers  


Is macos better than linux?

0 Answers  


What is the maximum length for any file name under linux?

0 Answers  


List two ways to create a new file?

0 Answers  


What does $home mean in linux?

0 Answers  






What is set in linux?

0 Answers  


What is $1 in linux?

0 Answers  


In /etc/fstab, what is the meaning of defaults word and 0 0 indicates which options?

0 Answers  


Linux initially was developed for intel x86 architecture but has been ported to another hardware platform than any other operating system. Do you agree?

0 Answers  


How to kill any user's all processes?

0 Answers  


What is the importance of the GNU project?

0 Answers  


How do you list contents of a directory including all of its subdirectories, providing full details and sorted by modification time?

0 Answers  


Categories