Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
18 views

Class A Ip Calculator

This document provides information about IPv4 and IPv6 subnetting including a calculator that returns network addresses, host ranges, subnet masks, and IP classes based on an input IP address. It also includes tables of typical subnet prefixes, masks, and number of usable hosts for each.

Uploaded by

Quantum Realm
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Class A Ip Calculator

This document provides information about IPv4 and IPv6 subnetting including a calculator that returns network addresses, host ranges, subnet masks, and IP classes based on an input IP address. It also includes tables of typical subnet prefixes, masks, and number of usable hosts for each.

Uploaded by

Quantum Realm
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

home / other / ip subnet calculator

IP Subnet Calculator
This calculator returns a variety of information regarding Internet Protocol
version 4 (IPv4) and IPv6 subnets including possible network addresses,
usable host ranges, subnet mask, and IP class, among others.

IPv4 Subnet Calculator


Result

IP Address: 1.38.103.163
Network Address: 0.0.0.0
Usable Host IP Range: 0.0.0.1 - 15.255.255.254
Broadcast Address: 15.255.255.255
Total Number of Hosts: 268,435,456
Number of Usable Hosts: 268,435,454
Subnet Mask: 240.0.0.0
Wildcard Mask: 15.255.255.255
Binary Subnet Mask: 11110000.00000000.00000000.00000000
CIDR Notation: /4
IP Type: Public

Short: 1.38.103.163 /4
Binary ID: 00000001001001100110011110100011
Integer ID: 19294115
Hex ID: 0x12667a3
in-addr.arpa: 163.103.38.1.in-addr.arpa
IPv4 Mapped Address: ::ffff:0126.67a3
6to4 Prefix: 2002:0126.67a3::/48

All 16 of the Possible /4 Networks

Network Address Usable Host Range Broadcast Address:


0.0.0.0 0.0.0.1 - 15.255.255.254 15.255.255.255
16.0.0.0 16.0.0.1 - 31.255.255.254 31.255.255.255
32.0.0.0 32.0.0.1 - 47.255.255.254 47.255.255.255
48.0.0.0 48.0.0.1 - 63.255.255.254 63.255.255.255
64.0.0.0 64.0.0.1 - 79.255.255.254 79.255.255.255
80.0.0.0 80.0.0.1 - 95.255.255.254 95.255.255.255
96.0.0.0 96.0.0.1 - 111.255.255.254 111.255.255.255
112.0.0.0 112.0.0.1 - 127.255.255.254 127.255.255.255
128.0.0.0 128.0.0.1 - 143.255.255.254 143.255.255.255
144.0.0.0 144.0.0.1 - 159.255.255.254 159.255.255.255
160.0.0.0 160.0.0.1 - 175.255.255.254 175.255.255.255
176.0.0.0 176.0.0.1 - 191.255.255.254 191.255.255.255
192.0.0.0 192.0.0.1 - 207.255.255.254 207.255.255.255
208.0.0.0 208.0.0.1 - 223.255.255.254 223.255.255.255
224.0.0.0 224.0.0.1 - 239.255.255.254 239.255.255.255
240.0.0.0 240.0.0.1 - 255.255.255.254 255.255.255.255

Network Class Any A B C

Subnet 255.255.248.0 /21

IP Address 1.38.103.163

Calculate Clear

IPv6 Subnet Calculator

Prefix Length:
/64
IP Address:
2001:db8:85a3::8a2e:370:7334

Calculate Clear

Related
Bandwidth Calculator | Binary Calculator

A subnet is a division of an IP network (internet protocol suite), where an IP


network is a set of communications protocols used on the Internet and other
similar networks. It is commonly known as TCP/IP (Transmission Control
Protocol/Internet Protocol).
The act of dividing a network into at least two separate networks is called
subnetting, and routers are devices that allow traffic exchange between
subnetworks, serving as a physical boundary. IPv4 is the most common
network addressing architecture used, though the use of IPv6 has been
growing since 2006.
An IP address is comprised of a network number (routing prefix) and a rest
field (host identifier). A rest field is an identifier that is specific to a given
host or network interface. A routing prefix is often expressed using Classless
Inter-Domain Routing (CIDR) notation for both IPv4 and IPv6. CIDR is a
method used to create unique identifiers for networks, as well as individual
devices. For IPv4, networks can also be characterized using a subnet mask,
which is sometimes expressed in dot-decimal notation, as shown in the
"Subnet" field in the calculator. All hosts on a subnetwork have the same
network prefix, unlike the host identifier, which is a unique local
identification. In IPv4, these subnet masks are used to differentiate the
network number and host identifier. In IPv6, the network prefix performs a
similar function as the subnet mask in IPv4, with the prefix length
representing the number of bits in the address.
Prior to the introduction of CIDR, IPv4 network prefixes could be directly
obtained from the IP address based on the class (A, B, or C, which vary
based on the range of IP addresses they include) of the address and the
network mask. Since the introduction of CIDRs, however, assigning an IP
address to a network interface requires both an address and its network
mask.

Below is a table providing typical subnets for IPv4.

Prefix size Network mask Usable hosts per subnet


/1 128.0.0.0 2,147,483,646
/2 192.0.0.0 1,073,741,822
/3 224.0.0.0 536,870,910
/4 240.0.0.0 268,435,454
/5 248.0.0.0 134,217,726
/6 252.0.0.0 67,108,862
/7 254.0.0.0 33,554,430
Class A
/8 255.0.0.0 16,777,214
/9 255.128.0.0 8,388,606
/10 255.192.0.0 4,194,302
/11 255.224.0.0 2,097,150
/12 255.240.0.0 1,048,574
/13 255.248.0.0 524,286
/14 255.252.0.0 262,142
/15 255.254.0.0 131,070
Class B
/16 255.255.0.0 65,534
/17 255.255.128.0 32,766
/18 255.255.192.0 16,382
/19 255.255.224.0 8,190
/20 255.255.240.0 4,094
/21 255.255.248.0 2,046
/22 255.255.252.0 1,022
/23 255.255.254.0 510
Class C
/24 255.255.255.0 254
/25 255.255.255.128 126
/26 255.255.255.192 62
/27 255.255.255.224 30
/28 255.255.255.240 14
/29 255.255.255.248 6
/30 255.255.255.252 2
/31 255.255.255.254 0
/32 255.255.255.255 0

about us | sitemap
terms of use | privacy policy
© 2008 - 2024 calculator.net

You might also like