Distributed file systems Flashcards

1
Q

The design of large-scale, wide-area, read-write file storage systems poses which problems?

A

load balancing, reliability, availability and security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the primary purpose of basic DFS?

A

Primary purpose of such basic DFS is to emulate the functionality of a non-distributed file system for programs running on multiple computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

properties of a DFS

A

Sharing Persistence
Distributed cache/replicas
Consistency maintenance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List the key design issues for distributed file systems

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly