CertCities.com -- The Ultimate Site for Certified IT Professionals
Listen, See, Win! Register for a Free Tech Library Webcast 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 (Transcender, set 1)
Test your basic networking knowledge for Cisco's entry-level certification exam with these 10 questions and answers.


courtesy of   Transcender

Question:
1.

Figure 1: IP network 192.168.16.0/24
[Click on image for larger view.]
Figure 1: IP network 192.168.16.0/24

Figure 1 shows a small network that has been assigned the IP network 192.168.16.0/24 to administer. RouterB has been configured with RIP and the addresses shown. Which commands must you issue on RouterA to enable IP communications between the Ethernet LANs?

a. RouterA(config)# router rip
RouterA(config)# network 192.168.16.0
RouterA(config)# version 2

b. RouterA(config)# router rip
RouterA(config)# network 192.168.16.16
RouterA(config)# network 192.168.16.128

c. RouterA(config)# interface serial 0
RouterA(config-if)# ip address 192.168.16.17 255.255.255.252
RouterA(config-if)# no shutdown

d. RouterA(config)# interface serial 0
RouterA(config-if)# ip address 192.168.16.19 255.255.255.252
RouterA(config-if)# no shutdown

e. RouterA(config)# interface ethernet 0
RouterA(config-if)# ip address 192.168.16.101 255.255.255.192
RouterA(config-if)# no shutdown

f. RouterA(config)# interface ethernet 0
RouterA(config-if)# ip address 192.168.16.129 255.255.255.192
RouterA(config-if)# no shutdown

···> read answer


2.


[Click on image for larger view.]
Figure 2: show ip ospf interface outputs for RouterA and RouterB

The outputs of the show ip ospf interface command performed on both RouterA and RouterB is displayed in Figure 2. The two routers are interconnected using Ethernet, but will not exchange OSPF routing information. What is the most likely cause of this problem?

a. An invalid router ID is configured on RouterA.
b. An invalid process ID is configured on RouterB.
c. Both RouterA and RouterB are configured with the same priority.
d. RouterA and RouterB have the same Hello timer values configured.
e. RouterA and RouterB do not have the same Dead timer values configured.

···> read answer


3.

Figure 3: Workgroup and file server
[Click on image for larger view.]
Figure 3: Workgroup and file server

The workgroup is complaining that they are not able to access the file server. Which configuration entry would be the cause of this problem?

a. The switch is configured with IP address 172.31.16.47/28.
b. The router E1 interface is configured with the IP address 172.31.16.33/28.
c. The router E0 interface is configured with the IP address 172.31.16.17/28.
d. The server is configured with IP address 172.31.16.32/28 and has a default gateway of 172.31.16.33.
e. The workgroup workstations are configured with IP addresses in the range of 172.31.16.18/28 through 172.31.16.21/28 and has a default gateway of 172.31.16.17.

···> read answer


4.

Figure 4: Frame-relay connection between Router1 and Router2
[Click on image for larger view.]
Figure 4: Frame-relay connection between Router1 and Router2

The new frame-relay connection between Router1 and Router2 routers is not working properly. The Router1 serial 0 configuration contains the following:

interface serial 0
ip address 172.31.16.65 255.255.255.0
encapsulation frame-relay
frame-relay map ip 172.31.16.66 222 broadcast

What is preventing the Router1 from communicating with Router2?

a. The encapsulation type is incorrect.
b. The LMI type configuration entry is missing.
c. The frame relay map statement is incorrect.
d. The serial 0 interface on Router1 has an invalid IP address.
e. The serial 0 interface on Router1 has an invalid subnet mask.

···> read answer


5.

Figure 5: Switch and root bridge
[Click on image for larger view.]
Figure 5: Switch and root bridge

Which switch will be elected the root bridge?

a. Switch1
b. Switch2
c. Switch3
d. Switch4

···> read answer


6. Which of the following is a link state routing protocol?

a. RIP
b. IGRP
c. OSPF
d. EIGRP

···> read answer


7. You have been assigned the IP network 142.142.0.0. You want to create the greatest number of subnets consistent with the following criteria:

1. Each subnet must currently support at least 100 hosts.
2. You must provide for 20% growth.

Which subnet mask should you use?

···> read answer


8. Which subnet provides 14 subnets and 14 hosts on each subnet?

···> read answer


9. Given the broadcast address for subnet 192.168.50.64/27 is 192.168.50.95, what is the broadcast address on the next subnet?

···> read answer


10. You want to permit any device from network 192.168.15.0 to establish Telnet sessions to RouterA while denying Telnet access to devices on all other networks. You have defined the following access list:

RouterA(config)#access-list 1 permit 192.168.15.0 0.0.0.255

Which two commands are necessary to apply the access list?

···> read answer


1. A, C and F are correct. The Class C address 192.168.16.0 was subnetted using to different masks on RouterB. By default, an IOS router running RIP can receive both RIPv1 and RIPv2 updates. To enable it to send RIPv2 updates, the version command is required.

The existing serial interface on RouterB belongs to the 192.168.16.16/30 IP subnet. The assignable IP addresses in that subnet are 192.168.16.17 through 192.168.16.18. IP address 192.168.16.19 is the broadcast address for the subnet because all host bits are on. To assign the only available address to the serial 0 interface use the following commands:

RouterA(config)# interface serial 0
RouterA(config-if)# ip address 192.168.16.17 255.255.255.252
RouterA(config-if)# no shutdown

The existing Ethernet interface on RouterB belongs to the 192.168.16.65/26 IP subnet. The assignable IP addresses in that subnet are 192.168.16.65 through 192.168.16.126.

Figure 6: IP network 192.168.16.0/24
[Click on image for larger view.]
Figure 6: IP network 192.168.16.0/24

To assign the same mask on the Ethernet interface on RouterA, requires us to move to an unused subnet such as 192.168.16.128/26. The assignable IP addresses in that subnet are 192.168.16.129 through 192.168.16.190. The IP address 192.168.16.101 belongs to RouterA's subnet. To assign an available address to the Ethernet 0 interface use the following commands:

RouterA(config)# interface ethernet 0
RouterA(config-if)# ip address 192.168.16.129 255.255.255.192
RouterA(config-if)# no shutdown

The version router command selects the RIP version. RIP1 is selected if no version is specified. To specify RIP2, use the 'version 2' command as shown below.

RouterA(config)#router rip
RouterA(config-router)network 192.168.16.0
RouterA(config-router)version 2

RIP2 offers significant enhancements over RIP1 including support for variable-length subnet masks and triggered updates. For more information on RIP Commands, go here.


2. Answer E is correct. RouterA and RouterB do not have the same Dead timer values configured. RouterA and RouterB do not have the same Dead timer values configured.

Routers on a broadcast or non-broadcast multiaccess network will not form a neighbor relationship if any of the following occur:

  • The routers have different IP subnet masks configured for the network.
  • The routers are configured to use different Hello timer intervals. The Hello timer identifies the number of seconds between sending Hello packets.
  • The routers are configured to use different Dead timer intervals. The Dead timer identifies how long an OSPF router waits before declaring that the neighbor is no longer active.

For more information on OSPF, see the Tech document "What does the show ip ospf interface Command Reveal?"


3. Answer D is correct. The server that has been configured with the IP address 172.31.16.32/28 and default gateway 172.31.16.33 is invalid and would cause a communication problem.

This scenario has a router connecting the workstations in the 172.31.16.16/28 subnet to the server in the 172.31.16.32/28 subnet.

Valid host addresses for the 172.31.16.16 255.255.255.240 (also written as 172.31.16.16/28) include 172.31.16.17 through 172.31.16.30. In this scenario, the router's Ethernet 0 interface is assigned IP address 172.31.16.17/28. The 172.31.16.17/28 address is used as the default gateway address for hosts attached to that subnet.

Valid host addresses for the 172.31.16.32 255.255.255.240 (also written as 172.31.16.32/28) include 172.31.16.33 through 172.31.16.46. In this scenario, the router's Ethernet 1 interface is assigned IP address 172.31.16.33/28.

The 172.31.16.33/28 address is used as the default gateway address for hosts attached to that subnet.

The IP address 172.31.16.32/28 represents the subnet address and is invalid for host assignment.

The IP address assigned to the switch in this scenario is also invalid. The switch is assigned the IP address 172.31.16.47/28.

The address 172.31.16.47/28 is the broadcast address for the 172.31.16.32/28 subnet. This invalid address assigned to the switch would affect communications to the switch, but not through the switch.


4. Answer C is correct. The frame relay map statement is incorrect. The frame-relay map statement is incorrect. The wrong DLCI value is used. The frame-relay map statement is to associate the protocol address of the other device with the DLCI used to communicate through the frame-relay network to the other device. The syntax of the frame-relay map command is as follows:

frame-relay map protocol protocol-address dlci [broadcast]

The correct Router1 entry for the Exhibit is as follows:

frame-relay map ip 172.31.16.66 111 broadcast

The IP addresses and the subnet mask values used are valid and will not cause a Frame-relay link problem. A default frame-relay configuration is being used. The default frame-relay encapsulation type is cisco. Since both sides of the connection are Cisco routers, the default encapsulation is valid.

The default LMI type is auto-sensed after IOS release 11.2. Prior to IOS 11.2, the LMI defaults to cisco and may not be compatible with the service provider's frame-relay network switch. Options for the LMI include cisco, ansi, and q933a. A mismatch in the LMI will prevent the Frame-Relay connection from becoming active.

For more information, see frame-relay map.


5. Answer C is correct. Switch3 will be elected the root bridge because it has the lowest bridge ID.

The root bridge is elected based on being the switch or bridge with the lowest bridge ID. The bridge ID is formed from combining the bridge priority and MAC address values. The bridge priority forms the first two hex bytes and the last 6 bytes is the MAC address. The bridge priority is configurable. The default priority is 32768 decimal or 8000 hex. The MAC address is uniquely assigned to each switch. For example, the switch's assigned MAC address is 10005A001111. When the default priority is added to the switch's unique MAC address, the bridge ID becomes 800010005A001111.

It should be apparent that the bridge priority has a major influence in selection of the root bridge. In the question scenario, the bridge priority was 32760. Making its bridge ID less than all other switches.


6. Answer C is correct. OSPF is a link state routing protocol.

Link state routing protocols are named such because instead of sending their routing tables to neighboring routers they send link state advertisements. These adverstisements describe the routers directly connected networks and the state of each link.

Link-state routing protocols (OSPF and NLSP) are more complex in their routing metric and updating strategy. They are ideally suited for larger networks since they update routing tables by sending only link-state changes rather than the entire routing table.

Distance vector routing protocols (RIP and IGRP) determine the direction and distance to any link in the internetwork. RIP has a maximum hop-count limit of 15. A hop count of 16 is considered unreachable. Therefore, RIP is very limited and should not be used in large internetworks. In addition, RIP routing updates take longer since the entire table must be transmitted for the update.


7. The correct subnet mask is 255.255.255.128 or /25.

Since this is a Class B network, you have 16 bits that can be used for subnet and host addresses. You want to use the fewest number of bits possible for host addresses so you will have the greatest number of bits left for defining subnets.

First, determine the number of host bits you will need to use for each subnet. The number of host bits must support 100 hosts per subnet plus 20% growth, or 120 hosts. The number of possible host addresses is found with the formula 2^n-2 = number of hosts, where n is the number of bits used.

