Lesson 4 - Chapter 3: Network Addressing With IPv6 Flashcards
How many bits are IPv6 addresses?
128-bits (compared to 32-bits for IPv4)
Where IPv4 addresses are converted to decimal for humans to remember better, IPv6 is converted to what?
Hexadecimal
An IPv4 address has 4 segments. How many does an IPv6 have?
8
What’s the difference in how the decimal/hexadecimal numbers are separated in IPv4 and IPv6 addresses?
IPv4 = dots (periods)
IPv6 = colons
Are IPv6 addresses case-sensitive?
No
To shorten an IPv6 address, what do you do with the 0’s?
Leading zeros = omitted from a group(replaced with ::) or shrunk down to one 0
Examples
00CF = CF
0000 = 0
To shorten an IPv6 address, what can you do with all-zero groups 0000?
You can omit them and indicate them by placing 2 colons in their place
Example
2001:0000:0000:3210:0800:200C:00CF:1234
0000:0000:0000:0000:0000:0000:0000:0001/128
Becomes
2001::3210:800:200C:CF:1234
0:0:0:0:0:0:0:1 or ::1/128
What bits of an IPv6 address are for the host ID?
the last 64 bits
What is the Extended Unique Identifer-64-bit? (EUI-64)
the host ID that Linux and macOS build from the MAC address of the NIC
How does Windows generate the host ID of an IPv6 address? Does it ever change?
it generates a random value when a NIC is configured
(that number never changes)
What’s the abbreviated loopback address for IPv6?
0:0:0:0:0:0:0:1 or ::1/128
(entirely a host address, no network address)
Since IPv6 doesn’t have a subnet mask, what does it use that’s similar?
a prefix length
What’s a prefix length? What does it control?
controls how many address bits define the network (and the rest define the host address)
What’s the default prefix length?
64 bits written as /64
(so IPv6 128 bits is divided equally)
Name the 4 parts of an IPv6 address
- Global prefix
- Network prefix
- Subnet ID
- Interface ID