Question

In: Computer Science

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

Solutions

Expert Solution

subnetmask = 27 ones followed by 4 zeros in binary
           = 11111111.11111111.11111111.11100000
           = 255.255.255.224

Network = Ip address AND subnet mask
        = 192.168.225.212 AND 255.255.255.224
192.168.225.212 in binary is 11000000.10101000.11100001.11010100
255.255.255.224 in binary is 11111111.11111111.11111111.11100000
So, Network in binary is 11000000.10101000.11100001.11000000
So, Network in decimal is 192.168.225.192

network ip: 192.168.225.192

==============================
Wildcard = Inverse of netmask
         = 00000000.00000000.00000000.00011111 (In binary)
         = 0.0.0.31 (In decimal)

Broadcast = IP address || Wildcard
          = 192.168.225.212 AND 0.0.0.31

192.168.225.212 in binary is 11000000.10101000.11100001.11010100
0.0.0.31 in binary is 00000000.00000000.00000000.00011111
So, Broadcast ip in binary is 11000000.10101000.11100001.110 11111
So, Broadcast ip in decimal is 192.168.225.223

broadcast ip: 192.168.225.223


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: 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 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 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
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.
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.
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     
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.
• What role does an IP address and a domain name play on a network?
• What role does an IP address and a domain name play on a network? • What are the advantages of using private IP addresses as opposed to public ones? • How do IP addresses and the DNS work together to enable network communication?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT