[ Contact ] [ Links ] [ Previous : 42 / 60 : How to Broadcast Information ? ] [ Up ] [ Next : 44 / 60 : Multicasting... the Network ]

UDP Broadcasting

UDP broadcasting provides a partial solution to these issues

Allows a single transmission to be delivered to all applications on a network who are receiving on a particular port

Useful for small net-VE’s

Expensive

every host on network must receive and process every broadcast packet

Not used for large or internet based VE’s (use IP Multicast)

Again subject to the usual supiscion from your local network administrator

No way to use it over the public internet

Use of a bit mask representing the subnet of hosts that should receive that message : control of the scope or range of the broadcast.

For instance, to broadcast only on the escience lab network (150.203.164.*), one should use the mask 150.203.164.255

eScience
< Internetworked VR : Networking >
[ Contact ] [ Links ] [ Previous : 42 / 60 : How to Broadcast Information ? ] [ Up ] [ Next : 44 / 60 : Multicasting... the Network ]

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>