File Systems

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Security, authentication, file systems. NFS and AFS

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

What is a soft link in a file system?

a path that is resolved to another path

2
New cards

What is a hard link in a file system?

a mapping of a name to a file identifier

3
New cards

Can two Unix processes simultaneous write to different positions in a single file?

Yes, the two processes will have their own file table entries.

4
New cards

What is the purpose of the Unix lseek operation?

set the read/write pointer of an opened file

5
New cards
6
New cards

How is a NFS client-side cache entry validated?

if the validity was checked less than t seconds ago or if the server modification time is equal to the client modification time

7
New cards
8
New cards

How is authentication control handled in Sun NFS?

authentication is provided by RPC in each operation

9
New cards

How does a NFS server know at what position to read and write to?

each read and write operation holds the position

10
New cards

How is AFS client side caching implemented?

the server promise to notify the client if a file is modified by another client

11
New cards

Can two client have an inconsistent view of a file using AFS?

yes, if a call-back message is lost a cached copy can be used although the original has been modified

12
New cards

What is the advantage of using AFS over NFS?

the client need not periodically check validity