What is broadcast address

What is broadcast address

Hi,
While correct answers have already been posted here, let me broaden the scope a little to provide a context.
In data communication, there is often a need to send a datagram to all stations connected to the same medium, or the same link, without even knowing their own addresses. It is like shouting aloud in a room to speak to all present persons at once, without knowing their names. This is broadcasting. We use it often, not just if intentionally want a message to be delivered and processed by all other stations, but also in times when we want the message to be processed only by a single specific device - but we do not know the address of that device, so the only solution is to send the message to everyone and hope that the specific device receives the broadcast as well. Think of DHCP, for example: a client that has just started does not know the address of the DHCP server. The only way of contacting it is to send the DHCP datagrams as broadcasts, hoping that apart from other clients that will receive these DHCP messages (and ignore them), they will also be received by a DHCP server who will then respond.
Because datagrams commonly used in our networks, either frames or packets, have only a single "Destination Address" field, you cannot list all possible recipients in that field of a single frame to make sure that everyone receives it. Instead, a specific pre-defined address is used in place of the destination address field, indicating that this is a broadcast datagram intended to be received and processed by everyone.
On Ethernet, the broadcast MAC address is FF:FF:FF:FF:FF:FF
In IPv4, a so-called limited broadcast address is 255.255.255.255. Packets destined to this address are never routed through a router.
In IPv4, each network and subnet has its specific broadcast address that is also called a directed broadcast. For example, the 192.168.1.0/24 network has the broadcast address of 192.168.1.255. The 10.0.8.64/29 network has the broadcast address of 10.0.8.71. These broadcast addresses are called directed broadcasts because they can actually be used to send broadcasts from a different source than the network itself: From any location, I can send packets destined to 192.168.1.255 and they will initially be routed normally just like any other IP packets but when they reach a router on which a network is directly attached for which the 192.168.1.255 would be a broadcast address, these packet might be forwarded into that network as broadcasts.
There is a relation between broadcast MAC and IP addresses. As you know, when unicast IP packets are sent over an Ethernet network, they are encapsulated into Ethernet frames and the destination MAC is resolved using the ARP protocol. With a packet destined to a broadcast IP address, there is an exception: the IP stack knows immediately that the packet shall be encapsulated into frames with the destination MAC of FF:FF:FF:FF:FF:FF.
It is worth noting that the broadcasting is primarily a function of Layer2. It is the Ethernet that allows sending a single datagram and have it delivered to all stations within an Ethernet domain (LAN or VLAN). You could have your IPv4 driver generate broadcast packets but they must still be encapsulated into Layer2 frames, and if the particular Layer2 technology does not support broadcasts on its own, you simply don't have it. The only thing you can do is to send multiple Layer2 frames carrying the same broadcast IP packet, with the Layer2 frames being addressed to each connected station in turn. You would emulate the broadcast in this way, but it is not a true broadcast.
My two cents...
Best regards,
Peter

