SlideShare a Scribd company logo
1 of 15
www.ccna5answers.com www.ccna5blog.com www.ccna-5.com
www.ccna5answers.com 1
CCNA 4 Pretest Exam Answer v5 &
v5.02 2015 (100%)
1. When is a dial-up connection used to connect to an ISP?
o when a cellular telephone provides the service
o when a high-speed connection is provided over a cable TV network
o when a satellite dish is used
o when a regular telephone line is used
2. Why would a network administrator use the tracert utility?
o to determine the active TCP connections on a PC
o to check information about a DNS name in the DNS server
o to identify where a packet was lost or delayed on a network
o to display the IP address,default gateway, and DNS server address for a PC
3. Referto the exhibit. Which type of IPv6 static route is configured in the
exhibit?
o directly attached static route
o recursive static route
o fully specified static route
o floating static route
4. Which range of link-local addresses can be assigned to an IPv6-enabled
interface?​
o FEC0::/10​
o FDEE::/7​
o FEBF::/10
o FF00::/8​
5. A high school in New York (school A) is using videoconferencing
technology to establish student interactions with another high school
(school B) in Russia. The videoconferencing is conducted between two end
devices through the Internet. The network administrator of school A
configures the end device with the IP address 192.168.25.10. The
administrator sends a request for the IP address for the end device in
school B and the response is 192.168.25.10. The administrator knows
immediately that this IP will not work. Why?
o This is a loopback address.
o This is a link-local address.
o This is a private IP address.
o There is an IP address conflict.
6. What field content is used by ICMPv6 to determine that a packet has
expired?
o TTL field
o CRC field
o Hop Limit field
o Time Exceeded field
7. What is the subnet address for the address
2001:DB8:BC15:A:12AB::1/64?
o 2001:DB8:BC15::0
2
o 2001:DB8:BC15:A::0
o 2001:DB8:BC15:A:1::1
o 2001:DB8:BC15:A:12::0
8. Which two conditions would cause a router to drop a packet? (Choose
two.)
o No inbound ACL exists on the interface where the packet enters the router.
o The ACL that is affecting the packet does not contain at least one deny ACE.
o The packet source address does not match the source as permitted in a standard
inbound ACE.
o No outbound ACL exists on the interface where the packet exits the router.
o No routing table entry exists for the packet destination,but the packet matches a
permitted address in an outbound ACL.
9. Which definition describes a supernet route?
o a route that has a subnet mask equal to that of the classful mask
o a network address with a mask less than the classful mask
o a static route with the address 0.0.0.0/0
o a default route with a local exit interface
10. Referto the exhibit. Which route or routes will be advertised to the
router ISP if autosummarization is enabled?​
o 10.0.0.0/8
o 10.1.0.0/16
o 10.1.0.0/28
o 10.1.1.0/24
10.1.2.0/24
www.ccna5answers.com www.ccna5blog.com www.ccna-5.com
www.ccna5answers.com 3
10.1.3.0/24
10.1.4.0/28​
11. Which information does a switch use to populate the MAC address table?
o the destination MAC address and the incoming port
o the destination MAC address and the outgoing port
o the source and destination MAC addresses and the incoming port
o the source and destination MAC addresses and the outgoing port
o the source MAC address and the incoming port
o the source MAC address and the outgoing port
12. What is the purpose of setting the native VLAN separate from data
VLANs?
o The native VLAN is for carrying VLAN management traffic only.
o The security of management frames that are carried in the native VLAN can be
enhanced.
o A separate VLAN should be used to carry uncommon untagged frames to avoid
bandwidth contention on data VLANs.
o The native VLAN is for routers and switches to exchange their management
information, so it should be different from data VLANs.
13. A network contains multiple VLANs spanning multiple switches. What
happens when a device in VLAN 20 sends a broadcast Ethernet frame?
o All devices in all VLANs see the frame.
o Devices in VLAN 20 and the management VLAN see the frame.
o Only devices in VLAN 20 see the frame.
o Only devices that are connected to the local switch see the frame.
14. Which security mode is the least secure choice when a home wireless
router is configured?
o WPA
o WPA2
o WEP
o WPA2-Personal
15. Referto the exhibit. The IPv6 access list LIMITED_ACCESS is applied
on the S0/0/0 interface of R1 in the inbound direction. Which IPv6
4
packets from the ISP will be dropped by the ACL on R1?
o HTTPS packets to PC1
o ICMPv6 packets that are destined to PC1
o packets that are destined to PC1 on port 80
o neighbor advertisements that are received from the ISP router
16. Referto the exhibit. The network engineer for the company that is shown
wants to use the primary ISP connection for all external connectivity. The
backup ISP connection is used only if the primary ISP connection fails.
www.ccna5answers.com www.ccna5blog.com www.ccna-5.com
www.ccna5answers.com 5
Which set of commands would accomplish this goal?
o ip route 198.133.219.24 255.255.255.252
ip route 64.100.210.80 255.255.255.252
o ip route 198.133.219.24 255.255.255.252
ip route 64.100.210.80 255.255.255.252 10
o ip route 0.0.0.0 0.0.0.0 s0/0/0
ip route 0.0.0.0 0.0.0.0 s0/1/0
o ip route 0.0.0.0 0.0.0.0 s0/0/0
ip route 0.0.0.0 0.0.0.0 s0/1/0 10
17. What is the most likely scenario in which the WAN interface of a router
would be configured as a DHCP client to be assigned a dynamic IP
address from an ISP?
o There is a web server for public access on the LAN that is attached to the router.
o The router is also the gateway for a LAN.
o It is a SOHO or home broadband router.
o The router is configured as a DHCP server.
18. Referto the exhibit. A network administrator has attempted to
implement a default route from R1 to the ISP and propagate the default
route to EIGRP neighbors. Remote connectivity from the EIGRP
neighbor routers to the ISP connected to R1 is failing. Basedon the
6
output from the exhibit, what is the most likely cause of the problem?
o The command default-information originate has not been issued on R1.
o There are no EIGRP neighborrelationships on R1.
o The ip route command must specify a next-hop IP address instead of an exit interface
when creating a default route.
o The command redistribute static has not been issued on R1.
o The network statement for the ISP connection has not been issued.
www.ccna5answers.com www.ccna5blog.com www.ccna-5.com
www.ccna5answers.com 7
19. Referto the exhibit. Which two networks contain feasible successors?
(Choose two.)
o 192.168.71.0
o 192.168.51.0
o 10.44.100.252
o 10.44.104.253
o 10.44.101.252
20. Referto the exhibit. NAT with overload is configured on router R1 and
uses the NAT pool of addresses 209.165.201.9 through 209.165.201.10.
What type of route would the ISP need in order for communication to
8
occur between hosts in Company ABC and the Internet?
o Because the ISP has knowledge of the directly connected 200.0.0.1 network, no route
is needed.
o A static route from the ISP is needed that uses the network number 172.16.0.0 and
the mask 255.255.0.0.
o A default route from the ISP is needed that uses either the exit interface of S0/0/0 or
the 200.0.0.1 IP address.
o A default route from the ISP is needed that uses either the exit interface of S0/0/1 or
the 200.0.0.2 IP address.
o A static route from the ISP is needed that uses the network number 209.165.201.8
and the mask 255.255.255.252.
21. A network administrator enters the command ipv6 router ospf 64 in
global configuration mode. What is the result of this command?
o The router will be assigned an autonomous systemnumber of 64.
o The router will be assigned a router ID of 64.
o The reference bandwidth will be set to 64 Mb/s.
o The OSPFv3 process will be assigned an ID of 64.
22. Which three statements describe the similarities between OSPFv2 and
OSPFv3? (Choose three.)
o They both are link-state protocols.
o They both use the exit interface address as the source address when sending OSPF
messages.
o They both share the concept of multiple areas.
o They both support IPsec for authentication.
o They both use the same DR/BDR election process.
o They both have unicast routing enabled by default.
www.ccna5answers.com www.ccna5blog.com www.ccna-5.com
www.ccna5answers.com 9
23. Match the description to the access method. (Not all options are used.)
24. Match each description with the corresponding TCP mechanism. (Not all
options are used.)
10
25. Match the description with the correct category. (Not all options are
used.)
www.ccna5answers.com www.ccna5blog.com www.ccna-5.com
www.ccna5answers.com
1
1
26. Referto the exhibit. R1 is configured for NAT as displayed. What is
wrong with the configuration?
o Access-list 1 is misconfigured.
o NAT-POOL2 is not bound to ACL 1.
o Interface Fa0/0 should be identified as an outside NAT interface.
o The NAT pool is incorrect.
27. Which two statements about NetFlow are true? (Choose two.)
o NetFlow can be used to create baseline documentation.
o NetFlow can be used to collect performance indicators such as interface errors, CPU
usage,and memory usage.
o NetFlow can be used to monitor traffic statistics,including packet payload content.
o NetFlow is a Cisco-specific feature that enables the collection of detailed traffic
profiles.
o NetFlow is a network monitoring and event reporting tool.
o NetFlow traffic collectors use a “pull” based model to acquire traffic statistics from
ports of interest.
28. What benefit does NAT64 provide?
o It allows sites to use private IPv6 addresses and translates themto global IPv6
addresses.
o It allows sites to connect multiple IPv4 hosts to the Internet via the use of a single
public IPv4 address.
o It allows sites to connect IPv6 hosts to an IPv4 network by translating the IPv6
addresses to IPv4 addresses.
o It allows sites to use private IPv4 addresses,and thus hides the internal addressing
structure from hosts on public IPv4 networks.
12
29. What are three benefits of using Frame Relay for WAN connectivity?
(Choose three.)
o QoS support using the IP precedence field
o one physicalinterface that can be used for several circuits
o integrated encryption
o mature technology
o reasonable cost
o seamless direct connectivity to an Ethernet LAN
30. What is one advantage to designing networks in building block fashion
for large companies?
o failure isolation
o increased network access time
o coarse security control
o fewer required physical resources
31. What is an IPsec protocol that provides data confidentiality and
authentication for IP packets?
o CHAP
o ESP
o RSA
o IKE
o PSK
o AP
32. Referto the exhibit. Which two statements describe the results of entering
these commands? (Choose two.)
o R1 will send systemmessages of levels 0 (emergencies) to level 4 (warnings) to a
server.
o R1 will not send critical systemmessages to the server until the command debug all
is entered.
o R1 will reset all the warnings to clear the log.
o R1 will output the systemmessages to the local RAM.
o The syslog serverhas the IPv4 address 192.168.10.10.
33. Referto the exhibit. Basedon the output that is shown, what type of NAT
has been implemented?
o dynamic NAT with a pool of two public IP addresses
o PAT using an external interface
o static NAT with one entry
o static NAT with a NAT pool
34. Which type of long distance telecommunication technology provides
point-to-point connections and cellular access?
o WiMax
o municipal Wi-Fi
o satellite
o mobile broadband
www.ccna5answers.com www.ccna5blog.com www.ccna-5.com
www.ccna5answers.com
1
3
35. What are two advantages of packet switching over circuit switching? (Choose two.)
o The communication costs are lower.
o There are fewer delays in the data communications processes.
o Multiple pairs of nodes can communicate over the same network channel.
o A dedicated secure circuit is established between each pair of communicating nodes.
o A connection through the service provider network is established quickly before
communications start.
36. Which two components of a WAN would more likely be used by an ISP?
(Choose two.)
o CO
o CPE
o demarcation point
o DTE
o toll network
37. Which two characteristics describe time-division multiplexing? (Choose
two.)
o Traffic is allocated bandwidth across a single wire based on preassigned time slots.
o Bandwidth is allocated to channels based on whether a station has data to transmit.
o Encoding technology provides high data throughput in a minimum RF spectrumby
supporting parallel data transmission.
o Depending on the configured Layer 2 protocol, data is transmitted across two or
more channels via the use of time slots.
o Data capacity across a single link increases as bits from multiple sources are
transmitted using interleaved slices of time.
38. What is the protocol that provides ISPs the ability to send PPP frames
over DSL networks?
o PPPoE
o CHAP
o PSK
o LTE
o PAP
39. Fill in the blank.
IPsec operates at the network layer of the OSI model.
14
40. Match the characteristic to the correct PPP authentication protocol. (Not
all options are used.)
CCNA 5 Answers:
 CCNA 1 Chapter 1 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter 10 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter 11 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter 2 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter 3 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter 4 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter 5 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter 6 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter 7 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter 8 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter 9 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Chapter and Final Exam Answer 2015 (100%)
 CCNA 1 Final Exam Answer v5 & v5.02 2015 (100%)
 CCNA 1 Practice Final Exam Answer v5.02 2015 (100%)
 CCNA 1 Pretest Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter 1 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter 10 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter 11 Exam Answer v5 & v5.02 2015 (100%)
