IPv6 Flashcards

1
Q

Length of IPv4 address

A

32 bit

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

Length of an IPv6 address

A

128 bit

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

IPv6 improvements

A

128 bit
IPsec
aggregation (smaller routing table)
doesn’t need DHCP

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

what does IPv6 use to communicate on a local network

A
  • link-local addressing (unicast)
  • (like IPv4 APIPA)
  • every address starts with fe80::/10
    fe80: 0000:0000:0000
  • 2nd 64 bits are generated randomly, on older systems like XP and server 2003, uses the MAC address to create called Extended Unique Identifier, 64-bit (EUI-64)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Parts of IPv6

A
  • 8 Groups called quartet or hextet (between 0000 and ffff) separated by colons
  • first 64 bits are the network prefix (for routing)
    • 48 bit Global routing prefix (from upstream router)
    • 16 bit subnet ID
  • 2nd 64 bits are user address, called interface ID
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

rules to shorten an IPv6 address

A
  • leading zeroes can be dropped from each quartet (so 00cf becomes cf, 0000 becomes 0)
  • use :: for groups of zeroes (only once)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

multicast

A
  • a set of reserved addresses designed to go only to certain systems
  • every system see’s the frame, but only computers set up to process the frame process it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

IPv6 multicast addresses

A

ff02: :1 - all nodes address
ff02: :2 - all routers address
ff02: :1:ffxx:xxxx - solicited node address

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

Root hints

A

file of the IP addresses of the root DNS servers of the internet

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

anycast

A
  • gives a number of computers the same IP address
  • routers use BGP to determine which computer in the cluster is closest
  • sends packets only to closest computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

prefix delegation

A

tells the router to go upstream to the ISP and get a prefix to hand out
any changes upstream will pass downstream

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

what do computers on IPv6 need to access the internet

A

global unicast address

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

no-default routers

A

top tier routers, can’t have a default route

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

aggregation

A

every router underneath one router always uses a subset of that router’s existing routes

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

NDP

A

Neighbor Discovery Protocol

  • has 5 packet types:
  • neighbor solicitation - mulicast packet searching for other computers on its broadcast domain
  • neighbor advertisement - response to solicitation
  • router solicitation - request for a router advertisement (only happens when a computer hasn’t heard from the router recently)
  • router advertisement - sends out addresssing information to all LAN hosts
  • redirect
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

DHCPv6

A
  • used if you dont want addressing from upstream
  • stateful mode - passes out info like v4 DHCP
  • stateless mode - uses router advertisements
17
Q

4to6

A

IPv4-to-IPv6 tunnel

- encapsulate IPv4 traffic into an IPv6 tunnel, to get to an IPv6 capable router

18
Q

6in4

A

IPv6-in-IPv4

- can go through IPv4 NAT

19
Q

Teredo

A

Nat-traversal IPv6 tunneling protocol for windows

  • start with 2001:0000:/32
  • Miredo is open source for Unix/Linux
20
Q

ISATAP

A

Intra-Site Automatic Tunnel Addressing Protocol

- works in an IPv4 network by adding the IPv4 address to an IPv6 prefix

21
Q

Tunnel Brokers

A

create the actual tunnel and offer a custom-made enpoint client
- take advantage of one of two protocols:
TSP - Tunnel Setup Protocol
TIC - Tunnel Information and Control Protocol

22
Q

Overlay Tunnels

A

enables two IPv6 networks to connect over existing IPv4 infrastructure

23
Q

NAT64

A

transition mechanism that embeds IPv4 packets into IPv6

24
Q

What kind of DNS records to IPv6 addresses use

25
Is NAT needed with IPv6
No, the address space is so large that rationing routable addresses is unecessary
26
What is the /16 prefix for all 6to4 addresses?
2002