Explain the benefits and drawbacks of client caching in distributed file systems.

What will be an ideal response?


With client caching, the client can access the cached file locally without remotely
accessing the server across the network.Hence client caching reduces the server load and the
network traffic, making “remote” access as fast as a local access. With client caching, the
server can transmit a large chunk of data to the client rather than just send responses to specific
data requests, so that the client can get the subsequent data from the cache not the
server. The major drawback of client caching is inconsistency, because multiple copies of a
file are distributed to various clients.When a client modifies a file, the system must make sure
that all clients that share the same file have the same view of the file.

Computer Science & Information Technology

You might also like to view...

A function that groups and performs calculations on multiple fields

a. Sort function b. Aggregate function c. Control function

Computer Science & Information Technology

You cannot change a bulleted list to a numbered list

Indicate whether the statement is true or false

Computer Science & Information Technology

Anonymity, control resources, and many other features make the ________ the criminals' conduit for coordinating and carrying out an agenda

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can change the default reminder time from ____ minutes to any other interval.

A. 5 B. 10 C. 15 D. 20

Computer Science & Information Technology