home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / tcpip / 4263 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.9 KB

  1. Xref: sparky comp.protocols.tcp-ip:4263 comp.protocols.tcp-ip.ibmpc:5005 comp.dcom.lans:1916
  2. Newsgroups: comp.protocols.tcp-ip,comp.protocols.tcp-ip.ibmpc,comp.dcom.lans
  3. Path: sparky!uunet!microsoft!hexnut!jallard
  4. From: jallard@microsoft.com (James 'J' Allard)
  5. Subject: Re: TCP/IP programming reference material wanted
  6. Message-ID: <1992Sep01.221105.9212@microsoft.com>
  7. Date: 01 Sep 92 22:11:05 GMT
  8. Organization: Microsoft Corporation
  9. References: <1992Aug30.011626.730@ccsvax.sfasu.edu>
  10. Lines: 29
  11.  
  12. In article <1992Aug30.011626.730@ccsvax.sfasu.edu> a_millsbs@ccsvax.sfasu.edu writes:
  13. >I am intersted in trying to do some tcp/ip programming on some MS-DOS systems
  14. >and I was wondering if anyone out there could recommend some good books or
  15. >documents.  This is my FIRST attempt at tcp/ip pragramming so any references
  16. >of general nature are valuable not just those that apply to ms-dos.
  17.  
  18. Probably the most widely referenced book for TCP/IP programming is
  19. Stevens' UNIX Network Programming which is widely available (I think it's
  20. a Prentice Hall title). It explains the basics of sockets, etc.
  21.  
  22. However, if you want to do MS-DOS TCP/IP programming, the interface will
  23. vary from implementation to implementation. Your best bet is to get in
  24. touch with the manufacturer of the stack that you'll be working on to get
  25. the correct library and header files. Most MS-DOS based interfaces are 
  26. based on BSD sockets of some flavor.
  27.  
  28. Finally, if you're thinking about doing some Windows programming over TCP/IP,
  29. it's probably worth your time to check out the recently released Windows 
  30. Sockets specification available on ftp.uu.net under the /vendors/microsoft
  31. directory. The specification was jointly developed and endorsed by about
  32. 20 vendors in the community and will be the new interface by which to 
  33. access TCP/IP via Windows. Windows NT will have a Windows Sockets compliant
  34. interface as well.
  35.  
  36. Hope this helps,
  37.  
  38. J. Allard
  39. Microsoft Corp.
  40.  
  41.