Lesson 5 - IPv4 and IPv6 Addresses Flashcards

1
Q

classful mask

A

A classful mask is the default subnet mask applied to Class A, B, and C IPv4 networks. Specifically, Class A networks have a classful mask of 255.0.0.0, Class B networks have a classful mask of 255.255.0.0, and Class C networks have a classful mask of 255.255.255.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
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
3
Q

loopback

A

A loopback interface on a network device is a logical (virtual) interface that is often used for testing purposes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
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
5
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
6
Q

slash notation

A

See Prefix notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
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
8
Q

subnet mask

A

A 32-bit value (in IPv4) that indicates what portion of the IP address is the network ID versus what portion is the host ID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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
10
Q

variable-length subnet masking (VLSM)

A

The process of assigning various subnetwork IDs in the network to issue the appropriate number of IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
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
12
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
13
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
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
15
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
16
Q

borrowed bits

A

Bits added to a classful subnet mask.

17
Q

block size

A

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

18
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

19
Q

unicast

A

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

20
Q

multicast

A

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

21
Q

anycast

A

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

22
Q

tunneling

A

Transmitting traffic with additional encapsulation.

23
Q

dual stack

A

The ability of a network interface to run multiple protocols, such as IP and IPv6

24
Q

router advertisement

A

Routers advertise their presence together with various link and Internet parameters, either periodically or in response to a Router Solicitation message

25
Q

neighbor discovery

A

Any process whereby network elements can discover each other on the network. In the case of EIGRP, hello packets are used, for example

26
Q

Dynamic Host Configuration Protocol (DHCP) Version 6

A

The IPv6 version of DHCP.

27
Q

Extended Unique Identifier-64 (EUI-64)

A

A method in IPv6 to calculate a unique host address portion for a node.