2^2-2 = 2
2^3-2 = 6
2^4-2 = 14
2^5-2 = 30
2^6-2 = 62
2^7-2 = 126

Therefore, you will need to use 7 bits for hosts. This will leave 9 bits for defining subnets, and the subnet mask will be

11111111.11111111.11111111.10000000
or
255.255.255.128.


8. 255.255.255.240 or /28


9. 192.168.50.127


10. The two necessary commands are "RouterA(config)#line vty 0 4" and "RouterA(config-line)#access-class 1 in."

To create an access list that specifies that all traffic on the 192.168.15.0-255 is permitted, issue the following command:

RouterA(config)#access-list 1 permit 192.168.15.0 0.0.0.255

The address 0.0.0.255 used in the command is the wildcard mask. Each octet in the wildcard mask can contain either zero or 255. Use zeros in any octets where you want the corresponding octets in the IP address to match exactly. Use 255 in the octets where you want to allow the corresponding octets in the IP address to contain any number. For example, using the IP address 192.168.15.0.0 and wildcard mask 0.0.0.255 would create an access rule that required the first three octets to be 192.168.15 but allowed any number in the fourth octet.

Using the 'any' variable as a subnet mask is an improper syntax for the 'access-list' command.

The syntax for the access-list command is shown below:

Router(config)#access-list (access-list-number) {permit | deny} source [source-mask]

While the access-lists command creates an access list, it is not the only command required to limit traffic to the specified network. After creating the access list, you must issue the 'access-class' command to restrict incoming connections to the vty lines. For example, to apply this access list to the switch's Telnet lines, you would issue the following command:

Router(config-line)#access-class 1 in

The 'access-class' command links an existing access list to a terminal line or a range of terminal lines. In this example, the command links access-list 1 to all vty lines and applies it to incoming sessions. Essentially, this command allows only incoming Telnet connections from the network specified in access list one (208.15.208.0 /24).

Appling the access list using the 'out' paramter with the 'access-class' command would prevent outgoing telnet traffic but would not prevent incoming traffic.

The 'access-group' command is used to apply an access list to an interface. You cannot use this command to apply an access list to the vty lines. You must use the 'access-class' command apply an access-list to the vty lines.

For more information, see the Cisco IOS Master Commands List, Release 12.3(1).


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


More Pop Quiz:


There are 49 CertCities.com user Comments for “Cisco Exam #640-801: CCNA (Transcender, set 1)”
Page 1 of 5
7/6/05: basavaraj n. chougala from bangalore says: My question is, I would like to do the below mentioned courses 1 CCNA 2 CCIE(R&S) In which institute I will do these courses ( In india)
7/12/05: Brady from Florida says: Question 3 is not complete - is this representative of the product?
7/19/05: Delotto from Florida says: I liked the DTI Publishing test sim better. Not so "book" like and more interactive.
7/22/05: ram krishna from NayaBazar says: this
8/9/05: Dominic from London says: Not sure about the first question from Transcenders. It shows the network address 192.168.16.0 subnetted by two different subnet masks. Is this allowed in TCPIP ?
8/15/05: Student says: I can confirm that question 3 is perfect.Please read slowly and understand
8/22/05: vaibhav rajput from india(kanpur) says: dear sir i want to do CCNA online course, plz give full details .how can i appear this EXAM and what will be the fees of this Exam . thanks you. Yours trulely
9/22/05: krishnareddy kurakula from chennai says: these questions are very good and very useful for the ccna preparation.
10/9/05: metaferia from addis abeba says: please send me more practice ccna 1,2 ,3, 4 I suport it
5/14/07: amitkaiyar from kanpur says: I would like to CCNA Courese.
First Page   Next Page   Last Page
Your comment about: “Cisco Exam #640-801: CCNA (Transcender, set 1)”
Name: (optional)
Location: (optional)
E-mail Address: (optional)
Comment:
   

-- advertisement (story continued below) --

top