home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / dcom / lans / ethernet / 2856 < prev    next >
Encoding:
Text File  |  1992-12-23  |  2.4 KB  |  59 lines

  1. Newsgroups: comp.dcom.lans.ethernet
  2. Path: sparky!uunet!wupost!darwin.sura.net!sgiblab!sgigate!sgi!rigden.wpd.sgi.com!rpw3
  3. From: rpw3@rigden.wpd.sgi.com (Rob Warnock)
  4. Subject: Re: Group bit in IEEE 802
  5. Message-ID: <tuodf5s@sgi.sgi.com>
  6. Sender: rpw3@rigden.wpd.sgi.com
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Date: Wed, 23 Dec 1992 05:45:02 GMT
  9. Lines: 48
  10.  
  11. ffuentes@tolten.puc.cl (Fernando Fuentes SCC) writes:
  12. +---------------
  13. | In IEEE 802 standard, in the address field there is a bit called
  14. | group/individual bit, that is intended to be used for multicast (send a
  15. | message to some type of servers for instance).
  16. | I would like to know what applications use this facility
  17. +---------------
  18.  
  19. First, note that broadcast [destination address = all 1's] is a special case
  20. of multicast, and *lots* of protocols (over)use broadcast. The most common
  21. example of this is probably ARP (Address Resolution Protocol), which is used
  22. to find the MAC-level address of a station with a given network-level address.
  23. Other broadcast protocols include RARP, BOOTP, "timed", "rwho", etc.
  24.  
  25. True multicast packets are less commonly seen, but RFC 1340, "Assigned
  26. Numbers", lists several dozen known Ethernet multicast addresses. Among
  27. them is the range 01-00-5E-00-00-00 through 01-00-5E-7F-FF-FF, which is
  28. used for IP multicast. RFC 1340 also lists over a dozen registered IP
  29. multicast addresses (or ranges).
  30.  
  31. The prevelance of multicast (especially IP multicast) is increasing. Many
  32. people now use IP multicast for multimedia conferencing: videoconferencing,
  33. "broadcasting" audio (e.g., the now-standard multicasting of audio feeds
  34. from IETF meetings over the entire global Internet), and the like.
  35.  
  36. While IP multicast is (in practice) currently limited to UDP, several
  37. protocol suites support multicasting as a first-class citizen. XTP and
  38. VMTP come to mind in particular.
  39.  
  40. +---------------
  41. | ...and at what level the bit is set (who sets it)
  42. +---------------
  43.  
  44. Each network protocol family has its own way of assigning network-level
  45. multicast addresses, and of translating those to MAC_level addresses.
  46. In practice, the "group" bit is not "set" separately, rather, it's just
  47. part of the MAC-level multicast address provided by the network-layer code
  48. (or provided by some network-to-MAC translation service).
  49.  
  50.  
  51. -Rob
  52.  
  53. -----
  54. Rob Warnock, MS-9U/510        rpw3@sgi.com
  55. Silicon Graphics, Inc.        (415)390-1673
  56. 2011 N. Shoreline Blvd.
  57. Mountain View, CA  94043
  58.  
  59.