Lesson 3: Configuring Local Storage Flashcards

1
Q

Factors that determine the type of storage a server needs

A

Amt of storage needed
Number of users accessing the server at the same time
The sensitivity of the data to be stored on the server
The importance of the data to the organization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

2012 max size of a single file

A

(2^64)-1 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

2012 max size of a single volume

A

2^78 bytes with a 16KB cluster size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

2012 max number of files in a directory

A

2^64

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

2012 max number of directories in a volume

A

2^64

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Max filename length

A

32k unicode characters

2000 characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

max path length

A

32k

2000 characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

max size of any storage pool

A

4 petabytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

max number of storage pools in a system

A

No limit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Max number of spaces in a storage pool

A

No limit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What storage requirements should you consider when determining overall size required for the server?

A
Operating System files
Paging File
Memory Dumps (Onboard RAM + 1MB)
Log Files
Shadow Copies of files
Fault Tolerance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Direct-attached storage

A

Hard drives located inside a computer case.

Most computers, including servers, use this

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Minimum RPM for a server HD

A

10,000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Typical desktop HD RPM

A

7200

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Max transmission speeds of ATA connections

A

133 MBps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

ATA

A

Advanced Technology Attachment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Max transmission speeds of SATA connections

A

600 MB/sec

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

NCQ

A

Native Command Queuing. Enables a drive to optimize the order in which it processes commands, to minimize drive seek times.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Traditional storage interface for enterprise servers

A

SCSI - Small Computer System Interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Transmission rates for SCSI

A

640 MB / sec

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Max number of SCSI devices on a single bus

A

16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

SAS

A

Serial Attached SCSI – A version of SCSI designed for serial instead of parallel interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Best attachment type for servers

A

SAS, SCSI, or SATA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

External Drive Array

A

Hard drives stored in separate housing. Typically incorporates a disk controller, power supply, cooling fans and cache memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Ways an external drive array c an connect to a computer

A

SCSI, IEEE 1394 (Firewire), eSATA (external SATA), USB or network interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Types of external drive arrays

A

SAN, NAS, JBOD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

SAN

A

Storage Area Network: Separate network dedicated solely to storage devices, such as drive arrays, magnetic tape autochangers, and optical jukeboxes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

High speed networking technology used by SANs

A

iSCSI or Fiber

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

NAS

A

Network Attached Storage. Dedicated file servers that provide file-based storage services directly to clients on a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

JBOD

A

Just a bunch of disks. Array of disks that appear as separate devices to the connected client.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Two types of fault-tolerance machanisms

A

Disk mirroring, RAID

32
Q

Disk mirroring

A

Computer writes the same data to identical volumes on two different disks.

33
Q

Disk duplexing

A

Variation on disk mirroring. Uses duplicate host adapters as well as duplicate hard drives.

34
Q

RAID

A

Redundant Array of Independent Disks.

35
Q

RAID 0

A

Striped volume. No fault tolerance. Enhanced performance. Failure of one disk causes overall failure

36
Q

Min disks required for RAID 0

A

2

37
Q

RAID I

A

Mirrors write operations to a second disk. Increased read performance. Array continues if one disk fails.

38
Q

Min disks required for RAID I

A

2

39
Q

RAID 3

A

Not implemented in 2012. Stripes across two disks. Uses third for parity.Parity disk becomes a bottleneck.

40
Q

Min disks required for RAID 3

A

3

41
Q

RAID 4

A

Not implemented in 2012. Similar to RAID 3. Similar issues. Parity disk becomes a bottleneck.

42
Q

RAID 5

A

Strips data and parity blocks across all disks, making sure that a block and its parity info are never stored on the same disk. Can tolerate the loss of any single drive. Some performance hit for calculating which disk to write parity / non-parity to.

43
Q

RAID 6

A

Same as RAID 5 except that two copies of the data are stored on different disks, so two of the 4 disks can fail without a problem.

44
Q

Formula for the storage capacity of a RAID array that uses single parity

A

