Class C Ip Checker

Enter up to 40 Domains (Each Domain must be on separate line)




About Class C Ip Checker

Class c ip address checker is an online free tool to check the class c ip address in web hosting account and link exchanges by entering simply a URL to check. To use smallseotables Class C Ip Checker, Enter up to 40 Domains (Each Domain must be on separate line) in the input box given below and click on check details Button.

What is an IP Address?

The full name of IP is Internet Protocol. IP address is such a logical numeric address. By which a device is identified. This is a unique address. Each device has a different IP address. With the help of IP address, one computer in the network identifies another computer. and does data transactions. That's why a computer without an IP address cannot connect to another computer. It is a protocol of the network layer.

Versions of IP Address.

There are Two Different versions of IP’s.

  1. IPv4
  2. IPv6

1. IPv4

Its full name is Internet Protocol Version 4. IPv4 started in 1981. This is a 32-bit IP address. It contains 4-Octane. Each octane has a decimal value. IPv4 is separated from (.) Dot.
For example- 192.168.43.125

2. IPv6

Its full name is Internet Protocol Version 6. IPv6 was launched in 1999. This is a 128-bit IP address. It contains 6-Octane. Each octane has a hexadecimal value. IPv6 (:) is separated from the colon.
For example- 2001:0ab8:85a3:0000:0000:8b2e:0370:7334

Types of IP Addresses.

There are following 2 types of IP address.

  1. Public IP Address
  2. Private IP Address

1. Public IP Address

This is that IP address. Which ISP (Internet Service Provider) provides to us. This IP address is also called 'International IP Address'. This IP address identifies the user on the Internet. That is, when we use the Internet, only the Public IP address goes to every server.
Public IP addresses are also of 2 types.

  1. Static IP Address
  2. Dynamic IP Address

2. Private IP Address

This IP address is assigned to our computer, mobile and other networking devices. Private IP address works only in local network. This IP address is also called Local IP Address.

Classes of IP addresses

TCP/IP defines five classes of IP addresses: Class A, B, C, D, and E. Each class has a range of valid IP addresses. The value of the first octet determines the class. IP addresses from the first three classes (A, B and C) can be used for host addresses. The other two classes are used for other purposes – Class D for multicast and Class E for experimental purposes.

The system of IP address classes was developed for the purpose of Internet IP address assignment. The classes created were based on network size. For example, for small networks with a very large number of hosts, Class A was created. Class C was created for many networks with a small number of hosts.

Classification of IP Address.

IP address classification occurs only in IPv4.

The classes of IP address are:

1.Class A

The IP range of this class is from 0-126. It consists of 3-Octain of the network and 1-Octain of the host. The network mask of this class is 255.0.0.0. In this class, the network number is 125 and the host number is 16777214.

For Class A IP addresses, the first 8 bits (the first decimal number) represent the network portion, while the remaining 24 bits represent the host portion. 

2.Class B

The range of this class is up to 128-191. It consists of 2-Octain of the network and 2-Octain of the host. The network mask of this class is 255.255.0.0. In this class, the number of network is 16382 and the number of host is 65534.

For Class B, the first 16 bits (the first two numbers) represent the network portion, while the remaining 16 bits represent the host portion. 

3.Class C

The range of this class is up to 192-223. It consists of 1-Octain of the network and 3-Octain of the host. The network mask of this class is 255.255.255.0. The number of networks in this class is 1297150 and the number of hosts is 354.

For Class C, the first 24 bits represent the network portion, while the remaining 8 bits represent the host portion.

Class C Addressing

  • Class C addresses consist of a 24 bit network ID and an 8 bit host ID. Therefore, each network in Class A will have 28 (2) host (IP) addresses available to allocate to the devices.
  • Class C addresses support up to 2,097,152 network blocks. The first network block starts from 192.0.0.0 to 192.0.0.255.
  • The last network block in class C starts from 223.255.255.0 to 223.255.255.255 where the network ID is 223.255.255.x. The Network ID field is represented by the first three bytes, 192.0.0.x.
  • Class C provides 256 network blocks that are reserved for private addresses. The remaining 2,096,896 network blocks are used for public use.
  • There are 256 host addresses assigned to each block of Class C addresses. Within the host addresses in each network block, the first host address and the last host address are reserved for special use.
  • The first byte of class C specifies a decimal value from 192 to 223. The network block from 192.168.00 to 192.168.255.255 is reserved for private addresses.

4.Class D

The range of this class is up to 224-239. IP of this class is used for Brodocosting and Multicosting.

5.Class E

The range of this class is up to 240-255. IP of this class is used for research and development.

Loop Back Address

Its IP address is 127.0.0.1. It is also called Localhost. These IP addresses enable server and client processes on a computer system to communicate with each other. This IP address is used by software developers or hackers for any purpose by making servers.

Consider the following IP addresses:

  • 10.50.120.7 – Because this is a Class A address, the first number (10) refers to the network portion, while the rest of the address refers to the host portion (50.120.7). This means that, for devices to be on the same network, the first number of their IP address must be the same for both devices. In this case, a device with an IP address of 10.47.8.4 is on the same network as the device with the IP address listed above. The device with IP address 11.5.4.3 is not on the same network because the first number of its IP address is different.
  • 172.16.55.13 – Because this is a Class B address, the first two numbers represent the network portion (172.16), while the rest of the address represents the host portion (55.13). A device with an IP address of 172.16.254.3 is on the same network, while a device with an IP address of 172.55.54.74 is not.

NOTE:

The system of network address limitations described here is generally bypassed today by the use of classless inter domain routing (CIDR) addresses.

There are special IP address ranges used for special purposes:

  • 0.0.0.0/8 – addresses used to communicate with the local network
  • 127.0.0.0/8 – loopback addresses
  • 169.254.0.0/16 – link-local addresses (APIPA)