www.ccna5answers.com www.ccna5blog.com www.ccna-5.com
www.ccna5answers.com
1
5
 CCNA 2 Chapter 2 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter 3 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter 4 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter 5 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter 6 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter 7 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter 8 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter 9 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Chapter and Final Exam Answer 2015 (100%)
 CCNA 2 Final Exam Answer v5 & v5.02 2015 (100%)
 CCNA 2 Practice Final Exam Answer v5.02 2015 (100%)
 CCNA 2 RSE Practice Skills Assessment – PT 2015 (100%)
 CCNA 3 Chapter 1 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 3 Chapter 2 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 3 Chapter 3 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 3 Chapter 4 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 3 Chapter 5 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 3 Chapter 6 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 3 Chapter 7 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 3 Chapter 8 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 3 Chapter 9 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 3 Final Exam Answer v5 & v5.02 2015 (100%)
 CCNA 3 Practice Final Exam Answer v5.02 2015 (100%)
 CCNA 3 Pretest Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Chapter 1 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Chapter 2 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Chapter 3 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Chapter 4 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Chapter 5 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Chapter 6 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Chapter 7 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Chapter 8 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Chapter 9 Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Chapter and Final Exam Answer 2015 (100%)
 CCNA 4 Final Exam Answer v5 & v5.02 2015 (100%)
 CCNA 4 Practice Final Exam Answer v5.02 2015 (100%)
 CCNA 4 Pretest Exam Answer v5 & v5.02 2015 (100%)
 ITE Chapter and Final Exam Answer 2015 (100%)
 ITE Final Exam Answer v5 & v5.02 2015 (100%)

