Section 7: IP Addressing Flashcards
Class A Address Range / Classful Subnet
1 - 127 / 255.0.0.0 (16.7 million possible hosts)
Class B Address Range / Classful Subnet
128 - 191 / 255.255.0 .0 (65,536 possible hosts)
Class C Address Range / Classful Subnet
192 - 223 / 255.255.255.0 (256 possible hosts)
Class D Address Range / Classful Subnet
224 - 239 / (NA) (Reserved for Multicast Routing)
Class E Address Range / Classful Subnet
240 - 255 / (NA) (268 million possible hosts; Reserved Range for research and development)
CIDR
Classless Inter-domain Routing - Borrowing some host bits and reassigning them to the network portion.
Class A CIDR notation
IP address / 8 (Meaning 255.0.0.0 subnet mask with 8 1’s and 24 0’s)
Class B CIDR notation
IP address / 16 (Meaning 255.255.0.0 subnet mask with 16 1’s and 16 0’s)
Class C CIDR notation
IP address / 24 (Meaning 255.255.255.0 subnet mask with 24 1’s and 8 bits of 0’s)
Routable (Public IP Addresses)
Directly accessible over the internet and assigned by an ISP
Non-Routable (Private IP Address Ranges)
RFC 1918 - Only usable within a LAN
▪ Class A - Any address starting with 10
10.0.0.0 - 10.255.255.255 (256x256x256=16.7 million hosts)
▪ Class B - 172.16 - 172.31
172.16.0.0 - 172.31.255.255 (16x256x256=1.05 million hosts)
▪ Class C - 192.168
192.168.0.0 - 192.168.255.255 (256x256=65,536 hosts) (Anything starting with a 192.168)
Loopback Address (or Local Host)
127.0.0.1 / 8 - Loopback to the host and generally used for testing protocols. (The entire 16.7 million address range)
APIPA / Range
Automatic Private IP Address
Class B: 169.254.0.0 to 169.254.255.255 / 255.255.0.0
- Default address when a network device does not have a static address or cannot reach a DHCP server. (Dynamically assigned by host.)
DORA Process
Discover; Offer; Request; Acknowledge
(Used by DHCP to provide IP addresses to hosts/client machines)
Virtual IP Address
VIP or VIPA - Adress does not correlate to actual physical network interface. Gives one interface multiple IP Addresses. Used for NAT, Fault-tolerance and virtualization.