Transport Driver Interface

From Wikipedia, the free encyclopedia
(Redirected from Transport Dispatch Layer)

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.

See also[edit]

References[edit]

  • Windows XP Driver Development Kit documentation.

Further reading[edit]

  • William Boswell (2000), Inside Windows 2000 Server (in German), Sams Publishing, p. 1001, ISBN 978-1-56205-929-3, retrieved 27 August 2021{{citation}}: CS1 maint: date and year (link)
  • Robert L. Bogue, Will Schmied (2003), MCSE Windows XP Professional (in German), Pearson, pp. 418–, ISBN 978-3-8272-6441-1, retrieved 27 August 2021{{citation}}: CS1 maint: date and year (link)
  • Pramod Chandra P. Bhatt (2010), PHI Learning Pvt. Ltd. (ed.), An Introduction to Operating Systems: Concepts and Practice (in German), p. 535, ISBN 978-81-203-4138-8, retrieved 27 August 2021{{citation}}: CS1 maint: date and year (link)
  • Stefan Norberg (2001), Securing Windows NT/2000 Servers for the Internet (in German), O'Reilly, pp. 22 und das Schaubild auf S. 21, ISBN 978-1-56592-768-1, retrieved 2014-11-19{{citation}}: CS1 maint: date and year (link)
  • "Features Removed or Deprecated in Windows Server 2012". docs.microsoft.com. Retrieved 27 August 2021.