Similar Messages

  • Rc.conf - networking - broadcast address

    I'm moving my server to a colo and have a question about what I should use for the broadcast address.  The "anonymized" version of the information the new colo sent me is at the bottom of this post.  I believe that the following line is what I should have in rc.conf, but I am not 100% sure about the broadcast address.  Can anybody tell me if what I have is correct?  Thanks much
    eth0="eth0 172.16.222.126 netmask 255.255.255.252 broadcast 172.16.222.255"
    gateway="default gw 176.16.222.125"
    NETWORK/CIDR: 172.16.222.124/30
    GATEWAY: 172.16.222.125
    IP ADDRESS: 172.16.222.126
    SUBNET MASK: 255.255.255.252

    Tenken wrote:You want 172.16.222.127.
    Here's a nice little guide on how to determine the address, or if you're lazy like me you can use an ip calculator.
    Thank you sir.  I used the measure of last resort (i.e., I actually talked with a tech guy at our colo) and indeed that is the info he gave me.  I will be bookmarking those links, for sure.

  • Data socket and broadcast address

    it's posible to use broadcast or multicast address to get resources in a local net?, in order not to specify the exact ip address where the resource is located.
    many thanks in advance
    Mikel Eguiraun

    Hi,
    you can broadcast using broadcast IP addresses (see link):
    http://www.freesoft.org/CIE/RFC/922/10.htm
    A broadcast is a data packet that is destined for multiple hosts. Broadcasts can occur at the data link layer and the network layer. Data-link broadcasts are sent to all hosts attached to a particular physical network. Network layer broadcasts are sent to all hosts attached to a particular logical network. The Transmission Control Protocol/Internet Protocol (TCP/IP) supports the following types of broadcast packets:
    •All ones—By setting the broadcast address to all ones (255.255.255.255), all hosts on the network receive the broadcast.
    •Network—By setting the broadcast address to a specific network number in the network portion of the IP address and setting all ones in the host portion of the broadcast address, all hosts on the specified network receive the broadcast. For example, when a broadcast packet is sent with the broadcast address of 131.108.255.255, all hosts on network number 131.108 receive the broadcast.
    •Subnet—By setting the broadcast address to a specific network number and a specific subnet number, all hosts on the specified subnet receive the broadcast. For example, when a broadcast packet is set with the broadcast address of 131.108.4.255, all hosts on subnet 4 of network 131.108 receive the broadcast.
    Also on the next link you can find multicast addresses explanation:
    http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/ipmulti.htm#wp1020564
    You can find several examples of UDP Multicast and broadcast on the Examples of labview (go to Help
    -> Find examples -> Search  and then you write UDP).
    Normally broadcasting and multicasting use that protocol (UDP) due to the fact it do not need an ACK in the communication. If you plan to use TCP then you will need a connection for each computer (IP). There are also examples with labview of TCP with multiple connections.
    Hope that info helps u,
    Regards,
    Jaime Cabrera
    NI Applications Engineering Spain

  • What determines the address iCal email reminders are sent from?

    *What determines the address iCal email reminders +are sent from+?*
    On our g4 iMac, running Tiger, my wife has multiple pop3 email accounts. 6 to be exact.
    She only has one address listed in her address book, and that is her own main primary address.
    She recently started using iCal email reminders for reoccurring events. At first she was getting emails from her main address mailed to her main address. Works as planned.
    But recently, she is getting reminders emailed to her main address send from one of her other POP 3 email accounts. This is not desirable. She needs them to come from her main address, the one that is her primary account and is listed in the address book. She is not sure what caused this change or why.
    So the question is, what determines the address the email reminder is sent from and how can you change this to another address.
    THX

    Yes, that's what I thought too.
    There is only one address besides the "APPLE" card in her book, and that is her primary address, and unfortunately, NOT the one her reminders are coming from.

  • What is SMTP address?

    Anybody could u tell what is SMTP address?
    Thanks in advance.

    jschell wrote:
    Vinodha wrote:
    Anybody could u tell what is SMTP address?It is an address for SMTP of course.I'm not sure I have ever seen "SMTP address" used as a technical term. Maybe it's one of those phrases like "e-mail ID" which are loosely used in some parts of the world instead of the standard phrases.

  • What is the address for Canon service center in Irvine?

    I like to bring my Canon 40D in fir service what is the address for Irvine sevice center?

    This is where I mailed gear for service.  I'm assuming it is the same address for walk-ins
    15955 Alton Parkway
    Irvine, CA 92618

  • What is the address for warranty returns

    We had an issue with a lightning cable and were sent a new one under warranty, well my three year old decided to cut up the envelope and return address label for the old cable to be returned. What is the address to send this back?

    This is where I mailed gear for service.  I'm assuming it is the same address for walk-ins
    15955 Alton Parkway
    Irvine, CA 92618

  • I've received an email of an unauthorised access which states it was done in Canada, is there any way I can request Apple to inform me what the IP address that made unauthorised access was?

    I've received an email of an unauthorised access which states it was done in Canada, is there any way I can request Apple to inform me what the IP address that made unauthorised access was?
    I want to know as it possibly relates to other security issues I've had of late and it would help further my investigation. Would a subject access request possibly allow me to recieve this information? As far as I know there's no way to see a list of when and where I sign in using my Apple ID?

    Sorry but no, Apple cannot give you that information. The only way they could give anyone such an IP address would be if they received a court order to do so, if even then; I don't know what sort of tracking and logs they do.
    However, if this email claimed that someone had tried to reset your password and in any way gave you a link to click to confirm your account information, the email was almost certainly a phish. Such phishing messages have been quite common over the last two or three weeks and should be deleted without responding. You may wish to manually type in the URL for Apple's page for managing an Apple ID and change your password, just as a precaution, and make sure you've set good security questions using responses that can't just be looked up for you (they don't have to be real information; you can use any response you wish as long as you can remember what you entered).
    Regards.

  • HT1918 I dont know my security questions and am unsure what the email address is on my account as the reset option

    I dont know my security questions and am unsure what the email address

    If you can't figure out the email address, you need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (95663)

  • Broadcast address of your system

    Hi,
    I want to determine broadcast address of my system using java.
    Any suggestions.
    Thanks.

    You could try the following. The first match looks correct.
    [http://www.google.co.uk/search?q=java+broadcast+address]

  • What source ip address is sent as part of DHCP discover packet?

    As part of DHCP discover packet what source ip address is sent.

    The source IP address is all zero's

  • What is ip address for officejet 4500

    Can you please tell me what the IP address is for officejet 4500n

    The IP address is issued by your router, so will be different for different printers.  Print a Wireless Network Test from the front of the printer to see your printer's IP.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • What happened to address bar in safari under Mountain lion

    I upgraded to Mountain Lion yesterday.  Now, in safari, I no longer have an address bar.  In customize toolbar, I see there is only the option to add/have 'search google or enter an address'.  So have they combined this field?  If so, in the old address bar field, there was a star to click on to add the page to our bookmarks, which opened the list and let us choose a folder.  I no longer have that option.
    Any help?
    michelle

    It is now a unified address and search bar. there is a + button in the Customize Toolbar in the View menu item. This will allow you to choose what folder to add your page.
    Message was edited by: hpr3

  • Is it possible to change the email "To" field from what's in Address Book?

    I would like to change the name displayed in the "to" address from the way it's entered in the address book but can't find how to do this. I like to have the address book sort alphabetically by last name (so it's set up with last name first), but I don't always want to send an email in that format. For example, I'd like to change "Smith Family" (address book) or "Smith John" (address book) to "John Smith" when I'm sending an email, or even just the email address (without a display). I could do this in Outlook, but I can't find the same feature in Mac Mail. Even when I delete the display name and try to retype just the email address it just "bounces back" to whatever the name is in the address book. I hate to have to make multiple entries in the address book for the same family/email address just to get different display names. Is there a way around this??

    I'm sorry, but I'm still not clear on the problem. Do you mean that you have both "Smith Family" and "John Smith" tied to the same email address? If so, again, that "friendly" name isn't sent to the recipient, so the person receiving the email will get exactly the same thing regardless of whether you select the "Smith Family" entry or the "John Smith" entry. The "friendly" name doesn't go along as part of the email.
    It would only matter on your end when looking at your Sent email, and if that's an issue, it should be no problem to select which one you want; just start entering in the email address/name and wait a second; you'll get a dropdown with all the addresses that meet that criteria and you can just pick the correct one.
    Forgive me if I'm still not understanding what the difficult is or what you're trying to accomplish.

  • How do I tell what GROUP an address book CARD is located in?

    Any help would be appreciated:
    When I look at my address book I use the 'CARD AND COLUMNS' view; I usually have it preselected to 'all groups' and do searches there; my question is this; is there an easy way to display what group a selected card is attached to? I can't seem to find an elegant way to do this...
    Thanks. Ger

    Thanks for the INFO!!
    Ger

Maybe you are looking for

  • 1st song on all my cds breaks up or doesn't play

    All the others songs work perfectly, but the first makes crackling sounds, or doesn't play for like 10 secs or a minute. When it starts playing, and I drag the timer back to the start of the song it works fine, but it nevers works if I just double cl

  • Connecting my Macboook late (2008) to my new samsung LCD TV

    So I have a aluminum unibody macbook late (2008) and Im trying to connect it to my new samsung TV. I purchased the hdmi cords along with the hdmi adapter to plug into my macbook. I can get the display to show on the TV, but the sound is missing from

  • Best way to create new account/ID?

    I got my iPhone back when I was married and always used my husbands Apple Account. We've now divorced and I would like my own account/ID. What's the best way to go about this? Is losing my apps/purchases/data inevitable? If I have to pay for all new

  • HELP! Surround Mixer Proble

    Hi guys, I have an SB Audigy. Unfortunately, my installation cd was ruined and i had to get a new Hard dri've. I have successfully installed drivers and the Creative audio console, but i cannot find anywhere the original installation files for Surrou

  • LabView FPGA ERROR:place:543

    Hi folks, While i'm compiling my FPGA vi, i have got the device utilization report as 76%...while phase 13.9(during mapping) calculation i'm getting Error:Map:543. placement constraint error..Give me a solution to resolve this issue... Thanks in Adva