From 02a486c7ad5276e493c80aec2cc7008e35cb73ea Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Wed, 12 Oct 2016 14:36:46 -0700 Subject: [PATCH] terms table added --- windows/deploy/windows-10-poc.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/windows/deploy/windows-10-poc.md b/windows/deploy/windows-10-poc.md index 9fd6e2483c..a897d1e356 100644 --- a/windows/deploy/windows-10-poc.md +++ b/windows/deploy/windows-10-poc.md @@ -29,6 +29,7 @@ The following topics and procedures are provided in this guide. An estimate of t
TopicDescriptionTime required +
[Terminology](#terminology)Definition terms used in this guide.
[Hardware and software requirements](#hardware-and-software-requirements)Prerequisites to complete this guide.10 minutes
[Lab setup](#lab-setup)A description and diagram of the PoC environment that is configured.5 minutes
[Configure the PoC environment](#configure-the-poc-environment)Parent topic for procedures. @@ -42,6 +43,19 @@ The following topics and procedures are provided in this guide. An estimate of t
[Appendix B: Configuring Hyper-V on Windows Server 2008 R2](#appendix-b-configuring-hyper-v-on-windows-server-2008-r2)Information about using this guide with a Hyper-V host running Windows Server 2008 R2.
+## Terminology + + +
TermDefinition +
Hyper-VHyper-V is a server role introduced with Windows Server 2008 that lets you create a virtualized computing environment. Hyper-V can also be installed as a Windows feature on Windows client operating systems, starting with Windows 8. +
Hyper-V hostThe computer where Hyper-V is installed. +
Hyper-V ManagerThe user-interface console used to view and configure Hyper-V. +
Proof of concept (PoC)Verification of a proposal. +
Virtual machine (VM)A VM is a virtual computer with its own operating system, running on the Hyper-V host. +
Virtual switchA virtual network connection used to connect VMs to each other and to physical network adapters on the Hyper-V host. +
VM snapshotA point in time image of a VM that includes its disk, memory and device state. It can be used to return a virtual machine to a former state corresponding to the time the snapshot was taken. +
+ ## Hardware and software requirements One computer that meets the hardware and software specifications below is required to complete the guide; A second computer is recommended to validate the upgrade process.