<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>http://learn-ccna.com &#187; CCNA 4 Final Exam</title>
	<atom:link href="http://learn-ccna.com/category/ccna-4-final-exam/feed/" rel="self" type="application/rss+xml" />
	<link>http://learn-ccna.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 08 Jul 2011 07:58:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ccna4 exploration 4 final exam latest update.</title>
		<link>http://learn-ccna.com/2009/12/14/ccna4-exploration-4-final-exam-latest-update/</link>
		<comments>http://learn-ccna.com/2009/12/14/ccna4-exploration-4-final-exam-latest-update/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:30:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA 4 Final Exam]]></category>
		<category><![CDATA[CCNA Exploration 4]]></category>

		<guid isPermaLink="false">http://learn-ccna.com/?p=1346</guid>
		<description><![CDATA[exploration final exam latest update(10th july) 1. Refer to the exhibit. A network administrator is trying to configure a router to use SDM. After this configuration shown in the exhibit is applied, the SDM interface of the router is still not accessible. What is the cause of the problem? *The username and password are not [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">exploration final exam latest update(10th july)</span></p>
<p>1. Refer to the exhibit. A network administrator is trying to configure a router to use SDM. After this configuration shown in the exhibit is applied, the SDM interface of the router is still not accessible. What is the cause of the problem?<br />
*The username and password are not configured correctly.<br />
The authentication method is not configured correctly.<br />
The HTTP timeout policy is not configured correctly.<br />
The vtys are not configured correctly.</p>
<p>2. Refer to the exhibit. Branch A has a non-Cisco router that is using IETF encapsulation and Branch B has a Cisco router. After the commands that are shown are entered, R1 and R2 fail to establish the PVC. The R2 LMI is Cisco, and the R1 LMI is ANSI. The LMI is successfully established at both locations. Why is the PVC failing?<br />
The PVC to R1 must be point-to-point.<br />
LMI types must match on each end of a PVC.<br />
The frame relay PVCs cannot be established between Cisco and non-Cisco routers.<br />
*The IETF parameter is missing from the frame-relay map ip 10.10.10.1 201 command.</p>
<p>3. Refer to the exhibit. An ACL called Managers already exists on this router. What happens if the network administrator issues the commands as shown in the exhibit?<br />
The new ACL overwrites the existing ACL.<br />
The network administrator will receive an error message.<br />
*The existing ACL is modified to include the new command.<br />
A second Managers ACL is created that contains only the new command.</p>
<p>4. Refer to the exhibit. A network administrator is trying to backup the IOS software on R1 to the TFTP server. He receives the error message that is shown in the exhibit, and cannot ping the TFTP server from R1. What is an action that can help to isolate this problem?<br />
Use correct source file name in the command.<br />
Verify that the TFTP server software is running.<br />
Make sure that there is enough room on the TFTP server for the backup.<br />
*Check that R1 has a route to the network where the TFTP server resides.</p>
<p>5. What can a network administrator do to recover from a lost router password?<br />
use the copy tftp: flash: command<br />
boot the router to bootROM mode and enter the b command to load the IOS manually<br />
telnet from another router and issue the show running-config command to view the password<br />
*boot the router to ROM monitor mode and configure the router to ignore the startup configuration when it initializes</p>
<p>6. Which combination of authentication and Layer 2 protocol should be used to establish a link between a Cisco and a non-Cisco router without sending authentication information in plain text?<br />
CHAP and HDLC<br />
*CHAP and PPP<br />
PAP and HDLC<br />
PAP and PPP</p>
<p>7. Refer to the exhibit. Which statement correctly describes how Router1 processes an FTP request that enters interface s0/0/0 and is destined for an FTP server at IP address 192.168.1.5?<br />
The router matches the incoming packet to the statement that was created by the access-list 201 deny icmp 192.168.1.0 0.0.0.255 any command, continues comparing the packet to the remaining statements in ACL 201 to ensure that no subsequent statements allow FTP, and then the router drops the packet.<br />
The router reaches the end of ACL 101 without matching a condition and drops the packet because there is no statement that was created by the access-list 101 permit ip any any command.<br />
*The router matches the incoming packet to the statement that was created by the access-list 101 permit ip any 192.168.1.0 0.0.0.255 command and allows the packet into the router.<br />
It matches the incoming packet to the statement that was created by the access-list 201 permit ip any any command and allows the packet into the router.</p>
<p>8. Which three statements accurately describe attributes of a security policy? (Choose three.)<br />
*It creates a basis for legal action if necessary.<br />
It should not be altered once it is implemented.<br />
*It defines a process for managing security violations.<br />
It focuses primarily on threats from outside of the organization.<br />
*It defines acceptable and unacceptable use of network resources.<br />
It provides step-by-step procedures to harden routers and other network devices.</p>
<p>9. Refer to the exhibit. The network administrator creates a standard access control list on Router1 to prohibit traffic from the 172.16.1.0/24 network from reaching the 172.16.2.0/24 network while still permitting Internet access for all networks. On which router interface and in which direction should it be applied?<br />
interface Fa0/0, inbound<br />
interface Fa0/0, outbound<br />
interface Fa0/1, inbound<br />
*interface Fa0/1, outbound</p>
<p>10. Refer to the exhibit. Why are the routers unable to establish a PPP session?<br />
*The usernames are misconfigured.<br />
The IP addresses are on different subnets.<br />
The clock rate is configured on the wrong end of the link.<br />
The CHAP passwords must be different on the two routers.<br />
Interface serial 0/0/0 on Router1 must connect to interface serial 0/0/1 on Router2.</p>
<p>11. What are two main components of data confidentiality? (Choose two.)<br />
checksum<br />
digital certificates<br />
**encapsulation<br />
**encryption<br />
hashing</p>
<p>12. A technician is talking to a colleague at a rival company and comparing DSL transfer rates between the two companies. Both companies are in the same city, use the same service provider, and have the same rate/service plan. What is the explanation for why company 1 reports higher download speeds than company 2 reports?<br />
Company 1 only uses microfilters at branch locations.<br />
Company 1 has a lower volume of POTS traffic than company 2 has.<br />
**Company 2 is located farther from the service provider than company 1 is.<br />
Company 2 shares the connection to the DSLAM with more clients than company 1 shares with.</p>
<p>13. What is the result when the command permit tcp 192.168.4.0 0.0.3.255 any eq 23 is entered in a named access control list and applied on the inbound interface of a router?<br />
All traffic from 192.168.4.0/24 larger than 23 bytes is permitted.<br />
FTP traffic from the 192.168.4.0/24 network is permitted.<br />
TCP traffic destined to 192.168.4.0/24 network is permitted.<br />
**Telnet traffic originating from 192.168.4.0/22 is permitted out.</p>
<p>14. What are two major characteristics of a worm? (Choose two.)<br />
**exploits known vulnerabilities<br />
attaches itself to another program<br />
executed by a predefined time or event<br />
masquerades as an accepted program<br />
**copies itself to the host and selects new targets</p>
<p>15. While configuring a Frame Relay connection, when should a static Frame Relay map be used?<br />
the remote router is a non-Cisco router<br />
the local router is configured with subinterfaces<br />
**broadcast traffic and multicast traffic over the PVC must be controlled<br />
globally significant rather than locally significant DLCIs are being used<br />
16. A system administrator must provide Internet connectivity for ten hosts in a small remote office. The ISP has assigned two public IP addresses to this remote office. How can the system administrator configure the router to provide Internet access to all ten users at the same time?<br />
Configure static NAT.<br />
Configure dynamic NAT.<br />
Configure static NAT with overload.<br />
**Configure dynamic NAT with overload.<br />
17. Refer to the exhibit. Which DHCP requests will R1 answer?<br />
all DHCP requests that R1 receives<br />
requests that are broadcast to 10.0.1.255<br />
DNS requests with a destination of 10.0.1.3<br />
**requests that are received on the FastEthernet 0/0 interface<br />
requests that come from any networks that are not listed as excluded<br />
18. What are the symptoms when the s0/0/0 interface on a router is attached to an operational CSU/DSU that is generating a clock signal, but the far end router on the point-to-point link has not been activated?<br />
show controllers indicates cable type DCE V.35. show interfaces s0/0/0 indicates serial down, line protocol down.<br />
show controllers indicates cable type DCE V.35. show interfaces s0/0/0 indicates serial up, line protocol down.<br />
**show controllers indicates cable type DTE V.35. show interfaces s0/0/0 indicates serial up, line protocol down.<br />
show controllers indicates cable type DTE V.35. show interfaces s0/0/0 indicates serial down, line protocol down.<br />
19. A technician has been asked to run Cisco SDM one-step lockdown on the router of a customer. What will be the result of this process?<br />
Traffic is only forwarded from SDM-trusted Cisco routers.<br />
Security testing is performed and the results are saved as a text file stored in NVRAM.<br />
**The router is tested for potential security problems and any necessary changes are made.<br />
All traffic entering the router is quarantined and checked for viruses before being forwarded.<br />
20. Refer to the exhibit. A network administrator has issued the commands that are shown on Router1 and Router2. A later review of the routing tables reveals that neither router is learning the LAN network of the neighbor router. What is most likely the problem with the RIPng configuration?<br />
The serial interfaces are in different subnets.<br />
**The RIPng process is not enabled on interfaces.<br />
The RIPng processes do not match between Router1 and Router2.<br />
The RIPng network command is missing from the IPv6 RIP configuration.<br />
21. Refer to the exhibit. Which statement is true about the Frame Relay connection?<br />
The Frame Relay connection is in the process of negotiation.<br />
**A congestion control mechanism is enabled on the Frame Relay connection.<br />
The ACTIVE status of the Frame Relay connection indicates that the network is experiencing congestion.<br />
Only control FECN and BECN bits are sent over the Frame Relay connection. No data traffic traverses the link.<br />
22. When configuring a Frame Relay connection, what is the purpose of Inverse ARP?<br />
to assign a DLCI to a remote peer<br />
to disable peer requests from determining local Layer 3 addresses<br />
to negotiate LMI encapsulations between local and remote Frame Relay peers<br />
**to create a mapping of DLCI to Layer 3 addresses that belong to remote peers<br />
23. When NAT is in use, what is used to determine the addresses that can be translated on a Cisco router?<br />
**access control list<br />
routing protocol<br />
inbound interface<br />
ARP cache<br />
24. An administrator is configuring a dual stack router with IPv6 and IPv4 using RIPng. The administrator receives an error message when trying to enter the IPv4 routes into RIPng. What is the cause of the problem?<br />
When IPv4 and IPv6 are configured on the same interface, all IPv4 addresses are over-written in favor of the newer technology.<br />
Incorrect IPv4 addresses are entered on the router interfaces.<br />
RIPng is incompatible with dual-stack technology.<br />
**IPv4 is incompatible with RIPng.<br />
25. Refer to the exhibit. Router1 is not able to communicate with its peer that is connected to this interface. Based on the output as shown, what is the most likely cause?<br />
interface reset<br />
**unplugged cable<br />
improper LMI type<br />
PPP negotiation failure<br />
26. Which two functions are provided by the Local Management Interface (LMI) that is used in Frame Relay networks? (Choose two.)<br />
**simple flow control<br />
error notification<br />
congestion notification<br />
mapping of DLCIs to network addresses<br />
**exchange of information about the status of virtual circuits<br />
27. Refer to the exhibit. A technician issues the show interface s0/0/0 command on R1 while troubleshooting a network problem. What two conclusions can be determined by from the output shown? (Choose two.)<br />
**The bandwidth has been set to the value of a T1 line.<br />
This interface should be configured for PPP encapsulation.<br />
**There is no failure indicated in an OSI Layer 1 or Layer 2.<br />
The physical connection between the two routers has failed.<br />
The IP address of S0/0/0 is invalid, given the subnet mask being used.<br />
28. Refer to the exhibit. Which statement is true about the CSU/DSU device?<br />
It connects asynchronous devices to a LAN or WAN through network and terminal emulation software.<br />
It uses a multiport internetworking device to switch traffic such as Frame Relay, ATM, or X.25 over the WAN.<br />
**It provides termination for the digital signal and ensures connection integrity through error correction and line monitoring.<br />
It converts the digital signals produced by a computer into voice frequencies that can be transmitted over the analog lines of the public telephone network.<br />
29. Where does a service provider assume responsibility from a customer for a WAN connection?<br />
local loop<br />
DTE cable on router<br />
**demarcation point<br />
demilitarized zone<br />
30. What are two LCP options that can be configured for PPP? (Choose two.)<br />
EAP<br />
**CHAP<br />
IPCP<br />
CDPCP<br />
**stacker<br />
31. Refer to the exhibit. What is placed in the address field in the header of a frame that will travel from the DC router to the Orlando router?<br />
DLCI 123<br />
**DLCI 321<br />
10.10.10.25<br />
10.10.10.26<br />
MAC address of the Orlando router<br />
32. Which two statements are true about creating and applying access lists? (Choose two.)<br />
**There is an implicit deny at the end of all access lists.<br />
**One access list per port, per protocol, per direction is permitted.<br />
Access list entries should filter in the order from general to specific.<br />
The term inbound refers to traffic that enters the network from the router interface where the ACL is applied.<br />
Standard ACLs should be applied closest to the source while extended ACLs should be applied closest to the destination.<br />
33. Which statement is true about wildcard masks?<br />
Inverting the subnet mask will always create the wildcard mask.<br />
The wildcard mask performs the same function as a subnet mask.<br />
A network or subnet bit is identified by a 1? in the wildcard mask.<br />
**IP address bits that must be checked are identified by a 0? in the wildcard mask.<br />
34. Refer to the exhibit. A host connected to Fa0/0 is unable to acquire an IP address from this DHCP server. The output of the debug ip dhcp server command shows DHCPD: there is no address pool for 192.168.1.1?. What is the problem?<br />
The 192.168.1.1 address has not been excluded from the DHCP pool.<br />
**The pool of addresses for the 192Network pool is incorrect.<br />
The default router for the 192Network pool is incorrect.<br />
The 192.168.1.1 address is already configured on Fa0/0.<br />
35.Refer to the exhibit. A network administrator is tasked with completing the Frame Relay topology that interconnects two remote sites. How should the point-to-point subinterfaces be configured on HQ to complete the topology?<br />
frame-relay interface-dlci 103 on Serial 0/0/0.1<br />
frame-relay interface-dlci 203 on Serial 0/0/0.2<br />
**frame-relay interface-dlci 301 on Serial 0/0/0.1<br />
frame-relay interface-dlci 302 on Serial 0/0/0.2<br />
frame-relay map ip 192.168.1.1 103 broadcast on Serial 0/0/0.1<br />
frame-relay map ip 192.168.2.2 203 broadcast on Serial 0/0/0.2<br />
frame-relay map ip 192.168.1.1 301 broadcast on Serial 0/0/0.1<br />
frame-relay map ip 192.168.2.2 302 broadcast on Serial 0/0/0.2<br />
36. What are two effective measures for securing routers? (Choose two.)<br />
Protect all active router interfaces by configuring them as passive interfaces.<br />
Configure remote administration through VTY lines for Telnet access.<br />
**Use quotes or phrases to create pass phrases.<br />
**Disable the HTTP server service.<br />
Enable SNMP traps.<br />
37. A network administrator is instructing a technician on best practices for applying ACLs. Which suggestion should the administrator provide?<br />
Named ACLs are less efficient than numbered ACLs.<br />
Standard ACLs should be applied closest to the core layer.<span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">ACLs applied to outbound interfaces are the most efficient.</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">**Extended ACLs should be applied closest to the source that is specified by the ACL.<br />
38. Refer to the exhibit. RIPv2 has been configured on all routers in the network. Routers R1 and R3 do not receive RIP routing updates. On the basis of the provided configuration, what should be enabled on router R2 to remedy the problem?<br />
proxy ARP<br />
CDP updates<br />
SNMP services<br />
**RIP authentication</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">39. Refer to the exhibit. Partial results of the show access-lists and show ip interface FastEthernet 0/1 commands for router Router1 are shown. There are no other ACLs in effect. Host A is unable to telnet to host B. Which action will correct the problem but still restrict other traffic between the two networks?<br />
Apply the ACL in the inbound direction.<br />
Apply the ACL on the FastEthernet 0/0 interface.<br />
**Reverse the order of the TCP protocol statements in the ACL.<br />
Modify the second entry in the list to permit tcp host 172.16.10.10 any eq telnet .</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">40. What will be the result of adding the command ip dhcp excluded-address 192.168.24.1 192.168.24.5 to the configuration of a local router that has been configured as a DHCP server?<br />
Traffic that is destined for 192.168.24.1 and 192.168.24.5 will be dropped by the router.<br />
Traffic will not be routed from clients with addresses between 192.168.24.1 and 192.168.24.5.<br />
**The DHCP server will not issue the addresses ranging from 192.168.24.1 to 192.168.24.5.<br />
The router will ignore all traffic that comes from the DHCP servers with addresses 192.168.24.1 and 192.168.24.5.</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">41. Refer to the exhibit. What can be concluded from the exhibited output of the debug ip nat command?<br />
The 10.10.10.75 host is exchanging packets with the 192.168.0.10 host.<br />
The native 10.1.200.254 address is being translated to 192.168.0.10.<br />
**The 192.168.0.0/24 network is the inside network.<br />
Port address translation is in effect.</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">42. Refer to the exhibit. Company ABC expanded its business and recently opened a new branch office in another country. IPv6 addresses have been used for the company network. The data servers Server1 and Server2 run applications which require end-to-end functionality, with unmodified packets that are forwarded from the source to the destination. The edge routers R1 and R2 support dual stack configuration. What solution should be deployed at the edge of the company network in order to successfully interconnect both offices?<br />
a new WAN service supporting only IPv6<br />
NAT overload to map inside IPv6 addresses to outside IPv4 address<br />
**a manually configured IPv6 tunnel between the edge routers R1 and R2<br />
static NAT to map inside IPv6 addresses of the servers to an outside IPv4 address and dynamic NAT for the rest of the inside IPv6 addresses</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">43. A network administrator has changed the VLAN configurations on his network switches over the past weekend. How can the administrator determine if the additions and changes improved performance and availability on the company intranet?<br />
**Conduct a performance test and compare with the baseline that was established previously.<br />
Interview departmental secretaries and determine if they think load time for web pages has improved.<br />
Determine performance on the intranet by monitoring load times of company web pages from remote sites.<br />
Compare the hit counts on the company web server for the current week to the values that were recorded in previous weeks.</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">44. Refer to the exhibit. From the output of the show interfaces and ping commands, at which layer of the OSI model is a fault indicated?<br />
application<br />
transport<br />
**network<br />
data link<br />
physical</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">45. While troubleshooting a problem with an e-mail server, an administrator observes that the switch port used by the server shows up, line protocol up. The administrator cannot ping the server. At which layer of the OSI model is the problem most likely to be found?<br />
application layer<br />
**network layer<br />
data link layer<br />
physical layer</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">46. Which variable is permitted or denied by a standard access control list?<br />
protocol type<br />
**source IP address<br />
source MAC address<br />
destination IP address<br />
destination MAC address</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">47. A technician is editing and reapplying ACL 115 to a router, what is the result of adding the command access-list 115 permit tcp any 172.16.0.0 0.0.255.255 established to the ACL when it is reapplied to the router?<br />
All traffic that comes from 172.16.0.0/16 will be allowed.<br />
All TCP traffic that is destined for 172.16.0.0/16 is permitted.<br />
Any SYN packets that are sent to 172.16.0.0/16 will be permitted.<br />
**Responses to traffic that originates from the 172.16.0.0/16 network are allowed.</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">48. Because of a remote-procedure call failure, a user is unable to access an NFS server. At what layer of the TCP/IP model does this problem occur?<br />
network layer<br />
data link layer<br />
physical layer<br />
**application layer</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">49. Refer to the exhibit. Communication between two peers has failed. Based on the output that is shown, what is the most likely cause?<br />
interface reset<br />
unplugged cable<br />
improper LMI type<br />
**PPP negotiation failure</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">50. Which encapsulation protocol when deployed on a Cisco router over a serial interface is only compatible with another Cisco router?<br />
PPP<br />
SLIP<br />
**HDLC<br />
Frame Relay</span></p>
<p><span style="font-family: 'Trebuchet MS',Verdana,Arial,sans-serif; font-size: 11px; line-height: 16px; text-align: left;">source : </span><a href="http://ccnabooksource.blogspot.com/2009/07/ccna4-exploration-4-final-exam-latest.html">ccnabooksource.blogspot.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://learn-ccna.com/2009/12/14/ccna4-exploration-4-final-exam-latest-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNA 4 final test</title>
		<link>http://learn-ccna.com/2009/11/25/ccna-4-final-test/</link>
		<comments>http://learn-ccna.com/2009/11/25/ccna-4-final-test/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 15:52:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA 4 Final Exam]]></category>

		<guid isPermaLink="false">http://learn-ccna.com/?p=1204</guid>
		<description><![CDATA[1 Which of the following describes the roles of devices in a WAN? (Choose three.) *** A CSU/DSU terminates a digital local loop. A modem terminates a digital local loop. A CSU/DSU terminates an analog local loop. *** A modem terminates an analog local loop. *** A router is commonly considered a DTE device. A [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333333; line-height: 18px; text-align: left; font-family: 'Trebuchet MS';">1<br />
Which of the following describes the roles of devices in a WAN? (Choose three.)</p>
<p>*** A CSU/DSU terminates a digital local loop.</p>
<p>A modem terminates a digital local loop.</p>
<p>A CSU/DSU terminates an analog local loop.</p>
<p>*** A modem terminates an analog local loop.</p>
<p>*** A router is commonly considered a DTE device.</p>
<p>A router is commonly considered a DCE device.</p>
<p><span style="display: inline;"><br />
2<br />
What value in the address field of a Frame Relay header identifies the destination of the frame?</p>
<p>CIR</p>
<p>DE</p>
<p>*** DLCI</p>
<p>ISDN</p>
<p>FRAD</p>
<p>PVC</p>
<p>3</p>
<p>The serial PPP link between the Left and Right routers is configured as shown in the diagram. Which configuration issue explains why the link is unable to establish a PPP session?</p>
<p>The IP addresses must be on different subnets.</p>
<p>*** The usernames are misconfigured.</p>
<p>The passwords must be different for the CHAP authentication.</p>
<p>The clock rate must be 56000.</p>
<p>The clock rate is configured on the wrong end of the link.</p>
<p>Interface serial 0/0 on Left must connect to interface serial 0/1 on Right.</p>
<p>4<br />
The output of the show interfaces serial 0/0 command for a frame-relay connection indicates that the serial line is up but the line protocol is down. What are possible causes for this? (Choose two.)</p>
<p>*** There is an LMI-type mismatch between the Frame Relay switch and the router.</p>
<p>There is no clock present on the serial interface.</p>
<p>The interface is shut down.</p>
<p>RARP is not functioning on the router.</p>
<p>*** The cable is disconnected.</p>
<p>5<br />
Which statements are correct about the point in the network where the responsibility of the service provider ends? (Choose three.)</p>
<p>*** The International point is on the customer side of the network terminating unit(NTU).</p>
<p>*** The United States point is at the interface of the customer-provided equipment and the local loop.</p>
<p>The responsibility for this point is controlled by IANA.</p>
<p>*** The point is called the demarcation point.</p>
<p>The point is typically located at the service provider&#8217;s central office.</p>
<p>The point is located between the customer&#8217;s local area networks.</p>
<p>6<br />
While prototyping an internetwork in the corporate lab, a network administrator is testing a serial link between serial 0/0 interfaces on two routers. The labels on the serial cable ends have been damaged and are unreadable. What command can be issued to determine which router is connected to the DCE cable end?</p>
<p>show interfaces serial 0/0</p>
<p>show version</p>
<p>*** show controllers serial 0/0</p>
<p>show protocols serial 0/0</p>
<p>show status serial 0/0</p>
<p>7</p>
<p>A network technician determines DHCP clients are not working properly. The clients are receiving IP configuration information from a DHCP server configured on the router but cannot access the Internet. From the output in the graphic, what is the most likely problem?</p>
<p>The DHCP server service is not enabled.</p>
<p>The inside interface for DCHP is not defined.</p>
<p>*** The DHCP pool is not bound to the interface.</p>
<p>The pool does not have a default router defined for the clients.</p>
<p>All the host addresses have been excluded from the DHCP pool.</p>
<p>8<br />
A technician enters the interface serial 0/0.1 multipoint command when configuring a router. What effect will the multipoint keyword have in this configuration? (Choose two.)</p>
<p>*** Split-horizon issues will need to be resolved for this network if RIP is the routing protocol.</p>
<p>A subinterface will be defined for each PVC.</p>
<p>*** All the participating interfaces of remote routers will be configured in the same subnet.</p>
<p>A single DLCI will be used to define all the PVCs to the remote routers.</p>
<p>An IP address will need to be configured on the main interface.</p>
<p>9<br />
When configuring a Frame Relay connection, when should a static Frame Relay map be used? (Choose two.)</p>
<p>when the remote router is a non-Cisco router</p>
<p>*** when the remote router does not support Inverse ARP</p>
<p>when the local router is using IOS Release 11.1 or earlier</p>
<p>*** when broadcast traffic and multicast traffic over the PVC must be controlled</p>
<p>when globally significant rather than locally significant DLCIs are being used</p>
<p>10</p>
<p>Which router command would be used to associate a Layer 2 address with the corresponding Layer 3 address in the internetwork in the diagram?</p>
<p>RouterA(config-if)#frame-relay pvc 100 192.168.15.2</p>
<p>RouterA(config-if)#dialer-map ip 192.168.15.1 100 broadcast</p>
<p>*** RouterA(config-if)#frame-relay map ip 192.168.15.2 100 broadcast</p>
<p>RouterA (config-if)#dialer-map 192.168.15.1 101 serial 0 broadcast</p>
<p>RouterA (config-if)#frame-relay dlci 101 192.168.15.1 broadcast</p>
<p>RouterA (config-if)#dialer-map 192.168.15.1 inverse-arp broadcast</p>
<p>11<br />
Which of the following ISDN protocols is responsible for call setup and call teardown?</p>
<p>*** ITU-T Q.921</p>
<p>ITU-T Q.931</p>
<p>ITU-T I.430</p>
<p>ITU-T I.431</p>
<p>12<br />
What are two ways to resolve split-horizon issues in a Frame Relay network? (Choose two.)</p>
<p>*** create a full-mesh topology</p>
<p>disable Inverse ARP</p>
<p>*** use point-to-point subinterfaces</p>
<p>use multipoint subinterfaces</p>
<p>remove the broadcast keyword from the frame-relay map command</p>
<p>13</p>
<p>What is the purpose of the command marked with an arrow shown in the partial configuration output of a Cisco 806 broadband router?</p>
<p>defines which addresses are allowed out of the router</p>
<p>*** defines which addresses are allowed into the router</p>
<p>defines which addresses can be translated</p>
<p>defines which addresses are assigned to a NAT pool</p>
<p>14</p>
<p>A system administrator is unable to ping the Serial0/0 interface of RouterB from RouterA. During the troubleshooting process, the following facts are established:<br />
- IP addressing and subnet masks are correct.<br />
- RouterA is a Cisco router and RouterB is a router from another vendor.<br />
- RouterA is configured with the default encapsulation.<br />
- The serial interfaces on both routers are up.<br />
- The protocol is down on the serial interfaces of both routers.</p>
<p>What should the administrator do to solve the problem?</p>
<p>Add a clock rate on RouterA.</p>
<p>Enable the serial interface on RouterB.</p>
<p>*** Change the encapsulation on both routers to PPP.</p>
<p>Connect the serial cable to the correct interface on RouterB.</p>
<p>Use the correct serial cable to attach the CSU/DSU to RouterB.</p>
<p>15<br />
An ISDN circuit from a branch office is remaining connected to the regional office. A network administrator determines a user has initiated a continuous ping from a desktop computer to the regional office. Which configuration change would allow the ISDN circuit to disconnect during any attempts to ping, while otherwise functioning properly?</p>
<p>change DDR from legacy to dialer profiles</p>
<p>remove the dialer list statement from the configuration</p>
<p>*** change the dialer list to exclude ICMP as interesting</p>
<p>disable inverse ARP</p>
<p>16<br />
Below is a list of DDR steps. Which of the following identifies the proper order of DDR?</p>
<p>1 &#8211; dial number is looked up<br />
2 &#8211; interesting traffic triggers DDR<br />
3 &#8211; route to destination is determined<br />
4 &#8211; call is made</p>
<p>1,2,3,4</p>
<p>1,3,2,4</p>
<p>2,3,1,4</p>
<p>2,1,3,4</p>
<p>*** 3,2,1,4</p>
<p>3,1,2,4</p>
<p>17<br />
Which protocol should be chosen to support WAN connectivity in a multi-vendor system and provide strong security through authentication?</p>
<p>NAT with DHCP</p>
<p>Frame Relay</p>
<p>HDLC with encryption</p>
<p>HDLC with CHAP</p>
<p>PPP with PAP</p>
<p>*** PPP with CHAP</p>
<p>18<br />
Which of the following are valid steps for a basic ISDN BRI configuration? (Choose two.)</p>
<p>create subinterfaces</p>
<p>define the LMI type</p>
<p>*** set the SPIDs if required by the ISDN switch</p>
<p>set the interface DLCI</p>
<p>*** set the switch type</p>
<p>specify the encapsulation as either Cisco or IETF</p>
<p>19<br />
A branch office reports excessive connect time charges for an ISDN circuit used to connect to the regional office. Upon investigation of this issue, it is discovered that when an ISDN connection is initiated to the regional office it remains connected for an excessive amount of time. Which of the following configuration changes could be made to DDR on the router to reduce these connect time charges?</p>
<p>use PPP multilink</p>
<p>lower idle timer setting</p>
<p>use CHAP authentication</p>
<p>*** change DDR from legacy to dialer profiles</p>
<p>20<br />
A network administrator is having difficulty in establishing a serial link between a Cisco router and a router from another vendor. Both routers are configured for HDLC encapsulation. Which statements are true regarding this configuration? (Choose two.)</p>
<p>*** The Cisco HDLC frame uses a proprietary &#8220;Type&#8221; field that may not be compatible with equipment of other vendors.</p>
<p>HDLC requires a clock rate to be configured on the routers at both ends of the serial link.</p>
<p>*** PPP encapsulation is recommended for serial links between equipment from multiple vendors.</p>
<p>Usernames must be configured at both ends of the HDLC serial link.</p>
<p>The HDLC vendor type must be enabled on the Cisco router.</p>
<p>There is a mismatch in the HDLC authentication password configurations.</p>
<p>21</p>
<p>Given the partial router configuration in the graphic, why does the workstation with the IP address 192.168.1.153/28 fail to access the Internet? (Choose two.)</p>
<p>*** The NAT inside interfaces are not configured properly.</p>
<p>The NAT outside interface is not configured properly.</p>
<p>*** The router is not properly configured to use the access control list for NAT.</p>
<p>The NAT pool is not properly configured to use routable outside addresses.</p>
<p>The access control list does not include the IP address 192.168.1.153/28 to access the Internet.</p>
<p>22</p>
<p>The serial PPP link between the Left and Right routers is configured as shown in the diagram. Which configuration issue will prevent IP traffic from crossing this link?</p>
<p>The passwords must be different for the CHAP authentication.</p>
<p>The usernames are misconfigured.</p>
<p>The clock rate must be 56000.</p>
<p>The clock rate is configured on the wrong end of the link.</p>
<p>*** The IP addresses must be on the same subnet.</p>
<p>Interface serial 0/0 on Left must connect to interface serial 0/1 on Right.</p>
<p>23<br />
What causes a DDR call to be placed?</p>
<p>dial string</p>
<p>DLCI</p>
<p>idle time out</p>
<p>*** interesting traffic</p>
<p>PVC</p>
<p>24<br />
Which two layers of the OSI model are described by WAN standards?</p>
<p>Application Layer, Physical Layer</p>
<p>*** Data Link Layer, Physical Layer</p>
<p>Data Link Layer, Transport Layer</p>
<p>Physical Layer, Network Layer</p>
<p>25</p>
<p>A technician is testing RouterA in the graphic. What is the condition of the circuit?</p>
<p>The routers are configured for different encapsulations.</p>
<p>*** The clock rate is not properly configured on the routers.</p>
<p>The circuit from WAN provider has failed.</p>
<p>Authentication is not properly configured on the routers.</p>
<p>The circuit is functioning properly.</p>
<p>26<br />
A network administrator must provide WAN connectivity between a central office and three remote sites: Orlando, Atlanta, and Phoenix. The Orlando and Atlanta remote offices receive sales orders and transmit shipping confirmations to the Central office consistently throughout the day. The Phoenix remote office consists of one salesperson traveling through the southwest territory. The salesperson occasionally needs to connect to the Central office for e-mail access. How should the network administrator connect the remote sites to the Central office? (Choose two.)</p>
<p>*** Connect to the Atlanta and Orlando remote offices with Frame Relay connections.</p>
<p>Connect to the Atlanta and Orlando remote offices with ISDN connections.</p>
<p>Connect to the Atlanta and Orlando remote offices with POTS dial-up connections.</p>
<p>Connect to the Phoenix remote office with a Frame Relay connection.</p>
<p>*** Connect to the Phoenix remote office with a POTS dial-up connection.</p>
<p>27<br />
When a Frame Relay switch detects an excessive buildup of frames in its queue, which of the following may occur? (Choose two.)</p>
<p>*** Frames with the DE bit set are dropped from the switch queue.</p>
<p>Frames with the FECN and BECN bits set are dropped from the switch queue.</p>
<p>Frames in excess of the CIR are not accepted by the switch.</p>
<p>The switch sets the FECN bit on all frames it places on the congested link and sets the BECN bit on all frames it receives on the congested link.</p>
<p>*** The switch sets the FECN bit on all frames it receives on the congested link and sets the BECN bit on all frames it places on the congested link.</p>
<p>28</p>
<p>A system administrator is troubleshooting a connectivity issue between two routers in a new installation. The administrator enters the debug ppp authentication command on the WHSE router. The graphic shows a part of the output received. From this output, what is the most likely cause of this connectivity issue?</p>
<p>There is not a route to the remote router.</p>
<p>The ISDN circuit on the remote router has failed.</p>
<p>*** The username/password was not properly configured on the WHSE router.</p>
<p>The remote router has a different authentication protocol configured.</p>
<p>29<br />
What does the output of the show frame-relay map command shown below represent? (Choose two.)<br />
Serial 0 (up): ip 172.30.151.4 dlci 122, dynamic, broadcast, status defined, active</p>
<p>*** 172.30.151.4 represents the IP address of the remote router.</p>
<p>172.30.151.4 represents the IP address of the local serial interface.</p>
<p>DLCI 122 represents the interface of the remote router.</p>
<p>broadcast indicates that a dynamic routing protocol such as RIP v1 can send packets across this PVC.</p>
<p>*** dynamic indicates that a dynamic routing protocol is enabled for this connection.</p>
<p>active indicates that the ARP process is working.</p>
<p>30<br />
What does the status inactive indicate in the output of the show frame-relay pvc command?</p>
<p>*** The DLCI is programmed in the switch but is not usable.</p>
<p>The DLCI was formerly programmed in the switch but is no longer there.</p>
<p>The DLCI is usable but has little activity.</p>
<p>The DLCI has been renamed for that PVC.</p>
<p>31<br />
Which of the following IP addresses are defined by RFC 1918 as private addresses? (Choose three.)</p>
<p>*** 192.168.146.0/22</p>
<p>172.10.25.0/16</p>
<p>*** 172.31.0.0/16</p>
<p>20.0.0.0/8</p>
<p>*** 10.172.92.8/29</p>
<p>32<br />
After configuring a dialup ISDN circuit, a network associate begins testing the dialup connection. When attempting to ping a host on the remote network, the local router does not attempt to dial the remote access server. Which of the following are possible errors in this configuration? (Choose three.)</p>
<p>PPP authentication is not properly configured.</p>
<p>*** No dialer map is configured.</p>
<p>The ISDN circuit connected to the remote access server is busy.</p>
<p>*** No interesting traffic is defined.</p>
<p>No route is determined to the remote network.</p>
<p>*** A wrong number is configured in the dial string.</p>
<p>33<br />
Two routers are connected through a Frame Relay, point-to-point PVC. The remote router is from a vendor other than Cisco. Which interface command is required to configure the link between the Cisco router and the other router?</p>
<p>frame-relay pvc multipoint</p>
<p>frame-relay pvc point-to-point</p>
<p>encapsulation frame-relay cisco</p>
<p>*** encapsulation frame-relay ietf</p>
<p>frame-relay lmi-type ansi</p>
<p>34<br />
Which circuit-switched WAN technology is often used to provide a backup for a leased line and additional capacity during peak usage times?</p>
<p>X.25</p>
<p>DSL</p>
<p>*** ISDN</p>
<p>cable modem</p>
<p>35<br />
After the ISDN BRI interface is configured, which command can be used to verify that the router is communicating correctly with the ISDN switch?</p>
<p>show dialer</p>
<p>show isdn status</p>
<p>*** show interfaces bri0/0:1</p>
<p>show interfaces serial0/0.1</p>
<p>36<br />
A system administrator needs to configure the regional office with ISDN for DDR connections to three remote sites. Each remote site requires different IP subnets, different encapsulations, and different authentication methods. The sites will not be connected at the same time. The company would like to accomplish this in the most cost effective manner. What method can the system administrator use to accomplish this task using the fewest B channels?</p>
<p>Install and configure a PRI.</p>
<p>Install and configure a BRI interface with separate SPIDs for each remote site.</p>
<p>Install and configure a BRI with multiple switch types in global configuration.</p>
<p>*** Install and configure a BRI using dialer profiles.</p>
<p>Install and configure a separate BRI for each remote site.</p>
<p>37<br />
A system administrator must provide Internet connectivity for ten hosts in a small remote office. The ISP has assigned two public IP addresses to this remote office. How can the system administrator configure the router to provide Internet access to all ten users at the same time?</p>
<p>Configure static NAT for all ten users.</p>
<p>*** Configure dynamic NAT for ten users.</p>
<p>Configure dynamic NAT with PAT.</p>
<p>Configure DHCP and static NAT.</p>
<p>What the administrator wants to do cannot be done.</p>
<p>38<br />
Which of the following are characteristics of Frame Relay? (Choose two.)</p>
<p>circuit-switched</p>
<p>*** connection oriented</p>
<p>OSI Layer 3</p>
<p>*** packet-switched</p>
<p>reliable</p>
<p>39<br />
Which of the following is the order for the three phases of establishing a PPP serial link with authentication?</p>
<p>authentication, link-establishment, network layer protocols</p>
<p>authentication, network layer protocols, link-establishment</p>
<p>network layer protocols, link-establishment, authentication</p>
<p>network layer protocols, authentication, link-establishment</p>
<p>*** link-establishment, authentication, network layer protocols</p>
<p>link-establishment, network layer protocols, authentication</span></span></p>
<p><span style="color: #333333; line-height: 18px; text-align: left; font-family: 'Trebuchet MS';"><span style="display: inline;">source : <a href="http://beginning-ccna.com">beginning-ccna.com</a><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://learn-ccna.com/2009/11/25/ccna-4-final-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCNA E4 Final Exam Answers(100%)</title>
		<link>http://learn-ccna.com/2009/11/15/ccna-e4-final-exam-answers100/</link>
		<comments>http://learn-ccna.com/2009/11/15/ccna-e4-final-exam-answers100/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 22:21:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA 4 Final Exam]]></category>
		<category><![CDATA[CCNA Exploration 4]]></category>

		<guid isPermaLink="false">http://learn-ccna.com/?p=983</guid>
		<description><![CDATA[1. Which of the following describes the roles of devices in a WAN? (Choose three.)  A CSU/DSU terminates a digital local loop.  A modem terminates a digital local loop.  A CSU/DSU terminates an analog local loop.  A modem terminates an analog local loop.  A router is commonly considered a DTE [...]]]></description>
			<content:encoded><![CDATA[<p>1. Which of the following describes the roles of devices in a WAN? (Choose three.)<br />
<span style="color: #ccccff; font-weight: bold;"> A CSU/DSU terminates a digital local loop.</span><br />
 A modem terminates a digital local loop.<br />
 A CSU/DSU terminates an analog local loop.<br />
<span style="color: #ccccff; font-weight: bold;"> A modem terminates an analog local loop.<br />
 A router is commonly considered a DTE device.</span><br />
 A router is commonly considered a DCE device.</p>
<p>2. What value in the address field of a Frame Relay header identifies the destination of the frame?<br />
 CIR<br />
 DE<br />
<span style="color: #ccccff; font-weight: bold;"> DLCI</span><br />
 ISDN<br />
 FRAD<br />
 PVC</p>
<p>3. The serial PPP link between the Left and Right routers is configured as shown in the diagram. Which configuration issue explains why the link is unable to establish a PPP session?<br />
 The IP addresses must be on different subnets.<br />
<span style="color: #ccccff; font-weight: bold;"> The usernames are misconfigured.</span><br />
 The passwords must be different for the CHAP authentication.<br />
 The clock rate must be 56000.<br />
 The clock rate is configured on the wrong end of the link.<br />
 Interface serial 0/0 on Left must connect to interface serial 0/1 on Right.</p>
<p>4. The output of the show interfaces serial 0/0 command for a frame-relay connection indicates that the serial line is up but the line protocol is down. What are possible causes for this? (Choose two.)<br />
<span style="color: #ccccff; font-weight: bold;"> There is an LMI-type mismatch between the Frame Relay switch and the router.</span><br />
 There is no clock present on the serial interface.<br />
 The interface is shut down.<br />
 RARP is not functioning on the router.<br />
<span style="color: #ccccff; font-weight: bold;"> The cable is disconnected.</span></p>
<p>5. Which statements are correct about the point in the network where the responsibility of the <a id="AdBriteInlineAd_service" style="background: transparent url(http://files.adbrite.com/mb/images/green-double-underline-006600.gif) repeat-x scroll center bottom; cursor: pointer; color: #006600; text-decoration: none; margin-bottom: -2px; padding-bottom: 2px;" name="AdBriteInlineAd_service" target="_top">service</a> provider ends? (Choose three.)<br />
<span style="color: #ccccff; font-weight: bold;"> The International point is on the customer side of the network terminating unit(NTU).<br />
 The United States point is at the interface of the customer-provided equipment and the local loop.</span><br />
 The responsibility for this point is controlled by IANA.<br />
<span style="color: #ccccff; font-weight: bold;"> The point is called the demarcation point.</span><br />
 The point is typically located at the service provider&#8217;s central office.<br />
 The point is located between the customer&#8217;s local area networks.</p>
<p>6. While prototyping an internetwork in the corporate lab, a network administrator is testing a serial link between serial 0/0 interfaces on two routers. The labels on the serial cable ends have been damaged and are unreadable. What command can be issued to determine which router is connected to the DCE cable end?<br />
 show interfaces serial 0/0<br />
 show version<br />
<span style="color: #ccccff; font-weight: bold;"> show controllers serial 0/0</span><br />
 show protocols serial 0/0<br />
 show status serial 0/0</p>
<p>7. A network technician determines DHCP clients are not working properly. The clients are receiving IP configuration information from a DHCP server configured on the router but cannot access the Internet. From the output in the graphic, what is the most likely problem?<br />
 The DHCP server service is not enabled.<br />
 The inside interface for DCHP is not defined.<br />
<span style="color: #ccccff; font-weight: bold;"> The DHCP pool is not bound to the interface.</span><br />
 The pool does not have a default router defined for the clients.<br />
 All the host addresses have been excluded from the DHCP pool.</p>
<p>8. A technician enters the interface serial 0/0.1 multipoint command when configuring a router. What effect will the multipoint keyword have in this configuration? (Choose two.)<br />
<span style="color: #ccccff; font-weight: bold;"> Split-horizon issues will need to be resolved for this network if RIP is the routing protocol.</span><br />
 A subinterface will be defined for each PVC.<br />
<span style="color: #ccccff; font-weight: bold;"> All the participating interfaces of remote routers will be configured in the same subnet.</span><br />
 A single DLCI will be used to define all the PVCs to the remote routers.<br />
 An IP address will need to be configured on the main interface.</p>
<p>9. When configuring a Frame Relay connection, when should a static Frame Relay map be used? (Choose two.)<br />
 when the remote router is a non-Cisco router<br />
<span style="color: #ccccff; font-weight: bold;"> when the remote router does not support Inverse ARP</span><br />
 when the local router is using IOS Release 11.1 or earlier<br />
<span style="color: #ccccff; font-weight: bold;"> when broadcast traffic and multicast traffic over the PVC must be controlled</span><br />
 when globally significant rather than locally significant DLCIs are being used</p>
<p>10. Which router command would be used to associate a Layer 2 address with the corresponding Layer 3 address in the internetwork in the diagram?<br />
 RouterA(config-if)#frame-relay pvc 100 192.168.15.2<br />
 RouterA(config-if)#dialer-map ip 192.168.15.1 100 broadcast<br />
<span style="color: #ccccff; font-weight: bold;"> RouterA(config-if)#frame-relay map ip 192.168.15.2 100 broadcast</span><br />
 RouterA (config-if)#dialer-map 192.168.15.1 101 serial 0 broadcast<br />
 RouterA (config-if)#frame-relay dlci 101 192.168.15.1 broadcast<br />
 RouterA (config-if)#dialer-map 192.168.15.1 inverse-arp broadcast</p>
<p>11. Which of the following ISDN protocols is responsible for call setup and call teardown?<br />
<span style="color: #ccccff; font-weight: bold;"> ITU-T Q.921</span><br />
 ITU-T Q.931<br />
 ITU-T I.430<br />
 ITU-T I.431</p>
<p>12. What are two ways to resolve split-horizon issues in a Frame Relay network? (Choose two.)<br />
 create a full-mesh topology<br />
 disable Inverse ARP<br />
 use point-to-point subinterfaces<br />
 use multipoint subinterfaces<br />
 remove the broadcast keyword from the frame-relay map command</p>
<p>13. What is the purpose of the command marked with an arrow shown in the partial configuration output of a Cisco 806 broadband router?<br />
 defines which addresses are allowed out of the router<br />
<span style="color: #ccccff; font-weight: bold;"> defines which addresses are allowed into the router</span><br />
 defines which addresses can be translated<br />
 defines which addresses are assigned to a NAT pool</p>
<p>14. A system administrator is unable to ping the Serial0/0 interface of RouterB from RouterA. During the troubleshooting process, the following facts are established:<br />
- IP addressing and subnet masks are correct.<br />
- RouterA is a Cisco router and RouterB is a router from another vendor.<br />
- RouterA is configured with the default encapsulation.<br />
- The serial interfaces on both routers are up.<br />
- The protocol is down on the serial interfaces of both routers.<br />
What should the administrator do to solve the problem?<br />
 Add a clock rate on RouterA.<br />
 Enable the serial interface on RouterB.<br />
<span style="color: #ccccff; font-weight: bold;"> Change the encapsulation on both routers to PPP.</span><br />
 Connect the serial cable to the correct interface on RouterB.<br />
 Use the correct serial cable to attach the CSU/DSU to RouterB.</p>
<p>15. An ISDN circuit from a branch office is remaining connected to the regional office. A network administrator determines a user has initiated a continuous ping from a desktop computer to the regional office. Which configuration change would allow the ISDN circuit to disconnect during any attempts to ping, while otherwise functioning properly?<br />
 change DDR from legacy to dialer profiles<br />
 remove the dialer list statement from the configuration<br />
<span style="color: #ccccff; font-weight: bold;"> change the dialer list to exclude ICMP as interesting</span><br />
 disable inverse ARP</p>
<p>16. Below is a list of DDR steps. Which of the following identifies the proper order of DDR?<br />
1 &#8211; dial number is looked up<br />
2 &#8211; interesting traffic triggers DDR<br />
3 &#8211; route to destination is determined<br />
4 &#8211; call is made<br />
 1,2,3,4<br />
 1,3,2,4<br />
 2,3,1,4<br />
 2,1,3,4<br />
<span style="color: #ccccff; font-weight: bold;"> 3,2,1,4</span><br />
 3,1,2,4</p>
<p>17. Which protocol should be chosen to support WAN connectivity in a multi-vendor system and provide strong security through authentication?<br />
 NAT with DHCP<br />
 Frame Relay<br />
 HDLC with encryption<br />
 HDLC with CHAP<br />
 PPP with PAP<br />
<span style="color: #ccccff; font-weight: bold;"> PPP with CHAP</span></p>
<p>18. Which of the following are valid steps for a basic ISDN BRI configuration? (Choose two.)<br />
 create subinterfaces<br />
 define the LMI type<br />
<span style="font-weight: bold; color: #ccccff;"> set the SPIDs if required by the ISDN switch</span><br />
 set the interface DLCI<br />
<span style="font-weight: bold; color: #ccccff;"> set the switch type</span><br />
 specify the encapsulation as either Cisco or IETF</p>
<p>19. A branch office reports excessive connect time charges for an ISDN circuit used to connect to the regional office. Upon investigation of this issue, it is discovered that when an ISDN connection is initiated to the regional office it remains connected for an excessive amount of time. Which of the following configuration changes could be made to DDR on the router to reduce these connect time charges?<br />
 use PPP multilink<br />
 lower idle timer setting<br />
 use CHAP authentication<br />
<span style="color: #ccccff; font-weight: bold;"> change DDR from legacy to dialer profiles</span></p>
<p>20. A network administrator is having difficulty in establishing a serial link between a Cisco router and a router from another vendor. Both routers are configured for HDLC encapsulation. Which statements are true regarding this configuration? (Choose two.)<br />
<span style="color: #ccccff; font-weight: bold;"> The Cisco HDLC frame uses a proprietary &#8220;Type&#8221; field that may not be compatible with equipment of other vendors.</span><br />
 HDLC requires a clock rate to be configured on the routers at both ends of the serial link.<br />
<span style="color: #ccccff; font-weight: bold;"> PPP encapsulation is recommended for serial links between equipment from multiple vendors.</span><br />
 Usernames must be configured at both ends of the HDLC serial link.<br />
 The HDLC vendor type must be enabled on the Cisco router.<br />
 There is a mismatch in the HDLC authentication password configurations.</p>
<p>21. Given the partial router configuration in the graphic, why does the workstation with the IP address 192.168.1.153/28 fail to access the Internet? (Choose two.)<br />
<span style="color: #ccccff; font-weight: bold;"> The NAT inside interfaces are not configured properly.</span><br />
 The NAT outside interface is not configured properly.<br />
<span style="color: #ccccff; font-weight: bold;"> The router is not properly configured to use the access control list for NAT.</span><br />
 The NAT pool is not properly configured to use routable outside addresses.<br />
 The access control list does not include the IP address 192.168.1.153/28 to access the Internet.</p>
<p>22. The serial PPP link between the Left and Right routers is configured as shown in the diagram. Which configuration issue will prevent IP traffic from crossing this link?<br />
 The passwords must be different for the CHAP authentication.<br />
 The usernames are misconfigured.<br />
 The clock rate must be 56000.<br />
 The clock rate is configured on the wrong end of the link.<br />
<span style="color: #ccccff; font-weight: bold;"> The IP addresses must be on the same subnet.</span><br />
 Interface serial 0/0 on Left must connect to interface serial 0/1 on Right.</p>
<p>23. What causes a DDR call to be placed?<br />
 dial string<br />
 DLCI<br />
 idle time out<br />
<span style="color: #ccccff; font-weight: bold;"> interesting traffic</span><br />
 PVC</p>
<p>24. Which two layers of the OSI model are described by WAN standards?<br />
 Application Layer, Physical Layer<br />
<span style="color: #ccccff; font-weight: bold;"> Data Link Layer, Physical Layer</span><br />
 Data Link Layer, Transport Layer<br />
 Physical Layer, Network Layer</p>
<p>25. A technician is testing RouterA in the graphic. What is the condition of the circuit?<br />
 The routers are configured for different encapsulations.<br />
<span style="color: #ccccff; font-weight: bold;"> The clock rate is not properly configured on the routers.</span><br />
 The circuit from WAN provider has failed.<br />
 Authentication is not properly configured on the routers.<br />
 The circuit is functioning properly.</p>
<p>26. A network administrator must provide WAN connectivity between a central office and three remote sites: Orlando, Atlanta, and Phoenix. The Orlando and Atlanta remote offices receive sales orders and transmit shipping confirmations to the Central office consistently throughout the day. The Phoenix remote office consists of one salesperson traveling through the southwest territory. The salesperson occasionally needs to connect to the Central office for e-mail access. How should the network administrator connect the remote sites to the Central office? (Choose two.)<br />
<span style="color: #ccccff; font-weight: bold;"> Connect to the Atlanta and Orlando remote offices with Frame Relay connections.</span><br />
 Connect to the Atlanta and Orlando remote offices with ISDN connections.<br />
 Connect to the Atlanta and Orlando remote offices with POTS dial-up connections.<br />
 Connect to the Phoenix remote office with a Frame Relay connection.<br />
<span style="color: #ccccff; font-weight: bold;"> Connect to the Phoenix remote office with a POTS dial-up connection.</span></p>
<p>27. When a Frame Relay switch detects an excessive buildup of frames in its queue, which of the following may occur? (Choose two.)<br />
<span style="color: #ccccff; font-weight: bold;"> Frames with the DE bit set are dropped from the switch queue.</span><br />
 Frames with the FECN and BECN bits set are dropped from the switch queue.<br />
 Frames in excess of the CIR are not accepted by the switch.<br />
 The switch sets the FECN bit on all frames it places on the congested link and sets the BECN bit on all frames it receives on the congested link.<br />
<span style="color: #ccccff; font-weight: bold;"> The switch sets the FECN bit on all frames it receives on the congested link and sets the BECN bit on all frames it places on the congested link.</span></p>
<p>28. A system administrator is troubleshooting a connectivity issue between two routers in a new installation. The administrator enters the debug ppp authentication command on the WHSE router. The graphic shows a part of the output received. From this output, what is the most likely cause of this connectivity issue?<br />
 There is not a route to the remote router.<br />
 The ISDN circuit on the remote router has failed.<br />
<span style="color: #ccccff; font-weight: bold;"> The username/password was not properly configured on the WHSE router.</span><br />
 The remote router has a different authentication protocol configured.</p>
<p>29. What does the output of the show frame-relay map command shown below represent? (Choose two.)<br />
 Serial 0 (up): ip 172.30.151.4 dlci 122, dynamic, broadcast, status defined, active<br />
<span style="color: #ccccff; font-weight: bold;"> 172.30.151.4 represents the IP address of the remote router.</span><br />
 172.30.151.4 represents the IP address of the local serial interface.<br />
 DLCI 122 represents the interface of the remote router.<br />
 broadcast indicates that a dynamic routing protocol such as RIP v1 can send packets across this PVC.<br />
<span style="color: #ccccff; font-weight: bold;"> dynamic indicates that a dynamic routing protocol is enabled for this connection.</span><br />
 active indicates that the ARP process is working.</p>
<p>30. What does the status inactive indicate in the output of the show frame-relay pvc command?<br />
<span style="color: #ccccff; font-weight: bold;"> The DLCI is programmed in the switch but is not usable.</span><br />
 The DLCI was formerly programmed in the switch but is no longer there.<br />
 The DLCI is usable but has little activity.<br />
 The DLCI has been renamed for that PVC.</p>
<p>31. Which of the following IP addresses are defined by RFC 1918 as private addresses? (Choose three.)<br />
<span style="color: #ccccff; font-weight: bold;"> 192.168.146.0/22</span><br />
 172.10.25.0/16<br />
<span style="color: #ccccff; font-weight: bold;"> 172.31.0.0/16</span><br />
 20.0.0.0/8<br />
<span style="color: #ccccff; font-weight: bold;"> 10.172.92.8/29</span></p>
<p>32. After configuring a dialup ISDN circuit, a network associate begins testing the dialup connection. When attempting to ping a host on the remote network, the local router does not attempt to dial the remote access server. Which of the following are possible errors in this configuration? (Choose three.)<br />
 PPP authentication is not properly configured.<br />
<span style="color: #ccccff; font-weight: bold;"> No dialer map is configured.</span><br />
 The ISDN circuit connected to the remote access server is busy.<br />
<span style="color: #ccccff; font-weight: bold;"> No interesting traffic is defined.</span><br />
 No route is determined to the remote network.<br />
<span style="color: #ccccff; font-weight: bold;"> A wrong number is configured in the dial string.</span></p>
<p>33. Two routers are connected through a Frame Relay, point-to-point PVC. The remote router is from a vendor other than Cisco. Which interface command is required to configure the link between the Cisco router and the other router?<br />
 frame-relay pvc multipoint<br />
 frame-relay pvc point-to-point<br />
 encapsulation frame-relay cisco<br />
<span style="color: #ccccff; font-weight: bold;"> encapsulation frame-relay ietf</span><br />
 frame-relay lmi-type ansi</p>
<p>34. Which circuit-switched WAN technology is often used to provide a backup for a leased line and additional capacity during peak usage times?<br />
 X.25<br />
 DSL<br />
<span style="font-weight: bold; color: #ccccff;"> ISDN</span><br />
 cable modem</p>
<p>35. After the ISDN BRI interface is configured, which command can be used to verify that the router is communicating correctly with the ISDN switch?<br />
 show dialer<br />
 show isdn status<br />
<span style="color: #ccccff; font-weight: bold;"> show interfaces bri0/0:1</span><br />
 show interfaces serial0/0.1</p>
<p>36. A system administrator needs to configure the regional office with ISDN for DDR connections to three remote sites. Each remote site requires different IP subnets, different encapsulations, and different authentication methods. The sites will not be connected at the same time. The company would like to accomplish this in the most cost effective manner. What method can the system administrator use to accomplish this task using the fewest B channels?<br />
 Install and configure a PRI.<br />
 Install and configure a BRI interface with separate SPIDs for each remote site.<br />
 Install and configure a BRI with multiple switch types in global configuration.<br />
<span style="color: #ccccff; font-weight: bold;"> Install and configure a BRI using dialer profiles.</span><br />
 Install and configure a separate BRI for each remote site.</p>
<p>37. A system administrator must provide Internet connectivity for ten hosts in a small remote office. The ISP has assigned two public IP addresses to this remote office. How can the system administrator configure the router to provide Internet access to all ten users at the same time?<br />
 Configure static NAT for all ten users.<br />
<span style="color: #ccccff; font-weight: bold;"> Configure dynamic NAT for ten users.</span><br />
 Configure dynamic NAT with PAT.<br />
 Configure DHCP and static NAT.<br />
 What the administrator wants to do cannot be done.</p>
<p>38. Which of the following are characteristics of Frame Relay? (Choose two.)<br />
 circuit-switched<br />
<span style="color: #ccccff; font-weight: bold;"> connection oriented</span><br />
 OSI Layer 3<br />
<span style="color: #ccccff; font-weight: bold;"> packet-switched</span><br />
 reliable</p>
<p>39. Which of the following is the order for the three phases of establishing a PPP serial link with authentication?<br />
 authentication, link-establishment, network layer protocols<br />
 authentication, network layer protocols, link-establishment<br />
 network layer protocols, link-establishment, authentication<br />
 network layer protocols, authentication, link-establishment<br />
<span style="color: #ccccff; font-weight: bold;"> link-establishment, authentication, network layer protocols</span><br />
 link-establishment, network layer protocols, authentication</p>
<p>source : <a href="http://ciscobongradz.blogspot.com/2008/10/posted-by-bongradz_3764.html">ciscobongradz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://learn-ccna.com/2009/11/15/ccna-e4-final-exam-answers100/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CCNA 4 Final Exam Answers</title>
		<link>http://learn-ccna.com/2009/11/15/ccna-4-final-exam-answers/</link>
		<comments>http://learn-ccna.com/2009/11/15/ccna-4-final-exam-answers/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 22:18:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA 4 Final Exam]]></category>
		<category><![CDATA[CCNA Exploration 4]]></category>

		<guid isPermaLink="false">http://learn-ccna.com/?p=980</guid>
		<description><![CDATA[1. Identify the factors that contribute to congestion on an Ethernet LAN. (Choose three.)  improper placement of enterprise level servers  addition of hosts to a physical segment  replacement of hubs with workgroup switches  increasing use of bandwidth intensive network applications  migration to full-duplex Ethernet within the LAN 2. Which of [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: left;">1. Identify the factors that contribute to congestion on an Ethernet LAN. (Choose three.)<br />
<span style="color: red;"> improper placement of enterprise level servers<br />
 addition of hosts to a physical segment</span><br />
 replacement of hubs with workgroup switches<br />
<span style="color: red;"> increasing use of bandwidth intensive network applications</span><br />
 migration to full-duplex Ethernet within the LAN<br />
2. Which of the following are examples of TCP/IP application layer protocols? (Choose three.)<br />
<span style="color: red;"> a terminal emulation protocol that supports remote console connections with various network devices</span><br />
 a protocol created by IBM that makes it easier for mainframes to connect to remote offices<br />
<span style="color: red;"> a protocol responsible for transporting electronic mail on TCP/IP networks and the Internet</span><br />
 a protocol that controls the rate at which data is sent to another computer<br />
<span style="color: red;"> a protocol that exchanges network management information between a network device and a management console</span><br />
3. Which of the following eliminates switching loops?<br />
 hold-down timers<br />
 poison reverse<br />
<span style="color: red;"> spanning tree protocol</span><br />
 time to live<br />
 split horizon protocol<br />
<span><br />
4. The show cdp neighbors command is a very useful network troubleshooting tool. Using the output in the graphic, select the statements that are true. (Choose two.)<br />
 CDP operates at the network layer of the OSI model.<br />
<span style="color: red;"> The output of this command displays information about directly connected Cisco devices only.</span><br />
 The switch is attached to the SanJose1 FastEthernet0/21 interface.<br />
 SanJose1 is running CDP version 12.0.<br />
 SanJose1 has two fully operational, cdp-enabled Cisco switches directly connected to it.<br />
<span style="color: red;"> SanJose2 is a 2600 series router running several routed protocols</span><br />
5. A network administrator can ping the Denver router, but gets a Password Required but None Set message when trying to connect remotely via Telnet. Which command sequence must be applied to the Denver router to allow remote access?<br />
 Router(config)# line console 0<br />
Router(config-line)# login<br />
Router(config-line)# password cisco<br />
<span style="color: red;"> Router(config)# line vty 0 4<br />
Router(config-line)# login<br />
Router(config-line)# password cisco</span><br />
 Router(config)# line virtual terminal<br />
Router(config-line)# enable login<br />
Router(config-line)# password cisco<br />
 Router(config)# line vty 0 4<br />
Router(config-line)# enable secret<br />
Router(config-line)# password cisco<br />
Router(config)# enable secret cisco<br />
Router(config)# enable cisco<br />
6. Which of the following is associated with link-state routing protocols?<br />
 low processor overhead<br />
 poison reverse<br />
 routing loops<br />
 split horizon<br />
<span style="color: red;"> shortest-path first calculations</span><br />
7. A router does not load its configuration after a power failure. After running the show startup-configuration command, the adminstrator finds that the original configuration is intact. What is the cause of this problem?<br />
 The configuration register is set for 0Χ2100.<br />
 The configuration register is set for 0Χ2101.<br />
 The configuration register is set for 0Χ2102.<br />
<span style="color: red;"> The configuration register is set for 0Χ2142.</span><br />
 Boot system commands are not configured.<br />
 Flash memory is empty causing the router to bypass the configuration in NVRAM<br />
 Nederst pε formularen<br />
8. Which commands are used to verify the content and placement of access control lists? (Choose three.)<br />
<span style="color: red;"> show ip interface<br />
</span> show ip route<br />
 show processes<br />
<span style="color: red;"> show running-config</span><br />
 show cdp neighbor<br />
<span style="color: red;"> show access-lists</span><br />
9. Which of the following are required when creating a standard access control list? (Choose two.)<br />
 destination address and wildcard mask<br />
<span style="color: red;"> source address and wildcard mask</span><br />
 subnet mask and wildcard mask<br />
 access list number between 100 and 199 or 2000 and 2699<br />
<span style="color: red;"> access list number between 1 and 99 or 1300 to 1999</span><br />
10. Which of the following are keywords that can be used in an access control list to replace a dotted decimal wildcard mask? (Choose two.)<br />
 most<br />
<span style="color: red;"> host</span><br />
 all<br />
<span style="color: red;"> any</span><br />
 some<br />
 sum<br />
11. Refer to the diagram. All ports on Switch A are in the Sales VLAN and all ports on Switch B are in the Accounting VLAN. How many broadcast domains and how many collision domains are shown? (Choose two).<br />
 3 collision domains<br />
<span style="color: red;"> 3 broadcast domains</span><br />
 5 broadcast domains<br />
<span style="color: red;"> 9 collision domains</span><br />
 10 collision domains<br />
 13 collision domains<br />
12. Refer to the graphic. Using the most efficient IP addressing scheme and VLSM, which address can be configured on one of the serial interfaces?<br />
 192.168.16.63/27<br />
 192.168.16.158/27<br />
 192.168.16.192/27<br />
 192.168.16.113/30<br />
 192.168.16.145/30<br />
<span style="color: red;"> 192.168.16.193/30</span><br />
13. What is the purpose of the Spanning Tree Protocol (STP)?<br />
<span style="color: red;"> prevents Layer 2 loops</span><br />
 prevents routing loops on a router<br />
 creates smaller collision domains<br />
 creates smaller broadcast domains<br />
 allows Cisco devices to exchange routing table updates<br />
14. What is the purpose of a loopback address when using the OSPF routing protocol?<br />
 activates the OSPF neighboring process<br />
<span style="color: red;"> ensures a persistent router ID for the OSPF process</span><br />
 provides a backdoor for connectivity during the convergence process<br />
 streamlines and speeds up the convergence process<br />
15. Which statement is true regarding states of the IEEE 802.1d Spanning Tree Protocol?<br />
 Ports are manually configured to be in the forwarding state.<br />
<span style="color: red;"> Ports listen and learn before going into the forwarding state.</span><br />
 Ports must be blocked before they can be placed in the disabled state.<br />
 It takes 15 seconds for a port to go from blocking to forwarding<br />
16. Which sequence of commands is used to configure a loopback address on a router?<br />
 Router1(config)# interface loopback 1<br />
Router1(config-if)# ip address 192.168.1.1<br />
Router1(config)# interface serial 0/0<br />
 Router1(config-if)# loopback 1<br />
Router1(config-if)# ip address 192.168.1.1<br />
Router1(config)# interface serial 0/0<br />
 Router1(config-if)# loopback 1<br />
Router1(config-if)# ip address 192.168.1.1 255.255.255.0<br />
<span style="color: red;"> Router1(config)# interface loopback 1<br />
Router1(config-if)# ip address 192.168.1.1 255.255.255.255</span><br />
17. Which routing protocols are classful and do not support VLSM? (Choose two.)<br />
 EIGRP<br />
 OSPF<br />
<span style="color: red;"> RIP v1</span><br />
 RIP v2<br />
<span style="color: red;"> IGRP</span><br />
18. Refer to the graphic. Two switches are connected together through a trunk port. SW2 displays the message shown. Which of the following will solve the duplex mismatch?<br />
 SW1(config)# interface fastethernet 0/1<br />
SW1(config-if)# duplex full<br />
 SW1(config)# interface fastethernet 0/1<br />
SW1(config-if)# full-duplex<br />
<span style="color: red;"> SW2(config)# interface fastethernet 0/1<br />
SW2(config-if)# duplex full</span><br />
 SW2(config)# interface fastethernet 0/1<br />
SW2(config-if)# full-duplex<br />
19. Refer to the graphic. Two routers have been configured to use EIGRP. Packets are not being forwarded between the two routers. What could be the problem?<br />
 EIGRP does not support VLSM.<br />
 The routers were not configured to monitor neighbor adjacency changes.<br />
 The default bandwidth was used on the routers.<br />
<span style="color: red;"> An incorrect IP address was configured on a router interface.</span><br />
20. According to the the provided router output, which of the following statements is true regarding PPP operation?<br />
 Only the link-establishment phase completed successfully.<br />
 Only the network-layer phase completed successfully.<br />
 Neither the link-establishment phase nor the the network-layer phase completed successfully.<br />
<span style="color: red;"> Both the link-establishment and network-layer phase completed successfully</span><br />
21. Frame Relay is configured over a point-to-point connection between two routers. The output of the show frame-relay pvc command indicates that the status of this PVC is inactive. Which of the following devices could be the source of the problem? (Choose two.)<br />
 local router<br />
 local Frame Relay switch<br />
<span style="color: red;"> remote router<br />
 remote Frame Relay switch</span><br />
 R3 has the following configuration:<br />
 R3# show running-config<br />
 some output text omitted<br />
 interface serial0/0<br />
 bandwidth 128<br />
 ip address 192.168.11.2 255.255.255.0<br />
 encapsulation frame-relay<br />
 frame-relay map ip 192.168.11.2 30 broadcast<br />
22. After the command R3# debug frame-relay packet is executed, a ping is issued from R3 to R1 but is unsuccessful. Based on the output of the debug command shown in the graphic and the router configuration, what might be problem?<br />
<span style="color: red;"> No clock rate assigned.</span><br />
 There is an incorrect DLCI number in the map statement.<br />
 An incorrect IP address exists in the map statement.<br />
 The encapsulation command is missing the broadcast keyword<br />
23. Which statements are true regarding the Frame Relay LMI? (Choose three.)<br />
<span style="color: red;"> The LMI provides a virtual circuit (VC) status mechanism.</span><br />
 The LMI type must always be manually configured.<br />
 The available LMI types are NI1, DMS100 and 5ESS.<br />
 The LMI types supported by Cisco routers are CISCO and IETF.<br />
<span style="color: red;"> The LMI type configured on the router must match the one used on the Frame Relay switch.<br />
 The LMI uses reserved DLCIs to exchange messages between the DTE and DCE<br />
</span><br />
24. Which statement describes the process that occurs in Network Address Translation (NAT) overloading?<br />
<span style="color: red;"> Multiple private IP addresses are mapped to one public IP address.</span><br />
 The number of usable addresses assigned to a company is divided into smaller manageable groups.<br />
 A pool of IP addresses are mapped to one or more MAC addresses.<br />
 The router acts as a DHCP server and assigns multiple public IP addresses for each private IP address configured<br />
25. Which two statements are true about the committed information rate on a Frame Relay link? (Choose two.)<br />
 The sum of the CIRs for all PVCs must be less than the port speed.<br />
 The sum of the CIRs for all PVCs must equal the port speed.<br />
<span style="color: red;"> The sum of the CIRs for all PVCs can be greater than the port speed.<br />
 The DE bit will be set on frames that are transmitted in excess of the CIR.</span><br />
 Frames that are transmitted at greater than the CIR will be discarded at the source.<br />
 It is impossible to transmit frames at a rate in excess of the CIR<br />
26. Which of the following commands would be used to troubleshoot the processing of call control functions such as call setup, signaling, and termination?<br />
 show interface bri0/0<br />
 show isdn active<br />
 debug isdn q921<br />
<span style="color: red;"> debug isdn q931</span><br />
 debug ppp negotiation<br />
 debug ppp authentication<br />
27. Which of the following statements are true regarding PPP? (Choose three.)<br />
<span style="color: red;"> PPP can use synchronous and asynchronous physical media.</span><br />
 PPP can only be used between two Cisco devices.<br />
 PPP carries packets from several network layer protocols in LCPs.<br />
<span style="color: red;"> PPP uses LCPs to establish, configure, and test the data link connection.<br />
 PPP uses LCPs to agree on format options such as authentication, compression, and error detection</span><br />
28. A network administrator is evaluating authentication protocols for a PPP link. Which of the following reasons might lead to the selection of CHAP over PAP as the authentication protocol? (Choose three.)<br />
 establishes identities with a two-way handshake<br />
<span style="color: red;"> uses a three-way authentication periodically during the session to reconfirm identities</span><br />
 control by the remote host of the frequency and timing of login events<br />
<span style="color: red;"> transmits login information in encrypted format<br />
 uses an unpredictable variable challenge value to prevent playback attacks</span><br />
 makes authorized network administrator intervention a requirement to establish each session<br />
29. Why are static routes often used with ISDN DDR?<br />
 They are more stable than dynamic routing protocols.<br />
 They are more accurate than dynamic routing protocols because they are put in by a network administrator.<br />
 They are easier to modify when a faster technology is installed.<br />
<span style="color: red;"> They prevent the unnecessary activation of the link</span><br />
30. Assuming that four bits have been borrowed to make subnets, identify the subnet network addresses. (Choose three.)<br />
 192.168.14.8<br />
<span style="color: red;"> 192.168.14.16</span><br />
 192.168.14.24<br />
<span style="color: red;"> 192.168.14.32</span><br />
 192.168.14.148<br />
<span style="color: red;"> 192.168.14.208</span><br />
31. A switch can be configured for three different forwarding modes based on how much of a frame is received before the forwarding process begins. Each of the numbered arrows in the accompanying graphic signifies the point in a frame where a particular forwarding mode will begin. Which one of the following groups reflects the sequence of forwarding modes signified by the numbered arrows?<br />
<span style="color: red;"> 1) fast forward<br />
 2) fragment free<br />
 3) store-and-forward</span><br />
 1) store-and-forward<br />
2) fragment free<br />
3) fast forward<br />
 1) fragment free<br />
2) fast forward<br />
3) store-and-forward<br />
 1) fast forward<br />
2) store-and-forward<br />
3) fragment free<br />
32. Which of the following commands will display a communication message on a router before the router prompt is shown?<br />
<span style="color: red;"> banner motd * Property of TLC. UNAUTHORIZED USERS WILL BE PROSECUTED TO THE FULL EXTENT OF THE LAW. *</span><br />
 message Property of TLC. UNAUTHORIZED USERS WILL BE PROSECUTED TO THE FULL EXTENT OF THE LAW.<br />
 banner * Property of TLC. UNAUTHORIZED USERS WILL BE PROSECUTED TO THE FULL EXTENT OF THE LAW. *<br />
 hostname (Property of TLC. UNAUTHORIZED USERS WILL BE PROSECUTED TO THE FULL EXTENT OF THE LAW.)<br />
 Ψverst pε formularen<br />
