IPv6 Flashcards

1
Q

What is IPv6?

A

IPv6 (Internet Protocol version 6) is the most recent version of the Internet Protocol, designed to replace IPv4 with a larger address space and improved features.

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

How long is an IPv6 address?

A

An IPv6 address is 128 bits long, written as eight groups of four hexadecimal digits.

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

What is the main difference between IPv4 and IPv6?

A

The main difference is the size of the address space—IPv6 has 128-bit addresses, while IPv4 uses 32-bit addresses.

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

What is the “::” notation used for in IPv6?

A

The “::” notation is used to represent consecutive groups of zeroes in an IPv6 address, simplifying its representation.

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

What is an example of a global unicast address in IPv6?

A

An example of a global unicast address is 2001:0db8:85a3:0000:0000:8a2e:0370:7334.

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

What is the IPv6 link-local address range?

A

The IPv6 link-local address range is fe80::/10, used for communication within the same network segment.

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

How does IPv6 handle address autoconfiguration?

A

IPv6 supports stateless address autoconfiguration (SLAAC), where devices automatically generate their own address based on the network prefix.

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

What is the purpose of IPv6’s Flow Label field?

A

The Flow Label field is used to identify and prioritize packets belonging to the same flow, providing improved quality of service (QoS).

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

What is the size of the IPv6 header?

A

The IPv6 header is 40 bytes, which is simpler and more efficient than the IPv4 header.

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

What is the purpose of the IPv6 “Neighbor Discovery Protocol” (NDP)?

A

NDP is used for discovering devices on the same local network, determining their link-layer addresses, and performing address autoconfiguration.

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

What is the purpose of IPv6 subnetting?

A

IPv6 subnetting is used to divide a large address space into smaller, more manageable subnets for efficient network design.

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

How do you determine the subnet size in IPv6?

A

The subnet size is determined by the prefix length (e.g., /64), which indicates how many bits are used for the network portion of the address.

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

What is the standard IPv6 subnet size for most networks?

A

The standard IPv6 subnet size for most networks is /64, providing a large address space for each subnet.

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

How many subnets can be created from a /48 IPv6 address?

A

A /48 prefix can create 65,536 subnets, each with a /64 prefix.

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

What is the purpose of the IPv6 prefix length?

A

The prefix length indicates how many bits in the IPv6 address are dedicated to the network portion, determining the size of the subnet.

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

What is the significance of the /64 subnet in IPv6?

A

The /64 subnet is the recommended size for most IPv6 networks, allowing for proper address autoconfiguration and efficient operation of various IPv6 features.

17
Q

How do you calculate the number of available IPv6 addresses in a subnet?

A

The number of available addresses in a subnet is calculated as 2^(128 - prefix length). For example, a /64 subnet has 2^64 addresses.

18
Q

What is the IPv6 address block used for multicast addresses?

A

The IPv6 multicast address block is ff00::/8.

19
Q

How are IPv6 subnet boundaries typically aligned?

A

IPv6 subnet boundaries are typically aligned on 4-bit boundaries (e.g., /64, /128).

20
Q

What is an example of an IPv6 subnet with a /48 prefix?

A

An example of an IPv6 subnet with a /48 prefix is 2001:0db8:abcd:0000::/48.