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: 158.234.28.72 Subnet Mask: 255.248.0.0 Find Network Address and Broadcast address. Provide all necessary steps.
IP address: 158.234.28.72 Subnet Mask: 255.248.0.0 Find Network Address and Broadcast address. Provide all necessary steps.
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 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 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     
Given an IP address and mask of 192.168.0.0 /24 (address / mask), design an IP addressing...
Given an IP address and mask of 192.168.0.0 /24 (address / mask), design an IP addressing scheme that satisfies the following requirements. Network address/mask and the number of hosts for Subnets A and B will be provided by your instructor. Subnet Number of Hosts Subnet A 55 Subnet B 25 The 0th subnet is used. No subnet calculators may be used. All work must be shown on the other side of this page. Subnet A Specification Student Input Points Number...
On a network with an IP address of 158.234.28.72 and a subnet mask of 255.248.0.0 what...
On a network with an IP address of 158.234.28.72 and a subnet mask of 255.248.0.0 what is the network ID and the broadcast address? Show your calculations.
1. Given the network 192.168.17.0 /24, calculate the broadcast, range and last host address for the...
1. Given the network 192.168.17.0 /24, calculate the broadcast, range and last host address for the fourth subnet, given that the all-zeros subnet is the first subnet if you have to create 15 subnets. 2. Given an IP network of 180.5.0.0 /16, calculate the subnet mask required to create 50 subnets with the maximum number of hosts. Then calculate the network address, the range of useable host addresses and the broadcast address of the LAST 3 subnets.
Given an IP address of 220.84.9.123 and a subnet mask of 255.255.255.240 Write down the address...
Given an IP address of 220.84.9.123 and a subnet mask of 255.255.255.240 Write down the address of the network, show your calculation. Write also the broadcast address 2. On a network with an IP address of 133.133.133.13 and a subnet mask of 255.255.248.0 what is the network ID?  Show your calculation.  Write also the broadcast address On a Class C network, you have a subnet mask of 255.255.255.192.   How many hosts per subnet do you have? On how many subnets was divided...
find the broadcast address for 10.248.139.232 with mask 255.255.255.252
find the broadcast address for 10.248.139.232 with mask 255.255.255.252
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.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT