What is RAID?

What is the different between hardware raid and software raid?

What are the raid types?
RAID 0, 1 & 5 are the only options available as software RAID in windows server.
Requires large number of drives
What two types of disk storage does Windows Server 2016 provide?

How can you format hard drives?
What different volume types does windows server 2016 support for use on dynamic disks?
Dynamic disk is software level RAID, also, with the storage spaces option you may never even be using dynamic disks.

What tools are available for volume management?

How do you manage virtual hard disks?

What different filesystem choices does Windows Server 2016 provide?
File Allocation Table (FAT)
New Technology File System (NTFS)
ReFS

What are the required volumes regardless of disk type?

What are the different partition table formats Windows uses?

What is the difference between parallel and serial transfers?
Parallel
Older interfaces such as SCSI and IDE used a multi-pin cable to transfer data, there were several issues with this:
Serial
SAS (ISCSI’s replacement) and SATA (IDE’s replacement) uses a serial connection, which means that there is just one data line for each direction, this improved on parallel by:

What different types of physical disk are available in Windows Server 2016?
Storage interfaces (e.g. SAS, SATA, SCSI, IDE, FC etc…) define protocols on how data is accessed and transferred. Each interface is physically different and may require different components (e.g. inside the disk housing) for it work work, therefore the interfaces are not interchangeable.
While the classic SCSI interfaces are being phased out of data centers, many modern high performance hard drives use SAS.

What is storage spaces?

What are the requirements for storage spaces?

What are the features of storage spaces?
Storage Layouts - When creating a storage space this is the first option
Disk sector size - Second choice
Set when the storage pool is created, depends on the types of drives
Cluster disk requirement - Third choice
If you are using failover clustering it is going to require that all drives in the pool support SAS
Drive allocation - Fourth choice
For each drive in the storage pool, you can assign how the drive is allocated
Provisioning scheme - Fifth choice

What is the primordial storage pool?
All physical disks will reside in the primordial storage pool by default and is replaced when a new storage pool is created
What is the strip size?
The stripe size is the size of the striped data, e.g.
If the stripe size is 512KB and the data is 2MB then this data is evenly written to each disk in 512KB chunks:
2 disks: (D1 1-512KB) (D2 2-512KB) (D1 3-512KB) (D2 4-512KB)
3 disks: (D1 1-512KB) (D2 2-512KB) (D3 3-512KB) (D1 4-512KB)
4 disks: (D1 1-512KB) (D2 2-512KB) (D3 3-512KB) (D4 4-512KB)

What is a storage space slab?
Slab is a quantum of disk space of 256 MB. All the physical drives in the pool are “sliced” into slabs which are then given to the Storage Spaces driver on request. The driver then assigns slabs to a particular virtual disk (known as space).
What is a HBA?
In computer hardware, a host controller, host adapter, or host bus adapter (HBA) connects a computer, which acts as the host system, to other network and storage devices. The terms are primarily used to refer to devices for connecting SCSI, Fibre Channel and SATA devices. i.e.
A HBA will be a PCIe expansion card allowing external devices to connect to the host.
A JBOD which uses a SAS connector will require a SAS HBA using a SAS external cable

What is a JBOD?
Just a Bunch Of Disks
As the name implies, it is essentially just a bunch of disks, it does not include any extra components such as RAID. If RAID was to be implemented then it would need to be done using a seperate RAID controller or implemented in software.

What new features does Windows Server 2016 offer in regards to storage spaces?

What do storage spaces allow administrators to do?

How do you manage storage spaces?
