Subnetcalculator
Bereken het netwerkadres, het broadcastadres, het hostbereik en het aantal hosts op basis van elke IPv4-CIDR.
| 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 |
Hoe u deze tool gebruikt
- 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.
Wat is de subnetcalculator?
De CIDR-notatie (Classless Inter-Domain Routing) drukt een subnet uit als IP/bits; zo betekent 192.168.1.0/24 dat de eerste 24 bits het netwerk identificeren, waardoor er 8 bits (256 adressen) overblijven voor hosts. Deze tool berekent alles wat u over een subnet moet weten: netwerkadres, broadcastadres, bereik van bruikbare hosts en totaal aantal adressen.
Veelvoorkomende toepassingen
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.
Veelgestelde vragen
Wat zijn /31 en /32?▼
Gerelateerde tools
DNS-lookup
Raadpleeg de DNS-records (A, AAAA, MX, TXT, NS, CNAME) van elk domein. Handig voor het debuggen van e-mail, hosting en SSL-configuratie.
WHOIS-opzoeking
Raadpleeg de registratiegegevens van elk domein: registrar, registratie- en vervaldatums, naamservers en contactgegevens (wanneer deze openbaar zijn).
SSL-certificaatcontrole
Controleer het SSL/TLS-certificaat van elk domein: uitgever, geldigheidsdata en dagen tot het verloopt.
HTTP-header-analyzer
Inspecteert de HTTP-responskoppen van elke URL. Markeert ontbrekende beveiligingskoppen.
HTTP-statuscode-checker
Controleert de HTTP-statuscode die elke URL teruggeeft. Detecteert 200, 301, 404, 500, enz.
Redirectketentracer
Volg elke stap van een redirectketen. Detecteert redirectlussen en overmatige stappen die de prestaties schaden.