The address before the next valid network address will be the broadcast address
For Example:192.168.1.64
the broadcast address is 192.168.1.127
the Ip address is used to broadcast messages, such as the Emergency Broadcast message recived on your television
The IP address 255.255.255.255 is reserved for local broadcast.
local network broadcast
Who da f%*$ knows!
Network or subnetwork IP address. Broadcast address on the network
A special type of IP address is the limited broadcast address 255.255.255.255. A broadcast involves delivering a message from one sender to many recipients. This broadcast is 'limited' in that it does not reach every node on the Internet, only nodes on the LAN.
ARP (address resolution protocol) is used in this case. Basically, one computer asks, for example, "who has IP address 10.0.0.15" (the message is sent as a broadcast), and the computer with this IP address replies, including its MAC address.ARP (address resolution protocol) is used in this case. Basically, one computer asks, for example, "who has IP address 10.0.0.15" (the message is sent as a broadcast), and the computer with this IP address replies, including its MAC address.ARP (address resolution protocol) is used in this case. Basically, one computer asks, for example, "who has IP address 10.0.0.15" (the message is sent as a broadcast), and the computer with this IP address replies, including its MAC address.ARP (address resolution protocol) is used in this case. Basically, one computer asks, for example, "who has IP address 10.0.0.15" (the message is sent as a broadcast), and the computer with this IP address replies, including its MAC address.
This is easy to calculate due to the mask used. The network address would be 10.10.10.0 and the broadcast address would be 10.10.10.255.
unicast
That depends on the subnet's subnet mask.
To find the broadcast address for the IP address 136.78.113.75 with the subnet mask 255.255.244.0, first convert the subnet mask to binary: 11111111.11111111.11111100.00000000. This means the first 22 bits are for the network. When you apply this mask to the IP address, the network portion is 136.78.112.0. The broadcast address, which has all host bits set to 1, is 136.78.115.255.
first u have to LOVE visual basic programming then search in http://www.planetsaourcecode.com .This will involve basically having/calculating the subnet then you will be able to calculate your broadcast ip address.