The Transport Driver Interface or TDI is the protocol understood by the upper edge of the Transport layer of the Microsoft Windows kernel network stack.
Transport Providers are implementations of network protocols such as TCP/IP, NetBIOS, and AppleTalk.
When user-mode binaries are created by compiling and linking, an entity called a TDI client is linked into the binary. TDI clients are provided with the compiler. The user-mode binary uses the user-mode API of whatever network protocol is being used, which in turn causes the TDI client to emit TDI commands into the Transport Provider.
Typical TDI commands are TDI_SEND, TDI_CONNECT, TDI_RECEIVE.
The purpose of the Transport Driver Interface is to provide an abstraction layer, permitting simplification of the TDI clients.
William Boswell (2000), Inside Windows 2000 Server (in German), Sams Publishing, p. 1001, ISBN978-1-56205-929-3, retrieved 27 August 2021
Robert L. Bogue, Will Schmied (2003), MCSE Windows XP Professional (in German), Pearson, pp. 418–, ISBN978-3-8272-6441-1, retrieved 27 August 2021
Pramod Chandra P. Bhatt (2010), PHI Learning Pvt. Ltd. (ed.), An Introduction to Operating Systems: Concepts and Practice (in German), p. 535, ISBN978-81-203-4138-8, retrieved 27 August 2021
Stefan Norberg (2001), Securing Windows NT/2000 Servers for the Internet (in German), O'Reilly, pp. 22 und das Schaubild auf S. 21, ISBN978-1-56592-768-1, retrieved 2014-11-19
"Features Removed or Deprecated in Windows Server 2012". docs.microsoft.com. Retrieved 27 August 2021.