1.

What is the difference between HDFS and NFS?

Answer»
Network File System (NFS)HDFS
This is a PROTOCOL developed so that clients can access files over a standard network.This is a file system that is distributed among multiple systems or nodes.
It ALLOWS users to access files LOCALLY even though the files reside on a network.It is fault-tolerant, i.e., it STORES multiple replicas of files over different systems.


Discussion

No Comment Found