Software backup solutions use different protocols called transport modes to retrieve VM data from the storage. The transport mode to use for backups depends on the design of the network and the storage architecture.
There are four main transport modes that are supported for handling data:
- Network Block Device (NBD): The ESXi host reads data from the storage and sends it to the application, across the network, using the NBD protocol. This mode can be used in any infrastructure configuration and is the simplest method to implement.
- Network Block Device Secure Socket Layer (NBDSSL): This is the same as NBD but uses SSL to encrypt the data passed over the TCP/IP connection.
- SCSI HotAdd: This is a LAN free data transfer mode where ...