IPv4 Adressing Flashcards
Automatic Private IP Addressing (APIPA)
A feature that allows clients to self-configure an IPv4 address and subnet mask when a DHCP server is not available. These addresses are not routable on a local network, and typically indicate a problem with host communication.
Binary
A binary number is expressed in a base-2 numerical system, represented by zero (0) values and one (1) values.
Block Size
The increment that we count by in the interesting octet to determine usable IPv4 address ranges. The formula is Block Size = 256 - Interesting Octet Value
Class A Address
In classful network addressing, a Class A address has a value in the first octet ranging from 1 - 126, with a default subnet mask value of 255.0.0.0 (or /8 in prefix notation).
Class B Address
In classful network addressing, a Class B address has a value in the first octet ranging from 128 - 191, with a default subnet mask value of 255.255.0.0 (or /16 in prefix notation).
Class C Address
In classful network addressing, a Class C address has a value in the first octet ranging from 192 - 223, with a default subnet mask value of 255.255.255.0 (or /24 in prefix notation).
Class D Address
Used for multicast purposes, with a value in the first octet ranging from 224 - 239. Because these addresses are never assigned to specific hosts, this address class does not use a subnet mask.
Class E Address
Reserved for research purposes and potential future deployment, these addresses have a value in the first octet ranging from 240 - 255.
Classless Interdomain Routing (CIDR)
Creating a network address by subtracting bits from the natural subnet mask value. Also referred to as prefix notation or slash notation.
DHCP Relay
A host used to forward requests and replies between DHCP clients and servers when they do not reside on the same subnet.
Directed Broadcast Address
The last address in a subnet, used for communicating with all of the IP addresses within the subnet.
Domain Name System (DNS)
Translates human-readable domain names such as kwtrain.com into a computer-readable IP address.
Dotted Decimal Notation
A format for expressing 32-bit IPv4 addresses using four octets separated by decimals.
Dynamic Host Configuration Protocol (DHCP)
A protocol used to automatically provide clients within a network an IP address, subnet mask, default gateway, and DNS server information.
Host Bits
The portion of an IPv4 address represented by a series of contiguous binary 0 values in a 32-bit subnet mask.