Lecture 6. Ipv6 subnetting and ICMP.pdf Flashcards
(40 cards)
Why do we need IPv6?
IPv4 is running out of addresses; IPv6 offers a larger 128-bit address space and includes enhancements like simplified headers and improved support for IoT.
What is the size of an IPv4 address?
A: 32 bits (2³² ≈ 4.3 billion addresses).
What is the size of an IPv6 address?
A: 128 bits.
What are the three methods for IPv6 migration?
A:
Dual Stack
Tunneling
Translation (NAT64)
What is Dual Stack?
A: Devices run both IPv4 and IPv6 simultaneously.
What is Tunneling?
A: Encapsulating IPv6 packets in IPv4 to travel across IPv4 networks.
What is NAT64?
A: Allows IPv6 devices to communicate with IPv4 devices using translation.
What format is used to write IPv6 addresses?
A: Hexadecimal, as 8 groups of 4 hex digits separated by colons.
What is a hextet in IPv6?
A: A 16-bit segment of the address (4 hex digits).
What is Rule 1 for compressing IPv6 addresses?
A: Remove leading zeros in each hextet.
What is Rule 2 for compressing IPv6 addresses?
A: Replace one group of consecutive zero hextets with “::” (only once).
What are the three main types of IPv6 addresses?
A: Unicast, Multicast, Anycast.
What is a Unicast address?
A: Identifies a single interface.
What is a Multicast address?
A: Sends a packet to multiple devices.
What is an Anycast address?
A: Delivered to the nearest device with that address.
Does IPv6 support broadcast?
A: No, it uses multicast instead.
What is a Global Unicast Address (GUA)?
A: Internet-routable and globally unique.
What is a Link-Local Address (LLA)?
A: Used for local link communication; not routable.
What is a Unique Local Address (ULA)?
A: Like private IPv4 addresses; not routable on the internet (range fc00::/7).
What is the format of an IPv6 GUA?
Global Routing Prefix : Subnet ID : Interface ID
How do you statically assign a GUA on a router?
interface g0/0/0
ipv6 address 2001:db8:acad:1::1/64
no shutdown
How do you manually assign a Link-Local Address (LLA)?
ipv6 address fe80::1:1 link-local
What protocol is used to assign IPv6 GUAs dynamically?
ICMPv6.
What are RS and RA messages?
RS (Router Solicitation): Sent by hosts to discover routers.
RA (Router Advertisement): Sent by routers to provide prefix and configuration info.