LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-02-2002, 09:09 PM   #1
BHanrahan
LQ Newbie
 
Registered: Sep 2002
Posts: 8

Rep: Reputation: 0
What does Broadcast mean?


When I was configuring my wireless usb device one of the things that I needed to know was a Broadcast number which has the same setup as an ip number. So my question is what is this number and where can I find what mine is. By the way I have the device working in windows xp, does anyone know what the corresponding number is in that os.
Thanks,
Ben
 
Old 09-02-2002, 10:30 PM   #2
wartstew
Member
 
Registered: Apr 2002
Location: Albuquerque, NM USA
Distribution: Slackware, Ubuntu, Debian, Maemo
Posts: 464

Rep: Reputation: 30
Re: What does Broadcast mean?

Quote:
Originally posted by BHanrahan
When I was configuring my wireless usb device one of the things that I needed to know was a Broadcast number which has the same setup as an ip number.
It is normally the last number of your subnet, this is usually xxx.xxx.xxx.255 assuming you are using a full class C network.

Quote:
So my question is what is this number and where can I find what mine is. By the way I have the device working in windows xp, does anyone know what the corresponding number is in that os.
At a command prompt (start -> run -> cmd), type "ipconfig" and I *think* it should tell you.
 
Old 09-03-2002, 04:52 AM   #3
dwd
Member
 
Registered: Aug 2002
Distribution: RedHat / Debian / Ubuntu
Posts: 35

Rep: Reputation: 15
As to what the Broadcast address *is*, it's actually surprisingly simple, but perhaps a little tricky to explain.

Many network media types - a good example is Ethernet - have a broadcast facility, which allows one station (computer wth a network card) to send a frame (in our case, holding an IP packet) that's intended to be received by every connected station.

Normally, you only send an Ethernet frame to one particular station, using an Ethernet address, which is also known as a MAC address. Your computer gets these from IP addresses by using a protocol called ARP.

But if you want to send - using IP - a packet to all computers on your IP network, then we need to set aside a special address that all the computers agree on, which gets translated to the special Ethernet broadcast address.

This *used* to be traditionally the "all zero" address - that is, all the bits in the subnet part of the IP address were all zeros - but this was switched some time ago to be the "all ones" address.

Hence on what used to be a class C, now known as a /24, the last number of your broadcast address will indeed be "255". Each number is 8 bits long, by the way, and is known as an "octet". On a /25 address, half the size of a /24, the broadcast address is still "all ones", which means it's likely to be either "255" or "127", depending on which half you have.

Thankfully, because these things are rather easier for computers to calculate than humans, there's copious tools to do it.

For instance, on RedHat, you needn't enter the broadcast address at all - you always need the netmask (which is, actually, that /24 or /25 or whatever in a different notation) - and it'll figure out the broadcast based on that, using ipcalc:

[root@turner root]# ipcalc 192.168.0.2 255.255.255.192 -b
BROADCAST=192.168.0.63

[root@turner root]# ipcalc 192.168.0.2/26 -b
BROADCAST=192.168.0.63

Just as a last tip:

If you know the netmask, but need that /24 style - known as a "prefix length" or "CIDR notation" - then ipcalc will also do this for you, and vice versa. Try the above examples using "-p" and "-m" instead of (or as well as ) the -b.
 
Old 09-03-2002, 12:02 PM   #4
BHanrahan
LQ Newbie
 
Registered: Sep 2002
Posts: 8

Original Poster
Rep: Reputation: 0
thanks guys
Ben
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Command to broadcast for IP? jeopardyracing Linux - Newbie 5 10-20-2004 02:47 PM
Time Broadcast BigDawg Linux - Networking 4 12-04-2003 12:53 AM
How can I get my broadcast to run hamadashi Linux - Networking 1 09-24-2003 09:12 AM
how to broadcast tv over an ip network? andrewlkho Linux - General 5 08-10-2003 09:46 AM
What is a broadcast ip? snocked Linux - Newbie 7 01-28-2003 09:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration