answersLogoWhite

0


Best Answer

You would need at least 9 bits to borrow. Since 8 bits gives only 255 the additional bit will get you 256. Adding 256 + 128 gives you at least 384 subnets or hosts.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In a class A how many subnet bits are needed to make at least 365 useable hosts or subnets?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What information is required prior to dividing a netowrk into subnets?

network class network address number of subnets required number of host per subnet


If you have decided to create 254 subnets on your class B network what subnet mask will you use to accomplish this?

255.255.255.0


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


If you subdivide your class B network into 254 subnets what is the maximum number of hosts you can assign to any single subnet?

254


If you sub divide your class b network into 254 subnets what is the maximun number of host you can assign to any single subnet?

1


How Given a Class C network 200.1.1.0 We want 5 subnets each with 30 hosts on it. How many bits to borrow How many bits to leave What is the subnet mask ( in dot notation and in CIDR notation)?

Given a Class C network: 200.1.1.0 We want 5 subnets, each with 30 hosts on it. How many bits to borrow ? How many bits to leave? What is the subnet mask? ( in dot notation and in CIDR notation)


Which class of ip addresses offers the most flexibility for subnetting by providing for the largest number of hosts?

A class A would give you the most flexibility in terms of subnets and hosts per subnet. You could use up to 23 bits of information for subnets.


Which subnet mask should be used for a class B network that is divided into subnets that will accommodate between 800 hosts and 1000 hosts?

255.255.252.0


Which subnet mask should be used for a Class B network that is divided into subnets and will accommodate between 800 hosts and 1000 hosts?

255.255.252.0


How many bits do you need to borrow in a class C subnet masks to accommodate 18 networks?

Borrow 5 bits (for 30 subnets total).


How do you divide class B network into eight subnets?

From the 16 bits reserved for the host, you "lend" 3 bits for the subnet. That gives you the possibility of dividing into eight subnets. The remaining 13 bits indicate the host in each subnet. - To see the complete steps in more detail, do some Internet searching on subnetting.


How many subnets can you have in a class C network with a 26 bit mask?

A Class C IP address has 24 bits for network and 8 bits for host. So to have a subnet mask of 26 bits, you will need to use 2 bits from host part.Number of subnets is given by the formula : 2^(no. of bits used from host part).Hence number of subnets in this case would be = 2^2 = 4.For e.g. if the class C IP address is 200.168.210.0the 4 subnet addresses would be :11001000.10101000.11010010.00000000 = 200.168.210.011001000.10101000.11010010.01000000 = 200.168.210.6411001000.10101000.11010010.10000000 = 200.168.210.12811001000.10101000.11010010.11000000 = 200.168.210.192Note: The digits in bold are the mask bits.