home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / 3918 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.8 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!sdd.hp.com!swrinde!network.ucsd.edu!ucsbcsl!spectrum.CMC.COM!fennel.acc.com!art
  2. From: art@acc.com (Art Berggreen)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: IP Directed Broadcast
  5. Message-ID: <1992Jul30.161214.4160@acc.com>
  6. Date: 30 Jul 92 16:12:14 GMT
  7. References: <11132@crackers.clearpoint.com>
  8. Organization: ACC, Advanced Computer Communications
  9. Lines: 29
  10.  
  11. In article <11132@crackers.clearpoint.com> martillo@stars.clearpoint.com (Joachim Martillo) writes:
  12. >On reading RFC 1009 Requirements for Internet Gateways, one finds in
  13. >section 4.4 on page 34.  An Internet gateway is permitted, but not
  14. >required, to filter out directed broadcasts destined for any of its
  15. >locally-connected networks.
  16. >
  17. >If a networks gateways do not filter IP broadcasts and that network
  18. >has active loops in its subnet topology, and if someone extern to the
  19. >network sends a directed broadcast to that network with a TTL of 255,
  20. >the target network could easily suffer a major broadcast storm.
  21. >
  22. >Such a storm would seem a bad thing.  Maybe I am missing something,
  23. >but perhaps filterning directed broadcasts should be obligatory rather
  24. >than optional.
  25. >
  26. >Joachim Carlo Santos Martillo Ajami
  27.  
  28. Get the latest Router Requirements Draft from any internet-drafts server.
  29. This will eventually replace RFC1009.
  30.  
  31. "All Subnets" broadcasts have been "deprecated" and multicasts encouraged.
  32. The rule has become: if an IP packet arrives via media broadcast, it is
  33. never forwarded (ignoring IP Multicast for the moment).  Thus if an All
  34. Subnets broadcast is forwarded until it reaches the first subnet of the
  35. target network, it may be exploaded there, but will not propagate to the
  36. remaining subnets.  This is especially important with new routing protocols
  37. which allow discontiguous subnets.
  38.  
  39. Art
  40.