/
Try:
192.168.1.0/24
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
Subnet Split Helper
| Prefix | Subnets | Hosts / Subnet | Total Addresses |
|---|
Calculate network address, broadcast, host range, and usable hosts from any CIDR notation
CIDR 표기법으로 네트워크 주소, 브로드캐스트, 호스트 범위를 즉시 계산
| Prefix | Subnets | Hosts / Subnet | Total Addresses |
|---|
How to Use
Type an IPv4 address in dotted decimal format, e.g. 192.168.1.0
Enter or drag the slider to set the CIDR prefix from /0 to /32. Common values: /8, /16, /24.
Click Calculate (or press Enter) to see the full subnet breakdown including host range and masks.
The Subnet Split Helper shows how your network breaks down into /25–/28 smaller subnets.
사용 방법
점으로 구분된 IPv4 주소를 입력하세요. 예: 192.168.1.0
슬라이더를 드래그하거나 숫자를 직접 입력해 /0~/32 사이의 CIDR 프리픽스를 설정하세요.
Calculate 버튼을 누르거나 Enter 키를 눌러 서브넷 전체 정보를 확인하세요.
서브넷 분할 도우미에서 /25~/28로 더 작은 서브넷으로 나눴을 때의 정보를 확인할 수 있습니다.
Frequently Asked Questions
192.168.1.0/24, the number after the slash indicates how many bits are the network portion. A /24 means the first 24 bits identify the network, leaving 8 bits for host addresses (256 total, 254 usable)./24 subnet has 256 total addresses (28 = 256). Subtracting the network address and broadcast address gives 254 usable host addresses. This is the most common subnet for home and office LANs. A /25 gives 126 hosts, /23 gives 510 hosts.10.0.0.0/8 (Class A — 16 million addresses), 172.16.0.0/12 (Class B — ~1 million addresses), and 192.168.0.0/16 (Class C — 65,536 addresses). These are widely used in home networks, corporate intranets, and VPS private networking./28 (14 hosts) or /29 (6 hosts) is usually enough. For a growing infrastructure or Kubernetes cluster, consider /24 (254 hosts) or larger. On Vultr, you can create private networks with a custom CIDR range for free — assign each VPS a static private IP within that range for secure inter-server communication.자주 묻는 질문
192.168.1.0/24에서 슬래시 뒤의 숫자는 네트워크 부분의 비트 수를 나타냅니다. /24는 첫 24비트가 네트워크를 식별하고, 나머지 8비트가 호스트 주소에 사용됩니다(총 256개, 사용 가능 254개)./24 서브넷은 총 256개의 주소(28 = 256)를 가집니다. 네트워크 주소와 브로드캐스트 주소를 제외하면 254개의 호스트 주소를 사용할 수 있습니다. 가정이나 사무실 LAN에서 가장 흔히 쓰이는 서브넷입니다.10.0.0.0/8 (클래스 A — 1,600만 개), 172.16.0.0/12 (클래스 B — 약 100만 개), 192.168.0.0/16 (클래스 C — 65,536개). 가정 네트워크, 기업 인트라넷, VPS 사설 네트워크에 널리 사용됩니다./28(14개 호스트) 또는 /29(6개 호스트)로 충분합니다. 성장하는 인프라나 Kubernetes 클러스터는 /24(254개 호스트) 이상을 고려하세요. Vultr에서는 커스텀 CIDR 범위의 사설 네트워크를 무료로 만들 수 있어 서버 간 안전한 통신에 활용할 수 있습니다.