home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / tcpip / 5880 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.7 KB

  1. Path: sparky!uunet!olivea!sgigate!sgi!rhyolite!vjs
  2. From: vjs@rhyolite.wpd.sgi.com (Vernon Schryver)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: reading what you're writing on Suns
  5. Message-ID: <ukn7no4@rhyolite.wpd.sgi.com>
  6. Date: 8 Jan 93 21:34:38 GMT
  7. References: <21102@ucdavis.ucdavis.edu> <16287@auspex-gw.auspex.com>
  8. Organization: Silicon Graphics, Inc.  Mountain View, CA
  9. Lines: 32
  10.  
  11. In article <16287@auspex-gw.auspex.com>, guy@Auspex.COM (Guy Harris) writes:
  12. > >Apparently a Sun cannot read the packets that it is writing to
  13. > >the network.  I have two questions regarding this:
  14. > >
  15. > >    1) Is this common with most/all workstations (non-Suns)?
  16. > I've never seen an Ethernet interface that *does* hear its own
  17. > transmissions, but some may exist.  All the Ethernet-interface drivers
  18. > I've seen will wrap transmitted *broadcast* packets around internally,
  19. > so that it *looks* as if they receive the packet, but they don't do so
  20. > for non-broadcast packets.
  21. > >    2) Is there a patch so the Sun can read it's own packets?
  22. > ...
  23.  
  24.  
  25. With 7990 LANCE based hardware, it is impossible to hear your own
  26. packets with just the hardware, unless your packets are ridiculously
  27. small.  Anything larger than something like 38 bytes cannot be heard.
  28.  
  29. With SEEQ 8003 and similar based systems, the hardware can in be built
  30. to hear its own output, but the main vendor I know of that uses 8003's
  31. and derivatives in some systems (guess which vendor) has chosen to
  32. implement loopback purely in software.
  33.  
  34. Doing loopback in software is a good idea with common 4.3BSD and SVR4
  35. (I think) style code, which do not work well if they cannot hear their
  36. own broadcasts.  You usually want your system to come up even if the
  37. ethernet cable is unplugged.
  38.  
  39.  
  40. Vernon Schryver,  vjs@sgi.com
  41.