Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.9 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <HTML DIR="LTR"><HEAD>
  3. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  4. <TITLE>NetBIOS over TCP/IP Component Description</TITLE>
  5. <style type="text/css">@import url(td.css);</style></HEAD>
  6. <BODY TOPMARGIN="0">
  7. <H1><A NAME="_netbios_over_tcp!ip_component_description"></A><SUP></SUP>NetBIOS over TCP/IP Component Description</H1>
  8. <P>This component supports NetBIOS services in a TCP/IP environment. NetBIOS over TCP/IP is specified by request for comment (RFC) 1001 and RFC 1002. NetBIOS defines a software interface and a naming convention, not a protocol. NetBIOS over TCP/IP provides the NetBIOS programming interface over the TCP/IP, extending the reach of NetBIOS client and server programs to the Internet Protocol (IP) networks and providing interoperability with various other operating systems.</P>
  9. <P>The Netbt.sys driver is a kernel-mode component that supports the Transmit Diversion Inertie (TDI) interface. Network clients and servers use the TDI interface directly, while traditional NetBIOS applications have their calls mapped to TDI calls through the Netbios.sys driver. Using TDI to make calls to NetBT is a more difficult programming task, but can provide higher performance and flexibility.</P>
  10. <P>The Microsoft Windows NT Workstation service, server service, browser, messenger, and NetLogon services all function as NetBT clients and use TDI to communicate with NetBT. Windows NT also includes a NetBIOS emulator, netbios.sys, which is a separate component. The emulator takes standard NetBIOS requests from NetBIOS applications and translates them to equivalent TDI functions. The NetBIOS application uses the NetBIOS application programming interface (API) to communicate with the NetBIOS emulator.</P>
  11. <H1>Component Configuration</H1>
  12. <P>There are no configuration requirements for this component.</P>
  13. </BODY>
  14. </HTML>