• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/77

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

77 Cards in this Set

  • Front
  • Back

Question

Answer
Factors that determine the type of storage a server needs
Amt of storage neededNumber of users accessing the server at the same timeThe sensitivity of the data to be stored on the serverThe importance of the data to the organization
2012 max size of a single file
(2^64)-1 bytes
2012 max size of a single volume
2^78 bytes with a 16KB cluster size.
2012 max number of files in a directory
2^64
2012 max number of directories in a volume
2^64
Max filename length
32k unicode characters2000 characters
max path length
32k2000 characters
max size of any storage pool
4 petabytes
max number of storage pools in a system
No limit
Max number of spaces in a storage pool
No limit
What storage requirements should you consider when determining overall size required for the server?
Operating System filesPaging FileMemory Dumps (Onboard RAM + 1MB)Log FilesShadow Copies of filesFault Tolerance
Direct-attached storage
Hard drives located inside a computer case.Most computers including servers use this
Minimum RPM for a server HD
"10 000"
Typical desktop HD RPM
7200
Max transmission speeds of ATA connections
133 MBps
ATA
Advanced Technology Attachment
Max transmission speeds of SATA connections
600 MB/sec
NCQ
Native Command Queuing. Enables a drive to optimize the order in which it processes commands to minimize drive seek times.
Traditional storage interface for enterprise servers
SCSI - Small Computer System Interface.
Transmission rates for SCSI
640 MB / sec
Max number of SCSI devices on a single bus
16
SAS
Serial Attached SCSI -- A version of SCSI designed for serial instead of parallel interface
Best attachment type for servers
SAS SCSI or SATA
External Drive Array
Hard drives stored in separate housing. Typically incorporates a disk controller power supply cooling fans and cache memory.
Ways an external drive array c an connect to a computer
SCSI IEEE 1394 (Firewire) eSATA (external SATA) USB or network interface
Types of external drive arrays
SAN NAS JBOD
SAN
Storage Area Network: Separate network dedicated solely to storage devices such as drive arrays magnetic tape autochangers and optical jukeboxes
High speed networking technology used by SANs
iSCSI or Fiber
NAS
Network Attached Storage. Dedicated file servers that provide file-based storage services directly to clients on a network.
JBOD
Just a bunch of disks. Array of disks that appear as separate devices to the connected client.
Two types of fault-tolerance machanisms
Disk mirroring RAID
Disk mirroring
Computer writes the same data to identical volumes on two different disks.
Disk duplexing
Variation on disk mirroring. Uses duplicate host adapters as well as duplicate hard drives.
RAID
Redundant Array of Independent Disks.
RAID 0
Striped volume. No fault tolerance. Enhanced performance. Failure of one disk causes overall failure
Min disks required for RAID 0
2
RAID I
Mirrors write operations to a second disk. Increased read performance. Array continues if one disk fails.
Min disks required for RAID I
2
RAID 3
Not implemented in 2012. Stripes across two disks. Uses third for parity.Parity disk becomes a bottleneck.
Min disks required for RAID 3
3
RAID 4
Not implemented in 2012. Similar to RAID 3. Similar issues. Parity disk becomes a bottleneck.
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.
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.
Formula for the storage capacity of a RAID array that uses single parity
Size of the disks x (# of disks in array minus 1)
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
Storage Pools
Spans multiple drives invisibly providing accumulated storage resource. You can add /remove disks.
Virtual Disks
Created from Storage Pools
Two partition styles supported by 2012
MBR GUID
MBR
Master Boot Record - Partition style
GPT
GUID (Globally Unique Identifier) Partition Table
Basic versus. Dynamic Disks
Basic disks are regular HDs. Dynamic disks can span multiple disks like spanned or striped volumes RAID etc)
There are Basic ____ and Dynamic ____
Disks
File systems supported by 2012
NTFS FAT (FAT 16 32 and exFAT) and ReFS
Max volume size for MBR
2TB
Max volume size for GPT
18 Exabyte
2012 limit to number of volumes on a GPT disk
128
It's not possible to boot from a _____ disk
GPT. Unless you have EFI-based boot partition (Extensible Firmware Interface)
Active Partition
A disk partition with the OS on it
Types of volume types you can create on a dynamic disk
Simple volume spanned volume striped volume mirrored volume RAID-5 volume
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.
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.
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.
Mirrored Volume
Identical amount of space on two physical dynamic disks. I/O happens simultaneously. Improved fault tolerance.
RAID-5 Volume
Space on three + physical dynamic disks. Writ performance sufferes. Improved read fault tolerance.
Common practice for determining volume size
Base it off of your backup solution's capacity
Preferred file systems for a server
NTFS ReFS
Benefits of NTFS or ReFS for a server
Improved support for larger drives (compared to FAT) and better security (encryption permission)
FAT
File Allocation Table file system
Security vulnerability with FAT
Anyone who gains access to your PC can read any file without restriction.
Size restrictions of FAT32
32GB in size no file can be larger than 4GB
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.
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
EFS
Encrypted File System
Which command-line utility allows for disk management?
DiskPart.exe
Which file format is used by hyper-v for virtual hard drives?
VHD -- Virtual Hard Disk
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.