Question

In: Computer Science

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:

  1. Calculate the network address and broadcast address of the network it belongs to.

  2. 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.

Solutions

Expert Solution

IP address is 138.112.25.60, In binary 10001010.01110000.00011001.00111100

The mask is 255.255.255.240 or /28

Calculate network address:

10001010.01110000.00011001.00111100 [IP address]

11111111.11111111.11111111.11110000 [Mask]

__________________________________

10001010.01110000.00011001.00110000 [Bitwise ANDing]

Or 138.112.25.48 in decimal

Therefore, network address 138.112.25.48

Calculate network address:

Set last four bits of the IP address to 1's

10001010.01110000.00011001.00111111   

Or 138.112.25.63 in decimal

IP address: 138.112.25.47,  In binary 10001010.01110000.00011001.00101111

Calculate network address:

10001010.01110000.00011001.00101111 [IP address]

11111111.11111111.11111111.11110000 [Mask]

__________________________________

10001010.01110000.00011001.00100000 [Bitwise ANDing]

Network address is 138.112.25.32

Since network address is different from 138.112.25.48, not in same network as 138.112.25.60

**********************************************************************************************************

IP address: 38.112.25.49,  In binary 00100110.01110000.00011001.00110001

Calculate network address:

00100110.01110000.00011001.00110001 [IP address]

11111111.11111111.11111111.11110000 [Mask]

__________________________________

00100110.01110000.00011001.00110000 [Bitwise ANDing]

Network address is 38.112.25.48

Since network address is different from 138.112.25.48, not in same network as 138.112.25.60


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.
What is the network address if given this IP address and the following subnet mask?  Please note...
What is the network address if given this IP address and the following subnet mask?  Please note that the network may be different if the subnet mask is different. IP address 178.47.188.176 How many network bits if the following subnet masks? 255.254.0.0 255.255.252.0 255.255.255.248    4. 255.128.0.0     
Consider a router with the: IP address 192.168.1.254/26 Subnet mask: 255.255.255.192 Network Address: 192.168.1.192 Write the...
Consider a router with the: IP address 192.168.1.254/26 Subnet mask: 255.255.255.192 Network Address: 192.168.1.192 Write the relevant DHCP subnet configuration text for this network where the first 50 addresses will be dynamically allocated to hosts.
You notice a printer on your network has the IP address 198.75.12.34 and subnet mask 255.255.255.248....
You notice a printer on your network has the IP address 198.75.12.34 and subnet mask 255.255.255.248. What is the network address to which this printer belongs? A router interface on one of your subnets has the IP address 54.187.69.45 and prefix length /25. What would be the broadcast address used for this subnet?
What is the range of IP addresses on a network if: A) IP: 192.168.1.1 Subnet mask...
What is the range of IP addresses on a network if: A) IP: 192.168.1.1 Subnet mask is: 255.255.255.0. B) 179.23.0.0/ 16 C) 10.0.0.0 Class A network.
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
You are given class C IP address 192.148.10.51 accompanied by a custom subnet mask of 255.255.255.240...
You are given class C IP address 192.148.10.51 accompanied by a custom subnet mask of 255.255.255.240 Find the following by showing working with explanation: i) How many subnets can be created? ii) How many hosts in each subnet can be created? iii) Write the range of useable IP Addresses in the first subnet. iv) Write the range of useable IP Addresses in the last subnet.
11. Consider a router with the IP address 192.168.1.254/26: a) Indicate the subnet mask for the...
11. Consider a router with the IP address 192.168.1.254/26: a) Indicate the subnet mask for the above address. b) Demonstrate calculation of the network address (including binary and decimal values). c) Write the relevant DHCP subnet configuration text for this network where the first 50 addresses will be dynamically allocated to hosts.
Consider a router with the IP address 192.168.1.254/26: a) Indicate the subnet mask for the above...
Consider a router with the IP address 192.168.1.254/26: a) Indicate the subnet mask for the above address. b) Demonstrate calculation of the network address (including binary and decimal values). c) Write the relevant DHCP subnet configuration text for this network where the first 50 addresses will be dynamically allocated to hosts.
You are given a block of IP address 200.128.1.0/24. Create a network with four subnets each...
You are given a block of IP address 200.128.1.0/24. Create a network with four subnets each having equal number of addresses. Connect two nodes in each subnet and configure the arrangement so that any node is able to communicate with the remaining nodes (within the subnet as well as in other subnets). Identify and analyze the configuration requirements. Verify the communication setup and reach ability with Ping diagnostic command. Your report should include the following: i. Network diagram (screenshots), ii....
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT