Ch. 4.5 Flashcards
(51 cards)
What are 2-3 parts of an IPv6 packet?
Header
Optional Extension
Payload
Is the Main Header in IPv6 a fixed length?
How about a IPv4 header?
IPv6: Yes, it’s fixed
IPv4: No, can be changed
What are these fields used for?
Traffic Class
Describes packet’s priority
What are these fields used for?
Flow Label
QoS management (real time streams)
What are these fields used for?
Payload Length
What’s the maximum length of a payload?
Indicates length of payload
Maximum of 64KB
What happens if Payload Length is bigger than the maximum length?
The value is set to 0
The special Jumbo Payload of 4GB is established
What are these fields used for?
Next Header
Describes next extension header
OR
Is where actual payload begins
What are these fields used for?
Hop Limit
Replaces TTL field and performs same function
What is Canonical Notation for IPv6 address?
Hex double bytes with colon delimitations and 0 compression
Example
2001:db8::abc:0:def0:1234
Can you use a double colon compression once or twice in Canonical Notation?
Once only
What do you have to do if you put an IPv6 address in a URL?
Put the IPv6 Address in brackets []
https://[2001:db8::abc:0:def0:1234]/index.htm
How is an IPv6 address formated?
First 64 bit is Network ID
Second 64 bit is Interface ID
2001:db8:3c4d::/48
What does the /48 mean?
The length of network prefix in bits
Can IPv6 use Unicast?
Can IPv6 use Broadcast?
Can IPv6 use Multicast?
Can IPv6 use Anycast?
Yes
No
Yes
Yes
What does globally scoped address mean?
Routable over the internet
What indicate an address is globally scoped?
In Hex format?
The first 3 bits are 001
0010 or 0011
What part of the IPv6 addressing is before the Interface ID?
16 bit Subnet mask
.
.
How long is the Interface ID?
64 bit
What’s the first way to get the 64 bit interface ID?
Using the 48 bit MAC address through the EUI -64 (Extended Unique Identifier-64)
During the EUI-64, what is done? (2)
Add fffe in the middle of the MAC address
Flip the 7th bit
What’s the second way to get the 64 bit interface ID?
Privacy Extensions
Client uses pseudorandom temporary interface ID or Token
What is Link Local Addressing?
Spans a single subnet.
What is the link local range in IPv6?
fe80::/10
Starts w/ fe80 and the next 54 bits are set to 0
What is Link Local Address range in IPv4?
APIPA
169.254.0.0