Distributed file systems Flashcards
The design of large-scale, wide-area, read-write file storage systems poses which problems?
load balancing, reliability, availability and security
What is the primary purpose of basic DFS?
Primary purpose of such basic DFS is to emulate the functionality of a non-distributed file system for programs running on multiple computers
properties of a DFS
Sharing Persistence
Distributed cache/replicas
Consistency maintenance
List the key design issues for distributed file systems
Effective use of client caching: achieve performance equal to or better than that of local file systems
Consistency maintenance between multiple cached client copies
Recovery after server or client failure
Scalability and high throughput for read/write operations