RTUComputer ScienceYr 2020 · Sem 82020

Q7Distributed Systems

Question

2 marks

What are the advantages of a Distributed File System (DFS)?

Answer

A DFS (like Hadoop HDFS) provides massive fault tolerance, exponential read/write scaling, and location transparency by mathematically shattering and distributing files across thousands of cheap commodity hard drives.

If a single hard drive physically catches fire, the DFS does not lose a single byte of data because the architecture strictly replicates the blocks across multiple distinct physical racks. It mathematically enables infinite storage capacity without buying massive, expensive mainframe disks.

Back to Paper