answersLogoWhite

0


Best Answer

First, convert the relevant portion of the subnet mask to binary: 255.255.255.1110 0000[1], aka /27. Next the last octet of the IP address (slightly more complex, but 5's an easy one): 0000 0101.

That means the network is 123.123.2.0/27, the all-host-bits-1 broadcast address is at 123.123.2.31, and available host addresses are 30 hosts from 123.123.2.1 to 123.123.2.30 .

[1] I skipped the all-ones octets, because they're not really necessary to write out.

If you want it slightly more expanded:

Subnet mask: 1111 1111.1111 1111.1111 1111.1111 1111.1110 0000
IP address: 0111 1011.0111 1011.0000 0010.0000 0101

Network address: 0111 1011.0111 1011.0000 0010.0000 0000

For each bit of the subnet mask that is 1, you take the equivalent bit out of the IP address, and the rest you fill with 0. If you prefer that terminology, you perform a bitwise AND of subnet mask and IP address.

Broadcast address: 0111 1011.0111 1011.0000 0010.0001 1111

For the broadcast address, take the network address and fill the host bits with 1s instead of 0 (this is why they're also called all-0s and all-1s respectively).

Now just convert that binary broadcast address back to decimal: 123.123.2.31
(ProTip: You already know three of those octets because of where you got them from.)
(ProTip: a nibble filled with 1s is 15 or 240 decimal, and a nibble filled with 0s is always 0)

When you have the network address and the broadcast address, you also know the available host range for this subnet: one inward from each end, or 123.123.2.1 to 123.123.2.30 .

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

No, with a netmask of 255.255.255.224 or /27, Your broadcast address would be:

123.123.2.31

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

123.45.255.255

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Broadcast IP 123.123.2.5 and a subnet mask of 255.255.255.224?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the broadcast address for the host IP of 172.16.66.021?

That depends on the subnet's subnet mask.


What is the broadcast address on IPv4 networks?

The broadcast address on IPv4 networks is the subnet address, padded on the right with ones. For example, if the subnet address is 192.168.x.y, with a subnet mask of 255.255.0.0, then the broadcast address is 192.168.255.255.


What does address 192.1.6.255 signify?

In a 24 bit subnet (subnet mask = 255.255.255.0), the address 192.1.6.255 is the broadcast address for the subnet 192.1.6.0/24.


Why 255 is the start range of subnet mask?

becasue its used as the broadcast address


Broadcast ip for 192.168.1.0?

You would also have to know the subnet mask.You would also have to know the subnet mask.You would also have to know the subnet mask.You would also have to know the subnet mask.


What is the broadcast address for the ip subnet 8.5.8.232 mask 255.255.0.0?

192.168.100.63 255.255.255.224


Subnet calculation for ip address 172.16.2.130 and subnet mask 255.255.255.128?

network: 172.16.2.128 Broadcast: 172.16.2.255 usable host range: 172.16.2.129 thru .254


What is the difference between a Network address and Broadcast address?

When you set up a sub network you decide upon the subnet mask and this determines the network address (all zeros in the subnet portion of the address) and the broadcast address (all ones in the subnet portion of the address). When you assign the host addresses in your subnet, then you use the addresses between the network address and the broadcast address.


How many hosts and subnets are possible if you have an IP of 151.242.16.49 with a subnet mask of 7 bits?

151.242.16.49 would be class B in a classful environment with a network mask of 16 bits. An additional 7 bit subnet mask puts the total mask at 23 (i.e.: 255.255.254). Subnet ID would be: 151.242.16.0 Host address range: 151.242.16.1 through 151.242.17.254 Subnet Broadcast address would be: 151.242.17.255


Does ipv6 require a subnet mask?

It does not require a subnet mask.


What class has subnet mask 225.225.225.0?

If this is a default subnet mask, then it would be a class C subnet mask. If you are subnetting a network and this is not the default subnet mask, then it could be either a class A or class B.


Which combination of network address and subnet mask allows 62 hosts to be connected in a single subnet?

Network address 10.1.1.0 Subnet mask 255.255.255.192255 - 62 = 193Because the value 255 is the broadcast address we get the number 192193 - 1 = 192the answer is 192Sorry for my poor English i mean my bad English.