• Aucun résultat trouvé

Copyright Notice©2000-2005 David A. Solomon and Mark Russinovich

N/A
N/A
Protected

Academic year: 2022

Partager "Copyright Notice©2000-2005 David A. Solomon and Mark Russinovich"

Copied!
11
0
0

Texte intégral

(1)

Windows Operating System Internals - by David A. Solomon and Mark E. Russinovich with Andreas Polze

Unit OS8: File System

8.6. Quiz

Copyright Notice

© 2000-2005 David A. Solomon and Mark Russinovich

These materials are part of the Windows Operating System Internals Curriculum Development Kit, developed by David A. Solomon and Mark E.

Russinovich with Andreas Polze

Microsoft has licensed these materials from David Solomon Expert Seminars, Inc. for distribution to academic organizations solely for use in academic environments (and not for commercial use)

(2)

3

Windows File System

Efficiency and Stability of a file system are contradicting requirements. How can the

Windows file system (NTFS) be characterized?

a)

Lazy write-file system

b)

Careful write-file system

c)

Recoverable (Journaling)-file system

d)

Flat (Non-hierarchical)-file system

4

NTFS Recovery

An atomic transaction is an operation that:

a)

Can be fully undone if it fails in progress

b)

Can be partially undone if it fails in progress

c)

Cannot be undone if it fails in progress

d)

Crashes the computer if it fails

(3)

5

NTFS Functionality

Which functionality is not (!) provided by NTFS?

a)

Compression

b)

Encryption

c)

Multiple data streams

d)

Versioning

Physical Storage

A cluster consists of how many sectors?

a)

1

b)

2

c)

8

d)

It depends

(4)

7

File System Formats

Which of the following is NOT a file system format supported by Windows?

a)

FAT16

b)

FAT64

c)

NTFS

d)

UDF

8

File System Characteristics

Which of the following file systems implement security?

a)

UDF

b)

FAT32

c)

NTFS

d)

Both a) and c)

(5)

9

FAT File System

Which is NOT an advantage of FAT32 over the FAT 16 file system?

a)

Root directory is not a fixed size

b)

Root directory is not in a fixed place

c)

Root directory is mirrored

d)

Supports files up to 32GB in size

Optical Storage

Why is UDF better than CDFS?

a)

UDF is faster

b)

UDF supports longer file names and paths

c)

UDF is more tolerant against disk corruption

d)

CDFS does not support CD-RW

(6)

11

NTFS Data Storage

An NTFS main data default stream is also known as:

a)

Unnamed stream

b)

Main stream

c)

System stream

d)

Alternate stream

12

NTFS Characteristics

Junctions are a form of:

a)

Hard link

b)

Symbolic link

c)

Compression

d)

Encryption

(7)

13

NTFS Quota

NTFS per-user quotas are enforced on what level?

a)

File

b)

Volume

c)

System

d)

Domain

Additional NTFS Features

EFS stands for:

a)

Enterprise File System

b)

Encryption Format Standard

c)

Encrypting File System

d)

Encrypted Function Stream

(8)

15

POSIX Support

POSIX-style names differ from Windows-API names in that:

a)

POSIX names are case-insensitive

b)

POSIX names are limited to 128 characters

c)

POSIX names are case-sensitive

d)

Both b) and c)

16

File System Drivers

If no file system claims a volume during mount process, which driver claims it?

a)

Raw

b)

Cooked

c)

Unrecognized

d)

Mountall

(9)

17

Distributed File System Operation

Which driver sends network drive letter accesses to the remote file server?

a)

LANMan Server

b)

LANMan Client

c)

LANMan Redirector

d)

LANMan Remote

Server Message Block Protocol

CIFS stands for:

a)

Common Interoperable File System

b)

Common Internet File System

c)

Core I/O File Server

d)

Nothing

(10)

19

Filter Drivers

A file system filter driver intercepts I/O by:

a)

Replacing file system driver

b)

Attaching above file system drivers

c)

Patching file system driver functions

d)

Attaching below a file system driver

20

Caching

The NTFS file system caches only file data, not the metadata.

a)

True

b)

False

(11)

21

Fast I/O

Fast I/O saves:

a)

Disk I/O

b)

CPU time

c)

Disk space

d)

Memory

File I/O

Which file open flag improves sequential read access?

a)

FILE_FLAG_SEQUENTIAL

b)

FILE_FLAG_RANDOM_ACCESS

c)

FILE_FLAG_NO_BUFFERING

Références

Documents relatifs

The Windows OS family supports multiple CPUs. Which approach is taken by the Windows scheduler?. a)

If Alice is a member of the Manager's group and a file she wants to access has a DACL with three ACEs composed as follows, will Alice be able to read from the file?. 1st ACE: Bob

Priority inversion is a situation when a low priority tasks prevents a high priority task from running. Which of the following protocols does not resolve the priority

When the PRINT program is executed, either directly from the command line or from the server command menu, the option specifications from the Defaults.Text file

For information pertaining to your network's file servers, which allow you to share hard disk memory with other network users, read the File Server User's

(containing virtual device drivers).. It may also contain a NETWORK e PROFILE configuration file. Boot diskettes are available from your system manager. Creating

The design of Windows is closely related to a number of initial design goals. Which one was not among them?.

b) For committed memory, space in a page file or a memory-mapped file has been reserved as backing store. c) Reserved (but not committed) memory cannot be paged out d) Attempts