answersLogoWhite

0

since the first 3 bits are specially preserved for the class of the internet or network.

0-127 For Class A

128-191- For class B

191-233 For class C

given ip address since the first three bits are: 172(128-191)

therefore it is of CLASS C

User Avatar

CS63 Vaibhav

Lvl 2
2y ago

What else can I help you with?

Related Questions

What is the broadcast address for the host IP of 172.16.66.021?

That depends on the subnet's subnet mask.


How many host can you have in 24 bit subnet and why?

24


Is the host at 172.20.11.250 on the same subnet as the host at 172.20.12.3 How do you know?

To determine if the hosts at 172.20.11.250 and 172.20.12.3 are on the same subnet, we need to look at their IP addresses and the subnet mask. If we assume a common subnet mask of 255.255.255.0, then the first three octets (172.20.11 and 172.20.12) indicate they are in different subnets. Since the third octet differs (11 vs. 12), they are not on the same subnet.


What is the Maximum number of IP Addressse that can be assigned to hosts on a local subnet that has 255.255.255.224?

32 host per 8 subnet.


What is the result when changing from a subnet mask of 255.255.224.0 to a subnet mask of 255.255.240.0?

By changing subnet mask..from 255.255.224.0 to 255.255.240.0 Number of subnetworks increase and the number of host in each subnetwork decreases


Which default subnet mask provides the most host bits?

255.0.0.0


How many host can be configured using a subnet mask 255.255.255.248?

c


What is the purpose of subnet mask?

To determine the network or subnet address of an IP address


Your network address is 172.25.114.250 what is the host range?

If you mean the range of IP addresses in the subnet, additional information is required. Specifically, the subnet mask.


The default subnet mask for the host IPv4 address 123.232.203.145 is?

The default subnet mask for this address - a class A address - is 255.0.0.0 (same as /8).


What is the subnet mask for 195.70.16.93 in IP prefix format?

what is the subnet mask for this hst IP prefix format ? Host IP Address: 183.91.104.16


A network on the internet has a subnet mask 255.255.240.0 what is the maximum number of hosts it can handle?

Convert the subnet mask to binary: 11111111.11111111.11110000.00000000The zeroes tell you which bytes indicate the host; in this case, 12 zeroes allow for 212 = 4096 different IP addresses within the subnet. Of these, two (the first and the last) are unusable for a host, so you have a maximum of 4094 hosts.