Book Image

Installation, Storage, and Compute with Windows Server 2016: Microsoft 70-740 MCSA Exam Guide

By : Sasha Kranjac, Vladimir Stefanovic
Book Image

Installation, Storage, and Compute with Windows Server 2016: Microsoft 70-740 MCSA Exam Guide

By: Sasha Kranjac, Vladimir Stefanovic

Overview of this book

MCSA: Windows Server 2016 certification is one of the most sought-after certifications for IT professionals, which includes working with Windows Server and performing administrative tasks around it. This book is aimed at the 70-740 certification and is part of Packt's three-book series on MCSA Windows Server 2016 certification, which covers Exam 70-740, Exam 70-741, and Exam 70-742. This book will cover exam objectives for the 70-740 exam, and starting from installing and configuring Windows Server 2016, Windows Server imaging and deployment to configuring and managing disks and volumes, implementing and configuring server storage and implementing Hyper-V. At the end of each chapter you will be provided test questions to revise your learnings which will boost your confidence in preparing for the actual certifications. By the end of this book, you will learn everything needed to pass the, MCSA Exam 70-740: Installation, Storage, and Compute with Windows Server 2016, certification.
Table of Contents (10 chapters)

Configuring Hyper-V storage

When talking about storage in Hyper-V, the first term that comes to mind is likely to be VHDs. These versatile files act as hard disks and store your valuable data. Hyper-V supports both VHD and VHDX, which we addressed in Chapter 3, Configuring and Implementing Storage, when we described storage in Windows Server 2016. Hyper-V supports different VHD and VHDX types:

  • Fixed size: As the name implies, the size of the disk is determined at the moment of creation and its size does not change. This type of disk allocates storage space that is equal to its nominal size, regardless of how much actual virtual disk space you are using. For example, if you create a 100-GB fixed-size virtual disk, it will occupy 100 GB of storage space even if the virtual disk does not store any files. The advantage of these kinds of disks is that the storage space allocated is...