Pergunta de entrevista da empresa Ascend One

How many bits do you need for a subnet size.

Respostas da entrevista

Sigiloso

5 de fev. de 2010

Need to know subnetting off top of your head.

1

Sigiloso

14 de mar. de 2015

The minimum addresses needed is 2 bits for 4 addresses 2^(# of addresses) = 2^2 which used for pint to point links. Max addresses can go as much as class A IP address /8 so for maximum bits is 32-8 = 24 bit

Sigiloso

22 de jan. de 2012

If number of addreses required in a subnet is "N" , then you need 2 more (network and bcst addreses) in addition to "N". So "N+2" is rounded of to Next 2 to the power . For e.g if we need 64 addresses in a subnet then , 66 rounded to next 2 to the power is is 2**7 ie 128. so number of bits required is 7.