InterviewSolution
Saved Bookmarks
| 1. |
What is the advantage of caching in remote file access?(a) Reduced network traffic by retaining recently accessed disk blocks(b) Faster network access(c) Copies of data creates backup automatically(d) None of the mentionedI had been asked this question in my homework.The origin of the question is Distributed File System in section Distributed File Systems of Operating System |
|
Answer» Right choice is (a) REDUCED network traffic by retaining recently ACCESSED DISK blocks |
|