Chapter 13 - IPv6 Flashcards

1
Q

How long is a IPv6 address and how many possiblities are there?

A

Ipv6 is a 128-bit address allowing up to 2^128 (3.4x10^38) addresses.

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

What is one advantage of IPv6

A

IPSec is a standard part of every IPv6 stack meaning every packet sent from a NIC is encrypted. Also provides more efficient routing scheme by using aggregation

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

Give an example of an IPv6 address and explain the structure

A

2001: 0000:0000:3210:0800:200C:00CF:1234
- Quartet/Hextet = each group of numbers
- Numbers between 0000:FFFF
- Eight groups of 4 characters

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

IPv6 addresses can be hard to read, what is a way to simplify them?

A
Leading zeroes can be shortened to '::'
2001:0000:0000:3210:0800:200C:00CF:1234
now becomes
2001:0:0:3210:800:200C:CF:1234
and can now become
2001::3210:800:200C:CF:1234
NOTE: '::' can only be used to represent the zeroes once
FEDC:0000:0000:0000:00CF:0000:BA98:1234
becomes
FEDC::CF:0:BA98:1234
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the IPv6 loopback address

A

::1

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

How does one determine an IPv6 address is link-local

A

The first 64 bits will start with FE80::/10 followed by 54 zero bits.
FE80:0000:0000:0000
The second 64 bits are the ‘Interface Identifier’ and is generated by either
- Systems post-vista or OSX, and linux will generate a random number
- Legacy systems like XP will use the MAC

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

How does subnetting happen in IPv6 and who passes them out?

A

Because the last 64 bits are generated by the NIC, the subnet mask is a maximum /64
IANA passes out /48 subnets to big ISPs, and /16 for smaller ISPs who will then pass out /64 subnets

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

Define unicast address (IPv6)

A

This is the systems link-local address

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

Define Multicast address (IPv6)

A

a set of reserved addresses designed to go only to certain systems. Individual addresses are assigned to specific applications.

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

What address is used to encapsulate IPv6 multicast packets

A

33-33-xx-xx-xx-xx

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

What is the function of the address FF02::1

A

All nodes address

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

Waht is the function of the address FF02::2

A

All routers address

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

What is the function of the address FF02::1:FFxx:xxxx

A

Solicited-Node Address

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

Where does a DNS server keep the IP addresses of the root servers

A

Root Hints file

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

Define ‘Anycasting’

A

Starts by giving a number of computers the same IP address. Routers use BGP to determine which computer or cluster is closest. The router then send the packet to the closest root DNS server.

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

How does a system get on the internet with IPv6

A

It needs a Global Unicast address and is only given out by the default gateway

17
Q

Explain the process, in detail, of getting a Global Unicast Address

A
  1. Computer sends out a solicitation message on boot
  2. IPv6 Router sends prefix to computer
  3. Computer adds interface identifier or EUI64 to prefix
    4.
18
Q

Define prefix delegation

A

tells the router to go upstream and get a prefix to hand out to clients

19
Q

Define no-default routers

A

tier-one routers that connect to other tier one routers. They can not have a default route

20
Q

Define aggregation

A

Every router underneath one router uses a subset of that routers existing routes.

21
Q

Give the formula for a IPv6 address

A

48 bit from upstream router + 16-bit from default gateway + 64 bit unique number

22
Q

What are the two modes that DHCPv6 uses?

A

Stateful - passes out IPv6 addresses, subnet masks, and defualt gateways, DNS, and TFTP server addresses.
Stateless - passes out only optional information (default)

23
Q

How does a DNS server store a IPv6 record

A

Storing it in a record type of AAAA

24
Q

Define 4 to 6 tunnel

A

encapsulating IPv6 traffic into a IPv4 tunnel

25
Q

Define 6 to 4 tunnel

A

Enables IPv6 traffic to use the IPv4 internet. Generally used to connect two routers.

  • Always start with 2002::/16
  • 192.88.99.1 is the 6to4 anycast address
26
Q

Define 6in4

A

one of two tunneling protocols that can go through a NAT

27
Q

Define Teredo

A

IPv6 tunneling protocol
Start with 2001:0000:/32
Built into windows

28
Q

Define Miredo

A

Open source version of Teredo for linux

29
Q

Define Intra-site automatic tunnel addressing protocol

A

ISATAP
Designed to work within an IPv4 network by adding IPv4 address to an IPv6 prefix.
ex. 2004:DB8::98CA:200:131.107.28.9

30
Q

What is TSP and TIC

A

Tunnel Setup Protocol and Tunnel Information and Control are used to take advantage of automatic configuration

31
Q

Define Overlay tunnel

A

enables two IPv6 netowrks to connect over an existing IPv4 infrastructure

32
Q

What ius a manual tunnel used for

A

Creates a simple point to point connectionbetween the two IPv6 networks

33
Q

How does a IPv6 multicast fiffer from broadcasts

A

Both broadcasts and multicasts are sent to all network nodes but in multicast only the destination nodes process the incoming packets