More Related Content

What's hot

Ch6 ccna exploration 3 lan switching and wireless
Ch6 ccna exploration 3 lan switching and wirelessCh6 ccna exploration 3 lan switching and wireless
Ch6 ccna exploration 3 lan switching and wirelesskratos2424
 
Ccna 2 Final V4 1
Ccna 2 Final V4 1Ccna 2 Final V4 1
Ccna 2 Final V4 1stigerj
 
Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011Dân Chơi
 
Neighbor discoverydhcp
Neighbor discoverydhcpNeighbor discoverydhcp
Neighbor discoverydhcpFred Bovy
 
Packet sniffing in switched LANs
Packet sniffing in switched LANsPacket sniffing in switched LANs
Packet sniffing in switched LANsIshraq Al Fataftah
 
NAT and firewall presentation - how setup a nice firewall
NAT and firewall presentation - how setup a nice firewallNAT and firewall presentation - how setup a nice firewall
NAT and firewall presentation - how setup a nice firewallCassiano Campes
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.igede tirtanata
 
4.1.1.10 packet tracer configuring extended ac ls scenario 1
4.1.1.10 packet tracer   configuring extended ac ls scenario 14.1.1.10 packet tracer   configuring extended ac ls scenario 1
4.1.1.10 packet tracer configuring extended ac ls scenario 1mps125
 
