IPv6 Flashcards

1
Q

Hextet

A
bit = binary 1 or 0
nibble = 4 bits
Byte = 8 bits
Hextet = 16 bits
- 10101010 01000110
- Hex - 0xAA46
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IPv4 vs IPv6

A

IPv4 is 32 bits long, and consists out of 4 octets

11000000 10101000 00001010 00001010

IPv6 128 bits long = 32 nibbles or 8 hextets

2001:0DB8:0002:008D:0000:0000:00A5:52F5

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

Typical network portion on IPv6 address

A

64 bit network portion and 64 bit host portion

/ 64 mask

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

How can IPv6 be shortened?

A

By eliminating the leading zero, and replacing successive sets of zeros with a double colon

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

How many potential unique addresses do we have within a 64 bit portion of an IPv6 address

A

2^64

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

Dual-stack

A

Runs both IPv4 and IPv6

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

What is unique about IPv6 addressing

A

Every interface on a network uses two IPv6 addresses, one is the unicast address, the other is the link local address

The link local address only exists on layer two

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

IPv6 Address Acquisition

A

SLAAC: stateless address auto configuration

1 Router advertisement with 64bit network portion
2. Pc adds a random 64 bit interface identifier to the network portion

on Unix/Linux/Mac uses a modified EUI format for the network interface identifier portion

It takes the mac address and breaks it in half then adds FF:FE in the middle, and then takes the first 8 bits and flip the 7 value of the binary and reconvert it to hexadecimal.

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

DHCP server

A

DHCP server assigns IPv6 address to devices

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

Tunneling IPv6

A

Used to access IPv6 networks

Puts IPv6 packet in an IPv4 packet in order to transport it through IPv4 network

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