7. IPv6 Addressing Flashcards

1
Q

Why there is the need for IPv6? ( 2 )

A
  1. IPv4 is running out of addresses
  2. IPv4 has limited address space
  • Ipv6 included fixes for IPV4 limitations and other enhancements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Will IPV4 and IPv6 conexist in the near future?

A
  1. Yes
  • The transition will take several years
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Who created various protocols and tools to help network administratiors migrate their network to IPv6?

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

List out the migration techniques that was used by IETE to migrate to IPv6

A
  1. Dual Stack
    - Runs both IPv4 and IPv6
  2. Tunneling
    - Transporting IPv6 Packet over an IPv4 Network
    - IPv4 packet is encapsulated inside an IPv4 packet
  3. Translation
    - NAT 64 allows IPv6 enabled devices to communicated with IPv4 enabled devices using translation technique similar to NAT for IPV4
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the length of IPv6 and it was written in what?

A
  1. 128 bits
  2. Hexadecimal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Is IPv6 addresses case-sensitive?

A
  1. No ( can be written in either lowercase or uppercase )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the format for IPv6?

A
  1. X:X:X:X:X:X:X:X
  • Each consisting four hexadecimal values
  • It is called hextet
  • It is 16 bits or 4 hexadecimal values
  • 2001:0db8:0000:00a3:abcd:0000:0000:1234
  • IPv4 is 32 bits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the rules that IETF created in IPv6 Representation ? ( 2 )

A
  1. Omit Leading Zero
    • Omit the 0 if the value infront is 0 ( 01ab = 1ab ,0000 = 0 )
  2. Double Colon
    • Double colon ( :: ) replace any single, contiguous string of one or more 16-bit hextets consisting all 0

2001: 0db8 : 0000 : 1111: 0000 : 0000 : 0000 : 0002
Rule 1
2001 : db8 : 0 : 1111 : 0 : 0 : 0 : 2
Rule 2
2001 : db8 : 0 : 1111 :: 2

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

List out the 3 broad categoeries of Ipv6 addresses

A
  1. Unicast
    • Uniquely identifies an interface on an IPv6 enabled device
  2. Multicast
    • Used to send a single IPv6 packet to multiple destinations
  3. Anycast
    • Any IPv6 unicast address that can be assigned to multiple devices
    • A packet sent to an anycast address is routed to the nearest device having that address
  • IPv6 does not have a broadcast address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does prefix length is represented in ?

A
  1. Slash notation
  • Used to indicate the network portion of an IPv6 address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the length of IPv6?

A
  1. Range from 0 - 128
  • Recommend length for LAN and most other types of network is /64
  • Strongly recommended to use a 64 bit interface ID for most networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

List out the 2 types of unicast addresses

A
  1. Global Unicast Address ( GUA )
  2. Link-local Address ( LLA )
  • IPv4 only have single addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the characteristics of IPv6 GUA ?

A
  1. Globally unique
  2. Routable on the IPv6 internet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does Link-Local Address ( LLA ) required and what does it do?

A
  1. Required for every IPv6 enabled devices
  2. USed to communicate with other devices on the same local link
  • It is not routable and are confined to a single link
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the first 3 bits a being assigned to GUA?

A
  1. 0010
  2. 2000::/3
  • Available GUA begins with a decimal 2 or 3 ( Only 1 / 8 th of the total available IPv6 address space )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

List out the IPv6 GUA structure

A
  1. Global Routing Prefix
  2. Subnet ID
  3. Interface ID
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which IPv6 GUA structure is assigned by the ISP?

A
  1. Global Routing Prefix 9 48 bits )
  • Vary depending on ISP policies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What IPv6 GUA structure is the area between Global Routing Prefix and Interface ID ?

A
  1. Subnet ID ( 16 bits )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What IPv6 GUA structure is equivalent to the host portion of an IPv4 address

A
  1. Interface ID ( 64 bit )
  • Strongly recommended that in most cases /64 subnets should be used, which creates a 64-bit interface id
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What does LLA devices enables devices to do?

A
  1. Enables a device to communicate with other IPv6 enabled devices on the same link and only on that link ( subnet )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is the characteristics of IPv6?

A
  1. Packets with a source or destination LLA cannot be routed
  2. Every IPv6 enabled network interface must have an LLA
  3. If an LLA is not configured manually on an interface, the device will automatically create one.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What are the range of IPv6 LLA?

A
  1. fe80:: /10 range
23
Q

What are the command for configuring IPv6? ( 4 )

A
  1. interface gigabitethernet 0/0/0
  2. ipv6 address 2001:db8:acad:1::1/64
  3. no shutdown
  4. exit
  • Similar to IPv4 counterparts
24
Q

Which of the router interface can be used as the default gateway?

A
  1. GUA or LLA
  • Best practice is to use the LLA
  • Manually configuring the IPv6 address on a host is similar to configuring an IPv4 address
