Question

In: Computer Science

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.

Solutions

Expert Solution

1).IP address given = 192.168.17.0/24

Number of subnets = 15

Here,prefix of IP address is 24 which means first 24 bits of IP address is fixed and 8 bits are available for host. And we know that for subnets, the number of bits are borrowed from host portion .

Now, number of bits to be borrowed = ceil(log​​​​2​​​(number of subnets)) = ceil(log​​​​2​​​15) = 4 bits

So, out of 8 bits available for hosts first 4 bits belong to subnets.and total of only 4 bits belong to hosts now.

First subnet has all 4 bits as zeroes.so,

First subnet's first 4 bits in borrowed portion = 0000

Second subnet's first 4 bits in borrowed portion = 0001

Third subnet's first 4 bits in borrowed portion = 0010

Fourth subnet's first 4 bits in borrowed portion = 0011

For 4th subnet:-

broadcast address is made when all bits belonging to host portion are made 1's.

Broadcast address = 192.168.17.(00111111)2 = 192.168 17.63/28

First address = 192.168.17.(00110000)2 = 192.168.17.48/28

last address = 192.168.17.(00111110)2 = 192.168.17.62/28

Range = (192.168.17.48/28 -- 192.168.17.62/28)

2). Actually in CIDR notation any IP address in a block can be used as network address because we know the prefix from any IP address in block and therefore we know which portion of numbers are fixed.

180.5 0.0/16

Number of bits to be borrowed = ceil(log​​​​2​​​(number of subnets)) = ceil(log​​​​2​​​50) = 6 bits

Mask is obtained by making all bits belonging to network portion as 1's.

So, subnet Mask = 255.255.(11111100)2.0 = 255.255.252.0

LAST 3 subnets:-

3rd last subnet :-

Network address = 180.5.(10111100)2.0/22 = 180.5.188.0/22

First IP address = 180.5.188.0/22

Last IP address = 180.5.(10111111)2.(11111110)2 = 180.5.191.254/22

Range = 180.5.188.0/22 --- 180.5.191.254/22

broadcast address = 180.5.(10111111)2.1111111 = 180.5.191.255/22

2nd last subnet :-

Network address = 180.5.(11000000)2.0/22 = 180.5.192.0/22

First IP address = 180.5.192.0/22

Last IP address = 180.5.(11000011)2.(11111110)2= 180.5.195.254/22

Range = 180.5.192.0/22 --- 180.5.195.254/22

broadcast address = 180.5.(11000011)2.1111111 = 180.5.195.255/22 last subnet :-

Network address = 180.5.(11000100)2.0/22 = 180.5.196.0/22

First IP address = 180.5.196.0/22

Last IP address = 180.5.(11000111)2.(11111110)2= 180.5.199.254/22

Range = 180.5.196.0/22 --- 180.5.199.254/22

broadcast address = 180.5.(11000111)2.1111111 = 180.5.199.255/22


Related Solutions

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.
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.
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?
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.
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
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
Enter the last usable host on the network of which the host 74.200.198.88/27 is a part.
Enter the last usable host on the network of which the host 74.200.198.88/27 is a part.
You have network address as 192.1.1.0/24. Subnet it into /27 network.
You have network address as 192.1.1.0/24. Subnet it into /27 network.
Which subnet (network address) does host 25.17.102.51 255.255.248.0 belong to?
Which subnet (network address) does host 25.17.102.51 255.255.248.0 belong to?
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