Chapter 11 - IPv4 questions Flashcards
What is the multicast range for IPv4 addresses?
224.0.0.0 to 239.255.255.255
What is the private range for IPv4 addresses?
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
What is loopback IP address?
(127.0.0.0 /8 or 127.0.0.1 to 127.255.255.254) are more commonly identified as only 127.0.0.1
What are link-local addresses?
Link-local addresses (169.254.0.0 /16 or 169.254.0.1 to 169.254.255.254) are more commonly known as the Automatic Private IP Addressing (APIPA) addresses or self-assigned addresses.
They are used by a Windows DHCP client to self-configure in the event that there are no DHCP servers available. Link-local addresses can be used in a peer-to-peer connection but are not commonly used for this purpose.
Why does a Layer 3 device perform the ANDing process on a destination IP address and subnet mask?
To identify the network address of the destination network
Why does a Layer 3 device perform the ANDing process on a destination IP address and subnet mask?
To identify the network address of the destination network
Which of the following techniques use native IPv6 connectivity?
Dual-Stack
What is a Global Unicast Address (GUA)?
This is similar to a public IPv4 address. These are globally unique, internet-routable addresses. GUAs can be configured statically or assigned dynamically.
What is a Link-local address (LLA) ?
This is required for every IPv6-enabled device. LLAs are used to communicate with other devices on the same local link. With IPv6, the term link refers to a subnet. LLAs are confined to a single link.
Their uniqueness must only be confirmed on that link because they are not routable beyond the link. In other words, routers will not forward packets with a link-local source or destination address.
Which part of a GUA is assigned by the ISP?
Global Routing Prefix
Which type of IPv6 unicast address is not routable between networks?
LLA - Link local address
True or false? The Subnet ID field in an GUA must borrow bits from the interface ID.
False
What are the three methods for RA messages?
Method 1: SLAAC - “I have everything you need including the prefix, prefix length, and default gateway address.”
Method 2: SLAAC with a stateless DHCPv6 server - “Here is my information but you need to get other information such as DNS addresses from a stateless DHCPv6 server.”
Method 3: Stateful DHCPv6 (no SLAAC) - “I can give you your default gateway address. You need to ask a stateful DHCPv6 server for all your other information.”
True or false? RA messages are sent to all IPv6 routers by hosts requesting addressing information
False
Which dynamic addressing method for GUAs is the one where devices rely solely on the contents of the RA message for their addressing information?
Method 1 - SLAAC
Which dynamic addressing method for GUAs is the one where devices rely solely on a DHCPv6 server for their addressing information?
Method 3 - Stateful DHCPv6
Which dynamic addressing method for GUAs is the one where devices get their IPv6 configuration in a RA message and request DNS information from a DHCPv6 server?
Method 2 - SLAAC and stateless DHCPv6
What are the two methods a device can use to generate its own IPv6 interface ID?
EUI - 64
Randomly generated
What does show ipv6 interface command do?
The show ipv6 interface brief command displays the IPv6 address of the Ethernet interfaces. EUI-64 uses this MAC address to generate the interface ID for the LLA. Additionally, the show ipv6 interface brief command displays abbreviated output for each of the interfaces.
What does show ipv6 route command do?
The show ipv6 route command can be used to verify that IPv6 networks and specific IPv6 interface addresses have been installed in the IPv6 routing table. The show ipv6 route command will only display IPv6 networks, not IPv4 networks.
a C next to a route indicates that this is a directly connected network. The L indicates a local route, the specific IPv6 address assigned to the interface. This is not an LLA
Which field in an IPv6 GUA is used for subnetting?
Subnet ID
Given a /48 Global Routing Prefix and a /64 prefix, what is the subnet portion of the following address: 2001:db8:cafe:1111:2222:3333:4444:5555
1111
Given a /32 Global Routing Prefix and a /64 prefix, how many bits would be allocated for the Subnet ID?
32
What prefix do IPv6 multicast addresses have?
ff00::/8