Till KTH:s startsida Till KTH:s startsida

Visa version

Version skapad av Johan Montelius 2015-09-18 15:31

Visa < föregående | nästa >
Jämför < föregående | nästa >

File systems and Name services

Two completely different things that are actually quite similar. It all comes down to storing, finding and updating an item given a key.

In order to communicate we need to find the other party. Instead of keeping an address or communication channel open it is better to refer to object using a name . The name is then resolved each time we need to access the service. How are names constructed and how are they resolved? Is there a difference between names and addresses?

File systems make use of name services to locate items. It then provides the means to update these items. We normally see file systems as very different to name services but the propblems we encounter are very similar.

When distributing services we encounter a problem of consistency. How do we guarantee that all clients actually have the same image of the service. We need to be able to talk about consistency of services and realize that sometimes it might not be feasible nor necessary to provide strong consistency guarantees.