Ch. 4.5 Flashcards

(51 cards)

1
Q

What are 2-3 parts of an IPv6 packet?

A

Header
Optional Extension
Payload

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

Is the Main Header in IPv6 a fixed length?

How about a IPv4 header?

A

IPv6: Yes, it’s fixed

IPv4: No, can be changed

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

What are these fields used for?

Traffic Class

A

Describes packet’s priority

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

What are these fields used for?

Flow Label

A

QoS management (real time streams)

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

What are these fields used for?

Payload Length

What’s the maximum length of a payload?

A

Indicates length of payload

Maximum of 64KB

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

What happens if Payload Length is bigger than the maximum length?

A

The value is set to 0

The special Jumbo Payload of 4GB is established

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

What are these fields used for?

Next Header

A

Describes next extension header

OR

Is where actual payload begins

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

What are these fields used for?

Hop Limit

A

Replaces TTL field and performs same function

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

What is Canonical Notation for IPv6 address?

A

Hex double bytes with colon delimitations and 0 compression

Example
2001:db8::abc:0:def0:1234

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

Can you use a double colon compression once or twice in Canonical Notation?

A

Once only

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

What do you have to do if you put an IPv6 address in a URL?

A

Put the IPv6 Address in brackets []

https://[2001:db8::abc:0:def0:1234]/index.htm

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

How is an IPv6 address formated?

A

First 64 bit is Network ID
Second 64 bit is Interface ID

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

2001:db8:3c4d::/48

What does the /48 mean?

A

The length of network prefix in bits

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

Can IPv6 use Unicast?
Can IPv6 use Broadcast?
Can IPv6 use Multicast?
Can IPv6 use Anycast?

A

Yes
No
Yes
Yes

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

What does globally scoped address mean?

A

Routable over the internet

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

What indicate an address is globally scoped?

In Hex format?

A

The first 3 bits are 001

0010 or 0011

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

What part of the IPv6 addressing is before the Interface ID?

A

16 bit Subnet mask
.
.

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

How long is the Interface ID?

A

64 bit

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

What’s the first way to get the 64 bit interface ID?

A

Using the 48 bit MAC address through the EUI -64 (Extended Unique Identifier-64)

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

During the EUI-64, what is done? (2)

A

Add fffe in the middle of the MAC address

Flip the 7th bit

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

What’s the second way to get the 64 bit interface ID?

A

Privacy Extensions

Client uses pseudorandom temporary interface ID or Token

22
Q

What is Link Local Addressing?

A

Spans a single subnet.

23
Q

What is the link local range in IPv6?

A

fe80::/10

Starts w/ fe80 and the next 54 bits are set to 0

24
Q

What is Link Local Address range in IPv4?

A

APIPA
169.254.0.0

25
Does an IPv6 host always have a link local address for each link?
Yes
26
Why is a zone index (scope id) important?
Used for Link Local Addresses It's how to tell multiple local ports apart for local communications.
27
What is the zone index in Windows or Linux?
Windows: %1 Linux: %eth0
28
What are the first 8 bits on a multicast?
1111 1111 or ff
29
What are the parts of a multicast? (4)
First 8 bits: ff Next 4 bits: 0000 or Sets flag types Next 4 bits: Determines scope 1 is node-local 2 is link local Last 112 bits: Define multicast groups in scope
30
What is MLD protocol stand for? What does it do?
Multicast Listener Discovery Allows nodes to join multicast group and see if members are present on local subnet
31
Are broadcast addresses part of IPv6?
No
32
What is ND protocol stand for? What is it?
Neighbor Discover Used by IPv6 to replace ARP
33
What is ARP for?
Address Resolution Protocol Maps out MAC addresess to IP addresses
34
Can IPv6 use Unicast? Can IPv6 use Broadcast? Can IPv6 use Multicast? Can IPv6 use Anycast?
Yes No Yes Yes
35
What is Dual Stack?
Runs both IPv4 and IPv6
36
What is tunneling?
Alternative to dual stack Deliver IPv6 packets to IPv4 networks . Puts IPv6 packets in IPv4 packets
37
What prefix does tunneling 6to4 use?
2002::/16
38
What has 6to4 been replaced with?
6RD (Rapid Deployment) The 2002::/16 prefix is replaced by ISP
39
How does Microsoft provide support for Tunneling?
Teredo protocol. Uses 3544/UDP
40
What is NAT64?
Transition IPv4 to IPv6
41
What prefix does NAT64 use?
64:ff9b::/96
42
What is the Global Unicast prefix? What is the Leading Hex Characters?
2000::3 2 and 3
43
What is the Link Local Unicast prefix? What is the Leading Hex Characters?
fe80::/10 fe80
44
What is the Multicast unicast prefix? What is the Leading Hex Characters?
fe80::/8 ff ff02::1 (all nodes)
45
What is the Multicast (Link Local) prefix? What is the Leading Hex Characters?
ff02::/16 ff02::2 (all routers) ff02::1:2 (DHCP)
46
What is the Solicited-node prefix? What is the Leading Hex Characters?
ff02::1:ff00:0/104 ff02::1:ff
47
What is the Unspecified prefix? What is the Leading Hex Characters?
::/128 0::0
48
What is the Loopback prefix? What is the Leading Hex Characters?
::1/128 ::1
49
What is the Documentation/Examples prefix? What is the Leading Hex Characters?
2001:db8::/32 2001:db8
50
What is the Unspecified address prefix?
0:0:0:0:0:0:0:0
51
Describe the 3 parts of the 1st half of Network ID.
3 bit Global Routing Prefix (001) 45 bit Network ID 16 bit Subnet =64 bits