Network Class: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
Line 16: Line 16:
|1.0.0.0 to 127.0.0.0
|1.0.0.0 to 127.0.0.0
|10.0.0.0 to 10.255.255.255
|10.0.0.0 to 10.255.255.255
CIDR example (10.0.0.0/8)
|
|
|255.0.0.0
|255.0.0.0
Line 24: Line 25:
|128.0.0.0 to 191.255.0.0  
|128.0.0.0 to 191.255.0.0  
|172.16.0.0 to 172.31.255.255
|172.16.0.0 to 172.31.255.255
CIDR example, (172.16.0.0/16)
|''Automatic Private IP Addressing'' (APIPA) is a feature with ''Microsoft Windows''-based computers to automatically assign itself an IP address within this range if a ''Dynamic Host Configuration Protocol'' ([[DHCP]]) server is not available on the network.
|''Automatic Private IP Addressing'' (APIPA) is a feature with ''Microsoft Windows''-based computers to automatically assign itself an IP address within this range if a ''Dynamic Host Configuration Protocol'' ([[DHCP]]) server is not available on the network.
|255.255.0.0
|255.255.0.0
Line 32: Line 34:
|192.0.0.0 to 223.255.255.0
|192.0.0.0 to 223.255.255.0
|192.168.0.0 to 192.168.255.255
|192.168.0.0 to 192.168.255.255
CIDR example, (192.168.0.0/24)
|127.0.0.1 to 127.255.255.255
|127.0.0.1 to 127.255.255.255
<nowiki>**</nowiki>network testing addresses (also referred to as loop-back addresses).
<nowiki>**</nowiki>network testing addresses (also referred to as loop-back addresses).

Revision as of 15:26, 5 July 2023

The Five IPv4 Classes

There are five classes: A, B, C, D and E in the IPv4 IP address space. Primarily, class A, B, and C are used by the majority of devices on the Internet. Class D and class E are for special uses. Each class has a specific range of IP addresses.[1]

Within each network class, there are designated IP address that is reserved specifically for private/internal use only. This IP address cannot be used on Internet-facing devices as that are non-routable.

Class Public IP Range Private IP Range Special IP Range Subnet Mask Number of Networks Number of Hosts per Network
A 1.0.0.0 to 127.0.0.0 10.0.0.0 to 10.255.255.255

CIDR example (10.0.0.0/8)

255.0.0.0 126 16,777,214
B 128.0.0.0 to 191.255.0.0 172.16.0.0 to 172.31.255.255

CIDR example, (172.16.0.0/16)

Automatic Private IP Addressing (APIPA) is a feature with Microsoft Windows-based computers to automatically assign itself an IP address within this range if a Dynamic Host Configuration Protocol (DHCP) server is not available on the network. 255.255.0.0 16,382 65,534
C 192.0.0.0 to 223.255.255.0 192.168.0.0 to 192.168.255.255

CIDR example, (192.168.0.0/24)

127.0.0.1 to 127.255.255.255

**network testing addresses (also referred to as loop-back addresses).

255.255.255.0 2,097,150 254
D 224.0.0.0 to 239.255.255.255 Multicasting
E 240.0.0.0 to 255.255.255.255 Research/Reserved/Experimental

References