Assignment 4 – Server Storage Flashcards
- What is the difference between a partition and a volume with respect to hard disk storage?
A partition is a logical division of a storage space.
A volume is a single storage area that has a file system installed and may span multiple partitions.
- What are the two disk storage partitioning formats supported by Windows Server 2016?
You can use either Master Boot Record (MBR) or Grid Partition Table (GPT) for partitions.
- What is the main limitation of using MBR?
MBR uses the first 512 bytes of the drive allowing only 4 standard partitions limited to 2TB in size.
- What is the main limitation of using GPT with an older BIOS?
GPT may not be supported because it requires UEFI support for bootable partitions.
FAT32
– compatible with older OSs, 2 TB maximum partition size, no encryption, compression, or quota support.
NTFS –
256 TB partition size, supports encryption, compression, and quotas
ReFS –
1 yobibyte partition size, supports encryption, compression, and quotas
- What are the two volume disk types available?
You can have basic or dynamic disk types. The default is basic.
- When would you want to create a dynamic volume?
Use dynamic volumes to allows advanced disk management options such as spanning and RAID options with volumes.
- What are five volume types that can be created with dynamic volumes?
Dynamic volumes support Simple, Spannned, Striped (RAID0), Mirrored (RAID1), Striped with Parity (RAID5).
- What is the Windows Server tool commonly used to manage disk storage?
.
The common tool used to manage disk storage is Disk Management through the Administrative tools menu
- What is the command line command commonly used to manage disk storage?
Use the DISKPART command line tool for managing disk storage.
- What is a VHD?
A VHD is a virtual hard disk that uses a file to emulate a physical storage device.
- What two types of VHDs are available? What is the advantage of one over the other?
Two types of VHDs are fixed or dynamically expanding.
A fixed disk is set to a maximum size and uses that size regardless of how much information is stored there.
A dynamically expanding disk has a maximum size, but only uses the amount of space required by the files stored there. It will grow as the number of files increases to the maximum size therefore saving space.
- What is a storage pool?
A storage pool is a collection of space from multiple disk drives or other storage devices.