Calcolatore di sottoreti
Calcola l'indirizzo di rete, quello di broadcast, l'intervallo di host e il numero di host a partire da qualsiasi CIDR IPv4.
| network | 192.168.1.0 |
| broadcast | 192.168.1.255 |
| mask | 255.255.255.0 |
| firstHost | 192.168.1.1 |
| lastHost | 192.168.1.254 |
| hosts | 254 |
| total | 256 |
Come usare questo strumento
- 1
Type an IPv4 address with a prefix length into the box, for example 192.168.1.0/24. The field is pre-filled with that example to start.
- 2
Read the results table as you type. The network and broadcast addresses, dotted-decimal subnet mask, first and last usable host, usable host count, and total address count appear immediately.
- 3
Adjust the prefix length (the number after the slash) to widen or narrow the subnet and watch the host counts change.
- 4
If you see an Invalid CIDR or Invalid IP message, fix the input. The prefix must be 0 to 32 and each of the four octets must be 0 to 255.
Che cos'è il calcolatore di sottoreti?
La notazione CIDR (Classless Inter-Domain Routing) esprime una sottorete come IP/bit; ad esempio, 192.168.1.0/24 significa che i primi 24 bit identificano la rete, lasciando 8 bit (256 indirizzi) per gli host. Questo strumento calcola tutto ciò che lei deve sapere su una sottorete: indirizzo di rete, indirizzo di broadcast, intervallo di host utilizzabili e numero totale di indirizzi.
Casi d'uso comuni
Sizing a subnet for an office VLAN by checking how many usable hosts a /26 or /25 provides before you assign it.
Finding the network and broadcast addresses you must exclude when configuring a static DHCP address pool.
Translating a CIDR prefix into the dotted-decimal subnet mask a router or firewall interface expects, for example /22 to 255.255.252.0.
Confirming the usable host range when writing an access-control list or firewall rule for a specific subnet.
Verifying that a /31 point-to-point link between two routers gives you exactly two usable addresses with no broadcast waste.
Teaching or studying subnetting for a networking course or a CCNA exam by experimenting with prefixes and seeing host math update live.
Domande frequenti
Cosa sono /31 e /32?▼
Strumenti correlati
Ricerca DNS
Interroga i record DNS (A, AAAA, MX, TXT, NS, CNAME) di qualsiasi dominio. Utile per il debug di posta elettronica, hosting e configurazione SSL.
Ricerca WHOIS
Consulta i dati di registrazione di qualsiasi dominio: registrar, date di registrazione e scadenza, server dei nomi e informazioni di contatto (quando sono pubbliche).
Verificatore di certificati SSL
Verifica il certificato SSL/TLS di qualsiasi dominio: ente emittente, date di validità e giorni alla scadenza.
Analizzatore di header HTTP
Ispeziona gli header di risposta HTTP di qualsiasi URL. Evidenzia gli header di sicurezza mancanti.
Controllore di codici di stato HTTP
Controlla il codice di stato HTTP restituito da qualsiasi URL. Rileva 200, 301, 404, 500, ecc.
Tracciatore di catene di reindirizzamento
Segue ogni salto di una catena di reindirizzamento. Rileva i loop di reindirizzamento e i salti eccessivi che danneggiano le prestazioni.