Chapter 5 - IPv4 and IPv6 Addresses Flashcards
Anycast
An anycast communication flow is a one-to-nearest (from the perspective of a router’s routing table) flow.
Automatic Private IP Addressing (APIPA)
Allows a networked device to self-assign an IP address from the 169.254.0.0/16 network. Note that this address is only usable on the device’s local subnet (meaning that the IP address is not routable).
Block size
The number of IP addresses in a subnet, including the subnet’s address and the subnet’s directed broadcast address.
Bootstrap Protocol (BOOTP)
A legacy broadcast-based protocol used by networked devices to obtain IP address information.
Borrowed bits
Bits added to a classful subnet mask.
Classful masks
A classful masks is the default subnet mask applied to Class A, B, and C IPv4 networks. Specifically, Class A networks have a classful masks of 255.0.0.0. Class B networks have a classful masks of 255.255.0.0, and Class C networks have a classful masks of 255.255.255.0.
Classless interdomain routing (CIDR)
Shortens a classful subnet mask by removing right-justified 1s from a classful mask. As a result, CIDR allows contiguous classful networks to be aggregated. This process is sometimes called route aggregation.
Default gateway
The IP address of a router (or multilayer switch) to which a networked device sends traffic destined for a subnet other than the device’s local subnet.
Dotted-decimal notation
A method of writing an IPv4 address or subnet mask, where groups of 8 bits (called octets) are separated by periods.
Dynamic Host Configuration Protocol (DHCP)
Dynamically assigns IP address information (for example, IP address, subnet mask, DNS server’s IP address, and default gateway’s IP address) to network devices.
Link-local IP address
A link-local IP address is a nonroutable IP address usable only on a local subnet.
Multicast
A multicast communication flow is a one-to-many flow.
Octet
A grouping of 8 bits. An IPv4 address consists of four octets (that is, a total of 32 bits).
Prefix notation
A method of indicating how many bits are in a subnet mask. For example, /24 is prefix notation for a 24-bit subnet mask. Prefix notation is also known as slash notation.
Private IP addresses
Specific Class A, B, and C networks have been designed for private use. Although these networks are routable (with the exception of the 169.254.0.0–169.254.255.255 address range), within the organization, service providers do not route these private networks over the public Internet.