IPV6 Flashcards

(20 cards)

1
Q

What is a fully specified IPV6 static route?

A

when the destination IP, next-hop IP, and interface is specified when creating the next route

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

What is directly attached IPV6 route?

A

when the destination IP and interface is specified when creating the next route (assumes the connection through that interface is the destination)

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

How to use MAC address to generate a IPV6 address for an interface using EUI-64?

A

Invert the 7th bit and insert FFFE in the middle

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

Global Unicast IPV6 address

A

These are public addresses that are routable on the internet. These are assigned by IANA and go from start from 2000 to 3FFFF

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

Unique Local IPV6 address

A

Used privately (within organizations too) and cannot be routed on the internet. Usually starts with FD

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

What is the purpose of multicast in IPV6?

A

There is no broadcast in IPV6 to save bandwidth. Multicast is used instead and usually starts with FF00

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

What are the three parts of a IPV6 address?

A
  1. Global ID/Prefix (if assigned)
  2. subnet identifier
  3. Interface identifier (Host portion)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Link-Local IPV6 address

A

These are automatically generated on interfaces using EUI-64. They are only used within a local subnet and cannot be routed. Starts with FE8

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

multicast scopes: interface-local

A

starts with FF01. Sends traffic within device

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

multicast scopes: Link-local

A

Starts with FF02. Sends traffic to devices within a local subnet

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

multicast scopes: site-local

A

Starts with FF05. routed between routers but only in one physical site

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

multicast scopes: organization-local

A

STarts with FF08. Similar to site-local but wider in scope

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

multicast scopes: Global-local

A

starts with FF0E. no limits and can be routed to the internet

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

Anycast

A

New feature of IPV6, multiple routers can have the same address and traffic will be routed to the closest router with that address

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

IPV6 Header

A
  1. Version
  2. Traffic class - QoS
  3. Flow label - identifies specific traffic flows
  4. Payload length - length in bytes
  5. hop limit -ttl
  6. Source Address
  7. Destination Address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

NDP

A

Neighbour Discovery Protocol, equivalent of ARP for ipv4 and is used for neighbour discovery and auto detection of routers in a network

17
Q

How does MAC discovery work with NDP>

A

Router Soliticitation can be sent to all routers (via FF02::2) to identify

Router Advertisement is sent (via FF02::1) from a router containing info about itself. Sent in response to solicitation but periodically sends itself

18
Q

SLAAC

A

Stateless Address Auto-configuration, the router uses RS/RAs to learn the IPv6 prefix of the local link and generate an ipv6 address

19
Q

Duplicate Address Detection

A

Detects if hosts are using the same IPv6 address via RS/RA. This is done by sending a RS to its own address and if gets a reply, there’s a dupe