33. A router needs to be added to OSPF area 0. Which commands should be used to enable OSPF on the router? (Choose two.)<br />
 RouterA(config)# router ospf<br />
<span style="color: red;"> RouterA(config)# router ospf 1</span><br />
 RouterA(config-router)# network 192.168.2.0 0.0.0.255 0<br />
<span style="color: red;"> RouterA(config-router)# network 192.168.2.0 0.0.0.255 area 0<br />
</span> RouterA(config-router)# network 192.168.2.0 255.255.255.0 0<br />
34. Refer to the graphic. Which of the following commands will configure router A for OSPF?<br />
 router ospf 1<br />
network 192.168.10.0<br />
<span style="color: red;"> router ospf 1<br />
network 192.168.10.64 0.0.0.63 area 0<br />
network 192.168.10.192 0.0.0.3 area 0</span><br />
 router ospf 1<br />
network 192.168.10.64 255.255.255.192<br />
network 192.168.10.192 255.255.255.252<br />
 router ospf 1<br />
network 192.168.10.0 area 0<br />
35. Which of the following protocols would exchange information between routers to share network addresses and their metrics?<br />
 TCP<br />
<span style="color: red;"> RIP</span><br />
 CSMA/CD<br />
 Ethernet<br />
36. Which ISDN device can be directly connected to a two-wire local loop in a North American city?<br />
 a router with a serial interface<br />
 a router with an S/T interface<br />
<span style="color: red;"> a router with a U interface</span><br />
 an ISDN terminal adapter<br />
37. The output of the show ip interfaces brief command indicates that Serial0 is up but the line protocol is down. Which of the following are possible causes for the line protocol being in the down state? (Choose two.)<br />
 The clock rate is not set on the DTE.<br />
 An incorrect default gateway is set on the router.<br />
 A network is missing from the routing protocol configuration.<br />
<span style="color: red;"> The encapsulation on the Serial0 interface is incorrect.<br />
 Keepalives are not being sent by the remote device</span><br />
38. Which of the following is a characteristics of TCP? (Choose two.)<br />
<span style="color: red;"> data transport reliability</span><br />
 best path determination<br />
<span style="color: red;"> establishing, maintaining, and terminating virtual circuits</span><br />
 encapsulation of packets in a data frame with source and destination MAC addresses<br />
 best-effort datagram delivery<br />
39. Which statement is true regarding the command ip route 192.168.7.24 255.255.255.248 192.168.7.9? (Choose two.)<br />
<span style="color: red;"> A packet destined for host 192.168.7.30 will be forwarded to address 192.168.7.9.</span><br />
 192.168.7.9 is the destination network for this route.<br />
 192.168.7.24 is the next-hop router in this command.<br />
 This command is issued from the interface configuration mode.<br />
