Question

In: Computer Science

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.

Solutions

Expert Solution

A) IP: 192.168.1.1 Subnet mask is: 255.255.255.0.
Address:   192.168.1.1           11000000.10101000.00000001.00000001
Netmask:   255.255.255.0 = 24    11111111.11111111.11111111.00000000
Wildcard:  0.0.0.255             00000000.00000000.00000000.11111111
Class C
Network:   192.168.1.0/24        11000000.10101000.00000001.00000000
Broadcast: 192.168.1.255         11000000.10101000.00000001.11111111
HostMin:   192.168.1.1           11000000.10101000.00000001.00000001
HostMax:   192.168.1.254         11000000.10101000.00000001.11111110
Hosts/Net: 254
Answer:
HostMin:   192.168.1.1
HostMax:   192.168.1.254

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

B) 179.23.0.0/ 16
Address:   179.23.0.0            10110011.00010111.00000000.00000000
Netmask:   255.255.0.0 = 16      11111111.11111111.00000000.00000000
Wildcard:  0.0.255.255           00000000.00000000.11111111.11111111
Class B
Network:   179.23.0.0/16         10110011.00010111.00000000.00000000
Broadcast: 179.23.255.255        10110011.00010111.11111111.11111111
HostMin:   179.23.0.1            10110011.00010111.00000000.00000001
HostMax:   179.23.255.254        10110011.00010111.11111111.11111110
Hosts/Net: 65534
Answer:
HostMin:   179.23.0.1
HostMax:   179.23.255.254

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

C) 10.0.0.0 Class A network.
Address:   10.0.0.0              00001010.00000000.00000000.00000000
Netmask:   255.0.0.0 = 8         11111111.00000000.00000000.00000000
Wildcard:  0.255.255.255         00000000.11111111.11111111.11111111
Class A
Network:   10.0.0.0/8            00001010.00000000.00000000.00000000 
Broadcast: 10.255.255.255        00001010.11111111.11111111.11111111
HostMin:   10.0.0.1              00001010.00000000.00000000.00000001
HostMax:   10.255.255.254        00001010.11111111.11111111.11111110
Hosts/Net: 16777214  
Answer:
HostMin:   10.0.0.1      
HostMax:   10.255.255.254 

Related Solutions

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     
Determine the subnet mask for the following IP addresses. Please show your work how you got...
Determine the subnet mask for the following IP addresses. Please show your work how you got the answer so i can understand how to do it. 10.55.64.8 need 80 subnets 192.168.1.x /26 – subnet mask 172.16.10.2 / 18 – subnet mask 172.16.10.4 / 20- subnet mask
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?
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.
This is an exercise in subnetting. You will compute a subnet mask and the IP numbers...
This is an exercise in subnetting. You will compute a subnet mask and the IP numbers in each subnet. 1) assume you received a class-C IP address (221.221.221.0) and you are setting up a network with 4 subnets, each with 50 workstations. 2) use the IP Calculator ( http://bitcricket-ip-calculator.software.informer.com)  and compute the subnet mask and also check, and report, the maximum number of workstations in a subnet to see if you can have 50 workstations in each subnet. 3) obtain the...
Find the subnet addresses, the broadcast addresses, and the range of available addresses for each given...
Find the subnet addresses, the broadcast addresses, and the range of available addresses for each given IPv4 address. 129.153.192.0/22 Network in Binary: __ __ __ __ __ __ __ __ . __ __ __ __ __ __ __ __ . __ __ __ __ __ __ __ __ . __ __ __ __ __ __ __ __          Dotted decimal: ______. ______ . _____ . _____ Broadcast: __ __ __ __ __ __ __ __. __ __ __ __ __ __...
Given the following IP address of 212.134.99.112 with a subnet mask of 255.255.255.224 Class of the...
Given the following IP address of 212.134.99.112 with a subnet mask of 255.255.255.224 Class of the IP address: Net ID for this IP address: Total number of subnets: First address (subnet ID) and the Last address (broadcast address) that 21.134.99.112 belongs to:
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 motivation behind using a custom subnet mask versus a default subnet mask
what is the motivation behind using a custom subnet mask versus a default subnet mask
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT