2.4DistributedFileSystem (1)
2.4DistributedFileSystem (1)
2023 - 2024
Sub Code:
Unit: II Hour : 4
✔ Points to Ponder
✔Multiple Choice Questions
Features of a DFS
2023 - 2024
Organizations use a DFS for features such as scalability, security and remote
access to data. :
Location independence. Users do not need to be aware of where data is
stored. The DFS manages the location and presents files as if they are stored
locally.
Transparency. Transparency keeps the details of one file system away from
other file systems and users. There are multiple types of transparency in
distributed file systems, including the following:
• Structural transparency. Data appears as if it's on a user's device.
Users are unable to see how the DFS is configured, such as the number
of file servers or storage devices.
• Access transparency. Users can access files that are located locally or
remotely. Files can be accessed no matter where the user is, as long as
they are logged in to the system. If data is not stored on the same server,
users should not be able to tell, and applications for local files should
also be able to run on remote files.
Features of a DFS
• Replication transparency. Replicated files that are
located on different nodes of the file system, such as on
another storage system, are hidden from other nodes in
the system. This enables the system to create multiple
copies without affecting performance.
• Naming transparency. Files should not change when
moving among storage nodes.
High availability. The DFS should continue to work in the
event of a partial failure in the system, such as a node failure
or drive crash. A DFS should also create backup copies if
there are any failures in the system.
Security. Data should be encrypted at rest and in transit to
prevent unauthorized access or data deletion.