File Systems Flashcards
1
Q
What is a File System?
A
Is a technology that manages, organises, stores and retrieves data on a storage device such as HDD, SSD.
2
Q
What is a Directory?
A
Directories are a hierachial method of organizing of saving folders within folders in a file system.
3
Q
What is a File Extension? How can it be identified? and provide a common example.
A
- File extension a format that identifies the type of file and applications that can run the file.
- Can be identified at the end of the file name; e.g: word file.docx
4
Q
What are 4 features of a File System?
A
- Permissions
- Compressions
- Encryption
- Journalling
5
Q
What is Permissions within a file system? provide a few examples.
A
- Is the level of access or control that a user has within certain files or directories.
- E.g: Read, Write, Modify, Copy, Full control.
6
Q
What is Compression within a file system? How is it done?
A
- Is reducing the size of files and/or directories to save storage space on a disk.
- Done by changing the file extension into a zip.
7
Q
What is encryption within a file system? Why is it important?
Bitlocker function
A
- Encryption prevents access to files without a decryption key. (Bitlocker)
- An important security feature to secure data.
8
Q
What is Journaling in a file system?
A
- Journaling keeps logs of file system changes which is used for reliability and recovery in the event of interruptions such as power failures or system crashes.
- Will be able to restore a file system to a working order or working state.