SlideShare a Scribd company logo
CCNA V5.0 - CCNA V5 ANSWERS
CCNA 1 Chapter 8 v5.0 Exam Answers 2014

CATEGORIES
CCNA 1 V 5

December 10, 2013 by quocvuong · Leave a Comment

CCNA 2 V 5

1

CCNA 3 V 5

Fill in the blank.

CCNA 4 V 5

The decimal equivalent of the binary number 10010101 is

”149” .

Packet Tracer

2
Place the options in the following order:
[+] 192.168.100.161/25

RECENT POSTS
CCNA 4 V 5.0 Final Ex am 201 4
CCNA 4 Chapter 3 v 5.0 Ex am Answers

[+] 203.0.113.100/24

201 4
CCNA 4 Chapter 2 v 5.0 Ex am Answers

[+] 10.0.50.10/30

201 4
CCNA 4 Chapter 1 v 5.0 Ex am Answers

[#] 192.168.1.80/29

201 4
CCNA 3 v 5 Final Ex am Answers 201 4

[#] 172.110.12.64/28

CCNA 3 v 5.0 Scaling networks Final
Ex am 201 3

[#] 10.10.10.128/25

CCNA 1 Chapter 1 v 5.0 Ex am Answers
201 4

[*] 10.0.0.159/27
open in browser PRO version

CCNA 1 Chapter 2 v 5.0 Ex am Answers
Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
201 4

[*] 192.168.1.191/26
[+] Order does not matter within this group.
[#] Order does not matter within this group.
[*] Order does not matter within this group.

CCNA 1 Chapter 3 v 5.0 Ex am Answers
201 4
CCNA 1 Chapter 4 v 5.0 Ex am Answers
201 4
CCNA 1 Chapter 5 v 5.0 Ex am Answers
201 4
CCNA 1 Chapter 6 v 5.0 Ex am Answers

3
What is indicated by a successful ping to the ::1 IPv6 address?
The link-local address is correctly configured.
The default gateway address is correctly configured.
The host is cabled properly.

201 4
CCNA 1 Chapter 7 v 5.0 Ex am Answers
201 4
CCNA 1 Chapter 8 v 5.0 Ex am Answers
201 4
CCNA 1 Chapter 9 v 5.0 Ex am Answers
201 4

All hosts on the local link are available.
IP is properly installed on the host.*
4
Launch PT - Hide and Save PT
Open the PT Activity. Perform the tasks in the activity instructions and then
answer the question.

Which message is displayed on the web server?
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
Correct configuration!*
IPv6 address configured!
Y ou did it right!
Successful configuration!
5
Which two ICMP messages are used by both IPv4 and IPv6 protocols? (Choose
two.)​
router solicitation
protocol unreachable*
neighbor solicitation
route redirection*
router advertisement
6
A message is sent to all hosts on a remote network. Which type of message is it?
unicast
directed broadcast*
limited broadcast
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
multicast
7
Which two things can be determined by using the ping command? (Choose
two.)
the average time it takes each router in the path between source and destination to
respond
the average time it takes a packet to reach the destination and for the response to return to
the source*
whether or not the destination device is reachable through the network*
the IP address of the router nearest the destination device
the number of routers between the source and destination device
8
A DHCP server is used to assign IP addresses dynamically to the hosts on a
network. The address pool is configured with 192.168.10.0/24. There are 3
printers on this network that need to use reserved static IP addresses from the
pool. How many IP addresses in the pool are left to be assigned to other hosts?
253
252

open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
251*
254
9
Which two parts are components of an IPv4 address? (Choose two.)
logical portion
network portion*
physical portion
broadcast portion
host portion*
subnet portion
10
Which IPv6 address is most compressed for the full
FE80:0:0:0:2AA:FF:FE9A:4CA3 address?​
FE80::2AA:FF:FE9A:4CA3*
FE80::0:2AA:FF:FE9A:4CA3​
FE80:::0:2AA:FF:FE9A:4CA3​
FE8::2AA:FF:FE9A:4CA3​
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
11

12
What are three parts of an IPv6 global unicast address? (Choose three.)
an interface ID that is used to identify the local host on the network*
an interface ID that is used to identify the local network for a particular host
a subnet ID that is used to identify networks inside of the local enterprise site*
a global routing prefix that is used to identify the network portion of the
address that has been provided by an ISP*
a global routing prefix that is used to identify the portion of the network address provided
by a local administrator
13

14
Which network migration technique encapsulates IPv6 packets inside IPv4
packets to carry them over IPv4 network infrastructures?
encapsulation
translation
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
dual-stack
tunneling*
15
When an IPv6 enabled host needs to discover the MAC address of an intended
IPv6 destination, which destination address is used by the source host in the
NS message?
global unicast address of the receiver
solicited-node multicast address*
all-node multicast address
link-local address of the receiver
16
When a Cisco router is being moved from an IPv4 network to a complete IPv6
environment, which series of commands would correctly enable IPv6
forwarding and interface addressing?
Router# configure terminal
Router(config)# interface fastethernet 0/0
Router(config-if)# ip address 192.168.1.254 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# ipv6 unicast-routing
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
Router# configure terminal
Router(config)# interface fastethernet 0/0
Router(config-if)# ipv6 address 2001:db8:bced:1::9/64
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# ipv6 unicast-routing ***********
Router# configure terminal
Router(config)# interface fastethernet 0/0
Router(config-if)# ipv6 address 2001:db8:bced:1::9/64
Router(config-if)# no shutdown
Router# configure terminal
Router(config)# interface fastethernet 0/0
Router(config-if)# ip address 2001:db8:bced:1::9/64
Router(config-if)# ip address 192.168.1.254 255.255.255.0
Router(config-if)# no shutdown

17
What two statements describe characteristics of Layer 3 broadcasts? (Choose
two.)
There is a broadcast domain on each switch interface.
Routers create broadcast domains.*
A router will not forward any type of Layer 3 broadcast packet.
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
Broadcasts are a threat and users must avoid using protocols that implement them.
A limited broadcast packet has a destination IP address of 255.255.255.255.*
Some IPv6 protocols use broadcasts.
18
Which two statements are correct about IPv4 and IPv6 addresses? (Choose
two.)
IPv6 addresses are represented by hexadecimal numbers.*
IPv6 addresses are 32 bits in length.
IPv4 addresses are 128 bits in length.
IPv4 addresses are represented by hexadecimal numbers.
IPv4 addresses are 32 bits in length.*
IPv6 addresses are 64 bits in length.
19
What is the prefix length notation for the subnet mask 255.255.255.224?
/26
/28
/27*
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
/25
20
Fill in the blank.
What is the decimal equivalent of the hex number 0x3F? “63”
21
What are two types of IPv6 unicast addresses? (Choose two.)
anycast
link-local*
multicast
loopback*
broadcast
22
When will a router drop a traceroute packet?
when the router receives an ICMP Time Exceeded message
when the host responds with an ICMP Echo Reply message
when the value in the TTL field reaches zero*
when the values of both the Echo Request and Echo Reply messages reach zero
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
when the RTT value reaches zero
23
An IPv6 enabled device sends a data packet with the destination address of
FF02::1. What is the target of this packet?
all IPv6 configured routers across the network
all IPv6 configured routers on the local link
all IPv6 enabled nodes on the local link*
all IPv6 DHCP servers
24
How many bits are in an IPv4 address?
256
128
64
32*
Filed Under: CCNA 1 V5 ·

Speak Your Mind
open in browser PRO version

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com
Name *
Email *
Website

POST COMMENT

Return to top of page

open in browser PRO version

Copy right © 201 3 · Nomadic Theme on Genesis Framework · WordPress · Log in

Are you a developer? Try out the HTML to PDF API

pdfcrowd.com

More Related Content

What's hot

NAT (network address translation) & PAT (port address translation)
NAT (network address translation) & PAT (port address translation)NAT (network address translation) & PAT (port address translation)
NAT (network address translation) & PAT (port address translation)
Netwax Lab
 
Anycast all the things
Anycast all the thingsAnycast all the things
Anycast all the things
Maximilan Wilhelm
 
NAT_Final
NAT_FinalNAT_Final
NAT_Final
Pratik Bhide
 
CCNA 200-301 IPv6 addressing and subnetting MCQs Collection
CCNA 200-301 IPv6 addressing and subnetting MCQs CollectionCCNA 200-301 IPv6 addressing and subnetting MCQs Collection
CCNA 200-301 IPv6 addressing and subnetting MCQs Collection
CAS
 
6.Routing
6.Routing6.Routing
6.Routing
phanleson
 
Ccna 2 chapter 11 2014 v5
Ccna 2 chapter 11 2014 v5Ccna 2 chapter 11 2014 v5
Ccna 2 chapter 11 2014 v5
Đồng Quốc Vương
 
NAT- Network Address Translation
NAT- Network Address TranslationNAT- Network Address Translation
NAT- Network Address Translation
Eng. Emad Al-Atoum
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF Configuration
Netwax Lab
 
Nat pat
Nat patNat pat
IPV6 ADDRESSING
IPV6 ADDRESSING IPV6 ADDRESSING
IPV6 ADDRESSING
ezxprt institute
 
Ip seminar
Ip seminarIp seminar
Ip seminar
YonasMegersa1
 
IPv6 next generation protocol
IPv6 next generation protocolIPv6 next generation protocol
IPv6 next generation protocol
Rupshanker Mishra
 
IPv6 Best Practice
IPv6 Best PracticeIPv6 Best Practice
IPv6 Best Practice
flyingpotato
 
IPv6 Overview
IPv6 OverviewIPv6 Overview
IPv6 Overview
William Lee
 
Day 17.1 nat pat
Day 17.1 nat pat Day 17.1 nat pat
Day 17.1 nat pat
CYBERINTELLIGENTS
 
IPv6_Quick_Start_Guide
IPv6_Quick_Start_GuideIPv6_Quick_Start_Guide
IPv6_Quick_Start_Guide
Parthiban Nallathambi
 
IPv6 Fundamentals
IPv6 FundamentalsIPv6 Fundamentals
IPv6 Fundamentals
Matt Bynum
 
Ipv6 cheat sheet
Ipv6 cheat sheetIpv6 cheat sheet
Ipv6 cheat sheet
julianlz
 
Ccna 2 Final V4 1
Ccna 2 Final V4 1Ccna 2 Final V4 1
Ccna 2 Final V4 1
stigerj
 
Network Address Translation (NAT)
Network Address Translation (NAT)Network Address Translation (NAT)
Network Address Translation (NAT)
Joud Khattab
 

What's hot (20)

NAT (network address translation) & PAT (port address translation)
NAT (network address translation) & PAT (port address translation)NAT (network address translation) & PAT (port address translation)
NAT (network address translation) & PAT (port address translation)
 
Anycast all the things
Anycast all the thingsAnycast all the things
Anycast all the things
 
NAT_Final
NAT_FinalNAT_Final
NAT_Final
 
CCNA 200-301 IPv6 addressing and subnetting MCQs Collection
CCNA 200-301 IPv6 addressing and subnetting MCQs CollectionCCNA 200-301 IPv6 addressing and subnetting MCQs Collection
CCNA 200-301 IPv6 addressing and subnetting MCQs Collection
 
6.Routing
6.Routing6.Routing
6.Routing
 
Ccna 2 chapter 11 2014 v5
Ccna 2 chapter 11 2014 v5Ccna 2 chapter 11 2014 v5
Ccna 2 chapter 11 2014 v5
 
NAT- Network Address Translation
NAT- Network Address TranslationNAT- Network Address Translation
NAT- Network Address Translation
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF Configuration
 
Nat pat
Nat patNat pat
Nat pat
 
IPV6 ADDRESSING
IPV6 ADDRESSING IPV6 ADDRESSING
IPV6 ADDRESSING
 
Ip seminar
Ip seminarIp seminar
Ip seminar
 
IPv6 next generation protocol
IPv6 next generation protocolIPv6 next generation protocol
IPv6 next generation protocol
 
IPv6 Best Practice
IPv6 Best PracticeIPv6 Best Practice
IPv6 Best Practice
 
IPv6 Overview
IPv6 OverviewIPv6 Overview
IPv6 Overview
 
Day 17.1 nat pat
Day 17.1 nat pat Day 17.1 nat pat
Day 17.1 nat pat
 
IPv6_Quick_Start_Guide
IPv6_Quick_Start_GuideIPv6_Quick_Start_Guide
IPv6_Quick_Start_Guide
 
IPv6 Fundamentals
IPv6 FundamentalsIPv6 Fundamentals
IPv6 Fundamentals
 
Ipv6 cheat sheet
Ipv6 cheat sheetIpv6 cheat sheet
Ipv6 cheat sheet
 
Ccna 2 Final V4 1
Ccna 2 Final V4 1Ccna 2 Final V4 1
Ccna 2 Final V4 1
 
Network Address Translation (NAT)
Network Address Translation (NAT)Network Address Translation (NAT)
Network Address Translation (NAT)
 

Similar to Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014

Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
Đồng Quốc Vương
 
Module (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptxModule (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptx
GeorgeThoreJr
 
CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014
Đồng Quốc Vương
 
Cisco discovery d homesb module 5 - v.4 in english.
Cisco discovery   d homesb module 5 - v.4 in english.Cisco discovery   d homesb module 5 - v.4 in english.
Cisco discovery d homesb module 5 - v.4 in english.
igede tirtanata
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Đồng Quốc Vương
 
I pv6 tutorial
I pv6 tutorialI pv6 tutorial
I pv6 tutorial
Fred Bovy
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answers
Đồng Quốc Vương
 
Ccna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCcna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 Answers
CCNA4Answers
 
Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014
Đồng Quốc Vương
 
M3
M3M3
acn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdfacn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdf
Qual4
 
Examen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en inglesExamen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en ingles
Carlos Galviz Sanchez
 
ccna 1 chapter 2 v5.0 exam answers 2014
ccna 1 chapter 2 v5.0 exam answers 2014ccna 1 chapter 2 v5.0 exam answers 2014
ccna 1 chapter 2 v5.0 exam answers 2014
Đồng Quốc Vương
 
Ipv6 questions
Ipv6 questionsIpv6 questions
Ipv6 questions
Kundan Prasad
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
zOSCommserver
 
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Đồng Quốc Vương
 
Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014
Đồng Quốc Vương
 
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
Đồng Quốc Vương
 
Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05
gameaxt
 
CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014
Đồng Quốc Vương
 

Similar to Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014 (20)

Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_5_v5_0_exam_answers_2014
 
Module (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptxModule (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptx
 
CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014
 
Cisco discovery d homesb module 5 - v.4 in english.
Cisco discovery   d homesb module 5 - v.4 in english.Cisco discovery   d homesb module 5 - v.4 in english.
Cisco discovery d homesb module 5 - v.4 in english.
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
 
I pv6 tutorial
I pv6 tutorialI pv6 tutorial
I pv6 tutorial
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answers
 
Ccna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCcna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 Answers
 
Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014
 
M3
M3M3
M3
 
acn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdfacn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdf
 
Examen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en inglesExamen ccna capitulo 6 en ingles
Examen ccna capitulo 6 en ingles
 
ccna 1 chapter 2 v5.0 exam answers 2014
ccna 1 chapter 2 v5.0 exam answers 2014ccna 1 chapter 2 v5.0 exam answers 2014
ccna 1 chapter 2 v5.0 exam answers 2014
 
Ipv6 questions
Ipv6 questionsIpv6 questions
Ipv6 questions
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
 
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
 
Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014
 
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
 
Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05
 
CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014
 

More from Đồng Quốc Vương

Ccnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examCcnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_exam
Đồng Quốc Vương
 
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Đồng Quốc Vương
 
Ccnav5.org ccna 3-chapter_8_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_8_v50_2014_exam_answersCcnav5.org ccna 3-chapter_8_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_8_v50_2014_exam_answers
Đồng Quốc Vương
 
Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answersCcnav5.org ccna 3-chapter_4_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answers
Đồng Quốc Vương
 
Ccnav5.org ccna 3-exam_2014
Ccnav5.org ccna 3-exam_2014Ccnav5.org ccna 3-exam_2014
Ccnav5.org ccna 3-exam_2014
Đồng Quốc Vương
 
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracerCcnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Đồng Quốc Vương
 
Ccna 2 chapter 1 2014 v5
Ccna 2 chapter 1 2014 v5Ccna 2 chapter 1 2014 v5
Ccna 2 chapter 1 2014 v5
Đồng Quốc Vương
 
CCNA 1 Chapter 7 v5.0 2014
CCNA 1 Chapter 7 v5.0 2014CCNA 1 Chapter 7 v5.0 2014
CCNA 1 Chapter 7 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Chapter 11 v5.0 2014
CCNA 1 Chapter 11 v5.0 2014CCNA 1 Chapter 11 v5.0 2014
CCNA 1 Chapter 11 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Chapter 10 v5.0 2014
CCNA 1 Chapter 10 v5.0 2014CCNA 1 Chapter 10 v5.0 2014
CCNA 1 Chapter 10 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Final v5.0 2014
CCNA 1 Final  v5.0 2014CCNA 1 Final  v5.0 2014
CCNA 1 Final v5.0 2014
Đồng Quốc Vương
 
Ccnav5.org ccna 1-exam_2014
Ccnav5.org ccna 1-exam_2014Ccnav5.org ccna 1-exam_2014
Ccnav5.org ccna 1-exam_2014
Đồng Quốc Vương
 
Ccna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracerCcna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracer
Đồng Quốc Vương
 
Www ccnav5 net
Www ccnav5 netWww ccnav5 net
Www ccnav5 net
Đồng Quốc Vương
 
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Đồng Quốc Vương
 
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Đồng Quốc Vương
 
Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014
Đồng Quốc Vương
 

More from Đồng Quốc Vương (20)

Ccnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examCcnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_exam
 
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014
 
Ccnav5.org ccna 3-chapter_8_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_8_v50_2014_exam_answersCcnav5.org ccna 3-chapter_8_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_8_v50_2014_exam_answers
 
Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answersCcnav5.org ccna 3-chapter_4_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answers
 
Ccnav5.org ccna 2-v5_final_exam_2014
Ccnav5.org ccna 2-v5_final_exam_2014Ccnav5.org ccna 2-v5_final_exam_2014
Ccnav5.org ccna 2-v5_final_exam_2014
 
Ccnav5.org ccna 3-exam_2014
Ccnav5.org ccna 3-exam_2014Ccnav5.org ccna 3-exam_2014
Ccnav5.org ccna 3-exam_2014
 
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracerCcnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
 
Ccna 2 chapter 1 2014 v5
Ccna 2 chapter 1 2014 v5Ccna 2 chapter 1 2014 v5
Ccna 2 chapter 1 2014 v5
 
CCNA 1 Chapter 7 v5.0 2014
CCNA 1 Chapter 7 v5.0 2014CCNA 1 Chapter 7 v5.0 2014
CCNA 1 Chapter 7 v5.0 2014
 
CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014
 
CCNA 1 Chapter 11 v5.0 2014
CCNA 1 Chapter 11 v5.0 2014CCNA 1 Chapter 11 v5.0 2014
CCNA 1 Chapter 11 v5.0 2014
 
CCNA 1 Chapter 10 v5.0 2014
CCNA 1 Chapter 10 v5.0 2014CCNA 1 Chapter 10 v5.0 2014
CCNA 1 Chapter 10 v5.0 2014
 
CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014
 
CCNA 1 Final v5.0 2014
CCNA 1 Final  v5.0 2014CCNA 1 Final  v5.0 2014
CCNA 1 Final v5.0 2014
 
Ccnav5.org ccna 1-exam_2014
Ccnav5.org ccna 1-exam_2014Ccnav5.org ccna 1-exam_2014
Ccnav5.org ccna 1-exam_2014
 
Ccna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracerCcna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracer
 
Www ccnav5 net
Www ccnav5 netWww ccnav5 net
Www ccnav5 net
 
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
 
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
 
Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014
 

Recently uploaded

GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 

Recently uploaded (20)

GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 

Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014

  • 1. CCNA V5.0 - CCNA V5 ANSWERS CCNA 1 Chapter 8 v5.0 Exam Answers 2014 CATEGORIES CCNA 1 V 5 December 10, 2013 by quocvuong · Leave a Comment CCNA 2 V 5 1 CCNA 3 V 5 Fill in the blank. CCNA 4 V 5 The decimal equivalent of the binary number 10010101 is ”149” . Packet Tracer 2 Place the options in the following order: [+] 192.168.100.161/25 RECENT POSTS CCNA 4 V 5.0 Final Ex am 201 4 CCNA 4 Chapter 3 v 5.0 Ex am Answers [+] 203.0.113.100/24 201 4 CCNA 4 Chapter 2 v 5.0 Ex am Answers [+] 10.0.50.10/30 201 4 CCNA 4 Chapter 1 v 5.0 Ex am Answers [#] 192.168.1.80/29 201 4 CCNA 3 v 5 Final Ex am Answers 201 4 [#] 172.110.12.64/28 CCNA 3 v 5.0 Scaling networks Final Ex am 201 3 [#] 10.10.10.128/25 CCNA 1 Chapter 1 v 5.0 Ex am Answers 201 4 [*] 10.0.0.159/27 open in browser PRO version CCNA 1 Chapter 2 v 5.0 Ex am Answers Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 2. 201 4 [*] 192.168.1.191/26 [+] Order does not matter within this group. [#] Order does not matter within this group. [*] Order does not matter within this group. CCNA 1 Chapter 3 v 5.0 Ex am Answers 201 4 CCNA 1 Chapter 4 v 5.0 Ex am Answers 201 4 CCNA 1 Chapter 5 v 5.0 Ex am Answers 201 4 CCNA 1 Chapter 6 v 5.0 Ex am Answers 3 What is indicated by a successful ping to the ::1 IPv6 address? The link-local address is correctly configured. The default gateway address is correctly configured. The host is cabled properly. 201 4 CCNA 1 Chapter 7 v 5.0 Ex am Answers 201 4 CCNA 1 Chapter 8 v 5.0 Ex am Answers 201 4 CCNA 1 Chapter 9 v 5.0 Ex am Answers 201 4 All hosts on the local link are available. IP is properly installed on the host.* 4 Launch PT - Hide and Save PT Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. Which message is displayed on the web server? open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 3. Correct configuration!* IPv6 address configured! Y ou did it right! Successful configuration! 5 Which two ICMP messages are used by both IPv4 and IPv6 protocols? (Choose two.)​ router solicitation protocol unreachable* neighbor solicitation route redirection* router advertisement 6 A message is sent to all hosts on a remote network. Which type of message is it? unicast directed broadcast* limited broadcast open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 4. multicast 7 Which two things can be determined by using the ping command? (Choose two.) the average time it takes each router in the path between source and destination to respond the average time it takes a packet to reach the destination and for the response to return to the source* whether or not the destination device is reachable through the network* the IP address of the router nearest the destination device the number of routers between the source and destination device 8 A DHCP server is used to assign IP addresses dynamically to the hosts on a network. The address pool is configured with 192.168.10.0/24. There are 3 printers on this network that need to use reserved static IP addresses from the pool. How many IP addresses in the pool are left to be assigned to other hosts? 253 252 open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 5. 251* 254 9 Which two parts are components of an IPv4 address? (Choose two.) logical portion network portion* physical portion broadcast portion host portion* subnet portion 10 Which IPv6 address is most compressed for the full FE80:0:0:0:2AA:FF:FE9A:4CA3 address?​ FE80::2AA:FF:FE9A:4CA3* FE80::0:2AA:FF:FE9A:4CA3​ FE80:::0:2AA:FF:FE9A:4CA3​ FE8::2AA:FF:FE9A:4CA3​ open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 6. 11 12 What are three parts of an IPv6 global unicast address? (Choose three.) an interface ID that is used to identify the local host on the network* an interface ID that is used to identify the local network for a particular host a subnet ID that is used to identify networks inside of the local enterprise site* a global routing prefix that is used to identify the network portion of the address that has been provided by an ISP* a global routing prefix that is used to identify the portion of the network address provided by a local administrator 13 14 Which network migration technique encapsulates IPv6 packets inside IPv4 packets to carry them over IPv4 network infrastructures? encapsulation translation open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 7. dual-stack tunneling* 15 When an IPv6 enabled host needs to discover the MAC address of an intended IPv6 destination, which destination address is used by the source host in the NS message? global unicast address of the receiver solicited-node multicast address* all-node multicast address link-local address of the receiver 16 When a Cisco router is being moved from an IPv4 network to a complete IPv6 environment, which series of commands would correctly enable IPv6 forwarding and interface addressing? Router# configure terminal Router(config)# interface fastethernet 0/0 Router(config-if)# ip address 192.168.1.254 255.255.255.0 Router(config-if)# no shutdown Router(config-if)# exit Router(config)# ipv6 unicast-routing open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 8. Router# configure terminal Router(config)# interface fastethernet 0/0 Router(config-if)# ipv6 address 2001:db8:bced:1::9/64 Router(config-if)# no shutdown Router(config-if)# exit Router(config)# ipv6 unicast-routing *********** Router# configure terminal Router(config)# interface fastethernet 0/0 Router(config-if)# ipv6 address 2001:db8:bced:1::9/64 Router(config-if)# no shutdown Router# configure terminal Router(config)# interface fastethernet 0/0 Router(config-if)# ip address 2001:db8:bced:1::9/64 Router(config-if)# ip address 192.168.1.254 255.255.255.0 Router(config-if)# no shutdown 17 What two statements describe characteristics of Layer 3 broadcasts? (Choose two.) There is a broadcast domain on each switch interface. Routers create broadcast domains.* A router will not forward any type of Layer 3 broadcast packet. open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 9. Broadcasts are a threat and users must avoid using protocols that implement them. A limited broadcast packet has a destination IP address of 255.255.255.255.* Some IPv6 protocols use broadcasts. 18 Which two statements are correct about IPv4 and IPv6 addresses? (Choose two.) IPv6 addresses are represented by hexadecimal numbers.* IPv6 addresses are 32 bits in length. IPv4 addresses are 128 bits in length. IPv4 addresses are represented by hexadecimal numbers. IPv4 addresses are 32 bits in length.* IPv6 addresses are 64 bits in length. 19 What is the prefix length notation for the subnet mask 255.255.255.224? /26 /28 /27* open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 10. /25 20 Fill in the blank. What is the decimal equivalent of the hex number 0x3F? “63” 21 What are two types of IPv6 unicast addresses? (Choose two.) anycast link-local* multicast loopback* broadcast 22 When will a router drop a traceroute packet? when the router receives an ICMP Time Exceeded message when the host responds with an ICMP Echo Reply message when the value in the TTL field reaches zero* when the values of both the Echo Request and Echo Reply messages reach zero open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 11. when the RTT value reaches zero 23 An IPv6 enabled device sends a data packet with the destination address of FF02::1. What is the target of this packet? all IPv6 configured routers across the network all IPv6 configured routers on the local link all IPv6 enabled nodes on the local link* all IPv6 DHCP servers 24 How many bits are in an IPv4 address? 256 128 64 32* Filed Under: CCNA 1 V5 · Speak Your Mind open in browser PRO version Are you a developer? Try out the HTML to PDF API pdfcrowd.com
  • 12. Name * Email * Website POST COMMENT Return to top of page open in browser PRO version Copy right © 201 3 · Nomadic Theme on Genesis Framework · WordPress · Log in Are you a developer? Try out the HTML to PDF API pdfcrowd.com