How does the NFS Automounter help to improve the performance and scalability of NFS?

What will be an ideal response?


The NFS mount service operates at system boot time or user login time at each workstation, mounting
filesystems wholesale in case they will be used during the login session. This was found too cumbersome for
some applications and produces large numbers of unused entries in mount tables. With the Automounter
filesystems need not be mounted until they are accessed. This reduces the size of mount tables (and hence the
time to search them). A simple form of filesystem replication for read-only filesystems can also be achieved
with the Automounter, enabling the load of accesses to frequently-used system files to be shared between
several NFS servers.

Computer Science & Information Technology

You might also like to view...

Given the following pseudocode variable declaration, which of the statements shown would change the variable's contents to "Mia"?

``` Declare String myPal = "Miami" ``` a. delete(myPal, 3, length(myPal)) b. delete(myPal, 3, 4) c. Set myPal = myPal - "mi" d. Set myPal[0] = "Mia"

Computer Science & Information Technology

The scrambled message produced as output is the __________ . It depends on the plaintext and the key.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

?In the opacity property, if the value is 1, the object is completely transparent.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?Avideo embedded on a web page is a(n) _____ and has properties such as source of the video file or the width and height of the video player.

A. ?class B. ?method C. ?object D. ?event

Computer Science & Information Technology