CertCities.com -- The Ultimate Site for Certified IT Professionals
Visit CertCities.com Forums and Ost Your Mind Share share | bookmark | e-mail
  Microsoft®
  Cisco®
  Security
  Oracle®
  A+/Network+"
  Linux/Unix
  More Certs
  Newsletters
  Salary Surveys
  Forums
  News
  Exam Reviews
  Tips
  Columns
  Features
  PopQuiz
  RSS Feeds
  Press Releases
  Contributors
  About Us
  Search
 

Advanced Search
  Free Newsletter
  Sign-up for the #1 Weekly IT
Certification News
and Advice.
Subscribe to CertCities.com Free Weekly E-mail Newsletter
CertCities.com

See What's New on
Redmondmag.com!

Cover Story: IE8: Behind the 8 Ball

Tech-Ed: Let's (Third) Party!

A Secure Leap into the Cloud

Windows Mobile's New Moves

SQL Speed Secrets


CertCities.com
Let us know what you
think! E-mail us at:



 
 
...Home ... Editorial ... Pop Quiz ..Pop Quiz Article Friday: April 4, 2014


Cisco Exam #640-801: CCNA (Cisco Press, set 2)
Test your basic networking knowledge for Cisco's entry-level certification exam with these 10 questions and answers.


courtesy of   Cisco Press

Question:
1. From the list below, select the protocols that do not support VLSM.

a. RIP-1

b. RIP-2

c. IGRP

d. EIGRP

e. BGP

f. OSPF

···> read answer

2. What protocol allows Frame Relay routers to dynamically learn another router's Layer 3 addresses?

a. Reverse ARP

b. Inverse ARP

c. Auto PVC

d. DDLCI

e. PVC Configure

···> read answer

3. For a particular NAT implementation, a private address 192.168.1.1 should always be translated with a 1:1 mapping to IP address 12.150.146.100. Which command accomplishes this?

a. ip nat inside source 192.168.1.1 12.150.146.100

b. ip nat outside source 192.168.1.1 12.150.146.100

c. ip nat inside source int s0 overload

d. ip nat inside source list 1 pool outside

···> read answer

4. Imagine that a Frame Relay frame is sent from R1 to R2. The frame experiences congestion while in transit. What is the most likely action of a Frame Relay switch that notices the congestion?

a. It sets the FECN bit in the frame.

b. It sets the BECN bit in the frame.

c. It sets the DE bit, triggering R2 to set the FECN bit in the next frame it sends to R1.

d. It sets the DE bit, triggering R2 to set the BECN bit in the next frame it sends to R1.

···> read answer

5. What is the LLC sublayer specification for IEEE Ethernet?

a. IEEE 802.3

b. IEEE 802.2

c. IEEE 801.4

d. ANSI X3T9.5

···> read answer

6. Assuming that an interface on a Cisco router does not have a “bandwidth” command, what is the default OSPF cost of a fractional T1 with a capacity of 1Mbps?

a. 100

b. 64

c. 19

d. 10

···> read answer


7. You have two switches in your organization with users connected to both of them. You have two segments connecting the two switches. How could you utilize and minimize the downtime so the two switches can utilize the maximum bandwidth?

a. Use EtherChannel

b. Enable multiple links

c. You can only increase the bandwidth of the individual links

d. Disable STP

···> read answer

8. When using static routes, you type in "ip route 10.1.1.0 255.255.255.0", two options are available to specify the next hop. Select the two valid choices.

a. s1

b. 10.2.2.2

c. via 10.2.2.2

d. pass-to 10.2.2.2

e. via s1

···> read answer

9. When originally designed, a branch office needed only six IP addresses, and a subnet mask of 255.255.255.248 was used. Two more devices need IP addresses on that LAN. Thankfully VLSM was properly and carefully implemented and there are several more subnets available to accommodate this new growth. Which of the following answers would work for adding these two new hosts to the LAN?

