What is the Broadcast IP Address?

Answer Posted / hitesh

A broadcast address is an IP address that you can you to
target all systems on a specific subnet instead of single
hosts. The broadcast address of any IP address can be
calculated by taking the bit compliment of the subnet mask,
sometimes referred to as the reverse mask, and then
applying it with a bitwise OR calculation to the IP address.

If you have a system with IP address 192.168.12.220 and a
network mask of 255.255.255.128, what should the broadcast
address for the system be? Remember, to do this
calculation, you need to convert all numbers to binary
values. For bitwise OR, remember that any two values where
at least one value is "1", the result will be "1",
otherwise the result is "0".

IP Address: 11000000.10101000.00001100.11011100
Reverse Mask: 00000000.00000000.00000000.01111111
bitwise OR: -------------------------------------
Broadcast: 11000000.10101000.00001100.11111111


Convert the binary value back to octal, and you have your
resulting value of 192.168.12.255.

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between tftp and ftp application layer protocols?

1883


How many ways are there to implement VPN architecture?

3140


How do you depict an IP address?

682


which points are eliminated by the DBSCAN algorithm?

1482


What is 10base2 ethernet lans?

651






What is the logical link control?

686


What’s the easiest way to remotely configure a router?

803


What is the usage of service password encryption?

702


Suppose we are having two Switches i.e. Switch1 & Switch2 Port1 of Switch1 is Connected to Uplink and switch2 is also connected to switch1? So 1>Is there is any loop? 2>How we come to know that there is a loop created? 3>If we add Switch3 to switch2 then there is a possibility of loop Creation?

1661


What is the difference between half duplex and full duplex?

648


What is syntax of ipv4?

698


Which protocols do periodically updates?

719


What is the terminal emulation?

622


How is private ip different from public ip?

618


What is the size of an ip address?

673