answersLogoWhite

0


Best Answer

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

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the maximum number of bits that can be borrowed with class b?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


Given class C address with a default subnet mask How many possible subnets and usable hosts if 4 bits were borrowed?

that gives you 16 subnets with 14 usable IPs for hosts that is because one is for subnet and one for broadcas in that subnet for example: 192.168.1.0/28 - subnet number 192.168.1.15 -broadcast number usable IPs for hosts - IPs between them that is 14