Visio-VSCHO001_Design
Visio-VSCHO001_DesignVisio-VSCHO001_Design
Visio-VSCHO001_DesignRick Galvez
 
Site to Site VPN between Cisco Routers
Site to Site VPN between Cisco RoutersSite to Site VPN between Cisco Routers
Site to Site VPN between Cisco RoutersSandeep Kumar
 

What's hot (19)

Ch6 ccna exploration 3 lan switching and wireless
Ch6 ccna exploration 3 lan switching and wirelessCh6 ccna exploration 3 lan switching and wireless
Ch6 ccna exploration 3 lan switching and wireless
 
CCNP Troubleshooting
CCNP TroubleshootingCCNP Troubleshooting
CCNP Troubleshooting
 
Case study
Case studyCase study
Case study
 
Ccna 2 Final V4 1
Ccna 2 Final V4 1Ccna 2 Final V4 1
Ccna 2 Final V4 1
 
Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011
 
Multicast IP addresses Part 1
Multicast IP addresses Part 1Multicast IP addresses Part 1
Multicast IP addresses Part 1
 
OTV Configuration
OTV ConfigurationOTV Configuration
OTV Configuration
 
Neighbor discoverydhcp
Neighbor discoverydhcpNeighbor discoverydhcp
Neighbor discoverydhcp
 
Packet sniffing in switched LANs
Packet sniffing in switched LANsPacket sniffing in switched LANs
Packet sniffing in switched LANs
 
NAT and firewall presentation - how setup a nice firewall
NAT and firewall presentation - how setup a nice firewallNAT and firewall presentation - how setup a nice firewall
NAT and firewall presentation - how setup a nice firewall
 
VRF Lab WorkBook
VRF Lab WorkBookVRF Lab WorkBook
VRF Lab WorkBook
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.
 
4.1.1.10 packet tracer configuring extended ac ls scenario 1
4.1.1.10 packet tracer   configuring extended ac ls scenario 14.1.1.10 packet tracer   configuring extended ac ls scenario 1
4.1.1.10 packet tracer configuring extended ac ls scenario 1
 
Visio-VSCHO001_Design
Visio-VSCHO001_DesignVisio-VSCHO001_Design
Visio-VSCHO001_Design
 
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
 
1 using default
1 using default1 using default
1 using default
 
Site to Site VPN between Cisco Routers
Site to Site VPN between Cisco RoutersSite to Site VPN between Cisco Routers
Site to Site VPN between Cisco Routers
 
Ccna 2 chapter 11 2014 v5
Ccna 2 chapter 11 2014 v5Ccna 2 chapter 11 2014 v5
Ccna 2 chapter 11 2014 v5
 
Private VLANs
Private VLANsPrivate VLANs
Private VLANs
 

Similar to Ccna 4 pretest exam answer v5

Cisco discovery drs ent module 10 - v.4 in english.
Cisco discovery   drs ent module 10 - v.4 in english.Cisco discovery   drs ent module 10 - v.4 in english.
Cisco discovery drs ent module 10 - v.4 in english.igede tirtanata
 
Ccna 3 Final V4.0 Answers
Ccna 3 Final V4.0 AnswersCcna 3 Final V4.0 Answers
Ccna 3 Final V4.0 Answersccna4discovery
 
ccna-discowey-final-100
 ccna-discowey-final-100 ccna-discowey-final-100
ccna-discowey-final-100junkut3
 
Ccna 4 final exam answer v5
Ccna 4 final exam answer v5Ccna 4 final exam answer v5
Ccna 4 final exam answer v5friv4schoolgames
 
Đề Thi Trắc Nghiệm CCNA Full
Đề Thi Trắc Nghiệm CCNA Full Đề Thi Trắc Nghiệm CCNA Full
Đề Thi Trắc Nghiệm CCNA Full nataliej4
 
Ccna 4 Chapter 8 V4.0 Answers
Ccna 4 Chapter 8 V4.0 AnswersCcna 4 Chapter 8 V4.0 Answers
Ccna 4 Chapter 8 V4.0 Answersccna4discovery
 
640 802 exam
640 802 exam640 802 exam
640 802 examliemgpc2
 
Examen final ccna2
Examen final ccna2Examen final ccna2
Examen final ccna2Juli Yaret
 
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 AnswersCCNA4Answers
 
Ccna 1 chapter 5 v4.0 answers 2011
Ccna 1 chapter 5 v4.0 answers 2011Ccna 1 chapter 5 v4.0 answers 2011
Ccna 1 chapter 5 v4.0 answers 2011Dân Chơi
 
Ccna 4 chapter 2 v4.0 answers 2011
Ccna 4 chapter 2 v4.0 answers 2011Ccna 4 chapter 2 v4.0 answers 2011
Ccna 4 chapter 2 v4.0 answers 2011Dân Chơi
 
Ccna 2 chapter 1 v4.0 answers 2011
Ccna 2 chapter 1 v4.0 answers 2011Ccna 2 chapter 1 v4.0 answers 2011
Ccna 2 chapter 1 v4.0 answers 2011Dân Chơi
 
