서브넷 계산기
네트워크 주소, 브로드캐스트, 사용 가능한 호스트 및 CIDR 표기법을 포함한 IPv4 서브넷 정보를 계산합니다.
/0/8/16/24/32
Common:
About Subnetting
- • CIDR (Classless Inter-Domain Routing) notation specifies the network portion of an IP
- • /24 means 24 bits for network, 8 bits for hosts (256 addresses, 254 usable)
- • Network address is the first address, broadcast is the last
- • Usable hosts exclude network and broadcast addresses (except /31 and /32)
IP Subnetting - 기술 세부 정보
Subnetting divides IP networks into smaller segments. CIDR notation (e.g., /24) indicates how many bits are used for the network portion. Understanding subnets is essential for network design and security.
명령줄 대안
# Check your subnet on Linux/macOS\nip addr show # Linux\nifconfig | grep netmask # macOS\n\n# Calculate with ipcalc\nipcalc 192.168.1.0/24