answersLogoWhite

0

Since this is a class C network address, the host id is 24, the network id is 201.123.87.0

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is a public ip different then network id?

An "ip address" is a complete source or destination address that has a network id portion and a client or host portion. The network id is just a piece of the IP address. So, a public ip is an IP address that can be routed, whereas the network id is just a part of the public ip. They aren't different; the network id is part of the ip address.


What portion of an ip address resembles 192.168.17.0?

Host ID


How do you get an ip address?

An IP address has 2 levels of hierarchy: network ID and host ID. The network ID identifies the network the host is connected to .The host ID identifies the host on the network.In your computer, in order to know the IP address of the system, use the run prompt in which ipconfig/all command will give the ip address of the system.Answer 2:To find out your external ip which is what is really important if you are doing port forwarding and other tasks use the site: whatismyip.com.


Which class of IP address supports the most host ID?

Class A


What is the host id for classA ip address 110.10.10.1?

ForClass Ahost ID will be 8 / 24


Indicates where network information is located in an IP address?

The subnet mask is used for this purpose; it divides the IP address into two parts, the network id, and the host id.


How do you find the net id and host id of ip address 220.43.6.8?

To find the Network ID and Host ID from an IP address you need to use a Subnet Mask. The address 220.43.6.8 is a class C IP address (Since the range of Class C address is 192.0.0.0 to 223.255.255.255).The standard default mask for class C is 255.255.255.0Network address = (IP address) Boolean AND (Subnet mask)Hence,network address = 220.43.6.8 AND 255.255.255.0 = 220.43.6(since 255 means all 1s in binary, hence it'll give the same bits which are ANDed with it, whereas 0 means all 0s in binary, hence it'll give answer as 0 irrespective of what bits are ANDed with it)Hence Host Address would be the remaining part of IP address = 8


Explain the Net id and Host id of 137.56.8.6?

Assuming that the IP address is a classfull IP, we know that it is a Class B address because a Class B IP address ranges from 128 - 191. In a class B address the default subnet mask is 255.255.0 (or /16). Therefore the net ID would be 137.56.0.0 and the Host ID would be x.x.8.6. "x" meaning the network ID.


Which class ip address uses 8 bits for the network id and 24 bits for the host id?

class A


What defines the part of an IP address that is the host ID and the part that is the network ID?

A subnet mask is used for this purpose.


Are a mac address and an ip address the same thing?

No, MAC addresss and IP address are not the same. MAC addresses are "hard-coded" into the Network Interface Card (NIC) and only ID that individual card. The IP address is software generated and ID's both the network and the individual host.


What is network id host id?

Network IDA network ID refers to a part of a TCP/IP address that is used to identify the subnet that a host may be on. The subnet that the computer is on is determined by the netmask and IP address of the computer. This subnet address is the same as the network ID and is the beginning part of the computers IP address.When the netmask is setup, it is a number where some of the most significant bits have a 1's value and the rest have values of 0. The most significant part of the netmask with bits set to 1's specifies the network address, and the lower part of the address will specify the host address.The part of the IP address that matches the part of the netmask where the bits are set to ones determines the network ID.