Network Class: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
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.<ref>https://www.meridianoutpost.com/resources/articles/IP-classes.php</ref> | 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.<ref>https://www.meridianoutpost.com/resources/articles/IP-classes.php</ref> | ||
Within each network class, there are designated IP address that is reserved specifically for private/internal use only. | Within each network class, there are designated IP address that is reserved specifically for private/internal use only. Private IP address cannot be used on Internet-facing devices as they are non-routable - not allowed to be routed outside of your network. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
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) | CIDR<ref>https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing</ref> example (10.0.0.0/8) | ||
| | | | ||
|255.0.0.0 | |255.0.0.0 |
Revision as of 15:30, 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. Private IP address cannot be used on Internet-facing devices as they are non-routable - not allowed to be routed outside of your network.
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[2] 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 |