Networking Forums

Networking Forums > Computer Networking > Linux Networking > broadcast on network

Reply
Thread Tools Display Modes

broadcast on network

 
 
manish
Guest
Posts: n/a

 
      01-30-2006, 12:57 PM
hello
is there any way to broadcast data on the internet ( to all the systems
around the world ). ?
if no, how do the architecture restricts such an attemp ?

any help would be appreciated ..

thanx.

 
Reply With Quote
 
 
 
 
Ken K
Guest
Posts: n/a

 
      01-30-2006, 02:05 PM
manish wrote:

> hello
> is there any way to broadcast data on the internet ( to all the systems
> around the world ). ?
> if no, how do the architecture restricts such an attemp ?
>
> any help would be appreciated ..
>
> thanx.


No. There are multiple ways to restrict it. Firewalls, routers and
software.
 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      01-30-2006, 06:51 PM
On 30 Jan 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>, manish wrote:

>is there any way to broadcast data on the internet ( to all the systems
>around the world ). ?


In theory, it is possible. In real life, it is impossible. See section
12 of the Unix-and-Internet-Fundamentals-HOWTO, then read through the
Linux Network Administrator's Guide which should be on your system if
you were using Linux. You can find the howto and guide at the LDP

http://en.tldp.org/HOWTO/HOWTO-INDEX/howtos.html
http://tldp.org/guides.html

>if no, how do the architecture restricts such an attemp ?


Nearly all networking is 'point to point' - from one host to another. There
are two other modes, 'multicast' (RFC1301), and 'broadcast' (RFC0919).

0919 Broadcasting Internet Datagrams. J.C. Mogul. Oct-01-1984.
(Format: TXT=16382 bytes) (Also STD0005) (Status: STANDARD)

1301 Multicast Transport Protocol. S. Armstrong, A. Freier, K.
Marzullo. February 1992. (Format: TXT=91976 bytes) (Status:
INFORMATIONAL)

Broadcasts are only used on "local" networks, and are mainly of a
network operations nature - an example is ARP. Most routers are sanely
configured to block broadcasts to avoid 2.2 billion people trying to
talk on the same telephone at the same time. See also RFC1812.

1812 Requirements for IP Version 4 Routers. F. Baker, Ed.. June 1995.
(Format: TXT=415740 bytes) (Obsoletes RFC1716, RFC1009) (Updated by
RFC2644) (Status: PROPOSED STANDARD)

Multicast is used for situations where a data transfer is destined for
more than one destination. Rather than spewing all over, multicast is
directed to those who have indicated that they want to receive the data.
This involves extra routing protocols (MBone) for longer distances, and
this are not all that common.

Why would you think there is a need to broadcast data everywhere?

Old guy
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft network monitor - broadcast messages Adi Zebic Windows Networking 3 12-05-2008 05:26 PM
Broadcast messages to everyone on wifi network? joseph.kenyon@gmail.com Wireless Internet 8 04-19-2007 11:29 AM
broadcast internet on the network via wireless router samuelberthelot@googlemail.com Wireless Internet 4 11-06-2006 03:30 PM
PPC won't retreive network without SSID broadcast Daniel CLEMENT Wireless Internet 4 08-27-2004 04:33 PM
MN-700 broadcast packets on wired network Dave Grubbs Broadband Hardware 0 08-20-2004 05:59 PM



1 2 3 4 5 6 7 8 9 10 11