"Yaron" <> wrote in message
news:...
> I guess this one sounds a little foolish, but still: I would like to
> understand the way devices treat multicast and broadcast frames on a
> segment.
>
> Let's assume a segment with 2 routers and 2 PCs.
> Now let's assume that RIPv1 is enabled. Since it broadcasts its routing
> table, all the rest of the devices on the segment will receive these
> broadcasts.
> In the case of RIPv2, multicast is being used.
> Since the hub (or even a switch that floods multicast) will transmit the
> information to the rest of the segment, all the devices, PCs and
> routers, with receive these fames too.
RIP2 can run "compatibility mode" where it uses broadcasts rather than
m/cast.
> So in both cases, all the devices receive these frames.
> What's the difference, what am I missing here?
adevice with a reasonable interface chip can program the chip with the set
of multicast MAC addresses it is interested in, and ignore the rest in
hardware.
All broadcasts traditionally need the CPU to examine each packet to decide
whether to ignore it.
some layer 2 switches can use multicast control to limit where the packets
go within a subnet, reducing the average bandwidth overhead per port.
doesnt matter for a few packet / sec for RIPv2, but once you start sending
multiple 5 Mbps MPEG2 video on multicast it gets more important......
>
> Thanks, Yaron
--
Regards
- replace xyz with ntl