Question

In: Computer Science

If the host address is 7.7.10.1\19 what is the broadcast address?

If the host address is 7.7.10.1\19 what is the broadcast address?

Solutions

Expert Solution

IP Address: 7.7.10.1
----------------------------------------
Let's first convert this into binary format
7.7.10.1
Let's convert all octets to binary separately
Converting 7 to binary
Divide 7 successively by 2 until the quotient is 0
7/2 = 3, remainder is 1
3/2 = 1, remainder is 1
1/2 = 0, remainder is 1
Read remainders from the bottom to top as 111
7 in binary is 00000111

Converting 7 to binary
Divide 7 successively by 2 until the quotient is 0
7/2 = 3, remainder is 1
3/2 = 1, remainder is 1
1/2 = 0, remainder is 1
Read remainders from the bottom to top as 111
7 in binary is 00000111

Converting 10 to binary
Divide 10 successively by 2 until the quotient is 0
10/2 = 5, remainder is 0
5/2 = 2, remainder is 1
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Read remainders from the bottom to top as 1010
10 in binary is 00001010

Converting 1 to binary
Divide 1 successively by 2 until the quotient is 0
1/2 = 0, remainder is 1
Read remainders from the bottom to top as 1
1 in binary is 00000001

===============================================================================
||    7.7.10.1 in binary notation is 00000111.00000111.00001010.00000001    ||
===============================================================================

Subnet mask is /19

For Calculating broadcast ID, keep first 19 bits of 00000111.00000111.00001010.00000001 and set all remaining bits to 1.
so, broadcast ID in binary is 00000111.00000111.00011111.11111111
00000111.00000111.00011111.11111111:
----------------------------------------
00000111.00000111.00011111.11111111
Let's convert all octets to decimal separately
Converting 00000111 to decimal
=> 00000111
=> 0x2^7+0x2^6+0x2^5+0x2^4+0x2^3+1x2^2+1x2^1+1x2^0
=> 0x128+0x64+0x32+0x16+0x8+1x4+1x2+1x1
=> 0+0+0+0+0+4+2+1
=> 7
00000111 in decimal is 7

Converting 00000111 to decimal
=> 00000111
=> 0x2^7+0x2^6+0x2^5+0x2^4+0x2^3+1x2^2+1x2^1+1x2^0
=> 0x128+0x64+0x32+0x16+0x8+1x4+1x2+1x1
=> 0+0+0+0+0+4+2+1
=> 7
00000111 in decimal is 7

Converting 00011111 to decimal
=> 00011111
=> 0x2^7+0x2^6+0x2^5+1x2^4+1x2^3+1x2^2+1x2^1+1x2^0
=> 0x128+0x64+0x32+1x16+1x8+1x4+1x2+1x1
=> 0+0+0+16+8+4+2+1
=> 31
00011111 in decimal is 31

Converting 11111111 to decimal
=> 11111111
=> 1x2^7+1x2^6+1x2^5+1x2^4+1x2^3+1x2^2+1x2^1+1x2^0
=> 1x128+1x64+1x32+1x16+1x8+1x4+1x2+1x1
=> 128+64+32+16+8+4+2+1
=> 255
11111111 in decimal is 255

==================================================================================
||    00000111.00000111.00011111.11111111 in decimal notation is 7.7.31.255    ||
==================================================================================
===========================================
||    So, broadcast ID is 7.7.31.255    ||
===========================================




Related Solutions

IP Address: 37.124.67.99 Subnet Mask: 255.240.0.0 find Network address, Broadcast address, first valid host address, last...
IP Address: 37.124.67.99 Subnet Mask: 255.240.0.0 find Network address, Broadcast address, first valid host address, last valid host address and number of valid hosts in the network. show very clear steps for all the calculations.
Find the network address, the direct broadcast address, and the number of addresses in a block;...
Find the network address, the direct broadcast address, and the number of addresses in a block; if one of the addresses in this block is 175.120.240.17/19
Given an IP address 138.112.25.60, with the mask 255.255.255.240: Calculate the network address and broadcast address...
Given an IP address 138.112.25.60, with the mask 255.255.255.240: Calculate the network address and broadcast address of the network it belongs to. For 138.112.25.47 and 38.112.25.49, which one is in the same network as 138.112.25.60 does, and which one is not. Show the necessary calculation steps and explanation.
What is the subnet address for a host with the IP address 200.0.0.26 /29 200.0.0.8 200.0.0.12...
What is the subnet address for a host with the IP address 200.0.0.26 /29 200.0.0.8 200.0.0.12 200.0.0.20 200.0.0.24 20.0.0.16
Find the network ip and broadcast ip of the ip address: 192.168.225.212/27
Find the network ip and broadcast ip of the ip address: 192.168.225.212/27
what are the characteristics of Covid-19, like genome type, and host range.
what are the characteristics of Covid-19, like genome type, and host range.
After listening to the broadcast for the vaccine pricing of Covid-19, it seems to me that...
After listening to the broadcast for the vaccine pricing of Covid-19, it seems to me that it is complex, and it will be controversial throughout the globe. NPR only discusses the situation in America; however, I think the problem will be more intense in developing countries and poorer countries with low government income.                 The first question is, how should the vaccine be priced so that the companies still have the incentives and motivation to develop the vaccine, and in...
What is the biochemical mechanism of COVID-19? How does it interact with its host cells? Explain...
What is the biochemical mechanism of COVID-19? How does it interact with its host cells? Explain why it causes respiratory distress.
A host (computer) with networking capabilities is assigned a MAC address AB1CD22EF33 and a public IP...
A host (computer) with networking capabilities is assigned a MAC address AB1CD22EF33 and a public IP address 192.92.21.5/24. The gate way is connected to your ISP with optic cables. The ISP public address is 16.12.11.253/30. The MAC address of your ISP is 112233ABCDEF. a. Explain why both a MAC and an IP address are assigned to a host in the network. b. Clearly differentiate between public & private Internet address. c. Explain the meaning of the CIDR address 196.92.21.5/24. d....
Enter the usable host range for the network of which the IP address 11.77.132.239 255.255.255.224 is...
Enter the usable host range for the network of which the IP address 11.77.132.239 255.255.255.224 is a part. Please show work.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT