서브넷 계산기
모든 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 |
이 도구 사용 방법
- 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.
서브넷 계산기란 무엇인가요?
CIDR(Classless Inter-Domain Routing) 표기법은 서브넷을 IP/비트 형식으로 표현합니다. 예를 들어 192.168.1.0/24는 처음 24비트가 네트워크를 식별하고 나머지 8비트(256개 주소)가 호스트에 할당됨을 의미합니다. 이 도구는 서브넷에 대해 알아야 할 모든 것, 즉 네트워크 주소, 브로드캐스트 주소, 사용 가능한 호스트 범위, 전체 주소 수를 계산합니다.
일반적인 사용 사례
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.
자주 묻는 질문
/31과 /32는 무엇인가요?▼
관련 도구
DNS 조회
모든 도메인의 DNS 레코드(A, AAAA, MX, TXT, NS, CNAME)를 조회합니다. 메일, 호스팅, SSL 구성을 디버깅하는 데 유용합니다.
WHOIS 조회
모든 도메인의 등록 데이터를 조회합니다: 등록 대행자, 등록 및 만료 날짜, 네임 서버, 연락처 정보(공개된 경우).
SSL 인증서 검사기
모든 도메인의 SSL/TLS 인증서를 확인합니다. 발급자, 유효 기간, 만료까지 남은 일수를 보여줍니다.
HTTP 헤더 분석기
모든 URL의 HTTP 응답 헤더를 검사합니다. 누락된 보안 헤더를 강조 표시합니다.
HTTP 상태 코드 확인기
모든 URL이 반환하는 HTTP 상태 코드를 확인합니다. 200, 301, 404, 500 등을 감지합니다.
리디렉션 체인 추적기
리디렉션 체인의 모든 홉을 추적합니다. 성능을 해치는 리디렉션 루프와 과도한 홉을 감지합니다.