Discuss the problems involved in enabling a distributed file system of homogeneous computers to treat remote file accesses the same as local file accesses (at least from the user’s perspective).

What will be an ideal response?


There could conceivably be naming problems, with identical names being used on different
nodes. There are certainly performance problems with transmitting large files across
the network rather than accessing them from a local high-speed disk. There are error detection
and correction problems, because networks are inherently less reliable than local communications.
There are ambiguity problems with deciding whether the user wants a local file
or a remote file with the same name.

Computer Science & Information Technology

You might also like to view...

In ______________ testing the tester's job is to verify that a module does what its specification says it does.

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

Computer Science & Information Technology

You can press the period key to move the playhead backward one frame at a time.

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

Computer Science & Information Technology

Which of the following can be used to initialize a pointer variable?

A. 1 B. nullptr C. "0" D. '0'

Computer Science & Information Technology

An outline list, also called a(n) ____________________ list, creates lists with a hierarchical structure.

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

Computer Science & Information Technology