Ccna 2 chapter 7 v4.0 answers 2011
Ccna 2 chapter 7 v4.0 answers 2011Ccna 2 chapter 7 v4.0 answers 2011
Ccna 2 chapter 7 v4.0 answers 2011Dân Chơi
 
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
 
Ccna 4 Final 2 Version 4.0 Answers
Ccna 4 Final 2 Version 4.0 AnswersCcna 4 Final 2 Version 4.0 Answers
Ccna 4 Final 2 Version 4.0 AnswersCCNA4Answers
 
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
 
Ccna 1 chapter 9 v4.0 answers 2011
Ccna 1 chapter 9 v4.0 answers 2011Ccna 1 chapter 9 v4.0 answers 2011
Ccna 1 chapter 9 v4.0 answers 2011Dân Chơi
 

Similar to Ccna 4 pretest exam answer v5 (20)

Cisco discovery drs ent module 10 - v.4 in english.
Cisco discovery   drs ent module 10 - v.4 in english.Cisco discovery   drs ent module 10 - v.4 in english.
Cisco discovery drs ent module 10 - v.4 in english.
 
Ccna 3 Final V4.0 Answers
Ccna 3 Final V4.0 AnswersCcna 3 Final V4.0 Answers
Ccna 3 Final V4.0 Answers
 
ccna-discowey-final-100
 ccna-discowey-final-100 ccna-discowey-final-100
ccna-discowey-final-100
 
Ccna 4 final exam answer v5
Ccna 4 final exam answer v5Ccna 4 final exam answer v5
Ccna 4 final exam answer v5
 
Đề Thi Trắc Nghiệm CCNA Full
Đề Thi Trắc Nghiệm CCNA Full Đề Thi Trắc Nghiệm CCNA Full
Đề Thi Trắc Nghiệm CCNA Full
 
Ccna 4 Chapter 8 V4.0 Answers
Ccna 4 Chapter 8 V4.0 AnswersCcna 4 Chapter 8 V4.0 Answers
Ccna 4 Chapter 8 V4.0 Answers
 
640 802 exam
640 802 exam640 802 exam
640 802 exam
 
Examen final ccna2
Examen final ccna2Examen final ccna2
Examen final ccna2
 
ccna 4 final 2012
ccna 4 final 2012ccna 4 final 2012
ccna 4 final 2012
 
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
 
Ccna 1 chapter 5 v4.0 answers 2011
Ccna 1 chapter 5 v4.0 answers 2011Ccna 1 chapter 5 v4.0 answers 2011
Ccna 1 chapter 5 v4.0 answers 2011
 
Ccna 4 chapter 2 v4.0 answers 2011
Ccna 4 chapter 2 v4.0 answers 2011Ccna 4 chapter 2 v4.0 answers 2011
Ccna 4 chapter 2 v4.0 answers 2011
 
ivesgimpaya2
ivesgimpaya2ivesgimpaya2
ivesgimpaya2
 
Ccna 2 chapter 1 v4.0 answers 2011
Ccna 2 chapter 1 v4.0 answers 2011Ccna 2 chapter 1 v4.0 answers 2011
Ccna 2 chapter 1 v4.0 answers 2011
 
Ccna 2 chapter 7 v4.0 answers 2011
Ccna 2 chapter 7 v4.0 answers 2011Ccna 2 chapter 7 v4.0 answers 2011
Ccna 2 chapter 7 v4.0 answers 2011
 
Exam viewer2
Exam viewer2Exam viewer2
Exam viewer2
 
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
 
Ccna 4 Final 2 Version 4.0 Answers
Ccna 4 Final 2 Version 4.0 AnswersCcna 4 Final 2 Version 4.0 Answers
Ccna 4 Final 2 Version 4.0 Answers
 
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
 
Ccna 1 chapter 9 v4.0 answers 2011
Ccna 1 chapter 9 v4.0 answers 2011Ccna 1 chapter 9 v4.0 answers 2011
Ccna 1 chapter 9 v4.0 answers 2011
 

More from friv4schoolgames

Ccna 3 chapter 2 exam answer v5
Ccna 3 chapter 2 exam answer v5Ccna 3 chapter 2 exam answer v5
Ccna 3 chapter 2 exam answer v5friv4schoolgames
 
Ccna 3 chapter 1 exam answer v5
Ccna 3 chapter 1 exam answer v5Ccna 3 chapter 1 exam answer v5
Ccna 3 chapter 1 exam answer v5friv4schoolgames
 
Ccna 2 rse practice skills assessment
Ccna 2 rse practice skills assessmentCcna 2 rse practice skills assessment
Ccna 2 rse practice skills assessmentfriv4schoolgames
 
Ccna 1 practice final exam answer v5
Ccna 1 practice final exam answer v5Ccna 1 practice final exam answer v5
Ccna 1 practice final exam answer v5friv4schoolgames
 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5friv4schoolgames
 
Ccna 1 chapter 3 exam answer v5
Ccna 1 chapter 3 exam answer v5Ccna 1 chapter 3 exam answer v5
Ccna 1 chapter 3 exam answer v5friv4schoolgames
 

More from friv4schoolgames (7)

Ccna 3 chapter 2 exam answer v5
Ccna 3 chapter 2 exam answer v5Ccna 3 chapter 2 exam answer v5
Ccna 3 chapter 2 exam answer v5
 
