home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / misc / 3045 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  2.4 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.unix.misc
  4. Subject: Re: svr4
  5. Message-ID: <13804@auspex-gw.auspex.com>
  6. Date: 29 Jul 92 18:19:18 GMT
  7. References: <1992Jul29.143223.5027@nlm.nih.gov>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 47
  11. Nntp-Posting-Host: bootme.auspex.com
  12.  
  13. >Does anyone know if svr4 is going to support sockets (I know its bsd)?
  14.  
  15. From my copy of the System V Release 4 "Programmer's Guide: Networking
  16. Interfaces" document:
  17.  
  18.     ...
  19.  
  20.     As part of the unification of UNIX System V and Berkeley UNIX,
  21.     the sockets interface and support for the DARPA protocols (the
  22.     TCP/IP Internet Package) ahve also been added to System V
  23.     Release 4.0.
  24.  
  25.     Both TLI and sockets provide a programming interace to the
  26.     transport layer.  In System V Release 4.0, both are implemented
  27.     within the STREAMS framework.  They differ in the following
  28.     ways:
  29.  
  30.        + TLI is media- and protocol-independent.  It allows
  31.          applications to run over any transport protocol that
  32.          supports the TLI interface.
  33.  
  34.        + The sockets interface has historically been tied to the
  35.          Internet protocol suite, TCP/IP and UDP/IP.
  36.  
  37.     It is expected that new applications will take advantage of
  38.     TLI's protocol independence and that the socket interface will
  39.     be used primarily in expanding and maintaining existing
  40.     sockets-based applications.
  41.  
  42. ("Berkeley UNIX"?  Uh-oh, I think USL's lawyers had better sue the
  43. authors of the UNIX(R) System V Release 4 Programmer's Guide: Networking
  44. Interfaces; it appears to have come from the UNIX Software Operation of
  45. the American Telephone and Telegraph Corporation.  Hmm.  "UNIX Software
  46. Operation".  Sounds a bit like "UNIX Systems Laboratory"....)
  47.  
  48. >We are writing an application in sunos4.1.1 using sockets and have been
  49. >told that sun will initially support sockets in solaris 2.0 with a
  50. >library, but will not support it for very long.  Is this true?
  51.  
  52. Probably not.  I don't see the sockets interface in SVR4 going away any
  53. time soon.  Heck, if the POSIX 1003.n committee dealing with network
  54. interfaces does what I've heard they're considering doing, namely
  55. standardizing *both* a sockets *and* a TLI/XTI interface, they may be
  56. with us for a while.  In addition, I think there'll be a sockets
  57. interface, at least to the Internet protocols, in Windows as well; I
  58. think many DOS Internet protocol implementations have a sockets-like
  59. interface.
  60.