Which features of the AFS design make it more scalable than NFS? What are the limits on its
scalability, assuming that servers can be added as required? Which recent developments offer
greater scalbility?
What will be an ideal response?
The load of RPC calls on AFS servers is much less than NFS servers for the same client workload. This is
achieved by the elimination of all remote calls except those associated with open and close operations, and the
use of the callback mechanism to maintain the consistency of client caches (compared to the use of
getattributes calls by the clients in NFS). The scalability of AFS is limited by the performance of the single
server that holds the most-frequently accessed file volume (e.g. the volume containing /etc/passwd, /etc/hosts,
or some similar system file). Since read-write files cannot be replicated in AFS, there is no way to distribute
the load of access to frequently-used files.
Designs such as xFS and Frangipani offer greater scalability by separating the management and metadata
operations from the data handling, and they reduce network traffic by locating files based on usage patterns.
You might also like to view...
The following session performs the given task. Note that the sizes of ls, cat, and ftp commands are 45948 bytes, 14812 bytes, and 65692 bytes, respectively.
What will be an ideal response?
What is the data type of variable x in the following C++11 code:
``` int y= 2; double z = 3.5; auto x = z * y; ``` a) int b) double c) auto d)syntax error
When modifying a report, the ________ tab is used to change the layout of a report
Fill in the blank(s) with correct word
Outlook defines a(n) ____________________ as an activity that does not involve other people or resources.
Fill in the blank(s) with the appropriate word(s).