a. Add a second router with an extra Ethernet port and assign a new subnet to the branch office.

b. Assign an extra subnet to the branch office by putting a secondary IP address on the router at the office.

c. Assign a new, larger subnet to the branch LAN.

d. Use NAT to overlap the address at the branch office.

···> read answer

10. R1, R2, R3, and R4 have their Fast Ethernet 0/0 interfaces attached to the same VLAN. A network engineer has typed a configuration for each router by using a word processor. He will later copy and paste the configuration into the router. Examine the following exhibit, which lists configuration for the four routers, as typed by the network engineer. Assuming that all four routers can ping each other’s LAN IP addresses after the configuration has been applied, which of the following statements is true regarding EIGRP behavior between these four routers? (You can assume that, if not shown in the exhibit, all other related parameters are still set to their defaults.)

!!! Configuration on R1 !!!!!!!!!!!!!!!!!!!!!
interface fastethernet 0/0
ip address 10.1.1.1 255.255.255.0
!
router eigrp 9999
network 10.0.0.0

!!! Configuration on R2 !!!!!!!!!!!!!!!!!!!!!
interface fastethernet 0/0
ip address 10.1.1.2 255.255.255.0
!
router eigrp 9999
network 10.0.0.0

!!! Configuration on R3 !!!!!!!!!!!!!!!!!!!!!
interface fastethernet 0/0
ip address 10.1.1.3 255.255.255.0
!
router eigrp 9999
network 10.1.1.0 0.0.0.255
!!! Configuration on R4 !!!!!!!!!!!!!!!!!!!!!
interface fastethernet 0/0
ip address 10.1.1.4 255.255.255.0
!
router eigrp 9999
network 10.1.1.0 255.255.255.0

a. Only R1 and R2 will exchange routing information.

b. Only R3 and R4 will exchange routing information.

c. Three of the routers will exchange routing information, but one will not.

d. All four routers will exchange routing information.

e. None of the routers will exchange routing information.

···> read answer

1. A and C are correct. RIP version 1 and IGRP both do not support VLSM because they do not include the subnet mask in their updates.


2. B is correct. Inverse ARP messages are sent by each router, announcing their own Layer 3 addresses.


3. A is correct. You accomplish 1:1 static mapping with the “ip nat inside source” command, with the first IP address being the inside local address, and the second being the inside global address.


4. A is correct. FECN is set when congestion occurs in the same direction that a frame is flowing; BECN is set for frames in the opposite direction.


5. B is correct. IEEE 802.3 is the MAC sublayer specification for IEEE Ethernet. IEEE 801.4 is not a real option. ANSI X3T9.5 is the MAC sublayer specification for ANSI FDDI.

6. B is correct. Although the RFC does not specify how cost is determined, Cisco defaults to a value that is inversely proportional to 100Mbps. Although the capacity of the line is 1Mbps, the router cannot detect this and assumes the default bandwidth of roughly 1.5Mbps. The fraction 100Mbps / 1.5Mbps rounds down to a value of 64.

7. A is correct. EtherChannel enables you to fully utilize links and treat multiple links as one path.

8. A and B are correct. When using the “ip route command”, you can specify an IP address as the next hop, or an interface out which to send the packet.

9. B and C are correct. Since care was taken during the design phase, it is possible to simply add a new subnet to the branch office by adding a secondary IP address to the LAN interface of the router at the branch office. Also, a larger subnet could be assigned, which may or may not be difficult, depending on whether any static IP addresses are configured.

10. C is correct. R1, R2, and R3 will become neighbors and exchange routing information. R3's “network 10.1.1.0 0.0.0.255” command uses the wildcard mask option, meaning that all interfaces beginning with an IP address of "10.1.1" will match. R4 uses a mask like a subnet mask; however, the mask in the EIGRP network command acts like an ACL wildcard mask. In this case, R4 would match all interfaces whose IP address ends in 0.

Questions and answers provided by Cisco Press. To order the full version of this exam simulation, click here.


