Chapter 7
- A file is replicated on 6 servers. List all the combinations of read quorum and write quorum that are permitted by the voting algorithm.
- What kind of consistency would you use to implement an electronic stock market? Explain your answer
- Linearizability assumes the existence of a global clock. However, with strict consistency we showed that such an assumption is not realistic for most distributed systems. Can linearizability be implemented for physically distributed data stores?
Chapter 8
- Suppose we have a system with 99.9996% availability, how much downtime a year can it have?
- Write the reliability expression Rsystem(t) of the following series/parallel system, assuming that each of the five modules has a reliability of R(t).
Chapter 9
- Devise a simple authentication protocol using signatures in a public-key crypto-system.
- How are ACLs implemented in a UNIX file system?
Chapter 11
- Explain whether or not NFS is to be considered a distributed file system.
- In UNIX-based operating systems, opening a file using a file handle can be done only in the kernel. Give a possible implementation of an NFS file handle for a user-level NFS server for a UNIX system.
- Does NFS implement entry consistency?
Reviews
There are no reviews yet.