<span style="color: red;"> This command is used to define a static route</span><br />
40. Which of the following application layer protocols use TCP? (Choose three.)<br />
<span style="color: red;"> SMTP<br />
 FTP</span><br />
 SNMP<br />
<span style="color: red;"> HTTP</span><br />
 TFTP<br />
 DHCP<br />
41. Which terms refer to Frame Relay congestion management mechanisms? (Choose three.)<br />
<span style="color: red;"> BECN</span><br />
 DLCI<br />
<span style="color: red;"> DE<br />
 FECN</span><br />
 LMI<br />
 Inverse ARP<br />
42. Which of the following router commands will verify that a path exists to a destination network?<br />
 Router# show ip interfaces brief<br />
<span style="color: red;"> Router# show ip route</span><br />
 Router# show cdp neighbors<br />
 Router# show running-config<br />
 Router# show protocols<br />
43. When EIGRP is configured on a router, which table of DUAL information is used to calculate the best route to each destination router?<br />
 router table<br />
<span style="color: red;"> topology table</span><br />
 DUAL table<br />
 CAM table<br />
 ARP table<br />
44. Refer to the graphic. Routers A and B have EIGRP configured and automatic summarization has been disabled on both routers. Which of the following commands is used on router A to summarize the attached routes, and to which interface is this command applied? (Choose two)<br />
<span style="color: red;"> ip summary-address eigrp 1 192.168.10.64 255.255.255.192</span><br />
 ip area-range eigrp 1 192.168.10.80 255.255.255.224<br />
 summary-address 192.168.10.80 0.0.0.31<br />
 ip summary-address eigrp 1 192.168.10.64 0.0.0.63<br />
