answersLogoWhite

0


Best Answer

The network part of an IP address indicates the network to which the host belongs.

The host bits or host part of an IP address points to the actual device that has an IP address on the network. It can be a computer, printer, router or any device with an IP address that has the same network part.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Its more than likely going to be the network that is being addressed.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is specified by the host bits in an IP address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many bits in a class b ip address are used for the host address?

16


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

class A


What is the smallest number of host bits that must be left in the host field when subnetting an IP address?

one number of host bits must be left when you doing subnetting.


How many bits are in the Ipv4 standard?

In IP version 4, an IP address has 32 bits, or 4 bytes.In IP version 4, an IP address has 32 bits, or 4 bytes.In IP version 4, an IP address has 32 bits, or 4 bytes.In IP version 4, an IP address has 32 bits, or 4 bytes.


For an IP address what component decides the number of bits that is used to represent the host ID?

Subnet mask.


What is IP Host address?

The host is the last part of an IP address


How many bits are in TCP IPv4 ip address?

a TcP IPv4 ip address has 32 bits.


What ip address will be placed in the source address in an internet pa?

The source address contains the IP address of the computer (or other host) that sends the IP packet.The source address contains the IP address of the computer (or other host) that sends the IP packet.The source address contains the IP address of the computer (or other host) that sends the IP packet.The source address contains the IP address of the computer (or other host) that sends the IP packet.


How many network and host bits are in a slash 16 network?

Assuming IP version 4 (the current standard), a complete IP address has 32 bits. /16 means that the first 16 bits specify the network; the remaining bits (also 16 in this case - calculated as 32 minus 16) specify the host.Assuming IP version 4 (the current standard), a complete IP address has 32 bits. /16 means that the first 16 bits specify the network; the remaining bits (also 16 in this case - calculated as 32 minus 16) specify the host.Assuming IP version 4 (the current standard), a complete IP address has 32 bits. /16 means that the first 16 bits specify the network; the remaining bits (also 16 in this case - calculated as 32 minus 16) specify the host.Assuming IP version 4 (the current standard), a complete IP address has 32 bits. /16 means that the first 16 bits specify the network; the remaining bits (also 16 in this case - calculated as 32 minus 16) specify the host.


What is the next step the host wil take to find the destination MAC address of another host?

This is achieved via the ARP protocol (the Address Resolution Protocol). The host sends out a request, basically asking "who has IP address so-and-so". The request, of course, is sent as a broadcast. If a computer has the specified IP address, it will reply with its MAC address.


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


How do you determine what bits to use to calculate the network address?

An IP address comes in two formats: ipV4 and ipV6. In IpV4 32 bits are allocated to the IP address. In IpV6, 128 bits are allocated to the address. This is done by the protocol and is a standard for developing an IP address.