25
Q

What are used so the LLA of the router will automatically be specified as the default gatewat address? ( 2 )

A
  1. DHCPv6
  2. SLAAC
26
Q

What is the command for configuring a LLA? ( 4 )

A
  1. interface gigabitethernet 0/0/0
  2. ipv6 address fe80::1:1 link-local
  3. no shutdown
  4. exit
  • It lets us create an address that is recognizable and link-local command
27
Q

Can we use the same LLA ?

A
  1. Yes , as long as it is unique on that link
  • Best practice is to create a different LLA on each interface of the router to make it easy to identify the router and the specific interface
28
Q

Where does devices obtain addresses dynamically through?

A
  1. Internet Control Message Protocol version 6 ( ICMPv6 )
29
Q

What are the purpose of Router Solicitation ( RS ) ?

A
  1. Send messages by host devices to discover IPv6 routers
30
Q

What are the purpose of Router Advertisement ( RA ) ?

A
  1. Sent by routers to inform host on how to obtain an IPv6 GUA and provide useful network information
31
Q

List out the useful network information for provided by Router Advertisement?

A
  1. Network Prefix and Prefix Length
  2. Default Gateway Address
  3. DNS addresses and domain name
32
Q

List out the 3 methods for configuring an IPv6 GUA

A
  1. SLAAC : IPv6 Stateless Address Auto-Configuration
  2. SLAAC with Stateless DHCPv6 server
  3. Stateful DHCPv6 ( no SLAAC )
33
Q

SLAAC allows a device to configure a GUA without what? ( Method 1 )

A
  1. Services from DHCPv6
  • Devices obtain the necessary information to configure a GUA from the ICMPv6 RA messages of the local router
  • The prefix is provided by the RA and the device uses either the EUI-64 or random generation method to create an interface id
34
Q

What can an RA instruct a device to use?

A
  1. SLAAC
  2. Stateless DHCPv6
35
Q

What does the RA message use ? ( 3 )( Method 2 )

A
  1. SLAAC to create its own IPv6 GUA
  2. The router LLA, which is the RA source IPv6 address, as the default gateway address
  3. A stateless DHCPv6 server to obtain other information such as a DNS server address and a domain name
36
Q

pg 25

A

p

37
Q

pg 25

A
38
Q

pg 25

A
39
Q

pg 25

A
40
Q

pg 25

A

p

41
Q

gpg 25

A
42
Q

pg 25

A
43
Q

What does SLAAC do?

A
  1. Allows a device to configure a GUA without the services of DHCPv6
44
Q

What is the step of SLAAC ?

A
  1. Devices obtain the necessary information to configure a GUA from the ICMPv6 RA messages of the local router
  2. The prefix is provided by the RA and the device uses either the EUI-64 ( add ff : fe at the index 2 or 3 ipv6 address ) or random generation method to create an interface ID
  • EUI-64 generate IPv6 based on MAC address
44
Q

What can RA instruct? ( Method 2 )

A
  1. Instruct device to use both SLAAC and stateless DHCPv6
45
Q

What does RA message suggest the device? ( 3 )

A
  1. SLAAC to create its own IPv6 GUA
  2. The router LLA, which is the RA source IPv6 address, as the default gateway address
  3. A stateless DHCPv6 server to obtain other information such as a DNS server address and a domain name
46
Q

When must the client generate its own interface ID?

A
  1. When the RA message is either SLAAC or SLAAC with Stateless DHCPv6
47
Q

How can the Interface ID be created?

A
  1. EUI-64 Process
  2. Randomly generated 64 bit number
48
Q

What does EUI-64 adds to?

A
  1. A 16 bit value of fffe is inserted into the middle of the 48 bit Ethernet MAC address of the client
  2. The 7th bit of the client MAC address is reversed mfrom binary 0 to 1
  • Example:
    48-bit MAC - fc:99:47:75:ce:e0
    EUI-64 - fe:99:47:ff:fe:75:ce:e0
49
Q

Since what windows versions uses randomly generated interface ID instead of one created EUI-64?

A
  1. Windows Vista
  • To ensure the uniqueness of any IPv6 unicast address, the client may use a process known as Duplicate Address Detection (DAD). This is similar to an ARP request for its own address. If there is no reply, then the address is unique
50
Q

What does all IPv6 interfaces must have?

A
  1. IPv6 LLA
  • LLA can be configured dynamically
51
Q

What operating system will typically use the same method for both a SLAAC Created GUA and a dynamically assigned LLA

A
  1. Windows
52
Q

List out the 2 types of IPv6

A
  1. Well-Known Multicase Addresses
  2. Solicited Node Multicast Addresses
  • It have the prefix ff00::/8
53
Q

What are well-known IPv6 multicast addresses assigned to?

A
  1. Predefined groups of devices