<span style="color: red;"> serial interface on router A</span><br />
 serial interface on router B<br />
45. A router with two LAN interfaces, two WAN interfaces, and two loopback interfaces configured is operating with OSPF as its routing protocol. What is used by the OSPF process to assign the router ID?<br />
 the IP address of the interface configured with priority 0<br />
 the OSPF area ID configured on the interface with the highest IP address<br />
<span style="color: red;"> the loopback with the highest IP address configured</span><br />
 the highest IP address on the LAN interfaces<br />
 the highest IP address configured on the WAN interfaces<br />
46. Given the IP address and subnet mask of 172.16.134.56 255.255.255.224, on which subnetwork does this address reside?<br />
 172.0.0.0<br />
 172.16.134.0<br />
<span style="color: red;"> 172.16.134.32</span><br />
 172.16.134.48<br />
 172.16.134.47<br />
 172.16.134.63<br />
47. Which commands show when the last IGRP routing update was received? (Choose two.)<br />
<span style="color: red;"> Router# show ip protocols</span><br />
 Router# show version<br />
 Router# show interfaces<br />
 Router# show ip updates<br />
<span style="color: red;"> Router# show ip route</span><br />
48. When using access control lists to filter traffic, which of the following is used to track multiple sessions occurring between hosts?<br />
 IP addresses<br />
 subnet masks<br />
