Module 12: IPv6 Addressing

0.0(0)
studied byStudied by 4 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

35 Terms

1
New cards
  • Dual stack

  • Tunneling

  • Translation

Three categories of IPv6 migration techniques

2
New cards

Dual stack

The devices run both IPv4 and IPv6 protocol stacks simultaneously.

3
New cards

Tunneling

A method of transporting an IPv6 packet over an IPv4 network. The IPv6 packet is encapsulated inside an IPv4 packet.

4
New cards

Translation

Network Address Translation 64 (NAT64) allows IPv6-enabled devices to communicate with IPv4-enabled devices using a translation technique similar to NAT for IPv4.

5
New cards

IPv6 addresses

  • are 128 bits in length and written in hexadecimal.

  • are not case-sensitive and can be written in either lowercase or

    uppercase.

  • The preferred format for writing an IPv6 address is x:x:x:x:x:x:x:x, with each “x”

    consisting of four hexadecimal values.

6
New cards

hextet

is the unofficial term used to refer to a segment of 16 bits, or four

7
New cards

Omit Leading Zero

The first rule to help reduce the notation of IPv6 addresses is to _______________.

8
New cards

double colon (::)

  • can replace any single, contiguous string of one or more 16-bit hextets consisting of all zeros.

  • can only be used once within an address, otherwise there would be more than one possible resulting address

9
New cards
  • Unicast

  • Multicast

  • Anycast

three broad categories of IPv6 addresses:

10
New cards

Unicast

uniquely identifies an interface on an IPv6-enabled device.

11
New cards

Multicast

is used to send a single IPv6 packet to multiple destinations.

12
New cards

Anycast

This is any IPv6 unicast address that can be assigned to multiple devices.

13
New cards

Prefix length

is represented in slash notation and is used to indicate the network portion of an IPv6 address.

14
New cards

0 to 128

The IPv6 prefix length can range from __________.

15
New cards

/64

The recommended IPv6 prefix length for LANs and most other types of networks

16
New cards
  • Global Unicast Address (GUA)

  • Link-local Address (LLA)

(2) Types of IPv6 Unicast Addresses

17
New cards

Global Unicast Address (GUA)

This is similar to a public IPv4 address. These are globally unique, internet-routable addresses.

18
New cards

Link-local Address (LLA)

  • Required for every IPv6-enabled device and used to communicate with other devices on the same local link.

  • These are not routable and are confined to a single link.

19
New cards

Unique Local Address

  • are used for local addressing within a site or between a limited number of sites

  • can be used for devices that will never need to access

    another network.

  • not globally routed or translated to a global IPv6

    address.

20
New cards

Global Routing Prefix

  • is the prefix, or network, portion of the address that is assigned by the provider, such as an ISP, to a customer or site

  • will vary depending on ISP policies

21
New cards

Subnet ID

  • is the area between the Global Routing Prefix and the Interface ID.

  • is used by an organization to identify subnets within its site.

22
New cards

Interface ID

The IPv6 interface ID is equivalent to the host portion of an IPv4 address.

23
New cards

Router Solicitation (RS)

messages are sent by host devices to discover IPv6 routers

24
New cards

Router Advertisement (RA)

messages are sent by routers to inform hosts on how to obtain an IPv6 GUA and provide useful network information

25
New cards

SLAAC

allows a device to configure a GUA without the services of DHCPv6.

26
New cards

EUI-64 Process

  • A 16 bit value of fffe (in hexadecimal) is inserted into the middle of the 48-bit Ethernet MAC address of the client

  • The 7th bit of the client MAC address is reversed from binary 0 to 1.

27
New cards

Randomly Generated Interface IDs

a device may use a randomly generated interface ID instead of using the MAC address and the EUI-64 process.

28
New cards

Duplicate Address Detection (DAD)

To ensure the uniqueness of any IPv6 unicast address, the client may use a process known as ______________.

29
New cards
  • Well-Known multicast addresses

  • Solicited node multicast addresses

There are two types of IPv6 multicast addresses:

30
New cards

Well-known IPv6 multicast addresses

are assigned and are reserved for predefined groups of devices.

31
New cards
  • ff02::1 All-nodes multicast group

  • ff02::2 All-routers multicast group

There are two common IPv6 Assigned multicast groups:

32
New cards

ff02::1 All-nodes multicast group

This is a multicast group that all IPv6-enabled devices join.

A packet sent to this group is received and processed by all IPv6 interfaces on the link or network.

33
New cards

ff02::2 All-routers multicast group

This is a multicast group that all IPv6 routers join. A router becomes a member of this group when it is enabled as an IPv6 router with the ipv6 unicast-routing global configuration command.

34
New cards

Solicited-Node IPv6 Multicast

  • is similar to the all-nodes multicast address.

  • is mapped to a special Ethernet multicast address.

35
New cards

subnet ID

is the area between the Global Routing Prefix and the interface ID.