Free2Box
IP 서브넷 계산기IT & 개발자Instant browser workflowFocused single-task utilityNo setup required

IP 서브넷 계산기

서브넷, CIDR 및 네트워크 범위를 계산합니다

/24C254 usable hostsNetwork192.168.1.0Broadcast192.168.1.255
Subnet input
Enter an IPv4 network and prefix length to calculate the address range, mask, host span, and binary form.
Calculation results
The network, host range, and subnet metadata update instantly as you adjust the IP or prefix.

Network Address

192.168.1.0

Broadcast Address

192.168.1.255

Subnet Mask

255.255.255.0

Wildcard Mask

0.0.0.255

First Host

192.168.1.1

Last Host

192.168.1.254

Total Hosts

256

Usable Hosts

254

IP Class

C

Binary Representation

11000000.10101000.00000001.00000000

Common subnets
Quick reference for frequently used prefix lengths and their masks. Click a row to apply the CIDR value.
CIDRSubnet MaskUsable Hosts
/8255.0.0.016,777,214
/16255.255.0.065,534
/24255.255.255.0254
/25255.255.255.128126
/26255.255.255.19262
/27255.255.255.22430
/28255.255.255.24014
/29255.255.255.2486
/30255.255.255.2522

다음 단계

관련된 다음 작업으로 흐름을 이어가세요.

Input192.168.1.0Prefix/24Usable hosts254결과성공
Privacy & Trust

Client-side networking math

Address calculations happen in the browser, so private network planning details stay local while you test ranges and CIDR ideas.

CIDR controls scale

Moving from `/24` to `/23` doubles the address space, while moving to `/25` halves it. Small prefix changes have large capacity effects.

Review special ranges

Subnet math is correct for private, public, and multicast addresses alike, but operational policies still differ across RFC1918, loopback, and public networks.

Export subnet summary

Copy the current subnet calculation or download it as a plain-text snapshot.

IP 서브넷 계산기 IP: 192.168.1.0 CIDR: /24 Network: 192.168.1.0 Broadcast: 192.168.1.255 Mask: 255.255.255.0 Wildcard: 0.0.0.255 First host: 192.168.1.1 Last host: 192.168.1.254 Usable hosts: 254 Class: C Binary: 11000000.10101000.00000001.00000000

사용 방법

1

값 입력

입력 필드에 숫자나 매개변수를 입력하세요.

2

즉시 결과 확인

입력하는 즉시 결과가 자동으로 업데이트됩니다 — 제출 버튼이 필요 없습니다.

3

복사 또는 저장

결과를 클립보드에 복사하거나 작업 흐름에 활용하세요.

이 도구를 사용하는 이유

100% 무료

숨겨진 비용도, 프리미엄 등급도 없습니다 — 모든 기능이 무료입니다.

설치 불필요

브라우저에서 완전히 실행됩니다. 소프트웨어를 다운로드하거나 설치할 필요가 없습니다.

프라이빗 & 안전

데이터가 기기 밖으로 나가지 않습니다. 어떤 서버에도 업로드되지 않습니다.

모바일 지원

완전 반응형 — 스마트폰, 태블릿, 데스크톱에서 사용할 수 있습니다.

IP Subnetting: Network Design and Address Planning

Key Takeaways

  • Subnetting divides large IP networks into smaller, manageable segments — improving security, performance, and address utilization.
  • CIDR notation (/24, /16, etc.) defines the network prefix length, determining how many hosts each subnet can accommodate.
  • All subnet calculations are performed in your browser — your network architecture data stays private.

IP subnetting is a fundamental networking skill that enables efficient use of IP address space and logical network segmentation. Whether you are designing a corporate network, planning cloud VPC configurations, or troubleshooting connectivity issues, understanding subnet masks, CIDR notation, and address ranges is essential for every network engineer and cloud architect.

A /24 subnet provides 254 usable host addresses, while a /16 provides 65,534 — choosing correctly prevents address exhaustion.

Capacity Planning

Key Concepts

1

CIDR Notation

Classless Inter-Domain Routing (CIDR) notation like 192.168.1.0/24 specifies the network prefix length. The /24 means the first 24 bits are the network portion, leaving 8 bits (256 addresses) for hosts.

2

Subnet Mask

A subnet mask (e.g., 255.255.255.0 for /24) determines which bits of an IP address identify the network and which identify the host. ANDing an IP with its mask gives the network address.

3

Network, Broadcast, and Usable Addresses

Every subnet has a network address (first, all host bits 0), broadcast address (last, all host bits 1), and usable range (everything between). A /24 has 256 total addresses but only 254 usable.

4

VLSM — Variable Length Subnet Masking

VLSM allows different subnets within the same network to have different prefix lengths. This enables efficient address allocation — a /28 (14 hosts) for a small office and /22 (1022 hosts) for a data center.

Pro Tips

Always plan for growth — if you need 50 hosts now, use a /25 (126 hosts) or /24 (254 hosts) rather than a /26 (62 hosts).

Use private address ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) for internal networks to conserve public IPv4 addresses.

In cloud environments (AWS VPC, Azure VNet), remember that some addresses are reserved by the provider — typically the first 4 and last 1.

Document your subnet allocation plan — without documentation, overlapping subnets and routing conflicts are inevitable as networks grow.

All subnet calculations are performed entirely in your browser. Your network addressing information, which may reveal infrastructure details, is never transmitted to any server.

자주 묻는 질문