Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/CloudIngenium.com/htdocs/wp-includes/functions.php on line 6114
Networking segments – Private network segments – Knowledge eXchange

Networking segments – Private network segments

The reserved IP ranges for private networks are the following:

  • 10.0.0.1/8 through 10.255.255.254/8
  • 172.16.0.1/12 through 172.31.255.254/12
  • 192.168.0.1/16 through 192.168.255.254/16

This information is very useful specially when working with routing tables as you may want to know what subnet mask to use when and the size of your private network based on its address class, etc.

Below is a little table with more information on the network prefixes and what is the default length of the subnet / mask to better aid you:

Network Prefix Length Subnet Masking

Address Class Subnet Mask in Binary Network Prefix with Decimal Equivalent
Class A 11111111 00000000 00000000 00000000 /8 = 255.0.0.0
Class B 11111111 11111111 00000000 00000000 /16 = 255.255.0.0
Class C 11111111 11111111 11111111 00000000 /24 = 255.255.255.0

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.