Domanda di colloquio di Ascend One

How many bits do you need for a subnet size.

Risposte di colloquio

Anonimo

5 feb 2010

Need to know subnetting off top of your head.

1

Anonimo

14 mar 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

Anonimo

22 gen 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.