[ gdobos @ 17.02.2004. 12:37 ] @
Dobio sam pitanje na pismenom koja je razlika izmedju upita na broadcast adresu 255.255.255.255 i na multicast adresu 224.0.0.1? Pogledavši RFC 1356 vidio sam da se kod Router Advertisment poruke mogu koristiti oba dvije adrese, znači efekt koji se postiže je isti, što je jasno jer grupa 224.0.0.1 uključuje sva računala u podmreži. Stoga me interesira u čemu je razlika? Po meni je nema.
[ markovm @ 18.02.2004. 22:07 ] @
Citat:
gdobos:
Dobio sam pitanje na pismenom koja je razlika izmedju upita na broadcast adresu 255.255.255.255 i na multicast adresu 224.0.0.1? Pogledavši RFC 1356 vidio sam da se kod Router Advertisment poruke mogu koristiti oba dvije adrese, znači efekt koji se postiže je isti, što je jasno jer grupa 224.0.0.1 uključuje sva računala u podmreži. Stoga me interesira u čemu je razlika? Po meni je nema.



Kakvog upita ?
Na kakvoj mrezi ?
RFC 1356 = Multiprotocol Interconnect on X.25 and ISDN in the Packet Mode ?


The IPv4 networking standard defines Class E addresses as reserved, meaning that they should not be used on IP networks. Some research organizations use Class E addresses for experimental purposes. However, nodes that try to use these addresses on the Internet will be unable to communicate properly.
A special type of IP address is the limited broadcast address 255.255.255.255. A broadcast involves delivering a message from one sender to many recipients. Senders direct an IP broadcast to 255.255.255.255 to indicate all other nodes on the local network (LAN) should pick up that message. This broadcast is 'limited' in that it does not reach every node on the Internet, only nodes on the LAN.

The IPv4 networking standard defines Class D addresses as reserved for multicast. Multicast is a mechanism for defining groups of nodes and sending IP messages to that group rather than to every node on the LAN (broadcast) or just one other node (unicast).
Multicast is mainly used on research networks. As with Class E, Class D addresses should not be used by ordinary nodes on the Internet.

Pozdrav.
[ markom @ 18.02.2004. 22:59 ] @
Ehm, reklo bi se da nisi shvatio pitanje. 224.0.0.1 je multicast adresa koja se obraća svim multicast slušačima (klijentima) u mreži, dok se broadcast adresa 255.255.255.255 obraća svim računarima u mreži, bez razlike da li su multicast klijenti ili ne.

Efektivna razlika je u tome ko procesira upit. Po pravilu, broadcaste primaju i obrađuju svi. 224.0.0.1 primaju svi, ali obrađuju samo slušači. Naravno, ako je mreža pravilno konfigurisana za multicast transport, segmenti koji nemaju aktivnih multicast klijenata, neće primiti ovaj upit.

Marko.