Chapter 5 - IPv4 and IPv6 Addresses Flashcards

1
Q

Anycast

A

An anycast communication flow is a one-to-nearest (from the perspective of a router’s routing table) flow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Automatic Private IP Addressing (APIPA)

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Block size

A

The number of IP addresses in a subnet, including the subnet’s address and the subnet’s directed broadcast address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bootstrap Protocol (BOOTP)

A

A legacy broadcast-based protocol used by networked devices to obtain IP address information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Borrowed bits

A

Bits added to a classful subnet mask.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Classful masks

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Classless interdomain routing (CIDR)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Default gateway

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Dotted-decimal notation

A

A method of writing an IPv4 address or subnet mask, where groups of 8 bits (called octets) are separated by periods.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Dynamic Host Configuration Protocol (DHCP)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Link-local IP address

A

A link-local IP address is a nonroutable IP address usable only on a local subnet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Multicast

A

A multicast communication flow is a one-to-many flow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Octet

A

A grouping of 8 bits. An IPv4 address consists of four octets (that is, a total of 32 bits).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Prefix notation

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Private IP addresses

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Unicast

A

A unicast communication flow is a one-to-one flow.

17
Q

Zeroconf

A

A technology that performs three basic functions: assigning link-local IP addresses, resolving computer names to IP addresses, and locating network services.