<span style="color: red;"> port numbers</span><br />
 routed protocols<br />
 routing protocols<br />
 interfaces<br />
49. Given the IP address and subnet mask of 172.16.134.64 255.255.255.224, which of the following would describe this address?<br />
 This is a useable host address.<br />
 This is a broadcast address.<br />
<span style="color: red;"> This is a network address.</span><br />
 This is not a valid address<br />
50. The company network shown in the drawing has to be subnetted. The company has leased the Class C IP address of 200.1.2.0. Which of the following network addresses and masks would be appropriate for one of the subnetworks?<br />
 200.1.2.96 255.255.255.192<br />
<span style="color: red;"> 200.1.2.160 255.255.255.224</span><br />
 200.1.2.80 255.255.255.224<br />
 200.1.2.32 255.255.255.240</span></span></p>
<p><span style="color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: left;"><span>source : c<a href="http://www.ccna4u.org">cna4u</a><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://learn-ccna.com/2009/11/15/ccna-4-final-exam-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CCNA4 Final G(Sep 2009)</title>
		<link>http://learn-ccna.com/2009/11/15/ccna4-final-gsep-2009/</link>
		<comments>http://learn-ccna.com/2009/11/15/ccna4-final-gsep-2009/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 22:16:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA 4 Final Exam]]></category>
		<category><![CDATA[CCNA Exploration 4]]></category>

		<guid isPermaLink="false">http://learn-ccna.com/?p=978</guid>
		<description><![CDATA[1. What are two main components of data confidentiality? (Choose two.) check sum digital certificates encapsulation encryption hashing 2. While troubleshooting a problem with an e-mail server, an administrator observes that the switch port used by the server shows &#8220;up, line protocol up&#8221;. The administrator cannot ping the server. At which layer of the OSI [...]]]></description>
			<content:encoded><![CDATA[<p>1.<br />
What are two main components of data confidentiality? (Choose two.)<br />
check sum<br />
digital certificates<br />
<strong style="color: blue;">encapsulation<br />
encryption </strong><br />
hashing</p>
<p>2.<br />
While troubleshooting a problem with an e-mail server, an administrator observes that the switch port used by the server shows &#8220;up, line protocol up&#8221;. The administrator cannot ping the server. At which layer of the OSI model is the problem most likely to be found?<br />
application layer<br />
<strong style="color: blue;">network layer </strong><br />
data link layer<br />
physical layer</p>
<p>3.<br />
Which combination of authentication and Layer 2 protocol should be used to establish a link between a Cisco and a non-Cisco router without sending authentication information in plain text?<br />
CHAP and HDLC<br />
<strong style="color: blue;">CHAP and PPP</strong><br />
PAP and HDLC<br />
PAP and PPP<br />
<span><br />
4.<br />
An administrator is configuring a dual stack router with IPv6 and IPv4 using RIPng. The administrator receives an error message when trying to enter the IPv4 routes into RIPng. What is the cause of the problem?<br />
When IPv4 and IPv6 are configured on the same interface, all IPv4 addresses are over-written in favor of the newer technology.<br />
Incorrect IPv4 addresses are entered on the router interfaces.<br />
RIPng is incompatible with dual-stack technology.<br />
<strong><span style="color: blue;">IPv4 is incompatible with RIPng.</span></strong></p>
<p>5.<br />
Which three statements accurately describe attributes of a security policy? (Choose three.)<br />
<strong><span style="color: blue;">It creates a basis for legal action if necessary. </span></strong><br />
It should not be altered once it is implemented.<br />
<strong style="color: blue;">It defines a process for managing security violations.</strong><br />
It focuses primarily on threats from outside of the organization.<br />
<strong style="color: blue;">It defines acceptable and unacceptable use of network resources. </strong><br />
It provides step-by-step procedures to harden routers and other network devices.</p>
<p>6.<br />
A technician has been asked to run the Cisco SDM one-step lockdown on a customer router. What will be the result of this process?<br />
It will guarantee that the network is secure.<br />
It will implement all security configurations that Cisco AutoSecure offers.<br />
<strong style="color: blue;">It will automatically apply all recommended security-related configuration changes. </strong><br />
It will guarantee that all traffic is quarantined and checked for viruses before being forwarded.</p>
<p>7.<br />
Which two functions are provided by the Local Management Interface (LMI) that is used in Frame Relay networks? (Choose two.)<br />
<strong style="color: blue;">simple flow control </strong><br />
error notification<br />
congestion notification<br />
mapping of DLCIs to network addresses<br />
<strong style="color: blue;">exchange of information about the status of virtual circuits </strong></p>
<p>8.<br />
Refer to the exhibit. Which statement correctly describes how Router1 processes an FTP request that enters interface s0/0/0 and is destined for an FTP server at IP address 192.168.1.5?<br />
The router matches the incoming packet to the statement that was created by the access-list 201 deny icmp 192.168.1.0 0.0.0.255 any command, continues comparing the packet to the remaining statements in ACL 201 to ensure that no subsequent statements allow FTP, and then the router drops the packet.<br />
The router reaches the end of ACL 101 without matching a condition and drops the packet because there is no statement that was created by the access-list 101 permit ip any any command.<br />
<strong style="color: blue;">The router matches the incoming packet to the statement that was created by the access-list 101 permit ip any 192.168.1.0 0.0.0.255 command and allows the packet into the router. </strong><br />
It matches the incoming packet to the statement that was created by the access-list 201 permit ip any any command and allows the packet into the router.</p>
<p>9.<br />
Refer to the exhibit. Which statement is true about the CSU/DSU device?<br />
It connects asynchronous devices to a LAN or WAN through network and terminal emulation software.<br />
It uses a multiport internetworking device to switch traffic such as Frame Relay, ATM, or X.25 over the WAN.<br />
<strong style="color: blue;">It provides termination for the digital signal and ensures connection integrity through error correction and line monitoring. </strong><br />
It converts the digital signals produced by a computer into voice frequencies that can be transmitted over the analog lines of the public telephone network.</p>
<p>10.<br />
Refer to the exhibit. From the output of the show interfaces and ping commands, at which layer of the OSI model is a fault indicated?<br />
application<br />
transport<br />
<strong style="color: blue;">network </strong><br />
data link<br />
physical</p>
<p>11.<br />
Refer to the exhibit. A network administrator is trying to backup the IOS software on R1 to the TFTP server. He receives the error message that is shown in the exhibit, and cannot ping the TFTP server from R1. What is an action that can help to isolate this problem?<br />
Use correct source file name in the command.<br />
Verify that the TFTP server software is running.<br />
Make sure that there is enough room on the TFTP server for the backup.<br />
<strong style="color: blue;">Check that R1 has a route to the network where the TFTP server resides. </strong></p>
<p>12.<br />
Refer to the exhibit. Router1 is not able to communicate with its peer that is connected to this interface. Based on the output as shown, what is the most likely cause?<br />
interface reset<br />
<strong style="color: blue;">unplugged cable </strong><br />
improper LMI type<br />
PPP negotiation failure</p>
<p>13.<br />
A technician is talking to a colleague at a rival company and comparing DSL transfer rates between the two companies. Both companies are in the same city, use the same service provider, and have the same rate/service plan. What is the explanation for why company 1 reports higher download speeds than company 2 reports?<br />
Company 1 only uses microfilters at branch locations.<br />
Company 1 has a lower volume of POTS traffic than company 2 has.<br />
<strong style="color: blue;">Company 2 is located farther from the service provider than company 1 is.</strong><br />
Company 2 shares the connection to the DSLAM with more clients than company 1 shares with.</p>
<p>14.<br />
Refer to the exhibit. What is placed in the address field in the header of a frame that will travel from the DC router to the Orlando router?<br />
DLCI 123<br />
<strong style="color: blue;">DLCI 321 </strong><br />
10.10.10.25<br />
10.10.10.26<br />
MAC address of the Orlando router</p>
<p>15.<br />
When NAT is in use, what is used to determine the addresses that can be translated on a Cisco router?<br />
<strong style="color: blue;">access control list </strong><br />
routing protocol<br />
inbound interface<br />
ARP cache</p>
<p>16.<br />
A network administrator is tasked with maintaining two remote locations in the same city. Both locations use the same service provider and have the same service plan for DSL service. When comparing download rates, it is noticed that the location on the East side of town has a faster download rate than the location on the West<br />
side of town. How can this be explained?<br />
The West side has a high volume of POTS traffic.<br />
The West side of town is downloading larger packets.<br />
<strong style="color: blue;">The service provider is closer to the location on the East side. </strong><br />
More clients share a connection to the DSLAM on the West side.</p>
<p>17.<br />
What are the symptoms when the s0/0/0 interface on a router is attached to an operational CSU/DSU that is generating a clock signal, but the far end router on the point-to-point link has not been activated?<br />
show controllers indicates cable type DCE V.35. show interfaces s0/0/0 indicates serial down, line protocol down.<br />
show controllers indicates cable type DCE V.35. show interfaces s0/0/0 indicates serial up, line protocol down.<br />
<strong style="color: blue;">show controllers indicates cable type DTE V.35. show interfaces s0/0/0 indicates serial up, line protocol down. </strong><br />
show controllers indicates cable type DTE V.35. show interfaces s0/0/0 indicates serial down, line protocol down.</p>
<p>18.<br />
A technician has been asked to run Cisco SDM one-step lockdown on the router of a customer. What will be the result of this process?<br />
Traffic is only forwarded from SDM-trusted Cisco routers.<br />
Security testing is performed and the results are saved as a text file stored in NVRAM.<br />
<strong style="color: blue;">The router is tested for potential security problems and any necessary changes are made. </strong><br />
All traffic entering the router is quarantined and checked for viruses before being forwarded.</p>
<p>19.<br />
Refer to the exhibit. Which statement is true about the Frame Relay connection?<br />
The Frame Relay connection is in the process of negotiation.<br />
A congestion control mechanism is enabled on the Frame Relay connection.<br />
The ACTIVE status of the Frame Relay connection indicates that the network is experiencing congestion.<br />
<strong style="color: blue;">Only control FECN and BECN bits are sent over the Frame Relay connection. No data traffic traverses the link. </strong></p>
<p>20.<br />
Which two statements are true about creating and applying access lists? (Choose two.)<br />
<strong style="color: blue;">There is an implicit deny at the end of all access lists.<br />
One access list per port, per protocol, per direction is permitted. </strong><br />
Access list entries should filter in the order from general to specific.<br />
The term &#8220;inbound&#8221; refers to traffic that enters the network from the router interface where the ACL is applied.<br />
Standard ACLs should be applied closest to the source while extended ACLs should be applied closest to the destination.</p>
<p>21.<br />
A system administrator must provide Internet connectivity for ten hosts in a small remote office. The ISP has assigned two public IP addresses to this remote office. How can the system administrator configure the router to provide Internet access to all ten users at the same time?<br />
Configure static NAT.<br />
Configure dynamic NAT.<br />
<strong style="color: blue;">Configure static NAT with overload. </strong><br />
Configure dynamic NAT with overload.</p>
<p>22.<br />
What are two effective measures for securing routers? (Choose two.)<br />
Protect all active router interfaces by configuring them as passive interfaces.<br />
Configure remote administration through VTY lines for Telnet access.<br />
<strong style="color: blue;">Use quotes or phrases to create pass phrases.<br />
Disable the HTTP server service</strong>.<br />
Enable SNMP traps.</p>
<p>23.<br />
Refer to the exhibit. A network administrator has issued the commands that are shown on Router1 and Router2. A later review of the routing tables reveals that neither router is learning the LAN network of the neighbor router. What is most likely the problem with the RIPng configuration?<br />
The serial interfaces are in different subnets.<br />
<strong style="color: blue;">The RIPng process is not enabled on interfaces. </strong><br />
The RIPng processes do not match between Router1 and Router2.<br />
The RIPng network command is missing from the IPv6 RIP configuration.</p>
<p>24.<br />
Because of a remote-procedure call failure, a user is unable to access an NFS server. At what layer of the TCP/IP model does this problem occur?<br />
network layer<br />
data link layer<br />
physical layer<br />
<strong style="color: blue;">application layer </strong></p>
<p>25.<br />
What will be the result of adding the command ip dhcp excluded-address 192.168.24.1 192.168.24.5 to the configuration of a local router that has been configured as a DHCP server?<br />
Traffic that is destined for 192.168.24.1 and 192.168.24.5 will be dropped by the router.<br />
Traffic will not be routed from clients with addresses between 192.168.24.1 and 192.168.24.5.<br />
<strong style="color: blue;">The DHCP server will not issue the addresses ranging from 192.168.24.1 to 192.168.24.5. </strong><br />
The router will ignore all traffic that comes from the DHCP servers with addresses 192.168.24.1 and 192.168.24.5.</p>
<p>26.<br />
Refer to the exhibit. A network administrator is trying to configure a router to use SDM. After this configuration shown in the exhibit is applied, the SDM interface of the router is still not accessible. What is the cause of the problem?<br />
<strong style="color: blue;">The username and password are not configured correctly. </strong><br />
The authentication method is not configured correctly.<br />
The HTTP timeout policy is not configured correctly.<br />
The vtys are not configured correctly.</p>
<p>27.<br />
Refer to the exhibit. A technician issues the show interface s0/0/0 command on R1 while troubleshooting a network problem. What two conclusions can be determined by from the output shown? (Choose two.)<br />
<strong style="color: blue;">The bandwidth has been set to the value of a T1 line.</strong><br />
This interface should be configured for PPP encapsulation.<br />
<strong style="color: blue;">There is no failure indicated in an OSI Layer 1 or Layer 2.</strong><br />
The physical connection between the two routers has failed.<br />
The IP address of S0/0/0 is invalid, given the subnet mask being used.</p>
<p>28.<br />
Refer to the exhibit. Which DHCP requests will R1 answer?<br />
all DHCP requests that R1 receives<br />
requests that are broadcast to 10.0.1.255<br />
DNS requests with a destination of 10.0.1.3<br />
<strong style="color: blue;">requests that are received on the FastEthernet 0/0 interface </strong><br />
requests that come from any networks that are not listed as excluded</p>
<p>29.<br />
Refer to the exhibit. Why are the routers unable to establish a PPP session?<br />
<strong style="color: blue;">The usernames are misconfigured. </strong><br />
The IP addresses are on different subnets.<br />
The clock rate is configured on the wrong end of the link.<br />
The CHAP passwords must be different on the two routers.<br />
Interface serial 0/0/0 on Router1 must connect to interface serial 0/0/1 on Router2.</p>
<p>30.<br />
A network administrator is instructing a technician on best practices for applying ACLs. Which suggestion should the administrator provide?<br />
Named ACLs are less efficient than numbered ACLs.<br />
Standard ACLs should be applied closest to the core layer.<br />
ACLs applied to outbound interfaces are the most efficient.<br />
<strong style="color: blue;">Extended ACLs should be applied closest to the source that is specified by the ACL. </strong></p>
<p>31.<br />
Which variable is permitted or denied by a standard access control list?<br />
protocol type<br />
<strong style="color: blue;">source IP address </strong><br />
source MAC address<br />
destination IP address<br />
destination MAC address</p>
<p>32.<br />
What are two LCP options that can be configured for PPP? (Choose two.)<br />
EAP<br />
<strong style="color: blue;">CHAP </strong><br />
IPCP<br />
CDPCP<br />
<strong style="color: blue;">stacker </strong></p>
<p>33.<br />
What can a network administrator do to recover from a lost router password?<br />
use the copy tftp: flash: command<br />
boot the router to bootROM mode and enter the b command to load the IOS manually<br />
telnet from another router and issue the show running-config command to view the password<br />
<strong style="color: blue;">boot the router to ROM monitor mode and configure the router to ignore the startup configuration when it initializes </strong></p>
<p>34.<br />
Refer to the exhibit. An ACL called Managers already exists on this router. What happens if the network administrator issues the commands as shown in the exhibit?<br />
The new ACL overwrites the existing ACL.<br />
The network administrator will receive an error message.<br />
<strong style="color: blue;">The existing ACL is modified to include the new command. </strong><br />
A second Managers ACL is created that contains only the new command.</p>
<p>35.<br />
Which statement is true about wildcard masks?<br />
Inverting the subnet mask will always create the wildcard mask.<br />
The wildcard mask performs the same function as a subnet mask.<br />
A network or subnet bit is identified by a &#8220;1&#8243; in the wildcard mask.<br />
<strong style="color: blue;">IP address bits that must be checked are identified by a &#8220;0&#8243; in the wildcard mask. </strong></p>
<p>36.<br />
Refer to the exhibit. Branch A has a non-Cisco router that is using IETF encapsulation and Branch B has a Cisco router. After the commands that are shown are entered, R1 and R2 fail to establish the PVC. The R2 LMI is Cisco, and the R1 LMI is ANSI. The LMI is successfully established at both locations. Why is the PVC failing?<br />
The PVC to R1 must be point-to-point.<br />
LMI types must match on each end of a PVC.<br />
The frame relay PVCs cannot be established between Cisco and non-Cisco routers.<br />
<strong style="color: blue;">The IETF parameter is missing from the frame-relay map ip 10.10.10.1 201 command. </strong></p>
<p>37.<br />
When configuring a Frame Relay connection, what is the purpose of Inverse ARP?<br />
to assign a DLCI to a remote peer<br />
to disable peer requests from determining local Layer 3 addresses<br />
to negotiate LMI encapsulations between local and remote Frame Relay peers<br />
<strong style="color: blue;">to create a mapping of DLCI to Layer 3 addresses that belong to remote peers </strong></p>
<p>38.<br />
Refer to the exhibit. A network administrator is tasked with completing the Frame Relay topology that interconnects two remote sites. How should the point-to-point subinterfaces be configured on HQ to complete the topology?<br />
frame-relay interface-dlci 103 on Serial 0/0/0.1<br />
frame-relay interface-dlci 203 on Serial 0/0/0.2<br />
<strong style="color: blue;">frame-relay interface-dlci 301 on Serial 0/0/0.1<br />
frame-relay interface-dlci 302 on Serial 0/0/0.2</strong><br />
frame-relay map ip 192.168.1.1 103 broadcast on Serial 0/0/0.1<br />
frame-relay map ip 192.168.2.2 203 broadcast on Serial 0/0/0.2<br />
frame-relay map ip 192.168.1.1 301 broadcast on Serial 0/0/0.1<br />
frame-relay map ip 192.168.2.2 302 broadcast on Serial 0/0/0.2</p>
<p>39.<br />
A technician is editing and reapplying ACL 115 to a router, what is the result of adding the command access-list 115 permit tcp any 172.16.0.0 0.0.255.255 established to the ACL when it is reapplied to the router?<br />
All traffic that comes from <a href="http://172.16.0.0/16" target="_blank">172.16.0.0/16</a> will be allowed.<br />
All TCP traffic that is destined for <a href="http://172.16.0.0/16" target="_blank">172.16.0.0/16</a> is permitted.<br />
Any SYN packets that are sent to <a href="http://172.16.0.0/16" target="_blank">172.16.0.0/16</a> will be permitted.<br />
<strong style="color: blue;">Responses to traffic that originates from the <a href="http://172.16.0.0/16" target="_blank">172.16.0.0/16</a> network are allowed. </strong></p>
<p>40.<br />
Which encapsulation protocol when deployed on a Cisco router over a serial interface is only compatible with another Cisco router?<br />
PPP<br />
SLIP<br />
<strong style="color: blue;">HDLC </strong><br />
Frame Relay</p>
<p>41.<br />
Refer to the exhibit. Partial results of the show access-lists and show ip interface FastEthernet 0/1 commands for router Router1 are shown. There are no other ACLs in effect. Host A is unable to telnet to host B. Which action will correct the problem but still restrict other traffic between the two networks?<br />
Apply the ACL in the inbound direction.<br />
Apply the ACL on the FastEthernet 0/0 interface.<br />
<strong style="color: blue;">Reverse the order of the TCP protocol statements in the ACL. </strong><br />
Modify the second entry in the list to permit tcp host 172.16.10.10 any eq telnet .</p>
<p>42.<br />
Refer to the exhibit. Company ABC expanded its business and recently opened a new branch office in another country. IPv6 addresses have been used for the company network. The data servers Server1 and Server2 run applications which require end-to-end functionality, with unmodified packets that are forwarded from the source to the destination. The edge routers R1 and R2 support dual stack configuration. What solution should be deployed at the edge of the company network in order to successfully interconnect both offices?<br />
a new WAN service supporting only IPv6<br />
NAT overload to map inside IPv6 addresses to outside IPv4 address<br />
<strong style="color: blue;">a manually configured IPv6 tunnel between the edge routers R1 and R2 </strong><br />
static NAT to map inside IPv6 addresses of the servers to an outside IPv4 address and dynamic NAT for<br />
the rest of the inside IPv6 addresses</p>
<p>43.<br />
Refer to the exhibit. Communication between two peers has failed. Based on the output that is shown, what is the most likely cause?<br />
interface reset<br />
unplugged cable<br />
improper LMI type<br />
<strong style="color: blue;">PPP negotiation failure </strong></p>
<p>44.<br />
Refer to the exhibit. A host connected to Fa0/0 is unable to acquire an IP address from this DHCP server. The output of the debug ip dhcp server command shows &#8220;DHCPD: there is no address pool for 192.168.1.1&#8243;. What is the problem?<br />
The 192.168.1.1 address has not been excluded from the DHCP pool.<br />
<strong style="color: blue;">The pool of addresses for the 192 Network pool is incorrect.</strong><br />
The default router for the 192Network pool is incorrect.<br />
The 192.168.1.1 address is already configured on Fa0/0.</p>
<p>45.<br />
What are two major characteristics of a worm? (Choose two.)<br />
<strong style="color: blue;">exploits known vulnerabilities </strong><br />
attaches itself to another program<br />
executed by a predefined time or event<br />
masquerades as an accepted program<br />
<strong style="color: blue;">copies itself to the host and selects new targets </strong></p>
<p>46.<br />
While configuring a Frame Relay connection, when should a static Frame Relay map be used?<br />
the remote router is a non-Cisco router<br />
the local router is configured with subinterfaces<br />
<strong style="color: blue;">broadcast traffic and multicast traffic over the PVC must be controlled </strong><br />
globally significant rather than locally significant DLCIs are being used</p>
<p>47.<br />
What is the result when the command permit tcp 192.168.4.0 0.0.3.255 any eq 23 is entered in a named access control list and applied on the inbound interface of a router?<br />
All traffic from <a href="http://192.168.4.0/24" target="_blank">192.168.4.0/24</a> larger than 23 bytes is permitted.<br />
FTP traffic from the <a href="http://192.168.4.0/24" target="_blank">192.168.4.0/24</a> network is permitted.<br />
TCP traffic destined to <a href="http://192.168.4.0/24" target="_blank">192.168.4.0/24</a> network is permitted.<br />
<strong style="color: blue;">Telnet traffic originating from <a href="http://192.168.4.0/22" target="_blank">192.168.4.0/22</a> is permitted out. </strong></p>
<p>48.<br />
Where does a service provider assume responsibility from a customer for a WAN connection?<br />
local loop<br />
DTE cable on router<br />
<strong style="color: blue;">demarcation point </strong><br />
demilitarized zone</p>
<p>49.<br />
Refer to the exhibit. The network administrator creates a standard access control list on Router1 to prohibit traffic from the <a href="http://172.16.1.0/24" target="_blank">172.16.1.0/24</a> network from reaching the <a href="http://172.16.2.0/24" target="_blank">172.16.2.0/24</a> network while still permitting Internet access for all networks. On which router interface and in which direction should it be applied?<br />
interface Fa0/0, inbound<br />
interface Fa0/0, outbound<br />
interface Fa0/1, inbound<br />
<strong style="color: blue;">interface Fa0/1, outbound </strong></p>
<p>50.<br />
A network administrator has changed the VLAN configurations on his network switches over the past weekend. How can the administrator determine if the additions and changes improved performance and availability on the company intranet?<br />
<strong style="color: blue;">Conduct a performance test and compare with the baseline that was established previously. </strong><br />
Interview departmental secretaries and determine if they think load time for web pages has improved.<br />
Determine performance on the intranet by monitoring load times of company web pages from remote sites.<br />
Compare the hit counts on the company web server for the current week to the values that were recorded in previous weeks.</p>
<p>51.<br />
Refer to the exhibit. What can be concluded from the exhibited output of the debug ip nat command?<br />
The 10.10.10.75 host is exchanging packets with the 192.168.0.10 host.<br />
The native 10.1.200.254 address is being translated to 192.168.0.10.<br />
<strong style="color: blue;">The <a href="http://192.168.0.0/24" target="_blank">192.168.0.0/24</a> network is the inside network. </strong><br />
Port address translation is in effect.</p>
<p>52.<br />
Refer to the exhibit. RIPv2 has been configured on all routers in the network. Routers R1 and R3 do not receive RIP routing updates. On the basis of the provided configuration, what should be enabled on router R2 to remedy the problem?<br />
proxy ARP<br />
CDP updates<br />
SNMP services<br />
<strong style="color: blue;">RIP authentication </strong></span></p>
<p><span><strong style="color: blue;">source : </strong></span><a href="http://www.ccna4u.org">ccna4u </a></p>
]]></content:encoded>
			<wfw:commentRss>http://learn-ccna.com/2009/11/15/ccna4-final-gsep-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

