IP Addressing
IP Addressing
Refer to the exhibit. A company is deploying an IPv6 addressing scheme for its
network. The company design document indicates that the subnetportion of
the IPv6 addresses is used for the new hierarchical network design, with the s
ite subsection to represent multiple geographical sites of the company, the s
ub-site section to represent multiple campuses at each site, and the s ubnet
section to indicate each network segment separated by routers. With such a
scheme, what is the maximum number of subnets achieved per sub-site ?
0
4
16
256
Explanation: Because only one hexadecimal character is used to represent the
subnet, that one character can represent 16 different values 0 through F.
29. What is used in the EUI-64 process to create an IPv6 interface ID on an
IPv6 enabled interface?
the MAC address of the IPv6 enabled interface
a randomly generated 64-bit hexadecimal address
an IPv6 address that is provided by a DHCPv6 server
an IPv4 address that is configured on the interface
Explanation: The EUI-64 process uses the MAC address of an interface to
construct an interface ID (IID). Because the MAC address is only 48 bits in
length, 16 additional bits (FF:FE) must be added to the MAC address to create
the full 64-bit interface ID.
30. What is the prefix for the host address 2001:DB8:BC15:A:12AB::1/64?
2001:DB8:BC15
2001:DB8:BC15:A
2001:DB8:BC15:A:1
2001:DB8:BC15:A:12
31. An IPv6 enabled device sends a data packet with the destination address of
FF02::1. What is the target of this packet?
the one IPv6 device on the link that has been uniquely configured with this
address
all IPv6 enabled devices on the local link or network
only IPv6 DHCP servers
only IPv6 configured routers
32. Match the IPv6 address with the IPv6 address type. (Not all options are
used.)
39. A technician uses the ping 127.0.0.1 command. What is the technician
testing?
the TCP/IP stack on a network host
connectivity between two adjacent Cisco devices
connectivity between a PC and the default gateway
connectivity between two PCs on the same network
physical connectivity of a particular PC and the network
40. Refer to the exhibit. An administrator is trying to troubleshoot
connectivity between PC1 and PC2 and uses the tracert command from PC1 to
do it. Based on the displayed output, where should the administrator begin
troubleshooting?
PC2
R1
SW2
R2
SW1
41. Which protocol is used by the traceroute command to send and receive
echo-requests and echo-replies?
SNMP
ICMP
Telnet
TCP
Explanation: Traceroute uses the ICMP (Internet Control Message Protocol) to
send and receive echo-request and echo-reply messages.
42. Which ICMPv6 message is sent when the IPv6 hop limit field of a packet is
decremented to zero and the packet cannot be forwarded?
network unreachable
time exceeded
protocol unreachable
port unreachable
43. A user executes a traceroute over IPv6. At what point would a router in the
path to the destination device drop the packet?
when the value of the Hop Limit field reaches 255
when the value of the Hop Limit field reaches zero
when the router receives an ICMP time exceeded message
when the target host responds with an ICMP echo reply message
44. What is the purpose of ICMP messages?
to inform routers about network topology changes
to ensure the delivery of an IP packet
to provide feedback of IP packet transmissions
to monitor the process of a domain name to IP address resolution
Explanation: The purpose of ICMP messages is to provide feedback about
issues that are related to the processing of IP packets.
45. What source IP address does a router use by default when the traceroute
command is issued?
the highest configured IP address on the router
a loopback IP address
the IP address of the outbound interface
the lowest configured IP address on the router
Explanation: When sending an echo request message, a router will use the IP
address of the exit interface as the source IP address. This default behavior can
be changed by using an extended ping and specifying a specific source IP
address.
46. Match each description with an appropriate IP address. (Not all options
are used.)
Explanation: Link-Local addresses are assigned automatically by the OS
environment and are located in the block 169.254.0.0/16. The private addresses
ranges are 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. TEST-NET addresses
belong to the range 192.0.2.0/24. The addresses in the block 240.0.0.0 to
255.255.255.254 are reserved as experimental addresses. Loopback addresses
belong to the block 127.0.0.0/8.
47. A user issues a ping 192.135.250.103 command and receives a response
that includes a code of 1. What does this code represent?
host unreachable
protocol unreachable
port unreachable
network unreachable
48. Which subnet would include the address 192.168.1.96 as a usable host
address?
192.168.1.64/26
192.168.1.32/27
192.168.1.32/28
192.168.1.64/29
Explanation: For the subnet of 192.168.1.64/26, there are 6 bits for host
addresses, yielding 64 possible addresses. However, the first and last subnets
are the network and broadcast addresses for this subnet. Therefore, the range of
host addresses for this subnet is 192.168.1.65 to 192.168.1.126. The other
subnets do not contain the address 192.168.1.96 as a valid host address.
49. Open the PT Activity. Perform the tasks in the activity instructions and
then answer the question.
CCNA 1 v7 Modules 11 – 13 IP Addressing Exam Answers Full
What are the three IPv6 addresses displayed when the route from PC1 to PC2
is traced? (Choose three.)
2001:DB8:1:1::1
2001:DB8:1:1::A
2001:DB8:1:2::2
2001:DB8:1:2::1
2001:DB8:1:3::1
2001:DB8:1:3::2
2001:DB8:1:4::1
Explanation: Using the ipv6config command on PC2 displays the IPv6 address
of PC2, which is 2001:DB8:1:4::A. The IPV6 link-local address,
FE80::260:70FF:FE34:6930, is not used in route tracing. Using the tracert
2001:DB8:1:4::A command on PC1 displays four addresses: 2001:DB8:1:1::1,
2001:DB8:1:2::1 , 2001:DB8:1:3::2, and 2001:DB8:1:4::A.
50. A host is transmitting a broadcast. Which host or hosts will receive it?
all hosts in the same subnet
a specially defined group of hosts
the closest neighbor on the same network
all hosts on the Internet
51. A host is transmitting a unicast. Which host or hosts will receive it?
one specific host
a specially defined group of hosts
all hosts on the Internet
the closest neighbor on the same network
52. A user issues a ping 2001:db8:FACE:39::10 command and receives a
response that includes a code of 3. What does this code represent?
address unreachable
network unreachable
host unreachable
protocol unreachable
53. A host is transmitting a multicast. Which host or hosts will receive it?
a specially defined group of hosts
one specific host
all hosts with the same IP address
the closest neighbor on the same network
54. A host is transmitting a multicast. Which host or hosts will receive it?
a specially defined group of hosts
one specific host
directly connected network devices
the closest neighbor on the same network
55. A host is transmitting a multicast. Which host or hosts will receive it?
a specially defined group of hosts
one specific host
all hosts with the same IP address
all hosts on the Internet
56. A host is transmitting a multicast. Which host or hosts will receive it?
a specially defined group of hosts
one specific host
directly connected network devices
all hosts on the Internet
57. A host is transmitting a multicast. Which host or hosts will receive it?
a specially defined group of hosts
all hosts in the same subnet
directly connected network devices
the closest neighbor on the same network
58. A host is transmitting a broadcast. Which host or hosts will receive it?
all hosts in the same subnet
one specific host
the closest neighbor on the same network
directly connected network devices
59. A host is transmitting a broadcast. Which host or hosts will receive it?
all hosts in the same subnet
one specific host
all hosts on the Internet
directly connected network devices
60. Which is the compressed format of the IPv6 address
2001:0db8:0000:0000:0000:a0b0:0008:0001?
2001:db8::a0b0:8:1
2001:db8::ab8:1:0:1000
2001:db80:0:1::80:1
2001:db80:::1::80:1
61. Which is the compressed format of the IPv6 address
fe80:09ea:0000:2200:0000:0000:0fe0:0290?
fe80:9ea:0:2200::fe0:290
fe80:9:20::b000:290
fe80:9ea0::2020:0:bf:e0:9290
fe80:9ea0::2020::bf:e0:9290
62. Which is the compressed format of the IPv6 address
2002:0042:0010:c400:0000:0000:0000:0909?
2002:42:10:c400::909
200:420:110:c4b::910:0:90
2002:4200::25:1090:0:99
2002:42::25:1090:0:99
63. Which is the compressed format of the IPv6 address
2001:0db8:0000:0000:0ab8:0001:0000:1000?
2001:db8::ab8:1:0:1000
2001:db8::a0b0:8:1
2001:db8:1::ab8:0:1
2001:db8:0:1::8:1
64. Which is the compressed format of the IPv6 address
2002:0420:00c4:1008:0025:0190:0000:0990?
2002:420:c4:1008:25:190::990
2002:42:10:c400::909
2002:4200::25:1090:0:99
2002:42::25:1090:0:99
65. Which is the compressed format of the IPv6 address
2001:0db8:0000:0000:0000:a0b0:0008:0001?
2001:db8::a0b0:8:1
2001:db8:1::ab8:0:1
2001:db8::ab8:1:0:1000
2001:db8:0:1::8:1
66. Which is the compressed format of the IPv6 address
fe80:0000:0000:0000:0220:0b3f:f0e0:0029?
fe80::220:b3f:f0e0:29
fe80:9ea:0:2200::fe0:290
fe80:9ea0::2020:0:bf:e0:9290
fe80:9ea0::2020::bf:e0:9290
67. Which is the compressed format of the IPv6 address
2001:0db8:0000:0000:0000:a0b0:0008:0001?
2001:db8::a0b0:8:1
2001:db8::ab8:1:0:1000
2001:db80:0:1::80:1
2001:db8:0:1::8:1
68. Which is the compressed format of the IPv6 address
2002:0042:0010:c400:0000:0000:0000:0909?
2002:42:10:c400::909
2002:4200::25:1090:0:99
2002:420:c4:1008:25:190::990
2002:42::25:1090:0:99
69. Which is the compressed format of the IPv6 address
fe80:09ea:0000:2200:0000:0000:0fe0:0290?
fe80:9ea:0:2200::fe0:290
fe80:9ea0::2020:0:bf:e0:9290
fe80::220:b3f:f0e0:29
fe80::0220:0b3f:f0e0:0029
70. A user issues a ping 2001:db8:FACE:39::10 command and receives a
response that includes a code of 2 . What does this code represent?
beyond scope of the source address
communication with the destination administratively prohibited
address unreachable
no route to destination
71. A user issues a ping 192.135.250.103 command and receives a response
that includes a code of 1 . What does this code represent?
host unreachable
beyond scope of the source address
address unreachable
communication with the destination administratively prohibited
72. A user issues a ping fe80:65ab:dcc1::100 command and receives a
response that includes a code of 3. What does this code represent?
address unreachable
communication with the destination administratively prohibited
beyond scope of the source address
no route to destination
73. A user issues a ping 10.10.14.67 command and receives a response that
includes a code of 0. What does this code represent?
network unreachable
protocol unreachable
port unreachable
host unreachable
74. A user issues a ping fe80:65ab:dcc1::100 command and receives a
response that includes a code of 4. What does this code represent?
port unreachable
host unreachable
protocol unreachable
network unreachable
75. A user issues a ping 198.133.219.8 command and receives a response that
includes a code of 0 . What does this code represent?
network unreachable
protocol unreachable
port unreachable
host unreachable
76. A user issues a ping 2001:db8:3040:114::88 command and receives a
response that includes a code of 4 . What does this code represent?
port unreachable
host unreachable
protocol unreachable
network unreachable
77. A user issues a ping 2001:db8:FACE:39::10 command and receives a
response that includes a code of 2. What does this code represent?
beyond scope of the source address
host unreachable
protocol unreachable
network unreachable