In distributed file system, file name does not reveal the —
2022
In distributed file system, file name does not reveal the —
- A.
local name
- B.
physical storage location
- C.
both local name and physical storage location
- D.
None of the above
Attempted by 153 students.
Show answer & explanation
Correct answer: B
In a Distributed File System (DFS) : A file name should be independent of its physical storage location .
Users should not know or care where the file is physically stored.
File name only represents the file logically , not its real location.
Therefore, the file name does NOT reveal physical storage location . Important Points (English) In a Distributed File System (DFS) , the file name is independent of its physical storage location .
Users do not need to know where the file is actually stored in the network.
The file name provides only a logical identity , not the real (physical) location.
This property is known as location transparency .
Location transparency allows files to be moved or replicated without changing their names.
DFS improves scalability, reliability, and ease of use for distributed environments