Size of the disks x (# of disks in array, minus 1)

45
Q

Storage Spaces

A

Feature that enables a server to concatenate storage space from individual physical disks and allocate that space to create virtual disks of any size supported by the hardware

46
Q

Storage Pools

A

Spans multiple drives invisibly, providing accumulated storage resource. You can add /remove disks.

47
Q

Virtual Disks

A

Created from Storage Pools

48
Q

Two partition styles supported by 2012

A

MBR, GUID

49
Q

MBR

A

Master Boot Record - Partition style

50
Q

GPT

A

GUID (Globally Unique Identifier) Partition Table

51
Q

Basic versus. Dynamic Disks

A

Basic disks are regular HDs. Dynamic disks can span multiple disks, like spanned or striped volumes, RAID, etc)

52
Q

There are Basic ____ and Dynamic ____

A

Disks

53
Q

File systems supported by 2012

A

NTFS, FAT (FAT 16, 32 and exFAT), and ReFS

54
Q

Max volume size for MBR

A

2TB

55
Q

Max volume size for GPT

A

18 Exabyte

56
Q

2012 limit to number of volumes on a GPT disk

A

128

57
Q

It’s not possible to boot from a _____ disk

A

GPT. Unless you have EFI-based boot partition (Extensible Firmware Interface)

58
Q

Active Partition

A

A disk partition with the OS on it

59
Q

Types of volume types you can create on a dynamic disk

A

Simple volume, spanned volume, striped volume, mirrored volume, RAID-5 volume

60
Q

Simple volume on a dynamic disk

A

Space from a single disk. Can be extended to create spanned or striped volumes so long as it is not a system or boot volume. YOu can shrink the volume too.

61
Q

Spanned volume

A

Space from 2 to 32 physical, dynamic disks. Fills up space in disk one before moving to disk 2. You can extend. Does not improve I/O. Losing 1 disk loses all data.

62
Q

Striped volume

A

Space from 2 to 32 physical, dynamic disks. Writes data one stripe at a time to each successive disk. Improves performance - each disk in array seeks info while other drives are writing. No fault tolerance. You can’t extend a striped volume.

63
Q

Mirrored Volume

A

Identical amount of space on two physical, dynamic disks. I/O happens simultaneously. Improved fault tolerance.

64
Q

RAID-5 Volume

A

Space on three + physical, dynamic disks. Writ performance sufferes. Improved read, fault tolerance.

65
Q

Common practice for determining volume size

A

Base it off of your backup solution’s capacity

66
Q

Preferred file systems for a server

A

NTFS, ReFS

67
Q

Benefits of NTFS or ReFS for a server

A

Improved support for larger drives (compared to FAT) and better security (encryption, permission)

68
Q

FAT

A

File Allocation Table file system

69
Q

Security vulnerability with FAT

A

Anyone who gains access to your PC can read any file without restriction.

70
Q

Size restrictions of FAT32

A

32GB in size, no file can be larger than 4GB

71
Q

ReFS

A

New fil system for Windows Server 2012 – offers practically unlimited file and directory sizes and increased resiliency – no need for error-checking tools like chkdsk.

72
Q

What features does ReFS lack?

A

NTFS-style features like file compressions, EFS and disk quotas.

Can’t be read by OS older than Win Server 2012 or Win 8

73
Q

EFS

A

Encrypted File System

74
Q

Which command-line utility allows for disk management?

A

DiskPart.exe

75
Q

Which file format is used by hyper-v for virtual hard drives?

A

VHD – Virtual Hard Disk

76
Q

Storage Pools vs Storage Spaces

A

Storage Spaces lets you group drives together in a storage pool. Then you can use pool capacity to create storage spaces.

Storage spaces are virtual drives that appear in File Explorer. You can use them like any other drive, so it’s easy to work with files on them.

You can create large storage spaces and add more drives to them when you run low on pool capacity.

If you have two or more drives in the storage pool, you can create storage spaces that won’t be affected by a drive failure—or even the failure of two drives, if you create a three-way mirror storage space.