More Pop Quiz:


There are 23 CertCities.com user Comments for “Cisco Exam #640-801: CCNA (Cisco Press, set 2)”
Page 1 of 3
10/2/05: Anonymous says: Good Question to practice . Worthwhile !
6/5/07: deepak from DELHI says: excellent
3/13/12: Armandina from APTlWQUnctuthDz says: After a cold start and before the xnchaege of routing information, the routers initially discover their own directly connected networks and subnet masks.If a routing protocol is configured, the routers begin exchanging routing updates. Initially, these updates only include information about their directly connected networks. Upon receiving an update, the router checks it for new information. Any routes that are not currently in its routing table are added.Round 1All four routers send their routing tables to their neighbors, which at this point only contains the directly connected networks. Each router processes updates in the following manner:RASends an update about network 192.168.1.0/24 out the Serial0/0/0 interfaceSends an update about network 192.168.2.0/24 out the FastEthernet0/0 interfaceReceives update from RB about network 192.168.3.0/24 with a metric of 1Stores network 192.168.3.0/24 in the routing table with a metric of 1RBSends an update about network 192.168.3.0/24 out the Serial 0/0/0 interfaceSends an update about network 192.168.2.0/24 out the Serial 0/0/1 interfaceReceives an update from RA about network 192.168.1.0/24 with a metric of 1Stores network 192.168.1.0/24 in the routing table with a metric of 1Receives an update from RC about network 192.168.4.0 with a metric of 1Stores network 192.168.4.0/24 in the routing table with a metric of 1RCSends an update about network 192.168.4.0 out the Serial 0/0/1 interfaceSends an update about network 192.168.3.0/24 out the Serial 0/0/0Receives an update from RB about network 192.168.2.0/24 with a metric of 1Stores network 192.168.2.0/24 in the routing table with a metric of 1Receives an update from RD about network 192.168.5.0/24 with a metric of 1Stores network 192.168.5.0/24 in the routing table with a metric of 1RDSends an update about network 192.168.5.0 out the Serial 0/0/0 interfaceSends an update about network 192.168.4.0/24 out the fa 0/0Receives an update from RC about network 192.168.3.0/24 with a metric of 1Stores network 192.168.0.3 in the routing table with a metric of 1Round 2After this first round of update xnchaeges, each router knows about the connected networks of their directly connected neighbors.However, you will notice that RA does not yet know about 192.168.4.0/24 and 192.168.5.0/24. RC does not yet know about 192.168.1.0/24. and RD does not yet know about 192.168.1.0/24 and 192.168.2.0/24. Full knowledge and a converged network will not take place until there is another couple xnchaege of routing information.Try to apply the previously routing updates process to get the whole picture.
5/2/12: Anonymous says: nice
9/22/12: ¸ßËÙ´úÀí from [email protected] says: ÎÒÓÃÕâ¼Ò»¹²»´í http://www.35vpn.com/ http://www.35vpn.com/
6/30/13: louis vuitton outlet online from [email protected] says: ths louis vuitton outlet online http://www.louisvuittonttoutlet.com
7/1/13: michael kors outlet coupons from [email protected] says: good share. michael kors outlet coupons http://www.michaelkorsioutlet.org/
7/4/13: christian louboutin outlet from [email protected] says: nice articles christian louboutin outlet http://www.christianlouboutinoutleta.com
7/5/13: guccioutletstore-online.com from [email protected] says: good share. guccioutletstore-online.com http://www.guccioutletstore-online.com
7/16/13: replica watches from [email protected] says: This is a post that i think has a worth to be commented.Thanks for the information.It is very useful. replica watches http://www.tellwatchesuk.co.uk/
First Page   Next Page   Last Page
Your comment about: “Cisco Exam #640-801: CCNA (Cisco Press, set 2)”
Name: (optional)
Location: (optional)
E-mail Address: (optional)
Comment:
   

-- advertisement (story continued below) --

top