RevealTheme logo

Calcolatore CIDR

Trova il blocco CIDR più piccolo che supporta N host. Pianifichi le assegnazioni di IP in modo efficiente.

CIDR più piccolo adatto 50 host/26
Totale indirizzi in /2664
Host utilizzabili62
Spazio di indirizzi sprecato12

Come usare questo strumento

  1. 1

    Type the number of hosts you need to address into the 'Hosts needed' field.

  2. 2

    Read the 'Smallest CIDR fitting' row to get the prefix length (for example /26).

  3. 3

    Check the 'Total addresses' and 'Usable hosts' rows to confirm the block is big enough.

  4. 4

    Look at the 'Address space wasted' row to see how many addresses you would leave unused at that prefix.

Che cos'è il Calcolatore CIDR?

Quando si pianifica una rete, si parte da un numero di host e si procede a ritroso fino a un prefisso CIDR. La creazione di sottoreti richiede potenze di 2: per ospitare 50 host servono almeno 64 indirizzi (2 riservati per rete/broadcast), il che corrisponde a un /26. Questo strumento calcola il CIDR più piccolo che soddisfa il suo numero di host.

Casi d'uso comuni

  • Sizing a new office VLAN by entering the expected device count and picking the prefix that leaves a little headroom.

  • Quickly checking whether a /24 is overkill for a subnet that only needs 30 hosts.

  • Comparing the wasted-address count across host estimates before you carve up a parent block.

  • Teaching subnetting students why 50 hosts needs 64 addresses and not 50.

  • Planning IP allocation for a fleet of IoT devices and confirming the block will not run out as you scale.

  • Sanity-checking a colleague's subnet proposal by reproducing the host-to-prefix math in seconds.

Domande frequenti

Perché si sottraggono 2?
Ogni sottorete IPv4 riserva il primo indirizzo (rete) e l'ultimo (broadcast). Solo gli indirizzi intermedi possono essere assegnati agli host.

Strumenti correlati