Remote Differential Compression (RDC) has the benefit of only replicating changes made within files. What disadvantages exist for using RDC for small files?

What will be an ideal response?


RDC causes increased CPU and disk I/O overhead due to extra work during replicated changes.

Computer Science & Information Technology

You might also like to view...

Which of the following statements converts a String object variable named str to an int and stores the value in the variable x?

a. int x = Integer.integer(str); b. int x - str; c. int x = Integer.parseInteger(str); d. int x = Integer.parseInt(str);

Computer Science & Information Technology

Spreadsheet software does not allow you to sort data.

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

Computer Science & Information Technology

Which of the following statements about overriding is false?

A. It means you are unlocking a master item in order to change or delete it. B. Before a master item can be selected, it must be overridden. C. Once an item has been overridden, it cannot be returned to its previous master state. D. Pressing and holding [Shift][Ctrl] (Win) or [Shift][command] (Mac) when clicking a master item overrides it.

Computer Science & Information Technology

Which resource is a physical asset?

A. Web site B. Computer system C. Data D. Information

Computer Science & Information Technology