Article

Cache Coherency in Distriuted File System

International Journal of Computer Science and Security 01/2010; DOI:http://www.doaj.org/doaj?func=openurl&genre=article&issn=19851553&date=2010&volume=4&issue=1&spage=1
Source: DOAJ

ABSTRACT Principle of locality states that most memory references are made to a small number of memory locations. Not only that, memory locations near most recently referenced locations are more likely to be referenced than one further away. To take advantage of this, cache memory is inserted between memory and CPU [1]. Better utilization of cache is crucial for good performance of distributed file system; even in case of remote file accesses. Not caching a file during writes prolongs the session, thereby increasing write-sharing time, leading to slow performance especially on WANs. This paper introduces a technique to reduce miss penalty during remote file writes and allows write sharing in LAN. It uses the principle of divide-and-rule and arranges the system into hierarchical domains and then gives ownerships to the writers.

0 0
 · 
0 Bookmarks
 · 
50 Views

Keywords

cache
 
cache memory
 
caching
 
divide-and-rule
 
hierarchical domains
 
locality states
 
paper introduces
 
prolongs
 
remote
 
sharing
 
slow performance
 
WANs
 
write-sharing time
 
writers