1.
In which two formats can the IPv6 address fd15:0db8:0000:0000:0700:0003:400F:572B be written?
Correct Answer(s)
A. Fd15:0db8:0000:0000:700:3:400F:527B
D. Fd15:db8::700:3:400F:572B
Explanation
The IPv6 address fd15:0db8:0000:0000:0700:0003:400F:572B can be written in two formats: fd15:0db8:0000:0000:700:3:400F:527B and fd15:db8::700:3:400F:572B. In the first format, the leading zeros in each block can be omitted. In the second format, consecutive blocks of zeros can be replaced with a double colon (::).
2.
Which statements about IPv6 prefixes are true?
Correct Answer(s)
B. FC00::/7 is used in private networks.
D. FE80::/10 is used for link-local unicast
F. FF00::/8 is used for IPv6 multicast.
3.
Which statements about IPv6 and routing protocols are true?
Correct Answer(s)
B. OSPFv3 was developed to support IPv6 routing
E. Link-local addresses are used to form routing adjacencies.
4.
Which command can you enter to verify that a 128-bit address is live and responding?
Correct Answer
D. Ping ipv6
Explanation
The command "ping ipv6" can be entered to verify that a 128-bit address is live and responding. The "ping" command is commonly used to test network connectivity, and by specifying "ipv6" after it, it specifically tests the connectivity using IPv6 protocol. This command sends a small packet of data to the specified address and waits for a response, confirming that the address is live and responsive.
5.
Which technology supports the stateless assignment of IPv6 addresses?
Correct Answer
B. DHCPv6
Explanation
DHCPv6 (Dynamic Host Configuration Protocol for IPv6) supports the stateless assignment of IPv6 addresses. DHCPv6 allows devices to obtain IPv6 addresses and other network configuration information automatically without the need for manual configuration. It provides a centralized management system for assigning and managing IPv6 addresses, making it easier to deploy and manage large-scale IPv6 networks.
6.
Which IPv6 header field is equivalent to the TTL?
Correct Answer
A. Hop Limit
Explanation
The correct answer is "Hop Limit". In IPv6, the Hop Limit field serves the same purpose as the TTL (Time to Live) field in IPv4. It is an 8-bit field that limits the number of hops or routers that a packet can traverse before being discarded. Each router that processes the packet decrements the Hop Limit value by 1. When the Hop Limit reaches zero, the packet is discarded. This mechanism helps to prevent packets from endlessly circulating in the network and ensures efficient routing.
7.
Which two statements about the “tunnel mode ipv6ip” command are true?
Correct Answer(s)
A. It enables the transmission of IPv6 packets within the configured tunnel.
B. It specifies IPv4 as the encapsulation protocol.
Explanation
The "tunnel mode ipv6ip" command enables the transmission of IPv6 packets within the configured tunnel. Additionally, it specifies IPv4 as the encapsulation protocol. This means that the IPv6 packets are encapsulated within IPv4 packets for transmission over an IPv4 network.
8.
In which three ways is an IPv6 header simpler than an IPv4 header?
Correct Answer(s)
A. Unlike IPv4 headers, IPv6 headers have a fixed length.
B. IPv6 uses an extension header instead of the IPv4 Fragmentation field.
C. IPv6 headers eliminate the IPv4 Checksum field.
Explanation
The IPv6 header is simpler than the IPv4 header in three ways. Firstly, IPv6 headers have a fixed length, unlike IPv4 headers. Secondly, IPv6 uses an extension header instead of the IPv4 Fragmentation field. Lastly, IPv6 headers eliminate the IPv4 Checksum field.
9.
Which two features can dynamically assign IPv6 addresses?
Correct Answer(s)
A. IPv6 stateless autoconfiguration
D. IPv6 stateful autoconfiguration
Explanation
IPv6 stateless autoconfiguration and IPv6 stateful autoconfiguration are the two features that can dynamically assign IPv6 addresses.
IPv6 stateless autoconfiguration allows hosts to automatically configure their IPv6 addresses by using information available on the local network, such as the prefix advertised by the router. This feature does not require a DHCP server.
IPv6 stateful autoconfiguration, on the other hand, involves the use of a DHCPv6 server to assign IPv6 addresses to hosts. This method provides more control and flexibility in address assignment compared to stateless autoconfiguration.
10.
Which two statements about IPv6 router advertisement messages are true?
Correct Answer(s)
A. They use ICMPv6 type 134.
B. The advertised prefix length must be 64 bits.
Explanation
IPv6 router advertisement messages use ICMPv6 type 134 to advertise network information to neighboring nodes. The advertised prefix length must be 64 bits, as this is the recommended length for IPv6 subnets.
11.
Which three statements about IPv6 prefixes are true?
Correct Answer(s)
A. FF00:/8 is used for IPv6 multicast.
B. FE80::/10 is used for link-local unicast.
C. FC00::/7 is used in private networks.
12.
You enter the “show ipv6 route” command on an OSPF device and the device displays a route. Which conclusion can you draw about the environment?
Correct Answer
D. OSPFv3 is in use.
Explanation
The command "show ipv6 route" displays IPv6 routes, and the fact that the device displays a route indicates that OSPFv3 is in use. This command specifically shows the IPv6 routing table, so it confirms the usage of OSPFv3 for IPv6 routing.
13.
What is one requirement for interfaces to run IPv6?
Correct Answer
A. An IPv6 address must be configured on the interface.
Explanation
To run IPv6, it is necessary to configure an IPv6 address on the interface. This is because IPv6 uses a different addressing scheme compared to IPv4. Configuring an IPv6 address on the interface allows the device to communicate using IPv6 protocols and ensures compatibility with IPv6 networks.
14.
Which entity assigns IPv6 addresses to end users?
Correct Answer
D. ISPs
Explanation
ISPs, or Internet Service Providers, assign IPv6 addresses to end users. ISPs are responsible for providing internet connectivity to individuals and organizations, and part of their role includes assigning IP addresses to their customers. IPv6 addresses are necessary for devices to communicate and connect to the internet, and ISPs play a crucial role in distributing these addresses to end users.
15.
Which command enables IPv6 forwarding on a Cisco router?
Correct Answer
B. IPv6 unicast-routing
Explanation
The correct answer is "IPv6 unicast-routing". This command enables IPv6 forwarding on a Cisco router. By enabling IPv6 unicast-routing, the router will be able to forward IPv6 packets between networks.
16.
What is the correct command for floating static IPv6 route?
Correct Answer
A. Ipv6 route 2001:DB8::/32 serial 2/0 201
Explanation
The correct command for floating static IPv6 route is "ipv6 route 2001:DB8::/32 serial 2/0 201". This command sets up a static route for the IPv6 network 2001:DB8::/32 to be forwarded out of the serial interface 2/0 with a metric of 201. This means that if there are multiple routes available for the destination network, this route will be used as a backup or secondary route with a higher metric value.
17.
What are the types of IPv6 static routes?
Correct Answer(s)
A. Recursive routes
B. Directly connected routes
C. Fully specified routes
Explanation
The types of IPv6 static routes are recursive routes, directly connected routes, and fully specified routes. Recursive routes refer to routes that are learned from another router. Directly connected routes are routes that are directly connected to the router. Fully specified routes are routes that are manually configured with the destination network and next-hop address. Advertised routes, virtual links, and redistributed routes are not types of IPv6 static routes.
18.
What are three parts of an IPv6 global unicast address?
Correct Answer(s)
A. An interface ID that is used to identify the local host on the network.
C. A subnet ID that is used to identify networks inside of the local enterprise site
D. A global routing prefix that is used to identify the network portion of the address that has been provided by an ISP
Explanation
An IPv6 global unicast address consists of three parts. The first part is the interface ID, which is used to identify the local host on the network. The second part is the subnet ID, which is used to identify networks within the local enterprise site. The third part is the global routing prefix, which is used to identify the network portion of the address provided by an ISP. Together, these three parts form a complete IPv6 global unicast address.
19.
Which two statements about unique local IPv6 addresses are true?
Correct Answer(s)
A. They are identical to IPv4 private addresses.
D. They use the prefix FC00::/7
20.
What is the binary pattern of unique IPv6 unique local address?
Correct Answer
B. 11111100
Explanation
The binary pattern 11111100 represents the unique local address in IPv6. This address range is reserved for private networks and is not globally routable on the internet. It allows organizations to create their own private network addressing scheme without conflicting with public IP addresses. The first 7 bits (1111110) in the pattern indicate that it is a unique local address, while the last bit (0) distinguishes it from a global unicast address.
21.
Which IPv6 function serves the same purpose as ARP entry verification on an IPv4 network?
Correct Answer
C. Neighbor discovery verification
Explanation
Neighbor discovery verification serves the same purpose as ARP entry verification on an IPv4 network. Neighbor discovery is a protocol in IPv6 that allows nodes to discover and verify the link-layer addresses (similar to MAC addresses) of neighboring nodes on the same network. This is similar to ARP (Address Resolution Protocol) in IPv4, which is used to discover and verify the MAC addresses of devices on an IPv4 network. Therefore, neighbor discovery verification is the correct answer as it performs the same function as ARP entry verification in IPv4.
22.
Which type of IPv6 unicast IP address is reachable across the Internet?
Correct Answer
D. Global
Explanation
A global IPv6 unicast IP address is reachable across the Internet. Global addresses are unique and assigned by Internet Assigned Numbers Authority (IANA) or regional Internet registries (RIRs). They are used for communication over the Internet and are globally routable, allowing devices to communicate with each other across different networks and geographical locations.
23.
Which header field is new on IPv6?
Correct Answer
C. Flow Label
Explanation
The IPv6 header includes a new field called the Flow Label. This field is used to identify packets belonging to a specific flow, which can be useful for quality of service (QoS) purposes. The Flow Label allows routers to prioritize and handle packets belonging to the same flow in a consistent manner, ensuring that they receive the appropriate treatment throughout the network.
24.
Which type of IP address of IPv6 that also exists in IPv4 but barely used?
Correct Answer
C. Anycast
Explanation
Anycast is the correct answer because it is a type of IP address that exists in both IPv6 and IPv4 but is rarely used. Anycast allows multiple devices to share the same IP address, but the data is sent to the nearest device in terms of network topology. This is different from unicast, multicast, and broadcast, which are all commonly used in both IPv6 and IPv4.
25.
What is known as one-to-nearest addressing in IPv6?
Correct Answer
B. Anycast
Explanation
Anycast addressing in IPv6 refers to a communication method where a single destination address is used to represent a group of devices. When a packet is sent to an anycast address, it is delivered to the nearest device within the group. This allows for efficient and reliable routing of traffic to the closest available device, improving performance and reducing network congestion. Anycast addressing is commonly used for services that require high availability and low latency, such as content delivery networks (CDNs) or Domain Name System (DNS) servers.
26.
Which command can you enter to configure an IPv6 floating static route?
Correct Answer
C. Router(config)# ipv6 route FE80:0202::/32 serial 0/1 201
27.
How many bit represents the network ID in IPv6?
Correct Answer
C. 64
Explanation
In IPv6, the network ID is represented by 64 bits. This means that the first 64 bits of an IPv6 address are used to identify the network portion of the address, while the remaining 64 bits are used for the host portion. This allows for a large number of unique network addresses to be created in IPv6, compared to the limited number available in IPv4.
28.
Which statement about IPv6 link-local addresses is true?
Correct Answer
A. They must be configured on all IPv6 interface
Explanation
IPv6 link-local addresses are automatically assigned to all IPv6 interfaces, and they do not need any manual configuration. These addresses are used for communication within a local network segment and are not globally unique. They are not advertised globally on the network, as their scope is limited to the local network. Therefore, the statement "They must be configured on all IPv6 interfaces" is true.
29.
Which tunneling mechanism embeds an IPv4 address within an IPv6 address?
Correct Answer
B. 6to4
Explanation
The 6to4 tunneling mechanism embeds an IPv4 address within an IPv6 address. This allows IPv6 packets to be transmitted over an IPv4 network. The 6to4 tunneling mechanism uses a special IPv6 address format that includes the IPv4 address as part of the address. This allows IPv6 packets to be encapsulated within IPv4 packets and sent over an IPv4 network. The receiving end of the tunnel decapsulates the IPv6 packets and processes them as regular IPv6 packets.
30.
Which two statements about IPv6 address fd14:920b:f83d:4079::/64 are true?
Correct Answer(s)
B. The subnet ID is 4079
F. The address is a unique local address
Explanation
The subnet ID is 4079 because it is the last 16 bits of the given IPv6 address. The address is a unique local address because the prefix fd00::/8 is reserved for unique local addresses.
31.
Which IPv6 routing protocol uses multicast group FF02::9 to send updates?
Correct Answer
B. RIPng
Explanation
RIPng (Routing Information Protocol next generation) is the correct answer. RIPng is an IPv6 routing protocol that uses multicast group FF02::9 to send updates. RIPng is designed to replace the older version of RIP (Routing Information Protocol) for IPv4 in IPv6 networks. It uses hop count as the metric to determine the best path to a destination network. RIPng is a distance-vector routing protocol and is commonly used in small to medium-sized networks.
32.
Which two statements about IPv6 address 2002:ab10:beef::/48 are true?
Correct Answer(s)
A. The embedded IPv4 address can be globally routed
E. It is used for a 6to4 tunnel
Explanation
The IPv6 address 2002:ab10:beef::/48 allows for the embedding of an IPv4 address, which can be globally routed. This means that the IPv4 address can be reached from anywhere on the internet. Additionally, the address is used for a 6to4 tunnel, which is a method of encapsulating IPv6 packets within IPv4 packets to allow them to traverse IPv4 networks. Therefore, both statements are true.
33.
What is the most efficient subnet mask for a point to point IPv6 connection?
Correct Answer
A. /127
Explanation
The most efficient subnet mask for a point to point IPv6 connection is /127. This is because /127 provides only 2 usable addresses, which is sufficient for a point to point connection where only two devices need to communicate directly with each other. Using a larger subnet mask, such as /64 or /48, would result in wasting a large number of addresses that are not needed for this specific type of connection. A /127 subnet mask conserves address space and ensures efficient utilization.
34.
Which protocol does IPv6 use to discover other IPv6 nodes on the same segment?
Correct Answer
D. NDP
Explanation
IPv6 uses NDP (Neighbor Discovery Protocol) to discover other IPv6 nodes on the same segment. NDP is responsible for tasks such as address resolution (similar to ARP in IPv4), neighbor unreachability detection, and router discovery. It allows IPv6 nodes to determine the link-layer addresses of neighboring nodes, confirm the reachability of neighboring nodes, and learn the presence of routers on the link. Therefore, NDP plays a crucial role in facilitating communication and maintaining connectivity in IPv6 networks.
35.
Which address block identifies all link-local addresses?
Correct Answer
C. FE80::/10
Explanation
The address block FE80::/10 identifies all link-local addresses. Link-local addresses are used for communication within a single network segment and are not routable outside of that segment. The FE80::/10 block is reserved specifically for link-local addresses in IPv6.
36.
What are three features of the IPv6 protocol?
Correct Answer(s)
B. Plug-and-play
C. No broadcasts
F. Autoconfiguration
Explanation
IPv6 has three features: plug-and-play, no broadcasts, and autoconfiguration. Plug-and-play refers to the ability of devices to automatically configure themselves when connected to a network, without the need for manual configuration. No broadcasts means that IPv6 does not use broadcast messages for communication, reducing network traffic. Autoconfiguration allows devices to assign themselves an IPv6 address without the need for a centralized server, simplifying network setup and management.
37.
Which two statements describe the characteristics of IPv6 unicast addressing?
Correct Answer(s)
A. Global addresses start with 2000::/3
D. There is only one loopback address and it is ::1
Explanation
IPv6 global addresses start with the prefix 2000::/3, which means that the first three bits of the address are fixed and set to 001. This allows for a large number of global addresses to be assigned. Additionally, there is only one loopback address in IPv6, which is represented as ::1. This address is used for testing and communication within the device itself.