Ccna 3 chapter 1 exam answer v5
Ccna 3 chapter 1 exam answer v5Ccna 3 chapter 1 exam answer v5
Ccna 3 chapter 1 exam answer v5
 
Ccna 2 rse practice skills assessment
Ccna 2 rse practice skills assessmentCcna 2 rse practice skills assessment
Ccna 2 rse practice skills assessment
 
Ccna 1 practice final exam answer v5
Ccna 1 practice final exam answer v5Ccna 1 practice final exam answer v5
Ccna 1 practice final exam answer v5
 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5
 
Ccna 1 chapter 3 exam answer v5
Ccna 1 chapter 3 exam answer v5Ccna 1 chapter 3 exam answer v5
Ccna 1 chapter 3 exam answer v5
 
Flick headers
Flick headersFlick headers
Flick headers
 

Ccna 4 pretest exam answer v5

  • 1. www.ccna5answers.com www.ccna5blog.com www.ccna-5.com www.ccna5answers.com 1 CCNA 4 Pretest Exam Answer v5 & v5.02 2015 (100%) 1. When is a dial-up connection used to connect to an ISP? o when a cellular telephone provides the service o when a high-speed connection is provided over a cable TV network o when a satellite dish is used o when a regular telephone line is used 2. Why would a network administrator use the tracert utility? o to determine the active TCP connections on a PC o to check information about a DNS name in the DNS server o to identify where a packet was lost or delayed on a network o to display the IP address,default gateway, and DNS server address for a PC 3. Referto the exhibit. Which type of IPv6 static route is configured in the exhibit? o directly attached static route o recursive static route o fully specified static route o floating static route 4. Which range of link-local addresses can be assigned to an IPv6-enabled interface?​ o FEC0::/10​ o FDEE::/7​ o FEBF::/10 o FF00::/8​ 5. A high school in New York (school A) is using videoconferencing technology to establish student interactions with another high school (school B) in Russia. The videoconferencing is conducted between two end devices through the Internet. The network administrator of school A configures the end device with the IP address 192.168.25.10. The administrator sends a request for the IP address for the end device in school B and the response is 192.168.25.10. The administrator knows immediately that this IP will not work. Why? o This is a loopback address. o This is a link-local address. o This is a private IP address. o There is an IP address conflict. 6. What field content is used by ICMPv6 to determine that a packet has expired? o TTL field o CRC field o Hop Limit field o Time Exceeded field 7. What is the subnet address for the address 2001:DB8:BC15:A:12AB::1/64? o 2001:DB8:BC15::0
  • 2. 2 o 2001:DB8:BC15:A::0 o 2001:DB8:BC15:A:1::1 o 2001:DB8:BC15:A:12::0 8. Which two conditions would cause a router to drop a packet? (Choose two.) o No inbound ACL exists on the interface where the packet enters the router. o The ACL that is affecting the packet does not contain at least one deny ACE. o The packet source address does not match the source as permitted in a standard inbound ACE. o No outbound ACL exists on the interface where the packet exits the router. o No routing table entry exists for the packet destination,but the packet matches a permitted address in an outbound ACL. 9. Which definition describes a supernet route? o a route that has a subnet mask equal to that of the classful mask o a network address with a mask less than the classful mask o a static route with the address 0.0.0.0/0 o a default route with a local exit interface 10. Referto the exhibit. Which route or routes will be advertised to the router ISP if autosummarization is enabled?​ o 10.0.0.0/8 o 10.1.0.0/16 o 10.1.0.0/28 o 10.1.1.0/24 10.1.2.0/24
  • 3. www.ccna5answers.com www.ccna5blog.com www.ccna-5.com www.ccna5answers.com 3 10.1.3.0/24 10.1.4.0/28​ 11. Which information does a switch use to populate the MAC address table? o the destination MAC address and the incoming port o the destination MAC address and the outgoing port o the source and destination MAC addresses and the incoming port o the source and destination MAC addresses and the outgoing port o the source MAC address and the incoming port o the source MAC address and the outgoing port 12. What is the purpose of setting the native VLAN separate from data VLANs? o The native VLAN is for carrying VLAN management traffic only. o The security of management frames that are carried in the native VLAN can be enhanced. o A separate VLAN should be used to carry uncommon untagged frames to avoid bandwidth contention on data VLANs. o The native VLAN is for routers and switches to exchange their management information, so it should be different from data VLANs. 13. A network contains multiple VLANs spanning multiple switches. What happens when a device in VLAN 20 sends a broadcast Ethernet frame? o All devices in all VLANs see the frame. o Devices in VLAN 20 and the management VLAN see the frame. o Only devices in VLAN 20 see the frame. o Only devices that are connected to the local switch see the frame. 14. Which security mode is the least secure choice when a home wireless router is configured? o WPA o WPA2 o WEP o WPA2-Personal 15. Referto the exhibit. The IPv6 access list LIMITED_ACCESS is applied on the S0/0/0 interface of R1 in the inbound direction. Which IPv6
  • 4. 4 packets from the ISP will be dropped by the ACL on R1? o HTTPS packets to PC1 o ICMPv6 packets that are destined to PC1 o packets that are destined to PC1 on port 80 o neighbor advertisements that are received from the ISP router 16. Referto the exhibit. The network engineer for the company that is shown wants to use the primary ISP connection for all external connectivity. The backup ISP connection is used only if the primary ISP connection fails.
  • 5. www.ccna5answers.com www.ccna5blog.com www.ccna-5.com www.ccna5answers.com 5 Which set of commands would accomplish this goal? o ip route 198.133.219.24 255.255.255.252 ip route 64.100.210.80 255.255.255.252 o ip route 198.133.219.24 255.255.255.252 ip route 64.100.210.80 255.255.255.252 10 o ip route 0.0.0.0 0.0.0.0 s0/0/0 ip route 0.0.0.0 0.0.0.0 s0/1/0 o ip route 0.0.0.0 0.0.0.0 s0/0/0 ip route 0.0.0.0 0.0.0.0 s0/1/0 10 17. What is the most likely scenario in which the WAN interface of a router would be configured as a DHCP client to be assigned a dynamic IP address from an ISP? o There is a web server for public access on the LAN that is attached to the router. o The router is also the gateway for a LAN. o It is a SOHO or home broadband router. o The router is configured as a DHCP server. 18. Referto the exhibit. A network administrator has attempted to implement a default route from R1 to the ISP and propagate the default route to EIGRP neighbors. Remote connectivity from the EIGRP neighbor routers to the ISP connected to R1 is failing. Basedon the
  • 6. 6 output from the exhibit, what is the most likely cause of the problem? o The command default-information originate has not been issued on R1. o There are no EIGRP neighborrelationships on R1. o The ip route command must specify a next-hop IP address instead of an exit interface when creating a default route. o The command redistribute static has not been issued on R1. o The network statement for the ISP connection has not been issued.
  • 7. www.ccna5answers.com www.ccna5blog.com www.ccna-5.com www.ccna5answers.com 7 19. Referto the exhibit. Which two networks contain feasible successors? (Choose two.) o 192.168.71.0 o 192.168.51.0 o 10.44.100.252 o 10.44.104.253 o 10.44.101.252 20. Referto the exhibit. NAT with overload is configured on router R1 and uses the NAT pool of addresses 209.165.201.9 through 209.165.201.10. What type of route would the ISP need in order for communication to
  • 8. 8 occur between hosts in Company ABC and the Internet? o Because the ISP has knowledge of the directly connected 200.0.0.1 network, no route is needed. o A static route from the ISP is needed that uses the network number 172.16.0.0 and the mask 255.255.0.0. o A default route from the ISP is needed that uses either the exit interface of S0/0/0 or the 200.0.0.1 IP address. o A default route from the ISP is needed that uses either the exit interface of S0/0/1 or the 200.0.0.2 IP address. o A static route from the ISP is needed that uses the network number 209.165.201.8 and the mask 255.255.255.252. 21. A network administrator enters the command ipv6 router ospf 64 in global configuration mode. What is the result of this command? o The router will be assigned an autonomous systemnumber of 64. o The router will be assigned a router ID of 64. o The reference bandwidth will be set to 64 Mb/s. o The OSPFv3 process will be assigned an ID of 64. 22. Which three statements describe the similarities between OSPFv2 and OSPFv3? (Choose three.) o They both are link-state protocols. o They both use the exit interface address as the source address when sending OSPF messages. o They both share the concept of multiple areas. o They both support IPsec for authentication. o They both use the same DR/BDR election process. o They both have unicast routing enabled by default.
  • 9. www.ccna5answers.com www.ccna5blog.com www.ccna-5.com www.ccna5answers.com 9 23. Match the description to the access method. (Not all options are used.) 24. Match each description with the corresponding TCP mechanism. (Not all options are used.)
  • 10. 10 25. Match the description with the correct category. (Not all options are used.)
  • 11. www.ccna5answers.com www.ccna5blog.com www.ccna-5.com www.ccna5answers.com 1 1 26. Referto the exhibit. R1 is configured for NAT as displayed. What is wrong with the configuration? o Access-list 1 is misconfigured. o NAT-POOL2 is not bound to ACL 1. o Interface Fa0/0 should be identified as an outside NAT interface. o The NAT pool is incorrect. 27. Which two statements about NetFlow are true? (Choose two.) o NetFlow can be used to create baseline documentation. o NetFlow can be used to collect performance indicators such as interface errors, CPU usage,and memory usage. o NetFlow can be used to monitor traffic statistics,including packet payload content. o NetFlow is a Cisco-specific feature that enables the collection of detailed traffic profiles. o NetFlow is a network monitoring and event reporting tool. o NetFlow traffic collectors use a “pull” based model to acquire traffic statistics from ports of interest. 28. What benefit does NAT64 provide? o It allows sites to use private IPv6 addresses and translates themto global IPv6 addresses. o It allows sites to connect multiple IPv4 hosts to the Internet via the use of a single public IPv4 address. o It allows sites to connect IPv6 hosts to an IPv4 network by translating the IPv6 addresses to IPv4 addresses. o It allows sites to use private IPv4 addresses,and thus hides the internal addressing structure from hosts on public IPv4 networks.
  • 12. 12 29. What are three benefits of using Frame Relay for WAN connectivity? (Choose three.) o QoS support using the IP precedence field o one physicalinterface that can be used for several circuits o integrated encryption o mature technology o reasonable cost o seamless direct connectivity to an Ethernet LAN 30. What is one advantage to designing networks in building block fashion for large companies? o failure isolation o increased network access time o coarse security control o fewer required physical resources 31. What is an IPsec protocol that provides data confidentiality and authentication for IP packets? o CHAP o ESP o RSA o IKE o PSK o AP 32. Referto the exhibit. Which two statements describe the results of entering these commands? (Choose two.) o R1 will send systemmessages of levels 0 (emergencies) to level 4 (warnings) to a server. o R1 will not send critical systemmessages to the server until the command debug all is entered. o R1 will reset all the warnings to clear the log. o R1 will output the systemmessages to the local RAM. o The syslog serverhas the IPv4 address 192.168.10.10. 33. Referto the exhibit. Basedon the output that is shown, what type of NAT has been implemented? o dynamic NAT with a pool of two public IP addresses o PAT using an external interface o static NAT with one entry o static NAT with a NAT pool 34. Which type of long distance telecommunication technology provides point-to-point connections and cellular access? o WiMax o municipal Wi-Fi o satellite o mobile broadband
  • 13. www.ccna5answers.com www.ccna5blog.com www.ccna-5.com www.ccna5answers.com 1 3 35. What are two advantages of packet switching over circuit switching? (Choose two.) o The communication costs are lower. o There are fewer delays in the data communications processes. o Multiple pairs of nodes can communicate over the same network channel. o A dedicated secure circuit is established between each pair of communicating nodes. o A connection through the service provider network is established quickly before communications start. 36. Which two components of a WAN would more likely be used by an ISP? (Choose two.) o CO o CPE o demarcation point o DTE o toll network 37. Which two characteristics describe time-division multiplexing? (Choose two.) o Traffic is allocated bandwidth across a single wire based on preassigned time slots. o Bandwidth is allocated to channels based on whether a station has data to transmit. o Encoding technology provides high data throughput in a minimum RF spectrumby supporting parallel data transmission. o Depending on the configured Layer 2 protocol, data is transmitted across two or more channels via the use of time slots. o Data capacity across a single link increases as bits from multiple sources are transmitted using interleaved slices of time. 38. What is the protocol that provides ISPs the ability to send PPP frames over DSL networks? o PPPoE o CHAP o PSK o LTE o PAP 39. Fill in the blank. IPsec operates at the network layer of the OSI model.
  • 14. 14 40. Match the characteristic to the correct PPP authentication protocol. (Not all options are used.) CCNA 5 Answers:  CCNA 1 Chapter 1 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter 10 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter 11 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter 2 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter 3 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter 4 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter 5 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter 6 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter 7 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter 8 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter 9 Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Chapter and Final Exam Answer 2015 (100%)  CCNA 1 Final Exam Answer v5 & v5.02 2015 (100%)  CCNA 1 Practice Final Exam Answer v5.02 2015 (100%)  CCNA 1 Pretest Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter 1 Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter 10 Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter 11 Exam Answer v5 & v5.02 2015 (100%)
  • 15. www.ccna5answers.com www.ccna5blog.com www.ccna-5.com www.ccna5answers.com 1 5  CCNA 2 Chapter 2 Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter 3 Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter 4 Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter 5 Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter 6 Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter 7 Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter 8 Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter 9 Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Chapter and Final Exam Answer 2015 (100%)  CCNA 2 Final Exam Answer v5 & v5.02 2015 (100%)  CCNA 2 Practice Final Exam Answer v5.02 2015 (100%)  CCNA 2 RSE Practice Skills Assessment – PT 2015 (100%)  CCNA 3 Chapter 1 Exam Answer v5 & v5.02 2015 (100%)  CCNA 3 Chapter 2 Exam Answer v5 & v5.02 2015 (100%)  CCNA 3 Chapter 3 Exam Answer v5 & v5.02 2015 (100%)  CCNA 3 Chapter 4 Exam Answer v5 & v5.02 2015 (100%)  CCNA 3 Chapter 5 Exam Answer v5 & v5.02 2015 (100%)  CCNA 3 Chapter 6 Exam Answer v5 & v5.02 2015 (100%)  CCNA 3 Chapter 7 Exam Answer v5 & v5.02 2015 (100%)  CCNA 3 Chapter 8 Exam Answer v5 & v5.02 2015 (100%)  CCNA 3 Chapter 9 Exam Answer v5 & v5.02 2015 (100%)  CCNA 3 Final Exam Answer v5 & v5.02 2015 (100%)  CCNA 3 Practice Final Exam Answer v5.02 2015 (100%)  CCNA 3 Pretest Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Chapter 1 Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Chapter 2 Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Chapter 3 Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Chapter 4 Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Chapter 5 Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Chapter 6 Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Chapter 7 Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Chapter 8 Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Chapter 9 Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Chapter and Final Exam Answer 2015 (100%)  CCNA 4 Final Exam Answer v5 & v5.02 2015 (100%)  CCNA 4 Practice Final Exam Answer v5.02 2015 (100%)  CCNA 4 Pretest Exam Answer v5 & v5.02 2015 (100%)  ITE Chapter and Final Exam Answer 2015 (100%)  ITE Final Exam Answer v5 & v5.02 2015 (100%)