home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / win32 / 1828 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  1.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!ogicse!news.u.washington.edu!tad
  2. From: tad@wrq.com (Tad Marshall)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: Getting DOS TCP/IP software to work with NT
  5. Message-ID: <1992Nov6.030904.2122@u.washington.edu>
  6. Date: 6 Nov 92 03:09:04 GMT
  7. Article-I.D.: u.1992Nov6.030904.2122
  8. References: <1992Nov5.031150.12271@ucsu.Colorado.EDU> <EBROWN.92Nov5161748@bud_light.kodak.com>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: Walker Richer & Quinn, Inc., Seattle, WA
  11. Lines: 21
  12.  
  13. In article <EBROWN.92Nov5161748@bud_light.kodak.com> ebrown@tap.kodak.com writes:
  14. >In article <1992Nov5.031150.12271@ucsu.Colorado.EDU> ushomirs@spot.Colorado.EDU (USHOMIRSKIY GRIGORIY) writes:
  15. >
  16. >   I remeber reading here that Win NT's network drivers are similar to NDIS.
  17. >   In this case it seems to be easy to get any dos TCP/IP software that uses
  18. >   packet drivers or NDIS to work with NT.
  19.  
  20. >I was under the impression that Microsoft and a couple other vendors
  21. >(Sun and FTP Software notably) had come up with the Windows Socket
  22. >specification and that that was to be the new TCP/IP standard interface
  23. >rather than packet drivers.
  24.  
  25. Windows NT uses WinSock as an API for talking to the TCP/IP stack.  NT also
  26. uses NDIS 3.0 as an API for talking to a network driver.
  27.  
  28. Since NT has TCP/IP built-in, you probably don't want to run another TCP/IP
  29. stack in a DOS box, even if you could make it work.  But protocols that are
  30. not based on TCP/IP (such as DEC's LAT) can't use WinSock, and must instead
  31. write directly to the network board driver using NDIS.
  32.  
  33. -- Tad
  34.