IPV6 Flashcards

(31 cards)

1
Q

How long is an IPv6 address?

A

128 bits

Method | Purpose |
| ———- | ———————— |
| Dual-stack | Run IPv4 & IPv6 together |
| Tunneling | Send IPv6 over IPv4 |
| NAT64 | Translate IPv6 ↔ IPv4 |

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

How many hexadecimal characters are in an IPv6 address?

A

32 hexadecimal characters

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

How many groups (hextets) are in an IPv6 address?

A

8 groups

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

What is the default IPv6 subnet size used in most networks?

A

/64

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

How many bits does each IPv6 hextet represent?

A

16 bits

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

Which IPv6 address type replaces IPv4 private addresses?

A

Unique Local Address (ULA)

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

What is the IPv6 ULA address range?

A

FC00::/7 (commonly FD00::/8)

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

Which IPv6 address type starts with FE80::/10?

A

Link-local

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

What is the purpose of a link-local IPv6 address?

A

Local network communication only

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

Which IPv6 address type is globally routable?

A

Global Unicast

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

What is the IPv6 loopback address?

A

::1

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

What does :: mean in an IPv6 address?

A

One or more groups of all zeros

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

What is the unspecified IPv6 address?

A

::

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

Does IPv6 support broadcast?

A

No

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

Which IPv6 address type replaces broadcast?

A

Multicast

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

Which IPv6 address type sends traffic to the nearest device?

17
Q

What protocol replaces ARP in IPv6?

A

Neighbor Discovery Protocol (NDP)

18
Q

Which ICMPv6 message resolves MAC addresses?

A

Neighbor Solicitation

19
Q

What does SLAAC stand for?

A

Stateless Address Autoconfiguration

20
Q

What is the purpose of SLAAC?

A

Automatically configure IPv6 addresses without DHCP

21
Q

Does IPv6 require DHCP?

22
Q

Which DHCPv6 mode provides configuration info only?

A

Stateless DHCPv6

23
Q

Which DHCPv6 mode assigns full IPv6 addresses?

A

Stateful DHCPv6

24
Q

Which transition method runs IPv4 and IPv6 together?

πŸ” What dual-stack actually does
When dual-stack is enabled:
Devices get both an IPv4 address and an IPv6 address
Applications choose IPv6 first (if available)
Fall back to IPv4 if IPv6 is not supported

A

Dual stack
🧠 Why dual-stack is used
The main role of dual-stack is to:
Allow a smooth transition from IPv4 to IPv6 without breaking existing networks

βœ… Simple definition
Dual-stack means a device, network, or router runs IPv4 and IPv6 at the same time.

25
Which transition method tunnels IPv6 over IPv4?
Tunneling
26
Which transition method translates IPv6 to IPv4?
NAT64
27
Is NAT required in IPv6?
No
28
How many bits are in the IPv6 interface ID?
64 bits
29
Which IPv6 address type is not routable beyond the local link?
Link-local
30
What is the biggest IPv6 exam trap?
Assuming IPv6 works like IPv4
31
Common Exam Traps
⚠️ Common Exam Traps ❌ Dual-stack does NOT translate traffic βœ” Translation = NAT64 ❌ Dual-stack does NOT tunnel traffic βœ” Tunneling = 6to4, ISATAP | Method | Purpose | | ---------- | ------------------------ | | Dual-stack | Run IPv4 & IPv6 together | | Tunneling | Send IPv6 over IPv4 | | NAT64 | Translate IPv6 ↔ IPv4 |