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
Topic | Description | Time 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
+
+
+Term | Definition
+ |
---|
Hyper-V | Hyper-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 host | The computer where Hyper-V is installed.
+ |
Hyper-V Manager | The 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 switch | A virtual network connection used to connect VMs to each other and to physical network adapters on the Hyper-V host.
+ |
VM snapshot | A 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.