Broadcast address validation -
how validate broadcast ip address.
- ip addr: 192.168.36.226
- netmask:255.255.255.0
- broadcast :192.168.36.255
whether possible provide broadcast address(suppose 1.2.3.4). if yes impact on communication other network.
the ip address , netmask determine broadcast address. cannot use broadcast address, or requiring broadcast traffic not work.
the netmask specifies size of subnet. netmask of 255.255.255.0 commonly represented /24, meaning first 24 bits of ip address specify network id, last 8 bits individual host. 192.168.0.100/24 host on network id of 192.168.0.0 , broadcast address of 192.168.0.255. highest value available in network broadcast address.
10.1.2.3/8's broadcast address 10.255.255.255. decimal subnet mask 255.0.0.0.
Comments
Post a Comment