[
Contact
]
[
Links
]
[
Previous : 41 / 60 : UDP disadvantages
]
[
Up
]
[
Next : 43 / 60 : UDP Broadcasting
]
How to Broadcast Information ?
With UDP/IP, an application can direct a packet to be sent to one other application endpoint
Could send the same packet to multiple destinations by repeatedly calling sendto() (in C) or DatagramSocket.send() (in Java)
This approach has two disadvantages:
Excessive network bandwidth is required because the same packet is sent over the network multiple times
Each host must maintain an up-to-date list of all other application endpoints who are interested in its data
eScience
<
Internetworked VR
:
Networking
>
[
Contact
]
[
Links
]
[
Previous : 41 / 60 : UDP disadvantages
]
[
Up
]
[
Next : 43 / 60 : UDP Broadcasting
]
See the "Links" link above to find out the sources of the proposed informations
Pascal Vuylsteker
/
eScience
/
Computer Science
/
ANU
Last modified: 22/3/2005
TOC
-
Print
Send your comments at :
<pvk@vuylsteker.net>