1. Microsoft Corporation. (2023). Prepare for deployment with MDT. Microsoft Learn.
Section: "Prepare the Windows Deployment Services (WDS) server role"
Content: This official MDT documentation explicitly states
"Even though MDT can be used for Lite Touch deployments without WDS
if you want PXE boot support
you need to use WDS." It further details the steps to install and configure WDS for use with MDT
which is a prerequisite for network-based deployments like multicast.
2. Microsoft Corporation. (2023). Performing multicast deployments. Microsoft Learn.
Section: "Multicast deployments"
Content: This document describes the multicast functionality inherent to Windows Deployment Services. It explains
"By using multicast functionality
you can deploy an image to a large number of client computers without overburdening the network." This confirms WDS is the correct technology for multicast.
3. Microsoft Corporation. (2023). What is Multipath I/O (MPIO)?. Microsoft Learn.
Section: "Overview"
Content: This document defines MPIO as a framework to "provide a high-availability solution for storage." This confirms its purpose is related to storage redundancy
not OS deployment.