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
Ways an external drive array c an connect to a computer
SCSI, IEEE 1394 (Firewire), eSATA (external SATA), USB or network interface
26
Types of external drive arrays
SAN, NAS, JBOD
27
SAN
Storage Area Network: Separate network dedicated solely to storage devices, such as drive arrays, magnetic tape autochangers, and optical jukeboxes
28
High speed networking technology used by SANs
iSCSI or Fiber
29
NAS
Network Attached Storage. Dedicated file servers that provide file-based storage services directly to clients on a network.
30
JBOD
Just a bunch of disks. Array of disks that appear as separate devices to the connected client.
31
Two types of fault-tolerance machanisms
Disk mirroring, RAID
32
Disk mirroring
Computer writes the same data to identical volumes on two different disks.
33
Disk duplexing
Variation on disk mirroring. Uses duplicate host adapters as well as duplicate hard drives.
34
RAID
Redundant Array of Independent Disks.
35
RAID 0
Striped volume. No fault tolerance. Enhanced performance. Failure of one disk causes overall failure
36
Min disks required for RAID 0
2
37
RAID I
Mirrors write operations to a second disk. Increased read performance. Array continues if one disk fails.
38
Min disks required for RAID I
2
39
RAID 3
Not implemented in 2012. Stripes across two disks. Uses third for parity.Parity disk becomes a bottleneck.
40
Min disks required for RAID 3
3
41
RAID 4
Not implemented in 2012. Similar to RAID 3. Similar issues. Parity disk becomes a bottleneck.
42
RAID 5
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
RAID 6
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
Formula for the storage capacity of a RAID array that uses single parity
Size of the disks x (# of disks in array, minus 1)
45
Storage Spaces
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
Storage Pools
Spans multiple drives invisibly, providing accumulated storage resource. You can add /remove disks.
47
Virtual Disks
Created from Storage Pools
48
Two partition styles supported by 2012
MBR, GUID
49
MBR
Master Boot Record - Partition style
50
GPT
GUID (Globally Unique Identifier) Partition Table
51
Basic versus. Dynamic Disks
Basic disks are regular HDs. Dynamic disks can span multiple disks, like spanned or striped volumes, RAID, etc)
52
There are Basic ____ and Dynamic ____
Disks
53
File systems supported by 2012
NTFS, FAT (FAT 16, 32 and exFAT), and ReFS
54
Max volume size for MBR
2TB
55
Max volume size for GPT
18 Exabyte
56
2012 limit to number of volumes on a GPT disk
128
57
It's not possible to boot from a _____ disk
GPT. Unless you have EFI-based boot partition (Extensible Firmware Interface)
58
Active Partition
A disk partition with the OS on it
59
Types of volume types you can create on a dynamic disk
Simple volume, spanned volume, striped volume, mirrored volume, RAID-5 volume
60
Simple volume on a dynamic disk
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
Spanned volume
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
Striped volume
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
Mirrored Volume
Identical amount of space on two physical, dynamic disks. I/O happens simultaneously. Improved fault tolerance.
64
RAID-5 Volume
Space on three + physical, dynamic disks. Writ performance sufferes. Improved read, fault tolerance.
65
Common practice for determining volume size
Base it off of your backup solution's capacity
66
Preferred file systems for a server
NTFS, ReFS
67
Benefits of NTFS or ReFS for a server
Improved support for larger drives (compared to FAT) and better security (encryption, permission)
68
FAT
File Allocation Table file system
69
Security vulnerability with FAT
Anyone who gains access to your PC can read any file without restriction.
70
Size restrictions of FAT32
32GB in size, no file can be larger than 4GB
71
ReFS
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
What features does ReFS lack?
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
EFS
Encrypted File System
74
Which command-line utility allows for disk management?
DiskPart.exe
75
Which file format is used by hyper-v for virtual hard drives?
VHD -- Virtual Hard Disk
76
Storage Pools vs Storage Spaces
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.