IPv6 Flashcards
IPv6 benefits
Larger address space
No broadcasts
No fragmentation
Can coexist with IPv4
Simplified header
Dual Stack
Simultaneously runs both the IPv4 and IPv6 protocols on the same network devices
Tunneling
Allows an existing IPv4 router to carry IPv6 traffic
IPv6 address
Uses hexadecimal digits and allows the use of shorthand notation
IPv6 shorthand
Example:
2018:0000:0000:0000:0000:0000:4815:54ae
can be simplified to…
2018:0:0:0:0:0:4815:54ae
Which can be further simplified using the double column rule (if you have a lot of zeroes together they can be replaced by a double colon, whis can only be done once in a IPv6 address)
2018: :4815:54ae
Unicast Address
Used to identify a single interface
Globally-Routed: Similar to IPv4’s unicast class A, B, and C addresses and begins with 2000-3fff
Link-Local/Local Use: Used like a private IP in IPv4 that can only be used on the local area network and begins with fe80
Stateless Address Autoconfiguration (SLAAC)
Eliminates the need to obtain addresses or other configuration information from a central server
Multicast Address
Used to identify a set of interfaces and begins with FF
Anycast Address
Used to identify a set of interfaces so that a packet can be sent to any member of a set
Extended Unique Identifier (EUI)
Allows a host to assign itself a unique 64-bit IPv6 interface identifier called EUI-64
DHCPv6 Protocol
Allows DHCP to automatically assign addresses from a DHCPv6 server
Neighbor Discovery Protocol (NDP)
Used to determine the Layer 2 addresses that are on a given network