answersLogoWhite

0

The maximum number of host bits that can be borrowed from a class A address is 22 (technically you could borrow 23 but the resulting network would be useless).

A class A address uses 8 bits for its network address and 24 bits for its host addresses. Class A uses a subnet mask of 255.0.0.0

You can only borrow 22 bits (instead of 24) because a valid network requires 4 addresses: A network address, two host addresses and a broadcast address. These networks would result in 30 bits used for the network address and 2 bits used for the host addresses. These networks use a subnet mask of 255.255.255.252

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the maximum number of hosts bits that can be borrowed for sub-netting from a Class B address?

14


If you have been assigned network ID 172.16.50 with a subnet mask of 255.255.255.0 What is the maximum number of workstations you can have on the subnet?

Since this is a class B network you have borrowed 8 bits for subnets. This leaves 8 bits left (1 octet) for clients/workstations. That gives you a maximum of 254 clients per subnet.


What is the maximum number of bits that can be borrowed to create a subnet for a Class C network?

You can borrow 6 bits. Which would create a 255.255.255.252 subnet mask, but this subnet only contains 2 usable IP addresses. 7 bits would be 255.255.255.254, but that subnet is too small to have any use in the real world.


How many bits comprise the network portion of a class c address?

Thirty bits make up the network portion of a class C address. Three bits are borrowed for the subnet mask. There is also a class A and a class B that are comprised of bits.


How many Subnets can you create on a Class C address with the subnet mask being 255.255.255.192 the answer i got was wrong and I don't understand where I went wrong please help. Thank you?

192 is equal to 2 bits borrowed 2^2 = 4 the number of subnets and host are 64 because 2 bits borrowed from the 8 bits of a class C network is 6, therfore 2^6 = 64.


How many bits are borrowed from a class B host address to create 30 new subnets?

5 bits are necessary to create up to 30 subnets.


How many bits are borrowed from a Class C host address to create 6 new sub-nets?

20


What is the maximum number in unsigned 16-bits?

65536


What does it mean to borrow 4 bits for subnets?

When you borrow bits for a subnet you are intruding into the client portion of an IP address. As a result, you will lose clients in your network because the "borrowed" portion becomes the extended network prefix. This allows you to separate your bigger network into smaller, logical networks (subnets). The number of bits borrowed will indicate the total number of smaller subnets that you can support in your network. In each case, regardless of class of address, borrowing 4 bits gives a total of 14 subnets (in the classical sense) and 16 subnets (in Cisco).


What is the maximum value of a binary number with 8 bits?

255


What is the maximum value number that can be held in 32 bits?

4294967295


What are the necessary procedures in calculating subnet mask or simply subnetting?

To calculate a subnet mask, first determine the number of subnets or the number of hosts required, which will dictate how many bits you need to borrow from the host portion of the IP address. Convert the required number of bits into binary, then combine this with the default subnet mask for the IP class (Class A, B, or C). Finally, count the total number of bits used for the network (original bits plus borrowed bits) and convert this into the subnet mask format, typically expressed in CIDR notation (e.g., /24). Validate your calculation by ensuring the number of available subnets or hosts meets your requirements.