diff --git a/windows/deployment/update/PSFxWhitepaper.md b/windows/deployment/update/PSFxWhitepaper.md
index 156f24bc93..4126e2c7cf 100644
--- a/windows/deployment/update/PSFxWhitepaper.md
+++ b/windows/deployment/update/PSFxWhitepaper.md
@@ -8,7 +8,7 @@ ms.sitesec: library
author: Jaimeo
ms.localizationpriority: medium
ms.author: jaimeo
-ms.date: 10/17/2018
+ms.date: 10/18/2018
---
# Windows Updates using forward and reverse differentials
@@ -47,19 +47,19 @@ updates optimized for any origin/destination revision pair. It does this by
calculating forward the differential of a changed file from the base version and
its reverse differential back to the base version. Both forward and reverse
differentials are then packaged as an update and distributed to the endpoints
-running the software to be updated.
+running the software to be updated. The update package contents can be symbolized as follows:
-
+
The endpoints that have the base version of the file (V0) hydrate the target
revision (VN) by applying a simple transformation:
-
+
The endpoints that have revision N of the file (VN), hydrate the target revision
(VR) by applying the following set of transformations:
-
+
The endpoints retain the reverse differentials for the software revision they
are on, so that it can be used for hydrating and applying next revision update.
@@ -130,11 +130,11 @@ There can be cases where new files are added to the system during servicing.
These files will not have RTM baselines, thus forward and reverse differentials
cannot be used. In these scenarios, null differentials will be used to handle
servicing. Null differentials are the slightly compressed and optimized version
-of the full binaries. It should be noted that update packages can have either
+of the full binaries. Update packages can have either
forward or reverse differentials, or null differential of any given binary in
-them.
+them. The following image symbolizes the content of a Windows 10 quality update installer:
-
+
### Hydration and installation
diff --git a/windows/deployment/update/images/PSF1.png b/windows/deployment/update/images/PSF1.png
index 7b1a9a4e51..3476cf6c11 100644
Binary files a/windows/deployment/update/images/PSF1.png and b/windows/deployment/update/images/PSF1.png differ
diff --git a/windows/deployment/update/images/PSF4.png b/windows/deployment/update/images/PSF4.png
index e694009eec..20f9a1a887 100644
Binary files a/windows/deployment/update/images/PSF4.png and b/windows/deployment/update/images/PSF4.png differ