• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/63

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

63 Cards in this Set

  • Front
  • Back
Two rules for shortening IPv6 addresses
- omit the leading 0's in any given quartet

- represent 1 or more consecutive quartets of all hex 0s with a double colon, but only once in an address
Rules for writing IPv6 prefixes?
Write up to the last quartet that isn't all 0's. Finish the entire quartet, even if the last digits are 0's. Show a double colon and then the slash and the number
What IPv6 prefix defines the addresses used as global unicast addresses
2000::/3
Class A range of private IPv4 addresses
10.0.0.0 to 10.255.255.255
Class B range of private IPv4 addresses
172.16.0.0 to 172.31.255.255
Class C range of private IPv4 addresses
192.168.0.0 to 192.168.255.255
How many private class A networks are there? What are their network numbers?
1

10.0.0.0
How many private class B networks are there? What are their network numbers?
16

172.16.0.0 to 172.31.0.0
How many private class C networks are there? What are their network numbers?
256

192.168.0.0 to 192.168.255.0
Registry prefix is assigned by / to
ICANN to an RIR
ISP prefix is assigned by / to
RIR to an ISP
Site prefix is assigned by / to
ISP to a customer (site)
Subnet prefix is assigned by / to
enterprise engineer to a particular link
How long is the site prefix
48 bits
How long is the Interface ID
64 bits
How does the MAC address turn into the Interface ID
It is broken in half and FFFE is inserted in the middle

The 7th bit (from l to right) of the 1st half, is turned to a 1
What prefix do IPv6 multicasts have?
FF00::/8
If you use the eui-64 keyword with the ipv6 address command, how long of a prefix should you provide?
64-bit
How does EUI-64 work on interfaces which don't have a MAC address
They use the address of some ethernet interface on the router
NDP
Neighbor Discovery Protocol
NDP is part of what larger protocol?
IPv6
What part of IPv6 performs the function that ARP performed for IPv4
NDP
Two main NDP messages
RA (router advertisement)
AND
RS (router solicitation)
What does the multicast FF02::2 mean
All routers on this link
What does the multicast FF02::1 mean
All IPv6 nodes on this link
NDP is {enabled | disabled} by default
enabled
T/F: stateless DHCP is usually used in combination with stateless autoconfiguration
TRUE
stateless autoconfiguration allows you to learn what
IPv6 address, prefix, default router IP address
T/F: Stateless autoconfiguration uses NDP RS/RA messages
TRUE
What piece of information cannot be learned through statless autoconfiguration
DNS IP and domain name
Unique local addresses have what prefix
FD00::/8
Three categories of IPv6 unicast addresses
global unicast, unique local, link local
T/F: Packets from link local addresses are never forwarded to other subnets
TRUE
What type of address would be the source IPv6 address in the RS message
link local
Link local addresses have what prefix
FE80::/10
What is the format of the link local address
First ten bits of FE80, 54 zeros, and the EUI-64 formatted interface ID
All multicast addresses that should stay on a local link have what prefix length?
/16
OSPF multicast messages use what IPv6 address
FF02::5

FF02::6
RIP-2 multicast messages use what IPv6 address
FF02::9
IPv6 replaces the broadcast with the ________
anycast
What type of address do routers normally use as their next-hop IP address in IPv6 routes
link local
What is the IPv4 loopback address
127.0.0.1
What do DHCP relay agents use as their IPv6 multicast address
FF02::1:2 /16
What does an IPv6 DHCP relay agent do
forwards to the DHCP server
What is the unknown address and what is it for
it's ::, meaning all 0s, and it can be used when hosts send packets in an effort to discover their IP addresses
RFC for RIPng
2080
RFC for OSPFv3
2740
RFC for MP-BGP4
2545/4760
Version of EIGRP that works with IPv6
EIGRP for IPv6
T/F: To enable IPv6 routing on an interface, use the network command with the IPv6 connected network
FALSE

IPv6 does not use the network command
Global configuration command to enable IPv6 routing
ipv6 unicast-routing
how to enable an RIPng on an interface
ipv6 rip name enable

name is whatever is put in the ipv6 router rip name global configuration command that's used to start RIPng
command to show the IPv6 routing table
show ipv6 route
T/F: the name given in the ipv6 router rip name command must be the same on all routers in an AS
FALSE
T/F: the commands used to configure static names or refer to a DNS server, are the same in IPv6 as in IPv4
TRUE
MCT
Manually Configured Tunnel
ISATAP
Intra-site Automatic Tunnel Addressing Protocol
How does Teredo tunnelling work
Allows two dual-stack hosts to create a tunnel to eachother using a tunnel through the IPv4 network/internet
NAT-PT
Network Address Translation - Protocol Translation
RFC for NAT-PT
2766
Difference between ISATAP and 6to4 tunneling
ISATAP does not support IPv4 NAT (are there other differences?)
What address are RS messages sent and what set of hosts do they identify?
FF02::2

All routers on this link
What addresses are RA messages sent and what set of hosts do they identify?
FF02::1

All IPv6 nodes on this link