|
JINMEI Tatuya / 神明達哉 wrote: As I said in my previous posting, I don't think you ought to think of either solicited node multicast groups or these groups as dynamically allocated. The groups exist statically whether any nodes are using them or not. The dynamically allocated ones are (IMO) those that an application needs to create with some guarantee of uniqueness in order to send on. No dynamic allocation is needed for the name lookup addresses.On Mon, 18 Jul 2005 14:13:54 -0500, "Pashby, Ronald W CTR NSWCDD-B35" <[EMAIL PROTECTED]> said: It occurs to me that there is another issue related to one we have discussed for Neighbour Discovery: A node that implements the response side of name lookup has to join the relevant multicast groups that we are talking about and should send out the MLDv1 or MLDv2 listener messages to ensure that the multicast messages will reach it through any switches that happen to be in the way. Do implementors do this anyway? Two points as regards the possible clash of Layer 2 addresses: - Taking a subset of the bits of an MD5 hash obviously increases the likelihood of a collision but the hashes will still be uniformly distributed over [0,2^32) - there is not a disproportionate chance of hitting (say) the all-nodes address. - The probability of getting a clash between independently randomly allocated groups with 32 bit identifiers does not start to get significant (i.e. bigger than about 0.01) until you have several thousand addresses actually in use on a link (see Mark Handley's work). >From a practical point of view, given the low rate of packets that would be expected from the name lookup protocol, is the impact of a low probability Layer 2 clash *really* going to make much of an impact on even a time sensitive application? My understanding of the reason for trying to spread the ND and name lookup multicasts across a wide spectrum of groups is to reduce the number of low level interrupts resulting from acquisition of packets that prove not to be of interest to this node when their IP addresses are examined. Whatever group a name lookup packet is on, if it is intended for a given node it has to be received and processed by that node. Three things are going to help: Keeping packets that are of no interest off a switched connection to the node; if they do come past on the wire, ignoring them at the lowest possible level; and using Ethernet QoS for the time sensitive packets - otherwise all packets of interest (and disinterest) just get dumped into a single queue for IP processing. Regards, Elwyn The problem is, as you commented, that this change will break existing implementations. I'm not sure how serious it is: I use the name-lookup protocol almost everyday, but I've never used the name-to-address mapping function using the hashed multicast group. Thus, I, for one, don't mind if we change the group range at this stage as an end user. As an implementor, I actually don't mind either. The code change would be pretty trivial.Of course, compatibility issues generally require broader inputs. We'll have to hear from other users or implementors of existing implementations before making the decision. JINMEI, Tatuya Communication Platform Lab. Corporate R&D Center, Toshiba Corp. [EMAIL PROTECTED] -------------------------------------------------------------------- IETF IPv6 working group mailing list [email protected] Administrative Requests: https://www1.ietf.org/mailman/listinfo/ipv6 -------------------------------------------------------------------- |
-------------------------------------------------------------------- IETF IPv6 working group mailing list [email protected] Administrative Requests: https://www1.ietf.org/mailman/listinfo/ipv6 --------------------------------------------------------------------
