RE: [Cse461] When to use BroadcastAddress?

From: Ken Michelson (ken_at_cs.washington.edu)
Date: Tue Jan 13 2004 - 17:46:21 PST

  • Next message: Evan Martin: "[Cse461] a note on fishnet and packets"

    The difference here is that when you send a message to the broadcast
    address, you are really addressing it to every node within TTL nodes.
    That is, every node that receives a message directed to the broadcast
    address should process that message as though it were directed to it.
    Flooding will have a certain destination address that must be maintained
    as it propagates through the network.

    Ken

    > -----Original Message-----
    > From: cse461-bounces_at_cs.washington.edu
    > [mailto:cse461-bounces_at_cs.washington.edu] On Behalf Of Jeff Tyrrill
    > Sent: Tuesday, January 13, 2004 4:59 PM
    > To: cse461_at_cs.washington.edu
    > Subject: [Cse461] When to use BroadcastAddress?
    >
    >
    > It seems that we need to use BroadcastAddress in some form
    > for neighbor discovery; as the assignment points out, a given
    > node has no knowledge of any other nodes, and no way to
    > establish initial communication, until a broadcast packet is sent.
    >
    > However, when performing flooding of packets, should we flood
    > by sending to the BroadcastAddress, or rather, do something
    > like iterate over an internal list of neighbors? Using the
    > BroadcastAddress seems more straightforward, but if that is
    > the case, then the entire portion of the assignment for
    > maintaining a list of neighbors seems unnecessary to make the
    > flooding work.
    >
    > _______________________________________________
    > Cse461 mailing list
    > Cse461_at_cs.washington.edu
    > http://mailman.cs.washington.edu/mailman/listi> nfo/cse461
    >

    _______________________________________________
    Cse461 mailing list
    Cse461_at_cs.washington.edu
    http://mailman.cs.washington.edu/mailman/listinfo/cse461


  • Next message: Evan Martin: "[Cse461] a note on fishnet and packets"

    This archive was generated by hypermail 2.1.6 : Tue Jan 13 2004 - 17:46:22 PST