Lesson 3: Managing Storage Flashcards
- Which types of drives, usually found in servers, provide a higher level of performance?
a) IDE
b) SCSI
c) MFM
d) RLL
Answer: b) SCSI
Difficulty: Easy
Section Reference: Managing Storage
Explanation: Servers and high-performance workstations usually use SCSI drives. SCSI drives typically offer faster performance and throughput than IDE drives, and they can support a larger number of drives that can be attached using the same interface.
- Which form of RAID is not fault tolerant?
a) RAID 0
b) RAID 1
c) RAID 5
d) RAID 0+1
Answer: a) RAID 0
Difficulty: Medium
Section Reference: Introducing Redundant Arrays of Independent Disks
Explanation: RAID 0 stripes data across all drives. Because RAID 0 has no parity control or fault tolerance, it is not a true form of RAID. Here, if one drive fails, you lose all data on the array.
- Which form of RAID is known as striping?
a) RAID 0
b) RAID 1
c) RAID 5
d) RAID 0+1
Answer: a) RAID 0
Difficulty: Medium
Section Reference: Introducing Redundant Arrays of Independent Disks
Explanation: RAID 0 stripes data across all drives. With striping, all available hard drives are combined into a single large virtual file system, with the file system’s blocks arrayed so that they are spread evenly across all the drives.
- Which type of RAID is known as disk mirroring?
a) RAID 0
b) RAID 1
c) RAID 5
d) RAID 0+1
Answer: b) RAID 1
Difficulty: Medium
Section Reference: Introducing Redundant Arrays of Independent Disks
Explanation: RAID 1 is another common form of RAID used in networked PCs and servers. RAID 1 is sometimes known as disk mirroring, which copies a disk or partition onto a second hard drive. Specifically, as information is written, it is written to both hard drives simultaneously.
- Which type of RAID is striping with parity?
a) RAID 0
b) RAID 1
c) RAID 5
d) RAID 0+1
Answer: c) RAID 5
Difficulty: Medium
Section Reference: Introducing Redundant Arrays of Independent Disks
Explanation: RAID 5 is similar to striping, except the space equivalent to one of the hard drives is used for parity (error correction) to provide fault tolerance. To increase performance, the error-correction function is spread across all hard drives in the array to avoid having one drive doing all the work in calculating the parity bits.
- What file-level data storage device is accessed for a network and often uses SMB/CIFS?
a) NAS
b) SAN
c) VOL
d) Dynamic Drive
Answer: a) NAS
Difficulty: Medium
Section Reference: Looking at Network Attached Storage and Storage Area Networks
Explanation: Network attached storage (NAS) is a file-level data storage device connected to a computer network to provide shared drives or folders, usually using SMB/CIFS. NAS devices usually contain multiple drives in a form of RAID for fault tolerance and are managed usually using a web interface.
- What device contains many hard drives and is used by multiple servers as a central storage area?
a) NAS
b) SAN
c) VOL
d) Dynamic Drive
Answer: b) SAN
Difficulty: Medium
Section Reference: Looking at Network Attached Storage and Storage Area Networks
Explanation: A storage area network (SAN) is an architecture used for disk arrays, tape libraries, and optical jukeboxes to appear as locally attached drives on a server. A SAN always uses some form of RAID and other technology to make the system redundant against drive failure and to offer high performance.
- What is the default port used by iSCSI?
a) 8080
b) 3128
c) 3260
d) 9000
Answer: c) 3260
Difficulty: Hard
Section Reference: Introducing iSCSI
Explanation: Internet Small Computing System Interface (iSCSI) is an Internet Protocol (IP)–based storage networking standard for linking data storage facilities. iSCSI allows clients to send SCSI commands over a TCP/IP network using TCP port 3260.
- Which partitioning style supports only drives up to 2 TB?
a) MBR
b) GPT
c) Dynamic
d) Basic
Answer: a) MBR
Difficulty: Medium
Section Reference: Introducing Disk Partitioning Styles
Explanation: Master Boot Record (MBR) is a traditional partitioning style that has been around since DOS and for all versions of Windows. MBR supports partitions up to 2 terabytes (TB) and allows up to four primary partitions per disk. Each partition can contain a bootable operating system.
- What partitioning style supports up to 18 EB and 128 partitions?
a) MBR
b) GPT
c) Dynamic
d) Basic
Answer: b) GPT
Difficulty: Easy
Section Reference: Introducing Disk Partitioning Styles
Explanation: GUID Partition Table (GPT) is a newer partitioning style that supports up to 18 exabtyes (EB) or 18 billion gigabytes and can store up to 128 partitions on each disk. This style is also more fault tolerant because it stores a duplicate set of partition tables.
- Which is the preferred file system used in Windows Server 2008 R2?
a) FAT16
b) FAT32
c) NTFS
d) EFS
Answer: c) NTFS
Difficulty: Easy
Section Reference: Introducing File Systems
Explanation: New Technology File System (NTFS) is the preferred file system, largely because it supports both a much larger hard disk (up to 16 exabytes) and long file names. NTFS is also more fault tolerant than previous file systems used in Windows because it uses journaling to ensure that disk transactions are written properly before they can be recognized. Lastly, NTFS offers better security through permissions and encryption.
- Where would you find the Disk Management MMC?
a) Server Manager
b) DiskFt Console
c) DiskPart Console
d) MBR-GPT Console
Answer: a) Server Manager
Difficulty: Easy
Section Reference: Using Disk Management Tools
Explanation: Disk Management is a system utility for managing hard disks and the volumes or partitions they contain. With Disk Management, you can initialize disks, create volumes, and format volumes with the FAT16, FAT32, or NTFS file systems.
- Which Fibre Channel topology is the simplest topology where two devices are connected back to back?
a) PC-P2P
b) FC-AL
c) PC-B2B
d) FC-SW
Answer: a) PC-P2P
Difficulty: Medium
Section Reference: Introducing Fibre Channel
Explanation: Three major Fibre Channel topologies describe how multiple ports are connected together. The simplest of the three is the Point-to-Point (PC-P2P) topology, in which two devices are connected back to back.
- What program would you use to format a volume?
a) SysConf
b) Windows Explorer
c) DiskPart
d) Group Policies
Answer: b) Windows Explorer
Difficulty: Easy
Section Reference: Using Management Tools
Explanation: Disk Management is a system utility for managing hard disks and the volumes or partitions they contain. With Disk Management, you can initialize disks, create volumes, and format volumes with the FAT16, FAT32, or NTFS file systems. Formatting is also done with Windows Explorer.
Fill in the Blank
15. _________ uses two or more drives in combination to create a fault-tolerant system.
Answer: RAID
Difficulty: Medium
Section Reference: Introducing Redundant Arrays of Independent Disks
Explanation: A redundant array of independent disks (RAID) uses two or more drives in combination to create a fault-tolerant system that protects against physical hard drive failure and increases hard drive performance. A RAID can be accomplished with either hardware or software and is usually used with network servers.
Fill in the Blank
16. ____________ combines two basic forms of RAID.
Answer: Hybrid or nested RAID
Difficulty: Hard
Section Reference: Introducing Redundant Arrays of Independent Disks
Explanation: Two other forms of RAID worth mentioning are considered hybrid or nested RAIDs:
• RAID 1+0 is a mirrored dataset (RAID 1), which is then striped (RAID 0).
• RAID 0+1 is a striped dataset (RAID 0), which is then mirrored (RAID 1).
Short Answer
17. What do you call an extra drive usually found with RAID that can be used when a drive fails?
Answer: hot spare
Difficulty: Medium
Section Reference: Introducing Hot Spares
Explanation: A hot spare is much like it sounds. When drives need to be fault tolerant, you can combine a hot spare drive with a RAID. Then, if a drive fails, the system will automatically grab the hot spare drive to replace the failed drive and rebuild or restore the missing data.
Short Answer
18. What do you call a manageable piece of a disk array or SAN that is mapped to a server?
Answer: LUN
Difficulty: Medium
Section Reference: Looking at Network Attached Storage and Storage Area Networks
Explanation: Logical unit numbers (usually referred to as LUNs) allow a SAN to break its storage down into manageable pieces, which are then assigned to one or more servers in the SAN. It is a logical reference that can comprise a disk, a section of a disk, a whole disk array, or a section of a disk array.