Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

IP Addressing Facts The following table lists the default IP addressing classes and masks: Class Address Range

A 1.0.0.0 to 126.255.255.255 B 128.0.0.0 to 191.255.255.255 C 192.0.0.0 to 223.255.255.255 D 224.0.0.0 to 239.255.255.255 E 240.0.0.0 to 255.255.255.255 Default Mask 255.0.0.0 255.255.0.0 255.255.255.0 (multicast addresses) (experimental addresses)

You should also know the following address ranges that are reserved for private addresses. Use these addresses on a private network that is connected to the Internet through a network address translation (NAT) router.

10.0.0.0 to 10.255.255.255 172.16.0.0 to 172.31.255.255 192.168.0.0 to 192.168.255.255

Keep in mind the following facts about IP addresses:


The first address in a range on the subnet is the subnet address. Typically, this address is not assigned to hosts. The last address in a range on the subnet is the broadcast address. Typically, this address is not assigned to hosts.

Use the table as a shortcut guide to subnetting. Tip: Look for patterns in the table so you can easily reproduce the table at any time. Masked Bits /20 /21 /22 /23 /24 /25 /26 /27 /28 Mask Value 255.255.240.0 255.255.248.0 255.255.252.0 255.255.254.0 255.255.255.0 255.255.255.128 255.255.255.192 255.255.255.224 255.255.255.240 Number of Subnets* N/A N/A N/A N/A 1 2 4 8 16 Number of Hosts/Subnet** 4096 2048 1024 512 256 128 64 32 16 Approximate*** Number of Hosts/Subnet 4000 2000 1000 500 250 125 60 30 15

*The number of subnets value is important when you need to subdivide a Class C address range into multiple subnets. **Remember to subtract two from these numbers to arrive at the total number of addresses that can be assigned to hosts (subtract one for the subnet address and one for the broadcast address. ***Use this number as a quick estimate of the number of possible hosts.

You might also like