RevealTheme logo

CIDR 계산기

N개의 호스트를 수용하는 가장 작은 CIDR 블록을 찾습니다. IP 할당을 효율적으로 계획하세요.

맞는 최소 CIDR 50 호스트/26
전체 주소 수 /2664
사용 가능 호스트62
낭비된 주소 공간12

이 도구 사용 방법

  1. 1

    Type the number of hosts you need to address into the 'Hosts needed' field.

  2. 2

    Read the 'Smallest CIDR fitting' row to get the prefix length (for example /26).

  3. 3

    Check the 'Total addresses' and 'Usable hosts' rows to confirm the block is big enough.

  4. 4

    Look at the 'Address space wasted' row to see how many addresses you would leave unused at that prefix.

CIDR 계산기란 무엇인가요?

네트워크를 계획할 때는 호스트 수에서 출발하여 거꾸로 CIDR 접두사를 도출합니다. 서브넷팅은 2의 거듭제곱을 요구합니다. 50개의 호스트를 수용하려면 최소 64개의 주소(네트워크/브로드캐스트용으로 2개 예약)가 필요하며, 이는 /26에 해당합니다. 이 도구는 호스트 수를 충족하는 가장 작은 CIDR을 계산합니다.

일반적인 사용 사례

  • Sizing a new office VLAN by entering the expected device count and picking the prefix that leaves a little headroom.

  • Quickly checking whether a /24 is overkill for a subnet that only needs 30 hosts.

  • Comparing the wasted-address count across host estimates before you carve up a parent block.

  • Teaching subnetting students why 50 hosts needs 64 addresses and not 50.

  • Planning IP allocation for a fleet of IoT devices and confirming the block will not run out as you scale.

  • Sanity-checking a colleague's subnet proposal by reproducing the host-to-prefix math in seconds.

자주 묻는 질문

왜 2를 빼나요?
모든 IPv4 서브넷은 첫 번째 주소(네트워크)와 마지막 주소(브로드캐스트)를 예약합니다. 그 사이의 주소만 호스트에 할당할 수 있습니다.

관련 도구