IPv6 Flashcards

1
Q

What is the “address” and mask of an Unspecified IPv6 address?

A

::/128

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

What is the address and mask of the Local Loopback IPv6 address?

A

::1/128

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

What is the address range and mask for a Global Unicast IPv6 address?

A

2000::/3

The range would be any address starting with 2000 through 3FFF

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

What is the address range and mask for a multicast IPv6 address?

A

FF00::/8

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

What is the address range and mask for a Link-Local IPv6 address?

A

FE80::/10

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

What is the address range and mask for an IPv6 Unique Local Address (aka private addresses)?

A

FC00::/7

NOTE: In actual practice, most implementations use “FD” as the leading characters.

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

How is an IPv4 address embedded into an IPv6 address?

A

The first 96 bits (6 segments) of the IPv6 address are all zeros while the IPv4 address is then converted to Hexadecimal and added to the end.

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

When dealing with IPv6 Link Local addresses, what is “DAD”?

A

Duplicate Address Detection - When an ethernet interface is trying to determine if any other devices are using the link-local address that the device is trying to generate.

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

When dealing with IPv6 Link Local addresses, what is “NS”?

A

Neighbor Solicitation - a message is sent by a node to determine the link-layer address of a neighbor, or to verify that a neighbor is still reachable via a cached link-layer address. NS are also used for Duplicate Address Detection.

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

When dealing with IPv6 Link Local addresses, what is “NA”?

A

Neighbor Advertisement - a message is sent in response to an NS message. A node may also send unsolicited NAs to announce a link-layer address change.

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

When dealing with IPv6 Link Local addresses, what is “RS”?

A

Router Solicitation - When an interface becomes enabled, hosts may send out RSes that request that routers generate Router Advertisements (RAs) immediately rather than at their next scheduled time.

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

When dealing with IPv6 Link Local addresses, what is “RA”?

A

Router Advertisements - Routers advertise their presence together with various link and Internet parameters either periodically, or in response to an RS message. RAs contain prefixes that are used for determining whether another address shares the same link (on-link determination) and/or address configuration, a suggested hop limit value, and so forth.

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

What TYPE of messages are NS, NA, RS, and RA in IPv6?

A

These are all ICMPv6 messages as defined in RFC 4861

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

What is the EUI method?

A

A method for generating a unique interface ID for an IPv6 address:

  1. Split the device’s 48-bit MAC address into two 24-bit parts
  2. Insert the 16-bit hexadecimal code “FFFE” between the two parts
  3. Invert the 7th bit of the interface ID
  4. Add the NIC part of the MAC address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly