<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-57728930545784734</id><updated>2012-02-16T18:19:14.734-08:00</updated><category term='CCNA'/><title type='text'>CCNA Questions and Answers</title><subtitle type='html'>Cisco Certified Network Administrator. And other Cisco Certifications</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ccnafaqs.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/57728930545784734/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ccnafaqs.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Siebel Expert</name><uri>http://www.blogger.com/profile/11533458660230230361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-57728930545784734.post-5142084326360085102</id><published>2008-08-05T18:32:00.002-07:00</published><updated>2008-12-22T20:22:27.094-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CCNA'/><title type='text'>CCNA - 4</title><content type='html'>201. Identify the hardware component that stores the bootstrap program?&lt;br /&gt;* ROM&lt;br /&gt;* NVRAM&lt;br /&gt;* Booter load&lt;br /&gt;* RAM&lt;br /&gt;* Flash&lt;br /&gt;Correct answer: A&lt;br /&gt;ROM contains the boot strap code.&lt;br /&gt;202. Which OSI layer provides mechanical, electrical, procedural for activating, maintaining physical link?&lt;br /&gt;* Presentation&lt;br /&gt;* Network&lt;br /&gt;* Application&lt;br /&gt;* Physical&lt;br /&gt;* Transport&lt;br /&gt;* Data-Link&lt;br /&gt;Correct answer: D&lt;br /&gt;Layer 1 the Physical layer performs this function.&lt;br /&gt;203. Identify 2 characteristics of PPP?&lt;br /&gt;* Uses LLC to establish the link&lt;br /&gt;* Default serial encapsulation&lt;br /&gt;* Support multiple layer 3 protocols&lt;br /&gt;* Offers two types of authentication; PAP and CHAP&lt;br /&gt;Correct answer: C D&lt;br /&gt;PPP is not the default encapsulation and uses LCP not LLC to establish the link. It support multiple layer 3&lt;br /&gt;protocols and supports authentication.&lt;br /&gt;204. Identify 3 characteristics of a connection oriented protocol?&lt;br /&gt;* Path determination&lt;br /&gt;* Flow control&lt;br /&gt;* Acknowledgements&lt;br /&gt;* Uses hop count as metric&lt;br /&gt;* 3 step handshake&lt;br /&gt;Correct answer: B C E&lt;br /&gt;Connection oriented protocols must first establish the connection (3 step handshake), employ methods to&lt;br /&gt;acknowledge the receipt of data (acknowledgements) and slow down the flow of data if required (flow&lt;br /&gt;control).&lt;br /&gt;205. What is the maximum hop count for IP RIP?&lt;br /&gt;* Infinity&lt;br /&gt;* 16&lt;br /&gt;* 15&lt;br /&gt;* 1&lt;br /&gt;Correct answer: C&lt;br /&gt;206. is the maximum hop count, underscoring the size limitation of RIP.&lt;br /&gt;207. What is Cisco’s default encapsulation method on serial interfaces?&lt;br /&gt;* ANSI&lt;br /&gt;* Cisco&lt;br /&gt;* Q933a&lt;br /&gt;* HDLC&lt;br /&gt;Correct answer: D&lt;br /&gt;Cisco’s implementation of HDLC is only compatible with Cisco routers. It is the default encapsulation type&lt;br /&gt;for serial interfaces.&lt;br /&gt;208. Which of the following is a characteristic of a switch, but not of a repeater?&lt;br /&gt;* Switches forward packets based on the IPX or IP address in the frame&lt;br /&gt;* Switches forward packets based on the IP address in the frame&lt;br /&gt;* Switches forward packets based on the MAC address in the frame&lt;br /&gt;* Switches forward packets based only on the IP address in the packet&lt;br /&gt;Correct answer: C&lt;br /&gt;A repeater regenerates the signal it receives, a switch makes decisions based upon MAC addresses to&lt;br /&gt;determine whether a frame should be forwarded. Repeaters forward all packets.&lt;br /&gt;209. Ping uses which Internet layer protocol?&lt;br /&gt;* RARP&lt;br /&gt;* ICMP&lt;br /&gt;* ARP&lt;br /&gt;* FTP&lt;br /&gt;Correct answer: B&lt;br /&gt;Internet Control Message Protocol - ICMP is a management protocol and messaging service provider for&lt;br /&gt;IP. Its messages are carried as IP datagrams.&lt;br /&gt;ICMP is used in the following events:&lt;br /&gt;Destination Unreachable - If a router cannot send an IP packet any further, it uses an ICMP echo to send a&lt;br /&gt;message back to the sender notifying it that the remote node is unreachable.&lt;br /&gt;Buffer Full - If a routers memory buffer is full ICMP will send out a message to the originator.&lt;br /&gt;Hops - Each IP datagram is assigned a path. This consists of hops. If it goes through the maximum number&lt;br /&gt;of hops, the packet is discarded and the discarding router sends an ICMP echo to the host.&lt;br /&gt;Ping - Ping use ICMP echo message to check connectivity.&lt;br /&gt;210. Which is true regarding store-and-forward switching method?&lt;br /&gt;* Latency varies depending on frame-length&lt;br /&gt;* Latency is constant&lt;br /&gt;* It is default for all Cisco switches&lt;br /&gt;* It only reads the destination hardware address before forwarding the frame&lt;br /&gt;Correct answer: A&lt;br /&gt;Store-and-Forward switching copies the entire frame into its buffer and computes the CRC. If a CRC error&lt;br /&gt;is detected, the frame is discarded, or if the frame is a runt (less than 64 bytes including the CRC) or a&lt;br /&gt;giant (more than 1518 bytes including the CRC). The LAN switch then looks up the destination address in&lt;br /&gt;its switching table and determines the outgoing interface. The frame is then forwarded to the outgoing&lt;br /&gt;interface. Cisco Catalyst 5000 switches uses the Store-and-Forward method. The problem with Store-and-&lt;br /&gt;Forward switching is latency is increased. Latency also varies with the size of the frame. The larger the&lt;br /&gt;frame, the more latency associated. This of course is due to the fact that the entire frame is copied into its&lt;br /&gt;buffer before being forwarded.&lt;br /&gt;211. Which three of the following are true statements about connection-oriented sessions?&lt;br /&gt;* The segments delivered are acknowledged back to the sender upon their reception&lt;br /&gt;* Any segments not acknowledged the are retransmitted by the receiver&lt;br /&gt;* A manageable data flow is maintained in order to avoid congestion, overloading and loss of any data&lt;br /&gt;* Segments are sequenced back into their proper order upon arrival at their destination&lt;br /&gt;Correct answer: A C D&lt;br /&gt;Connection-oriented services are useful for transmitting data from applications that are intolerant of delays&lt;br /&gt;and packet re-sequencing. FTP and Telnet applications are based on connection-oriented services as well as&lt;br /&gt;some voice and video programs. Any segment that is not acknowledged by the received is retransmitted by&lt;br /&gt;the sender.&lt;br /&gt;212. What does a metric of 16 hops represent when using RIP?&lt;br /&gt;* Number of hops to the destination&lt;br /&gt;* Destination unreachable&lt;br /&gt;* Number of routers&lt;br /&gt;* Bandwidth&lt;br /&gt;Correct answer: B&lt;br /&gt;Routing Information Protocol (RIP) is a distance vector routing protocol that used hop count as its metric.&lt;br /&gt;The maximum hop count is 15, 16 hops is considered unreachable. RIP updates are broadcast every 30&lt;br /&gt;seconds by default. RIP has an administrative distance of 120.&lt;br /&gt;213. You need to come up with a TCP/IP addressing scheme for your company. Which two factors must you&lt;br /&gt;consider when you define the subnet mask for the network?&lt;br /&gt;* The location of DHCP servers&lt;br /&gt;* The volume of traffic on each subnet&lt;br /&gt;* The number of subnets on the network&lt;br /&gt;* The location of the default gateway&lt;br /&gt;* The number of host IDs on each subnet&lt;br /&gt;Correct answer: C E&lt;br /&gt;When determining which subnet mask to use, you must determine how many hosts and how many subnets&lt;br /&gt;are required.&lt;br /&gt;214. What is the difference between TCP and UDP?&lt;br /&gt;* TCP is connection-oriented; UDP uses acknowledgements only&lt;br /&gt;* TCP is connection-oriented; UDP is connectionless&lt;br /&gt;* Both TCP and UDP are connection-oriented, but only TCP uses windowing&lt;br /&gt;* TCP and UDP both have sequencing, but UDP is connectionless&lt;br /&gt;The correct answer(s): B&lt;br /&gt;TCP provides guaranteed connection oriented delivery of packets, UDP does not.&lt;br /&gt;215. What does the ‘S’ mean when looking at the routing table?&lt;br /&gt;* Statically connected&lt;br /&gt;* Directly connected&lt;br /&gt;* Dynamically attached&lt;br /&gt;* Shutdown route&lt;br /&gt;Correct answer: A&lt;br /&gt;Statically connected routes are those that an administrator has manually entered into the routing table.&lt;br /&gt;216. Why would you use static routing instead of dynamic routing?&lt;br /&gt;* When you want automatic updates of the routing tables&lt;br /&gt;* All the time&lt;br /&gt;* When you have very few routes and want to conserve bandwidth&lt;br /&gt;* When you have a gateway of last resort&lt;br /&gt;Correct answer: C&lt;br /&gt;Static routes are typically used when there are very few routes and you want to conserve bandwidth. Since&lt;br /&gt;routing protocols are constantly sending their updates across the wire, it can cause a great deal of&lt;br /&gt;congestion.&lt;br /&gt;217. On Cisco catalyst 5000 how would you set the second port on the controller in the first slot to full duplex?&lt;br /&gt;* Set port duplex 1/1 full&lt;br /&gt;* Set port duplex 1/2 full&lt;br /&gt;* Set port duplex 0/1 full&lt;br /&gt;* Set port duplex 0/2 full&lt;br /&gt;Correct answer: B&lt;br /&gt;The syntax is: set type duplex slot/port&lt;br /&gt;1. What does the acronym ARP stand for?&lt;br /&gt;* Address Resolution Phase&lt;br /&gt;* ARP Resolution Protocol&lt;br /&gt;* Address Resolution Protocol&lt;br /&gt;* Address Recall Protocol&lt;br /&gt;Correct answer: C&lt;br /&gt;The Address Resolution Protocol (ARP) resolved IP addresses toMAC addresses.&lt;br /&gt;2. What is the default encapsulation of Netware 3.12?&lt;br /&gt;* Ethernet_II&lt;br /&gt;* 802.5&lt;br /&gt;* 802.2&lt;br /&gt;* 802.3&lt;br /&gt;Correct answer: C&lt;br /&gt;The 802.2 Frame Type is the default frame-type for Netware 3.12.&lt;br /&gt;3. Regarding frame relay, which of the following statements are true?&lt;br /&gt;* You must use ANSI encapsulation if connecting to non-Cisco equipment&lt;br /&gt;* You must use IETF encapsulation if connecting to non-Cisco equipment&lt;br /&gt;* You must use Q.933a encapsulation if connecting to non-Cisco equipment&lt;br /&gt;* You must use Cisco encapsulation if connecting to non-Cisco equipment&lt;br /&gt;Correct answer: B&lt;br /&gt;Cisco’s encapsulation for Frame relay is proprietary. To communicate with non-Cisco equipment when&lt;br /&gt;using frame-relay encapsulation, the IETF method must be used.&lt;br /&gt;4. What is required to support full-duplex Ethernet?&lt;br /&gt;* Multiple paths between multiple stations on a link&lt;br /&gt;* Automatic sensing operation by all connected stations&lt;br /&gt;* Loopback and collision detection disabled&lt;br /&gt;* Full-duplex NIC cards&lt;br /&gt;Correct answer: C D&lt;br /&gt;Full duplex ethernet requires that the NIC supports full-duplex, and loopback and collision detection are&lt;br /&gt;disabled.&lt;br /&gt;5. Which layer is responsible for determining if sufficient resources for the intended communication&lt;br /&gt;exists?&lt;br /&gt;* Application&lt;br /&gt;* Network&lt;br /&gt;* Session&lt;br /&gt;* Presentation&lt;br /&gt;* Transport&lt;br /&gt;Correct answer: A&lt;br /&gt;The Application layer is responsible for determining if sufficient resources for the intended&lt;br /&gt;communication exists.&lt;br /&gt;6. What are the 2 functions of the Data Link Mac layer?&lt;br /&gt;* Handles access to shared media&lt;br /&gt;* Manages protocol access to the physical network medium&lt;br /&gt;* Provides SAPs for higher level protocols&lt;br /&gt;* Allows multiple devices to uniquely identify one another on the data link layer&lt;br /&gt;Correct answer: B D&lt;br /&gt;Media Access Control (MAC) -The MAC sublayer manages protocol access to the physical network&lt;br /&gt;medium. The IEEE MAC specification defines MAC addresses, which allow multiple devices to uniquely&lt;br /&gt;identify one another at the data link layer.&lt;br /&gt;7. Describe End to End network services: (Choose all that apply)&lt;br /&gt;* Best Route selection&lt;br /&gt;* Accomplished Segment by Segment, each segment is autonomous&lt;br /&gt;* Flow Control &amp;amp; Data Integrity&lt;br /&gt;* Best efforts packet delivery&lt;br /&gt;Correct answer: A B C D&lt;br /&gt;All of the above End to End network services.&lt;br /&gt;8. Which of the following provide correct information about a protocol at the transport layer of the OSI&lt;br /&gt;model?&lt;br /&gt;* UDP - Provides Connectionless datagrams service&lt;br /&gt;* TCP - Provides Connection Oriented Services&lt;br /&gt;* SMTP - Provides Mail Exchange&lt;br /&gt;* IP - Route determination&lt;br /&gt;* TCP - Provides Flow Control and Error Checking&lt;br /&gt;* FTP - Transfers of Files&lt;br /&gt;Correct answer: A B E&lt;br /&gt;Only TCP and UDP work at the Transport layer of the above choices. IP is a Network layer protocol.&lt;br /&gt;SMTP and FTP are application layer protocols.&lt;br /&gt;9. Which protocol works at the Internet layer and is responsible for making routing decisions?&lt;br /&gt;* UDP&lt;br /&gt;* IP&lt;br /&gt;* TCP&lt;br /&gt;* ARP&lt;br /&gt;Correct answer: B&lt;br /&gt;Internet Protocol - IP provides routing and a single interface to the upper layers. No upper layer protocol&lt;br /&gt;and now lower layer protocol have any functions relating to routing. IP receives segments from the&lt;br /&gt;transport layer and fragments them into packets including the hosts IP address.&lt;br /&gt;10. Which layer is responsible for providing mechanisms for multiplexing upper-layer application, session&lt;br /&gt;establishment, and tear down of virtual circuits?&lt;br /&gt;* Session&lt;br /&gt;* Network&lt;br /&gt;* Physical&lt;br /&gt;* Transport&lt;br /&gt;* Application&lt;br /&gt;* Presentation&lt;br /&gt;Correct answer: D&lt;br /&gt;The Transport layer does the following: Responsible for end-to-end integrity of data transmission. Handles&lt;br /&gt;multiplexing upper-layer application, session establishment and tear down of virtual circuits. Hides details&lt;br /&gt;of network dependent info from the higher layers by providing transparent data transfer. The ‘windows’&lt;br /&gt;works at this level to control how much information is transferred before an acknowledgement is required.&lt;br /&gt;11. Which of the following are logged when IP access list logging is enabled?&lt;br /&gt;* source address&lt;br /&gt;* protocol&lt;br /&gt;* source port&lt;br /&gt;* destination address&lt;br /&gt;* access list number&lt;br /&gt;* destination port&lt;br /&gt;Correct answer: A B C D E F&lt;br /&gt;All of the above are logged when IP access list logging is enabled.&lt;br /&gt;12. What’s the default CDP holdtime in seconds for Cisco routers?&lt;br /&gt;* 30 seconds&lt;br /&gt;* 180 seconds&lt;br /&gt;* 90 seconds&lt;br /&gt;* 60 seconds&lt;br /&gt;Correct answer: B&lt;br /&gt;Cisco Discovery Protocol is a proprietary protocol to allow you to access configuration information on&lt;br /&gt;other routers and switches with a single command. It uses SNAP at the Data-Link Layer. By default CDP&lt;br /&gt;sends out a broadcast every 60 seconds and it holds this information for 180 seconds. CDP is enabled by&lt;br /&gt;default.&lt;br /&gt;13. Which two of the following protocols are used at the Transport layer?&lt;br /&gt;* ARP&lt;br /&gt;* UDP&lt;br /&gt;* ICMP&lt;br /&gt;* RARP&lt;br /&gt;* TCP&lt;br /&gt;* BootP&lt;br /&gt;Correct answer: B E&lt;br /&gt;TCP and UDP operate at the Transport layer.&lt;br /&gt;14. LAN stands for which of the following?&lt;br /&gt;* Local Area Network&lt;br /&gt;* Local Arena Network&lt;br /&gt;* Local Area News&lt;br /&gt;* Logical Area Network&lt;br /&gt;Correct answer: A&lt;br /&gt;LAN stands for Local Area Network&lt;br /&gt;15. Choose three reasons why the networking industry uses a layered model:&lt;br /&gt;* It facilitates systematic troubleshooting&lt;br /&gt;* It allows changes in one layer to occur without changing other layers&lt;br /&gt;* It allows changes to occur in all layers when changing one protocol&lt;br /&gt;* It clarifies how to do it rather than what general function to be done&lt;br /&gt;* It clarifies what general function is to be done rather than how to do it&lt;br /&gt;Correct answer: A B E&lt;br /&gt;Why do we have a Layered Model?&lt;br /&gt;1) It reduces complexity&lt;br /&gt;2) Allows for a standardized interface&lt;br /&gt;3) Facilitates modular engineering&lt;br /&gt;4) Ensures interoperable technology&lt;br /&gt;5) Accelerates evolution&lt;br /&gt;6) Simplifies teaching and learning&lt;br /&gt;16. Which layer is responsible for identifying and establishing the availability of the intended&lt;br /&gt;communication partner?&lt;br /&gt;* Application&lt;br /&gt;* Presentation&lt;br /&gt;* Transport&lt;br /&gt;* Session&lt;br /&gt;* Network&lt;br /&gt;Correct answer: A&lt;br /&gt;The Application layer performs the following: Synchronizing sending and receiving applications. Programto&lt;br /&gt;program communication. Identify and establish the availability of the intended communication partner,&lt;br /&gt;and determine if sufficient resources exist for the communication. Popular application protocols include&lt;br /&gt;WWW, SMTP, EDI, FTP, Telnet, and SNMP&lt;br /&gt;61e4&lt;br /&gt;Search&lt;br /&gt;2 Comments so far »&lt;br /&gt;1. paul said,&lt;br /&gt;Identify the OSI layer associated with bits?&lt;br /&gt;* Physical&lt;br /&gt;* Network&lt;br /&gt;* Binary&lt;br /&gt;* Data link&lt;br /&gt;Correct answer: A&lt;br /&gt;The Physical layer converts the frames to bits.&lt;br /&gt;Paul:&lt;br /&gt;I am positive that Data Link is dealing with frames and bits - D&lt;br /&gt;2. vamshi said,&lt;br /&gt;Identify the OSI layer associated with bits?&lt;br /&gt;* Physical&lt;br /&gt;* Network&lt;br /&gt;* Binary&lt;br /&gt;* Data link&lt;br /&gt;Correct answer: A&lt;br /&gt;The Physical layer converts the frames to bits&lt;br /&gt;vamshi:&lt;br /&gt;The above ans is wrong because physical layer converts&lt;br /&gt;bits into electrical signals (or) radio waves(i.e wireless)&lt;br /&gt;so correct ans is D (Data link)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/57728930545784734-5142084326360085102?l=ccnafaqs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ccnafaqs.blogspot.com/feeds/5142084326360085102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=57728930545784734&amp;postID=5142084326360085102' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/57728930545784734/posts/default/5142084326360085102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/57728930545784734/posts/default/5142084326360085102'/><link rel='alternate' type='text/html' href='http://ccnafaqs.blogspot.com/2008/08/ccna-4.html' title='CCNA - 4'/><author><name>Siebel Expert</name><uri>http://www.blogger.com/profile/11533458660230230361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-57728930545784734.post-6223968650463566252</id><published>2008-08-05T18:32:00.001-07:00</published><updated>2008-12-22T20:22:27.094-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CCNA'/><title type='text'>CCNA - 3</title><content type='html'>151. Which OSI layer handles physical address, network topology?&lt;br /&gt;* Presentation&lt;br /&gt;* Physical&lt;br /&gt;* Transport&lt;br /&gt;* Application&lt;br /&gt;* Data-Link&lt;br /&gt;* Network&lt;br /&gt;Correct answer: E&lt;br /&gt;Layer 2 the Data-Link layer performs this function.&lt;br /&gt;152. Identify 2 reasons for disabling CDP?&lt;br /&gt;* If the router is not configured for RIP&lt;br /&gt;* Save bandwidth by eliminating overhead&lt;br /&gt;* If the router is configured for Appletalk&lt;br /&gt;* When connected to a non-Cisco router&lt;br /&gt;Correct answer: B D&lt;br /&gt;CDP can be disabled here are a couple of reasons. Connecting a Cisco router to a non-Cisco router. Don’t&lt;br /&gt;want to exchange CDP information to save bandwidth.&lt;br /&gt;153. Identify 3 characteristics of ISDN?&lt;br /&gt;* Transports voice and data&lt;br /&gt;* Transports voice only&lt;br /&gt;* Support both BRI and PRI&lt;br /&gt;* Runs over existing phone lines&lt;br /&gt;* Same as X.25&lt;br /&gt;Correct answer: A C D&lt;br /&gt;ISDN supports voice, data, and video. It runs over existing phone lines and supports 128K (BRI) and T1&lt;br /&gt;(PRI).&lt;br /&gt;154. Identify the 3 characteristics of IGRP?&lt;br /&gt;* Uses hop count as a metric&lt;br /&gt;* Supports multiple unequal paths&lt;br /&gt;* Administrative distance is 100&lt;br /&gt;* Configured with an Autonomous system number&lt;br /&gt;* Link state&lt;br /&gt;Correct answer: B C D&lt;br /&gt;IGRP is a distance vector routing protocol, it’s degree of trustworthiness is 100, it can support up to 6 unequal&lt;br /&gt;paths and must be configured with an autonomous system number.&lt;br /&gt;155. Identify 2 features of PPP CHAP authentication?&lt;br /&gt;* Username and password is sent in clear text&lt;br /&gt;* Authentication messages are sent periodically during the connection&lt;br /&gt;* Less secure then PAP&lt;br /&gt;* Local router ‘challenges’ the remote router&lt;br /&gt;Correct answer: B D&lt;br /&gt;PPP CHAP authentication message are sent periodically during the connection by challenging the other&lt;br /&gt;end of the connection.&lt;br /&gt;It is more secure than PAP and passwords and username are encrypted.&lt;br /&gt;156. Identify the default IPX serial encapsulation?&lt;br /&gt;* Novell-Ether&lt;br /&gt;* SDLC&lt;br /&gt;* SNAP&lt;br /&gt;* HDLC&lt;br /&gt;Correct answer: D&lt;br /&gt;The default IPX serial encapsulation is HDLC.&lt;br /&gt;157. Identify the hardware component that stores the backup configuration?&lt;br /&gt;* RAM&lt;br /&gt;* NVRAM&lt;br /&gt;* Flash&lt;br /&gt;* ROM&lt;br /&gt;Correct answer: B&lt;br /&gt;NVRAM contains the backup config. RAM is the dynamic memory area, ROM contains the boot strap&lt;br /&gt;code and Flash contains the IOS.&lt;br /&gt;158. Identify the extended IP access-list number range?&lt;br /&gt;* 600 - 699&lt;br /&gt;* 1 - 99&lt;br /&gt;* 900 - 999&lt;br /&gt;* 100 - 199&lt;br /&gt;Correct answer: D&lt;br /&gt;The extended IP access-list range is 100-199.&lt;br /&gt;159. Identify 3 Fast Ethernet technologies?&lt;br /&gt;* 100 Base FastEther&lt;br /&gt;* 100 Base FX&lt;br /&gt;* 100 Base T4&lt;br /&gt;* 100 Base TX&lt;br /&gt;Correct answer: B C D&lt;br /&gt;160. BaseFastEther is false. 100 Base FX, TX and T4 are all valid.&lt;br /&gt;161. Identify the OSI layer which is responsible for end-to-end connections?&lt;br /&gt;* Network&lt;br /&gt;* Transport&lt;br /&gt;* Session&lt;br /&gt;* Data link&lt;br /&gt;* TCP&lt;br /&gt;Correct answer: B&lt;br /&gt;Layer 4 is the Transport layer and is responsible for end-to-end connections.&lt;br /&gt;162. Identify the 2 characteristics regarding MAC addresses?&lt;br /&gt;* Contains a network portion and host portion&lt;br /&gt;* Always assigned by System Administrator&lt;br /&gt;* 48 bits long&lt;br /&gt;* Contains a vendor code and serial number&lt;br /&gt;Correct answer: C D&lt;br /&gt;MAC addresses are assigned by the vendor. Each MAC address is 48 bits long and made up of 24 bits&lt;br /&gt;vendor code and 24 bits serial number.&lt;br /&gt;163. Identify the number range for IPX SAP filters?&lt;br /&gt;* 900 - 999&lt;br /&gt;* 1000 - 1099&lt;br /&gt;* 800 -899&lt;br /&gt;* 100 - 199&lt;br /&gt;Correct answer: B&lt;br /&gt;The IPX SAP filtering range is 1000-1099.&lt;br /&gt;164. What is the purpose of ARP?&lt;br /&gt;* IP to host name resolution&lt;br /&gt;* Host name to IP address resolution&lt;br /&gt;* Mac to IP address resolution&lt;br /&gt;* IP toMac address resolution&lt;br /&gt;Correct answer: D&lt;br /&gt;Address Resolution Protocol resolves the MAC address if the IP address is known. It is a layer 3 protocol.&lt;br /&gt;165. Which OSI layer establishes, maintains and terminates sessions between hosts?&lt;br /&gt;* Application&lt;br /&gt;* Physical&lt;br /&gt;* Data-Link&lt;br /&gt;* Presentation&lt;br /&gt;* Network&lt;br /&gt;* Session&lt;br /&gt;Correct answer: F&lt;br /&gt;Layer 5 the Session layer performs this function.&lt;br /&gt;166. Which statement is true regarding Administrative distance?&lt;br /&gt;* It is a metric&lt;br /&gt;* Number of hops between two routers&lt;br /&gt;* Trustworthiness of the routing information&lt;br /&gt;* RIP Administrative distance is 100&lt;br /&gt;Correct answer: C&lt;br /&gt;Administrative distance is rating of trustworthiness of the routing information. The lower the AD the better&lt;br /&gt;the information.&lt;br /&gt;167. Identify the purpose of the Ping command?&lt;br /&gt;* Share routing information with a neighbor router&lt;br /&gt;* Transmit user data when buffers are full&lt;br /&gt;* Test connectivity at layer 3&lt;br /&gt;* Test entire protocol stack&lt;br /&gt;Correct answer: C&lt;br /&gt;The ping command tests layer 3 connectivity.&lt;br /&gt;168. Identify the order of the 5 step encapsulation?&lt;br /&gt;1. Create the segment&lt;br /&gt;2. Convert the frame to bits&lt;br /&gt;3. Create the packet&lt;br /&gt;4. Create the frame&lt;br /&gt;5. User creates the data&lt;br /&gt;* 1,2,4,2,5&lt;br /&gt;* 2,1,3,4,5&lt;br /&gt;* 5,1,3,4,2&lt;br /&gt;* 5,3,4,1,2&lt;br /&gt;Correct answer: C&lt;br /&gt;Cisco 5 step encapsulation.&lt;br /&gt;1) User creates Data&lt;br /&gt;2) Data is converted into a segment at layer 4&lt;br /&gt;3) The segment is converted to packet at layer 3&lt;br /&gt;4) The packet it converted into a frame at layer 2&lt;br /&gt;5) The frame is converted into bits at layer 1&lt;br /&gt;169. The Cisco IOS is stored where?&lt;br /&gt;* ROM&lt;br /&gt;* CD&lt;br /&gt;* Flash&lt;br /&gt;* NVRAM&lt;br /&gt;Correct answer: C&lt;br /&gt;By default the Cisco IOS is stored in flash.&lt;br /&gt;170. Sequence and acknowledgement numbers are used for?&lt;br /&gt;* Layer transitioning&lt;br /&gt;* Flow control&lt;br /&gt;* Port number addressing&lt;br /&gt;* Reliability&lt;br /&gt;Correct answer: D&lt;br /&gt;TCP uses sequence numbers and acknowledgements to implement reliability.&lt;br /&gt;171. Identify IPX GNS and it’s purpose?&lt;br /&gt;* Go Network Server - sends a print job to a network server&lt;br /&gt;* Get Nearest Server - locate the nearest server&lt;br /&gt;* Guaranteed Network Services - allocates resources to users&lt;br /&gt;* Get Notes Server - locates Domino Server&lt;br /&gt;Correct answer: B&lt;br /&gt;GNS stands for Get Nearest Server, initiated by a workstation.&lt;br /&gt;172. Identify the true statement regarding subnetting?&lt;br /&gt;* Allows for more host address&lt;br /&gt;* Borrow bits from the network portion of the address&lt;br /&gt;* Allows for unlimited number of networks&lt;br /&gt;* Borrow bits from the host portion of the address&lt;br /&gt;Correct answer: D&lt;br /&gt;Subnetting involves borrowing bits for the host portion of the address to be used to subnet addressing.&lt;br /&gt;173. Inverse ARP serves what purpose?&lt;br /&gt;* Method for a local router to introduce itself to the remote end of the connection&lt;br /&gt;* Broadcast a routing table update&lt;br /&gt;* Identify MAC addresses if the IP address is known&lt;br /&gt;* Sent every 10 seconds used to verify the Frame Switch is still active&lt;br /&gt;Correct answer: A&lt;br /&gt;Inverse ARP operates in a Frame Relay network so the two end points can identify themselves to each&lt;br /&gt;other.&lt;br /&gt;174. Identify 3 characteristics of a MAC address?&lt;br /&gt;* Burned into the NIC&lt;br /&gt;* 48 bits long&lt;br /&gt;* Length is 32 bits&lt;br /&gt;* Used to deliver the frame to the end device&lt;br /&gt;* Contains a network portion and a host portion&lt;br /&gt;Correct answer: A B D&lt;br /&gt;The MAC address is 48 bits long not 32. It does NOT contain a network and host portion with the address.&lt;br /&gt;It is used to deliver the frame to the destination device.&lt;br /&gt;175. Identify 3 IP routing protocols?&lt;br /&gt;* RIP&lt;br /&gt;* AURP&lt;br /&gt;* OSPF&lt;br /&gt;* IGRP&lt;br /&gt;* ARP&lt;br /&gt;* ICMP&lt;br /&gt;Correct answer: A C D&lt;br /&gt;AURP and ICMP are not routing protocols.&lt;br /&gt;176. Identify the type of routing protocol that exchanges entire routing tables at regular intervals?&lt;br /&gt;* Link state&lt;br /&gt;* Interior gateway protocols&lt;br /&gt;* Appletalk routing&lt;br /&gt;* Distance vector&lt;br /&gt;Correct answer: D&lt;br /&gt;Distance Vector routing protocols exchange entire routing tables with it’s neighbors. Link State routing&lt;br /&gt;protocols exchange LSP’s to share information regarding the networks they know.&lt;br /&gt;177. Identify the type of hardware required to connect a Token ring network to an Ethernet network?&lt;br /&gt;* Repeater&lt;br /&gt;* TR-Enet&lt;br /&gt;* Router&lt;br /&gt;* Token Ring to Ethernet translation hub&lt;br /&gt;Correct answer: C&lt;br /&gt;Routers are used to connect dissimilar networks with different access-methods, like connecting Token&lt;br /&gt;Ring to Ethernet.&lt;br /&gt;178. Identify 3 characteristics regarding CDP?&lt;br /&gt;* On by default&lt;br /&gt;* Shows only directly connected neighbors&lt;br /&gt;* Requires IP or IPX&lt;br /&gt;* 60 second update interval by default&lt;br /&gt;* 30 second updates interval by default&lt;br /&gt;Correct answer: A B D&lt;br /&gt;CDP stands for Cisco Discovery Protocol. It is used to discover directly connected neighbors, it is on by&lt;br /&gt;default and has a 60 second update interval by default.&lt;br /&gt;179. Identify 2 transport layer protocols?&lt;br /&gt;* IP&lt;br /&gt;* TCP&lt;br /&gt;* CDP&lt;br /&gt;* ARP&lt;br /&gt;* UDP&lt;br /&gt;Correct answer: B E&lt;br /&gt;TPC and UDP are 2 layer4 Transport protocols.&lt;br /&gt;180. Identify 2 features of X.25?&lt;br /&gt;* Supports only IP&lt;br /&gt;* Utilizes switched and permanent virtual circuits&lt;br /&gt;* Contains minimal flow control and error recovery&lt;br /&gt;* Utilizes LAPB as it’s data-link protocol&lt;br /&gt;Correct answer: B D&lt;br /&gt;X.25 utilizes LAPB and uses switched and permanent VC’s. It supports multiple layer protocols and is&lt;br /&gt;heavy laden with error detection and correction mechanisms.&lt;br /&gt;181. Identify the purpose of the Trace command?&lt;br /&gt;* Explorer packet transmitting routing information&lt;br /&gt;* Test connectivity&lt;br /&gt;* Determine the path a packet is taking through the network&lt;br /&gt;* Transmits user data when buffers are full&lt;br /&gt;Correct answer: C&lt;br /&gt;The trace command is used to determine the path a packet has taken through the network.&lt;br /&gt;182. Identify the purpose of the TCP 3 step handshake?&lt;br /&gt;* Setup a un-reliable connection&lt;br /&gt;* Initialize routing tables&lt;br /&gt;* Synchronize sequence numbers between hosts&lt;br /&gt;* Connection tear down process&lt;br /&gt;Correct answer: C&lt;br /&gt;The 3 step handshake establishes the parameters required for a TCP connection. During the handshake&lt;br /&gt;process sequence numbers are synchronized allowing for the end points to properly acknowledge and reassemble&lt;br /&gt;the segments.&lt;br /&gt;183. Identify 2 PPP characteristics?&lt;br /&gt;* Is proprietary to Cisco&lt;br /&gt;* Supports authentication&lt;br /&gt;* Support compression&lt;br /&gt;* Run on a multi-access network&lt;br /&gt;Correct answer: B C&lt;br /&gt;PPP supports authentication; PAP and CHAP. It also supports compression; Stacker and Predictor.&lt;br /&gt;184. Which statement is true regarding half duplex?&lt;br /&gt;* Only works in a point-to-point configuration&lt;br /&gt;* Allows for transmitting and receiving but not a the same time&lt;br /&gt;* Allow for transmitting and receiving of data simultaneously&lt;br /&gt;* Doubles the bandwidth&lt;br /&gt;Correct answer: B&lt;br /&gt;Half duplex is analogous to a single a lane bridge, it can handle traffic in both directions but no at the same&lt;br /&gt;time.&lt;br /&gt;185. Identify the purpose of the wildcard mask?&lt;br /&gt;* Match a certain portion of the IP address while ignoring the rest of the address&lt;br /&gt;* Determine the class of the IP address&lt;br /&gt;* Determine the network portion of an IP address&lt;br /&gt;* Hide the host portion of an IP address&lt;br /&gt;Correct answer: A&lt;br /&gt;The purpose of the wildcard mask to match a certain portion of the IP address while ignoring the rest.&lt;br /&gt;186. Identify the OSI layer associated with bits?&lt;br /&gt;* Physical&lt;br /&gt;* Network&lt;br /&gt;* Binary&lt;br /&gt;* Data link&lt;br /&gt;Correct answer: A&lt;br /&gt;The Physical layer converts the frames to bits.&lt;br /&gt;187. Identify the type of routing protocol that maintains a topological database of the network?&lt;br /&gt;* Topological state&lt;br /&gt;* Shortest Path First&lt;br /&gt;* Link state&lt;br /&gt;* Distance vector&lt;br /&gt;Correct answer: C&lt;br /&gt;Link State routing protocols maintain a database that lists all the networks in the internetwork.&lt;br /&gt;188. Identify the 3 major functions at layer 3 of the OSI model?&lt;br /&gt;* Forwarding process&lt;br /&gt;* Logical addressing&lt;br /&gt;* End-to-end connections&lt;br /&gt;* Path selection&lt;br /&gt;* MAC address examination&lt;br /&gt;* Network monitoring&lt;br /&gt;Correct answer: A B D&lt;br /&gt;Layer 3 determines the path, forwards the packet and implements software or logical addressing.&lt;br /&gt;189. Identify the 2 rules used when configuring a Distance Vector routing protocol?&lt;br /&gt;* Physically connected network(s)&lt;br /&gt;* Configure the classful address, no subnets&lt;br /&gt;* Enable CDP so neighbors can be detected&lt;br /&gt;* Configure all networks in Area0&lt;br /&gt;Correct answer: A B&lt;br /&gt;When configuring a Distance Vector routing protocol only assign the physically connected networks with&lt;br /&gt;the classful address only.&lt;br /&gt;190. Identify 3 characteristics of an IP address?&lt;br /&gt;* Contains a network portion and a host portion&lt;br /&gt;* 32 bits long&lt;br /&gt;* Unique to each network&lt;br /&gt;* Part of the default Cisco configuration&lt;br /&gt;* Referred to as the hardware address&lt;br /&gt;Correct answer: A B C&lt;br /&gt;An IP address is 32 bits long, it is referred as the logical or software address. It contains a network and host&lt;br /&gt;portion. Each IP address is unique.&lt;br /&gt;191. Identify 3 feature of access-lists?&lt;br /&gt;* Implicit deny will deny any packets not matched&lt;br /&gt;* Processed sequentially from bottom to top&lt;br /&gt;* Processed sequentially from top to bottom&lt;br /&gt;* If a packet is denied it would be tested against the remaining statements in the access-list&lt;br /&gt;* Once a match is made the packet is either denied or permitted&lt;br /&gt;* Enabled on all interfaces by default&lt;br /&gt;Correct answer: A C E&lt;br /&gt;Access-list are processed from top to bottom, once a match occurs the packet is either denied or permitted&lt;br /&gt;and is no longer tested and if no match occurs the packet is denied via the implicit deny.&lt;br /&gt;192. Which OSI layer performs code conversion, code formatting and encryption?&lt;br /&gt;* Physical&lt;br /&gt;* Data-Link&lt;br /&gt;* Application&lt;br /&gt;* Transport&lt;br /&gt;* Presentation&lt;br /&gt;* Network&lt;br /&gt;Correct answer: E&lt;br /&gt;Layer 6 the Presentation layers performs this function.&lt;br /&gt;193. Identify the 3 methods routers learn paths to destinations?&lt;br /&gt;* Dynamic routing&lt;br /&gt;* None of the above, configured by default&lt;br /&gt;* Default routes&lt;br /&gt;* Administrative distance&lt;br /&gt;* Static routes&lt;br /&gt;Correct answer: A C E&lt;br /&gt;Routers can learn paths via 3 different sources; static routes, dynamic routing protocols (i.e. RIP) and&lt;br /&gt;default routes.&lt;br /&gt;194. Identify the purpose of the following command ‘ip route 192.168.100.0 255.255.255.0 10.1.0.1_&lt;br /&gt;* Enabling a dynamic routing protocol&lt;br /&gt;* Creating a static route to the 10.1.0.0 network&lt;br /&gt;* Teaches the router about the distant network 192.168.100.0 and how it can be reached via 10.1.0.1&lt;br /&gt;* Assigning the IP address 192.168.100.0 to an interface&lt;br /&gt;Correct answer: C&lt;br /&gt;A static routes teaches the router about a distant network and the next hop to reach that network.&lt;br /&gt;Command syntax:&lt;br /&gt;ip route network-address subnet-mask next-hop-address&lt;br /&gt;195. Based upon the 1st octet rule identify the range for a Class A address?&lt;br /&gt;* 1 - 126&lt;br /&gt;* 192 - 223&lt;br /&gt;* 128 - 191&lt;br /&gt;* 1 - 191&lt;br /&gt;Correct answer: A&lt;br /&gt;Class A address has the 1st octet between 1 - 126. Class B between 128 - 191 and Class C between 192 -&lt;br /&gt;223.&lt;br /&gt;196. What does a Standard IP Access-list use as test criteria?&lt;br /&gt;* IP source address&lt;br /&gt;* IP source and destination address, protocol numbers and port numbers&lt;br /&gt;* IPX source and destination address&lt;br /&gt;* Source MAC address&lt;br /&gt;Correct answer: A&lt;br /&gt;Standard IP access list use only source address.&lt;br /&gt;197. What is the function of the Transport layer and which protocols reside there?&lt;br /&gt;* MAC addressing - IP&lt;br /&gt;* Interhost communication - SQL, NFS&lt;br /&gt;* Best effort Packet delivery - TCP, UDP&lt;br /&gt;* End-to-end connections - TCP, UDP&lt;br /&gt;Correct answer: D&lt;br /&gt;Layer 4, the Transport layer, is responsible for end-to-end connections. The two TCP/IP protocols that&lt;br /&gt;reside there are TCP and UDP.&lt;br /&gt;198. Identify the 3 Internet layer IP protocols?&lt;br /&gt;* NetBios&lt;br /&gt;* IPX&lt;br /&gt;* ARP&lt;br /&gt;* IP&lt;br /&gt;* RARP&lt;br /&gt;Correct answer: C D E&lt;br /&gt;NetBios and IPX are not layer 3 IP protocols. IP - Internet Protocol, ARP - Address Resolution Protocol&lt;br /&gt;and RARP - Reverse Address Resolution Protocol.&lt;br /&gt;199. IPX routing updates occur how often?&lt;br /&gt;* Every 30 seconds&lt;br /&gt;* Every 60 seconds&lt;br /&gt;* Only as needed&lt;br /&gt;* When the remote router asks for an update&lt;br /&gt;Correct answer: B&lt;br /&gt;IPX RIP updates are exchanged every 60 seconds.&lt;br /&gt;200. Identify 3 methods not used to prevent routing loops?&lt;br /&gt;* Holddown timers&lt;br /&gt;* Sequence numbers&lt;br /&gt;* Triggered updates&lt;br /&gt;* Split horizon&lt;br /&gt;* Area hierarchies&lt;br /&gt;* Order of router startup&lt;br /&gt;Correct answer: B E F&lt;br /&gt;Area hierarchies, sequence numbers and order of router startup all relate to Link State routing protocols&lt;br /&gt;which do NOT incur routing loops.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/57728930545784734-6223968650463566252?l=ccnafaqs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ccnafaqs.blogspot.com/feeds/6223968650463566252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=57728930545784734&amp;postID=6223968650463566252' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/57728930545784734/posts/default/6223968650463566252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/57728930545784734/posts/default/6223968650463566252'/><link rel='alternate' type='text/html' href='http://ccnafaqs.blogspot.com/2008/08/ccna-3.html' title='CCNA - 3'/><author><name>Siebel Expert</name><uri>http://www.blogger.com/profile/11533458660230230361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-57728930545784734.post-3509571967832070875</id><published>2008-08-05T18:31:00.002-07:00</published><updated>2008-12-22T20:22:27.094-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CCNA'/><title type='text'>CCNA - 2</title><content type='html'>51. Which addresses are INCORRECTLY paired with their class?&lt;br /&gt;* 128 to 191, Class B&lt;br /&gt;* 192 to 223 Class B&lt;br /&gt;* 128 to 191, Class C&lt;br /&gt;* 192 to 223, Class C&lt;br /&gt;Correct answer: B &amp;amp; C&lt;br /&gt;Address classes are: 1 to 126, Class A; 128 to 191, Class B, 192 to 223, Class C; 224 to 239, Class D; and&lt;br /&gt;52. to 255, Class E. The first octet rule states that the class of an address can be determined by the numerical&lt;br /&gt;value of the first octet.&lt;br /&gt;53. Which addresses are INCORRECTLY paired with their class?&lt;br /&gt;* 1 to 126, Class A&lt;br /&gt;* 128 to 191, Class A&lt;br /&gt;* 1 to 126, Class B&lt;br /&gt;* 128 to 191, Class B&lt;br /&gt;Correct answer: B &amp;amp; C.&lt;br /&gt;Address classes are: 1 to 126, Class A; 128 to 191, Class B, 192 to 223, Class C; 224 to 239, Class D; and&lt;br /&gt;54. to 255, Class E. The first octet rule states that the class of an address can be determined by the numerical&lt;br /&gt;value of the first octet.&lt;br /&gt;55. Which addresses are INCORRECTLY paired with their class?&lt;br /&gt;* 240 - 255, Class D&lt;br /&gt;* 240 - 255, Class E&lt;br /&gt;* 224 - 239, Class D&lt;br /&gt;* 224 - 239, Class E&lt;br /&gt;Correct answer: A &amp;amp; D&lt;br /&gt;Address classes are: 1 to 126, Class A; 128 to 191, Class B, 192 to 223, Class C; 224 to 239, Class D; and&lt;br /&gt;240 to 255, Class E.&lt;br /&gt;56. Which IP Address Class is INCORRECTLY paired with its range of network numbers?&lt;br /&gt;* Class A addresses include 192.0.0.0 through 223.255.255.0&lt;br /&gt;* Class A addresses include 1.0.0.0 through 126.0.0.0&lt;br /&gt;* Class B addresses include 128.0.0.0 through 191.255.0.0&lt;br /&gt;* Class C addresses include 192.0.0.0 through 223.255.255.0&lt;br /&gt;* Class D addresses include 224.0.0.0 through 239.255.255.0&lt;br /&gt;Correct answer: A&lt;br /&gt;Class A addresses include 1.0.0.0 through 126.0.0.0&lt;br /&gt;Class B addresses include 128.0.0.0 through 191.255.0.0&lt;br /&gt;Class C addresses include 192.0.0.0 through 223.255.255.0&lt;br /&gt;Class D addresses include 224.0.0.0 through 239.255.255.0&lt;br /&gt;57. Which IP Address Class can have 16 million subnets but support 254 hosts?&lt;br /&gt;* Class C&lt;br /&gt;* Class A&lt;br /&gt;* Class B&lt;br /&gt;* Class D&lt;br /&gt;Correct answer: A&lt;br /&gt;Possible Subnets IP Address Class Possible Hosts&lt;br /&gt;58. A 16M.&lt;br /&gt;64K B 64K&lt;br /&gt;16M C 254&lt;br /&gt;59. Which IP Address Class can have 64,000 subnets with 64,000 hosts per subnet?&lt;br /&gt;* Class B&lt;br /&gt;* Class A&lt;br /&gt;* Class C&lt;br /&gt;* Class D&lt;br /&gt;Correct answer: A&lt;br /&gt;IP Address Class Possible Subnets Possible Hosts&lt;br /&gt;60. A 16M&lt;br /&gt;64K B 64K&lt;br /&gt;16M C 254&lt;br /&gt;61. There are two processes to pair MAC address with IP addresses. Which process finds an IP address from a&lt;br /&gt;MAC address?&lt;br /&gt;* RARP&lt;br /&gt;* ARP&lt;br /&gt;* RIP&lt;br /&gt;* IGRP&lt;br /&gt;Correct answer: A&lt;br /&gt;ARP (Address Resolution Protocol) maps an IP address to the MAC address, RARP (Reverse Address&lt;br /&gt;Resolution Protocol) maps the MAC address to the IP address. ARP and RARP work at the internet layer&lt;br /&gt;of the Internet Model or the network layer of the OSI model.&lt;br /&gt;62. When the router runs out of buffer space, this is called ________.&lt;br /&gt;* Source Quench&lt;br /&gt;* Redirect&lt;br /&gt;* Information Request&lt;br /&gt;* Low Memory&lt;br /&gt;Correct answer: A&lt;br /&gt;Source quench is the process where the destination router, or end internetworking device will “quench” the&lt;br /&gt;date from the “source”, or the source router. This usually happens when the destination router runs out of&lt;br /&gt;buffer space to process packets.&lt;br /&gt;63. Which protocol carries messages such as destination Unreachable, Time Exceeded, Parameter Problem,&lt;br /&gt;Source Quench, Redirect, Echo, Echo Reply, Timestamp, Information Request, Information Reply,&lt;br /&gt;Address Request, and Address Reply?&lt;br /&gt;* ICMP&lt;br /&gt;* UDP&lt;br /&gt;* TCP&lt;br /&gt;* TFTP&lt;br /&gt;* FTP&lt;br /&gt;Correct answer: A&lt;br /&gt;ICMP (Internet Control Message Protocol) is a network layer internet protocol described in RFC # 792.&lt;br /&gt;ICMP reports IP packet information such as destination Unreachable, Time Exceeded, Parameter Problem,&lt;br /&gt;Source Quench, Redirect, Echo, Echo Reply, Timestamp, Information Request, Information Reply,&lt;br /&gt;Address Request, and Address Reply.&lt;br /&gt;64. Two of the protocols that can be carried in the Protocol field of an IP packet are?&lt;br /&gt;* TCP&lt;br /&gt;* UDP&lt;br /&gt;* FTP&lt;br /&gt;* TFTP&lt;br /&gt;Correct answer: A &amp;amp; B&lt;br /&gt;The following are the fields in an IP segment,&lt;br /&gt;their length, and their definitions:&lt;br /&gt;VERS (Version number - 16 bits)&lt;br /&gt;HLEN (Number of 32-bit words in the header - 4 bits)&lt;br /&gt;Type of Server (How the datagram should be handled - 32 bits)&lt;br /&gt;Total Length (Total length of header and data - 32 bits)&lt;br /&gt;Identification (Provide fragmentation of datagrams to allow different MTUs in the internet - 4 bits)&lt;br /&gt;Flags (Provide fragmentation of datagrams to allow different MTUs in the internet - 4 bits)&lt;br /&gt;Frag Offset (Provide fragmentation of datagrams to allow different MTUs in the internet - 6 bits)&lt;br /&gt;TTL (Time-To-Live - 6 bits)&lt;br /&gt;Protocol (Upperlayer protocol sending the datagram - 16 bits)&lt;br /&gt;Header Checksum )Integrity check on the header - 16 bits)&lt;br /&gt;Source IP Address (32 bits)&lt;br /&gt;Destination IP Address (32 bits)&lt;br /&gt;IP Options (network testing, debugging, security and others - 4 bits)&lt;br /&gt;Data (4 bits).&lt;br /&gt;65. Where would network testing be included in an IP packet?&lt;br /&gt;* IP Options field&lt;br /&gt;* Identification field&lt;br /&gt;* Type of Service field&lt;br /&gt;* Reservation field&lt;br /&gt;Correct answer: A&lt;br /&gt;The following are the fields in an IP segment, their length, and their definitions:&lt;br /&gt;VERS (Version number - 16 bits)&lt;br /&gt;HLEN (Number of 32-bit words in the header - 4 bits)&lt;br /&gt;Type of Server (How the datagram should be handled - 32 bits)&lt;br /&gt;Total Length (Total length of header and data - 32 bits)&lt;br /&gt;Identification (Provide fragmentation of datagrams to allow different MTUs in the internet - 4 bits)&lt;br /&gt;Flags (Provide fragmentation of datagrams to allow different MTUs in the internet - 4 bits)&lt;br /&gt;Frag Offset (Provide fragmentation of datagrams to allow different MTUs in the internet - 6 bits)&lt;br /&gt;TTL (Time-To-Live - 6 bits)&lt;br /&gt;Protocol (Upperlayer protocol sending the datagram - 16 bits)&lt;br /&gt;Header Checksum )Integrity check on the header - 16 bits)&lt;br /&gt;Source IP Address (32 bits)&lt;br /&gt;Destination IP Address (32 bits)&lt;br /&gt;IP Options (network testing, debugging, security and others - 4 bits)&lt;br /&gt;Data (4 bits).&lt;br /&gt;66. What field tells the Internet layer how to handle an IP packet?&lt;br /&gt;* Type of Service&lt;br /&gt;* Identification&lt;br /&gt;* Flags&lt;br /&gt;* Frag Offset&lt;br /&gt;Correct answer: A&lt;br /&gt;The following are the fields in an IP segment, their length, and their definitions:&lt;br /&gt;VERS (Version number - 16 bits)&lt;br /&gt;HLEN (Number of 32-bit words in the header - 4 bits)&lt;br /&gt;Type of Server (How the datagram should be handled - 32 bits)&lt;br /&gt;Total Length (Total length of header and data - 32 bits)&lt;br /&gt;Identification (Provide fragmentation of datagrams to allow different MTUs in the internet - 4 bits)&lt;br /&gt;Flags (Provide fragmentation of datagrams to allow different MTUs in the internet - 4 bits)&lt;br /&gt;Frag Offset (Provide fragmentation of datagrams to allow different MTUs in the internet - 6 bits)&lt;br /&gt;TTL (Time-To-Live - 6 bits)&lt;br /&gt;Protocol (Upperlayer protocol sending the datagram - 16 bits)&lt;br /&gt;Header Checksum )Integrity check on the header - 16 bits)&lt;br /&gt;Source IP Address (32 bits)&lt;br /&gt;Destination IP Address (32 bits)&lt;br /&gt;IP Options (network testing, debugging, security and others - 4 bits) Data (4 bits).&lt;br /&gt;67. Which fields of an IP packet provide for fragmentation of datagrams to allow differing MTUs in the&lt;br /&gt;internet?&lt;br /&gt;* Identification&lt;br /&gt;* Flags&lt;br /&gt;* Frag Offset&lt;br /&gt;* Type of Service&lt;br /&gt;* Total Length&lt;br /&gt;Correct answer: A, B &amp;amp; C&lt;br /&gt;The following are the fields in an IP segment, their length, and their definitions:&lt;br /&gt;VERS (Version number - 16 bits)&lt;br /&gt;HLEN (Number of 32-bit words in the header - 4 bits)&lt;br /&gt;Type of Server (How the datagram should be handled - 32 bits)&lt;br /&gt;Total Length (Total length of header and data - 32 bits)&lt;br /&gt;Identification (Provide fragmentation of datagrams to allow different MTUs in the internet - 4 bits)&lt;br /&gt;Flags (Provide fragmentation of datagrams to allow different MTUs in the internet - 4 bits)&lt;br /&gt;Frag Offset (Provide fragmentation of datagrams to allow different MTUs in the internet - 6 bits)&lt;br /&gt;TTL (Time-To-Live - 6 bits)&lt;br /&gt;Protocol (Upperlayer protocol sending the datagram - 16 bits)&lt;br /&gt;Header Checksum )Integrity check on the header - 16 bits)&lt;br /&gt;Source IP Address (32 bits)&lt;br /&gt;Destination IP Address (32 bits)&lt;br /&gt;IP Options (network testing, debugging, security and others - 4 bits)&lt;br /&gt;Data (4 bits).&lt;br /&gt;68. Which processes does TCP, but not UDP, use?&lt;br /&gt;* Windowing&lt;br /&gt;* Acknowledgements&lt;br /&gt;* Source Port&lt;br /&gt;* Destination Port&lt;br /&gt;Correct answer: A &amp;amp; B&lt;br /&gt;UDP (User Datagram Protocol) does not use sequence or acknowledgement fields in transmission.&lt;br /&gt;UDP is a connectionless and unreliable protocol, since there is no delivery checking mechanism in the&lt;br /&gt;UDP data format.&lt;br /&gt;69. What is the UDP datagram format?&lt;br /&gt;* Source Port - 16 bits, Destination Port - 16 bits, Length - 16 Bits, Checksum - 16 bits, Data&lt;br /&gt;* Destination Port - 16 bits, Source Port - 16 bits, Length - 16 Bits, Checksum - 16 bits, Data&lt;br /&gt;* Source Port - 16 bits, Destination Port - 16 bits, Checksum - 16 Bits, Length - 16 bits, Data&lt;br /&gt;* Source Port - 8 bits, Destination Port - 8 bits, Length -8 Bits, Checksum - 8 bits, Data&lt;br /&gt;Correct answer: A&lt;br /&gt;The UDP format for a segment is as follows:&lt;br /&gt;Source Port 16 bits&lt;br /&gt;Destination Port 16 bits&lt;br /&gt;Length 16 bits&lt;br /&gt;Checksum 16 bits&lt;br /&gt;Data xx bits&lt;br /&gt;70. What is the function of DDR on Cisco routers?&lt;br /&gt;* DDR is dial–on-demand routing. It provides a continuous LAN only connection.&lt;br /&gt;* DDR is dial-on-demand routing. It provides routing for high volume traffic.&lt;br /&gt;* DDR is dial–on-demand routing. It provides a continuous WAN connection.&lt;br /&gt;* DDR is dial-on-demand routing. It provides routing for low volume and periodic traffic.&lt;br /&gt;Correct answer: D&lt;br /&gt;DDR is dial-on-demand routing. It provides routing for low volume and periodic traffic. It initiates a call to&lt;br /&gt;a remote site when there is traffic to transmit.&lt;br /&gt;71. What are the two types of access lists that can be configured on a Cisco router?&lt;br /&gt;* Standard&lt;br /&gt;* Extended&lt;br /&gt;* Filtering&lt;br /&gt;* Packet&lt;br /&gt;Correct answer: A &amp;amp; B&lt;br /&gt;The access lists are standard and extended. Standard access lists for IP check the source address of packets&lt;br /&gt;that could be routed. Extended access lists can check the source and destination packet plus check for&lt;br /&gt;specific protocols, port numbers, etc.&lt;br /&gt;72. When using access lists, what does a Cisco router check first?&lt;br /&gt;* To see if the packet is routable or bridgeable&lt;br /&gt;* The destination address&lt;br /&gt;* The source address&lt;br /&gt;* The packet contents&lt;br /&gt;Correct answer: A&lt;br /&gt;The first thing checked is to see if the packet is routable or bridgeable. If it is not, the packet will be&lt;br /&gt;dropped.&lt;br /&gt;73. How many access lists are allowed per interface?&lt;br /&gt;* One per port, per protocol&lt;br /&gt;* Two per port, per protocol&lt;br /&gt;* Unlimited&lt;br /&gt;* Router interface +1 per port.&lt;br /&gt;Correct answer: A&lt;br /&gt;Only one access list is allowed per interface. An access list must have conditions that test true for all&lt;br /&gt;packets that use the access list.&lt;br /&gt;74. What do the following commands accomplish?&lt;br /&gt;access-list 1 deny 172.16.4.0 0.0.0.255&lt;br /&gt;access-list 1 permit any interface ethernet 0&lt;br /&gt;IP access-group 1 out&lt;br /&gt;* This will block traffic from subnet 172.16.4.0 and allow all other traffic.&lt;br /&gt;* This will allow traffic from subnet 172.16.4.0 and block all other traffic.&lt;br /&gt;* All traffic is allowed.&lt;br /&gt;* All traffic is blocked.&lt;br /&gt;Correct answer: A&lt;br /&gt;This will block traffic from subnet 172.16.4.0 and allow all other traffic. The first statement “access-list 1&lt;br /&gt;deny 172.16.4.0 0.0.0.255_ will deny access to the subnet 172.16.4.0.&lt;br /&gt;75. What do the following statements in an extended access list accomplish?&lt;br /&gt;access-list 101 deny TCP 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 21&lt;br /&gt;access-list 101 deny TCP 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 20&lt;br /&gt;access-list 101 permit TCP 172.16.4.0 0.0.0.255 0.0.0.0 255.255.255.255&lt;br /&gt;* This will block ftp traffic.&lt;br /&gt;* This will block http traffic.&lt;br /&gt;* This will permit ftp traffic.&lt;br /&gt;* This will permit tftp traffic.&lt;br /&gt;Correct answer: A&lt;br /&gt;This will block ftp traffic since ftp uses ports 20 and 21.&lt;br /&gt;76. Access lists are numbered. Which of the following ranges could be used for an IP access list?&lt;br /&gt;* 600 - 699&lt;br /&gt;* 100 - 199&lt;br /&gt;* 1 - 99&lt;br /&gt;* 800 - 899&lt;br /&gt;* 1000 - 1099&lt;br /&gt;Correct answer: wer: B &amp;amp; C&lt;br /&gt;AppleTalk access lists use numbers in the 600 - 699 range. IP uses 1 - 99 for standard access lists or 100-&lt;br /&gt;199 for extended access lists. IPX uses 800 - 899 or 900 - 999 for extended access lists. IPX SAP filters&lt;br /&gt;use 1000 - 1099.&lt;br /&gt;77. Cisco routers use wildcard masking to identify how to check or ignore corresponding IP address bits. What&lt;br /&gt;does setting a wildcard mask bit to 0 cause the router to do?&lt;br /&gt;* It tells the router to check the corresponding bit value.&lt;br /&gt;* It tells the router to ignore the corresponding bit value.&lt;br /&gt;* It tells the router to check its alternate routing list.&lt;br /&gt;* It tells the router to use its primary routing list.&lt;br /&gt;Correct answer: A&lt;br /&gt;It tells the router to check the corresponding bit value.&lt;br /&gt;78. You are a system administrator and you want to deny access to a group of computers with addresses&lt;br /&gt;172.30.16.0 to 172.30.31.0. Which wildcard mask would you use?&lt;br /&gt;* 0.0.15.255&lt;br /&gt;* 0.0.255.255&lt;br /&gt;* 0.0.31.255&lt;br /&gt;* 0.0.127.255&lt;br /&gt;* 0.0.255.255&lt;br /&gt;Correct answer: A&lt;br /&gt;0.0.15.255 will check the last 13 bits of an address so that computers 172.30.16.0 to 172.30.31.0 will be&lt;br /&gt;denied access. 0.0.31.255 would check the last 6 binary digits and deny access to addresses 172.30.32.0 to&lt;br /&gt;172.30.63.0. 0.0.127.255 would check the last 7 binary digits and deny access to addresses 172.30.64.0 to&lt;br /&gt;172.30.127.0. 0.0.255.255 would deny 172.30.0.0 to 172.30.254.0. If you write decimal 15 in binary, you&lt;br /&gt;have 0001111, the 1’s tell the router to ignore address with these bits set; 0’s tell the router to check the&lt;br /&gt;bits. The third octet for 172.30.16.0 is 00010000. The third octet for 172.30.31.0 would be 00011111. So,&lt;br /&gt;traffic from these addresses would be denied.&lt;br /&gt;79. In order to limit the quantity of numbers that a system administrator has to enter, Cisco can use which&lt;br /&gt;abbreviation to indicate 0.0.0.0?&lt;br /&gt;* host&lt;br /&gt;* any&lt;br /&gt;* all&lt;br /&gt;* include&lt;br /&gt;Correct answer: A&lt;br /&gt;Cisco uses host to specify 0.0.0.0. This tells the router to check all. Cisco uses any to specify&lt;br /&gt;255.255.255.255. This tells the router to ignore all and permit any address to use an access list test.&lt;br /&gt;80. What do the following commands accomplish?&lt;br /&gt;access-list 1 permit 172.16.0.0 0.0.255.255&lt;br /&gt;interface ethernet 0&lt;br /&gt;IP access-group 1 out&lt;br /&gt;interface ethernet 1&lt;br /&gt;IP access-group 1 out&lt;br /&gt;* Only traffic from the source network 172.16.0.0 will be blocked.&lt;br /&gt;* Only traffic from the source network 172.16.0.0 will be forwarded. Non-172.16.0.0 network traffic is&lt;br /&gt;blocked.&lt;br /&gt;* Non-172.16.0.0 traffic will be forwarded.&lt;br /&gt;* All traffic will be forwarded.&lt;br /&gt;Correct answer: B&lt;br /&gt;Only traffic from the source network 172.16.0.0 will be forwarded. Non-172.16.0.0 network traffic is&lt;br /&gt;blocked. The wildcard mask 0.0.255.255 tells the router to check the first 2 octets and to ignore the last 2&lt;br /&gt;octets.&lt;br /&gt;81. When using access lists, it is important where those access lists are placed. Which statement best describes&lt;br /&gt;access list placement?&lt;br /&gt;* Put standard access lists as near the destination as possible. Put extended access lists as close to the&lt;br /&gt;source as possible.&lt;br /&gt;* Put extended access lists as near the destination as possible. Put standard access lists as close to the&lt;br /&gt;source as possible.&lt;br /&gt;* It isn’t import where access lists are placed since the router will read and cache the whole list.&lt;br /&gt;* Put access lists as close to corporate headquarters as possible.&lt;br /&gt;Correct answer: A&lt;br /&gt;Put standard access lists as near the destination as possible. Put extended access lists as close to the source&lt;br /&gt;as possible. Standard access lists don’t specify the destination address.&lt;br /&gt;82. As the system administrator, you enter the following commands at the command prompt:&lt;br /&gt;ipx routing&lt;br /&gt;access-list 800 permit 2b 4d&lt;br /&gt;int e0&lt;br /&gt;ipx network 4d&lt;br /&gt;ipx access-group 800 out&lt;br /&gt;int e1&lt;br /&gt;ipx network 2b&lt;br /&gt;int e2&lt;br /&gt;ipx network 3c&lt;br /&gt;What did these command accomplish?&lt;br /&gt;* Traffic from network 4c destined for network 4d will be forwarded out Ethernet0.&lt;br /&gt;* Traffic from network 3c destined for network 4d will be forwarded out Ethernet0.&lt;br /&gt;* Traffic from network 2b destined for network 4d will be forwarded out Ethernet0.&lt;br /&gt;* Traffic from network 4d destined for network 2d will be forwarded out Ethernet0.&lt;br /&gt;Correct answer: C&lt;br /&gt;Traffic from network 2b destined for network 4d will be forwarded out Ethernet0. The other interfaces E1&lt;br /&gt;and E2 are not subject to the access list since they lack the access group statement to link them to access&lt;br /&gt;list 800.&lt;br /&gt;83. The following commands were entered at the command prompt of a Cisco router. What do they&lt;br /&gt;accomplish?&lt;br /&gt;access-list 1000 deny 9e.1234.5678.1212 4&lt;br /&gt;access-list 1000 permit -1&lt;br /&gt;interface ethernet 0&lt;br /&gt;ipx network 9e&lt;br /&gt;interface ethernet 1&lt;br /&gt;ipx network 4a&lt;br /&gt;interface serial 0&lt;br /&gt;ipx network 1&lt;br /&gt;ipx output-sap-filter 1000&lt;br /&gt;* File server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0.&lt;br /&gt;* All other SAP services, other than file server, from any source will be forwarded on S0.&lt;br /&gt;* All other SAP services, other than print server, from any source will be forwarded on S0.&lt;br /&gt;* Print server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0.&lt;br /&gt;Correct answer: A &amp;amp; B&lt;br /&gt;File server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0. All other&lt;br /&gt;SAP services, other than file server, from any source will be forwarded on S0.&lt;br /&gt;84. You receive “input filter list is 800 and output filter list is 801_ as part of the output from a show&lt;br /&gt;interfaces command. What kind of traffic are you filtering?&lt;br /&gt;* IPX/SPX&lt;br /&gt;* TCP/IP&lt;br /&gt;* LocalTalk&lt;br /&gt;* DDR&lt;br /&gt;Correct answer: A&lt;br /&gt;Because the access list is numbered in the 800 range, you are filtering IPX/SPX traffic.&lt;br /&gt;85. Which service uses telephone control messages and signals between the transfer points along the way to&lt;br /&gt;the called destination?&lt;br /&gt;* Signaling System 7 (SS7)&lt;br /&gt;* Time-division Multiplexing (TDM)&lt;br /&gt;* X.25&lt;br /&gt;* Frame relay&lt;br /&gt;Correct answer: A&lt;br /&gt;Signaling System 7 (SS7) uses telephone control messages and signals between the transfer points along&lt;br /&gt;the way to the called destination. Time-division Multiplexing (TDM) has information from multiple&lt;br /&gt;sources and allocates bandwidth on a single media. Circuit switching uses signaling to determine the call&lt;br /&gt;route, which is a dedicated path between the sender and the receiver. Basic telephone service and&lt;br /&gt;Integrated Services Digital Network (ISDN) use TDM circuits. X.25 and Frame Relay services have&lt;br /&gt;information contained in packets or frames to share non-dedicated bandwidth. X.25 avoids delays for call&lt;br /&gt;setup. Frame Relay uses permanent virtual circuits (PVCs).&lt;br /&gt;86. Which service takes information from multiple sources and allocates bandwidth on a single media?&lt;br /&gt;* Time-division Multiplexing (TDM)&lt;br /&gt;* Signaling System 7 (SS7)&lt;br /&gt;* X.25&lt;br /&gt;* Frame relay&lt;br /&gt;Correct answer: A&lt;br /&gt;87. Which three devices can be used to convert the user data from the DTE into a form acceptable to the WAN&lt;br /&gt;service’s facility?&lt;br /&gt;* Modem&lt;br /&gt;* CSU/DSU&lt;br /&gt;* TA/NT1&lt;br /&gt;* CO&lt;br /&gt;* SS7&lt;br /&gt;Correct answer: A, B &amp;amp; C&lt;br /&gt;A modem, CSU/DSU (Channel Service Unit/Data Service Unit), or TA/NT1 (Terminal Adapter/Network&lt;br /&gt;Termination 1) can be used to convert the user data from the DTE into a form acceptable to the WAN&lt;br /&gt;service’s facility.&lt;br /&gt;88. What is the juncture at which the CPE ends and the local loop portion of the service begins?&lt;br /&gt;* Demarc&lt;br /&gt;* CO&lt;br /&gt;* Local loop&lt;br /&gt;* Last-mile&lt;br /&gt;Correct answer: A&lt;br /&gt;The demarcation or demarc is the juncture at which the CPE ends and the local loop portion of the service&lt;br /&gt;begins. The CO (Central Office) is the nearest point of presence for the provider’s WAN service. The local&lt;br /&gt;loop or “last-mile” is the cabling that extends from the demarc into the WAN service provider’s central&lt;br /&gt;office.&lt;br /&gt;89. You can access three forms ofWAN services with Cisco routers. Select the three forms:&lt;br /&gt;* Switched or relayed services&lt;br /&gt;* Interface front end to IBM enterprise data center computers&lt;br /&gt;* Using protocols that connect peer-to-peer devices like HDLC or PPP encapsulation.&lt;br /&gt;* IPX/SPX&lt;br /&gt;* NetBEUI&lt;br /&gt;Correct answer: A, B &amp;amp; C&lt;br /&gt;You can access three forms ofWAN services with Cisco routers. Switched or relayed services include&lt;br /&gt;X.25, Frame Relay, and ISDN. An interface front end to IBM enterprise data center computers includes&lt;br /&gt;SDLC. And, you can access the services of WAN providers using protocols that connect peer devices such&lt;br /&gt;as HDLC and PPP encapsulation. IPX/SPX and NetBEUI are LAN protocols.&lt;br /&gt;90. Select the fields for the Cisco HDLC protocol:&lt;br /&gt;* Flag, Address, Control&lt;br /&gt;* Flag, Address, Control, Protocol, LCP (Code, Identifier, Length, Data), FCS, Flag&lt;br /&gt;* Flag, Address, Control, Data, FCS, Flag&lt;br /&gt;* Flag, Address, Control, Proprietary, Data, FCS, Flag&lt;br /&gt;Correct answer: D&lt;br /&gt;The Cisco HDLC frame format is Flag, Address, Control Proprietary, Data, FCS, Flag. The PPP frame&lt;br /&gt;format is Flag, Address, Control, Protocol, LCP (Code, Identifier, Length, Data), FCS, Flag. The SDLC&lt;br /&gt;and LAPB format is Flag, Address, Control, Data, FCS, Flag.&lt;br /&gt;85: Select the physical interfaces that PPP can be configured on a Cisco router:&lt;br /&gt;* Asynchronous serial&lt;br /&gt;* HSSI&lt;br /&gt;* ISDN&lt;br /&gt;* Synchronous serial&lt;br /&gt;Correct answer: A, B, C &amp;amp; D&lt;br /&gt;All four of them can carry PPP traffic. HSSI is High Speed Serial Interface.&lt;br /&gt;91. Select the correct statements about PPP and SLIP for WAN communications?&lt;br /&gt;* PPP uses its Network Control Programs (NCPs) component to encapsulate multiple protocols.&lt;br /&gt;* PPP can only transport TCP/IP&lt;br /&gt;* SLIP can only transport TCP/IP.&lt;br /&gt;* SLIP uses its Network Control Programs (NCPs) component to encapsulate multiple protocols.&lt;br /&gt;Correct answer: A &amp;amp; C&lt;br /&gt;87a Which protocol for PPP LCP (Link Control Protocol) performs a challenge handshake?&lt;br /&gt;* CHAP&lt;br /&gt;* PAP&lt;br /&gt;* UDP&lt;br /&gt;* IPX&lt;br /&gt;Correct answer: A&lt;br /&gt;87b Which form of PPP error detection on Cisco routers monitors data dropped on a link?&lt;br /&gt;* Quality&lt;br /&gt;* Magic Number&lt;br /&gt;* Error Monitor&lt;br /&gt;* Droplink&lt;br /&gt;Correct answer: A&lt;br /&gt;The Quality protocol monitors data dropped on a link. Magic Number avoids frame looping.&lt;br /&gt;92. Which protocol for PPP provides load balancing across multiple links?&lt;br /&gt;* Multilink Protocol (MP)&lt;br /&gt;* Quality&lt;br /&gt;* Magic Number&lt;br /&gt;* Stacker&lt;br /&gt;* Predictor&lt;br /&gt;Correct answer: A&lt;br /&gt;93. As the system administrator, you type “ppp authentication chap pap secret”. Which authentication method&lt;br /&gt;is used first in setting up a session?&lt;br /&gt;* secret&lt;br /&gt;* PAP&lt;br /&gt;* CHAP&lt;br /&gt;* PPP/SLIP&lt;br /&gt;Correct answer: C&lt;br /&gt;94. Select the compression protocols for PPP?&lt;br /&gt;* Stac&lt;br /&gt;* Predictor&lt;br /&gt;* Quality&lt;br /&gt;* Magic Number&lt;br /&gt;Correct answer: A &amp;amp; B&lt;br /&gt;95. What are the three phases of PPP session establishment?&lt;br /&gt;* Link establishment phase&lt;br /&gt;* Authentication phase&lt;br /&gt;* Network layer protocol phase&lt;br /&gt;* Handshake phase&lt;br /&gt;* Dial-in phase&lt;br /&gt;Correct answer: A, B &amp;amp; C&lt;br /&gt;96. What is the default IPX Ethernet encapsulation?&lt;br /&gt;* SNAP&lt;br /&gt;* Arpa&lt;br /&gt;* 802.2&lt;br /&gt;* Novell-Ether&lt;br /&gt;* SAP&lt;br /&gt;Correct answer: D&lt;br /&gt;97. What must be true for two Routers running IGRP to communicate their routes?&lt;br /&gt;* Same autonomous system number&lt;br /&gt;* Connected using Ethernet only&lt;br /&gt;* Use composite metric&lt;br /&gt;D)Configured for PPP&lt;br /&gt;Correct answer: A&lt;br /&gt;98. The following is partial output from a routing table, identify the 2 numbers in the square brackets;&lt;br /&gt;‘192.168.10.0 [100/1300] via 10.1.0.1, 00:00:23, Ethernet1_&lt;br /&gt;* 100 = metric, 1300 = administrative distance&lt;br /&gt;* 100 = administrative distance, 1300 = hop count&lt;br /&gt;* 100 = administrative distance, 1300 = metric&lt;br /&gt;* 100 = hop count, 1300 = metric&lt;br /&gt;Correct answer: C&lt;br /&gt;99. Identify 3 methods used to prevent routing loops?&lt;br /&gt;* Split horizon&lt;br /&gt;* Holddown timers&lt;br /&gt;* Poison reverse&lt;br /&gt;* SPF algorithm&lt;br /&gt;* LSP’s&lt;br /&gt;Correct answer: A B C&lt;br /&gt;100. Which statement is true regarding full duplex?&lt;br /&gt;* Allows for transmission and receiving of data simultaneously&lt;br /&gt;* Only works in a multipoint configuration&lt;br /&gt;* Does not affect the bandwidth&lt;br /&gt;* Allows for transmission and receiving of data but not a the same time&lt;br /&gt;Correct answer: A&lt;br /&gt;Full duplex is just the opposite of half duplex. It handles traffic in both directions simultaneously.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/57728930545784734-3509571967832070875?l=ccnafaqs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ccnafaqs.blogspot.com/feeds/3509571967832070875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=57728930545784734&amp;postID=3509571967832070875' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/57728930545784734/posts/default/3509571967832070875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/57728930545784734/posts/default/3509571967832070875'/><link rel='alternate' type='text/html' href='http://ccnafaqs.blogspot.com/2008/08/ccna-2.html' title='CCNA - 2'/><author><name>Siebel Expert</name><uri>http://www.blogger.com/profile/11533458660230230361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-57728930545784734.post-3153835710184222483</id><published>2008-08-05T18:31:00.001-07:00</published><updated>2008-12-22T20:22:27.094-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CCNA'/><title type='text'>CCNA - 1</title><content type='html'>1. As system administrator, you type “debug ipx sap” and receive the following lines as part of the IOS&lt;br /&gt;response: type 0×4, “HELLO2_, 199.0002.0003.0006 (451), 2 hops type 0×4, “HELLO1_,&lt;br /&gt;199.0002.0003.0008 (451), 2 hops What does “0×4_ signify?&lt;br /&gt;* That is a Get Nearest Server response.&lt;br /&gt;* That it is a General query.&lt;br /&gt;* That it is a General response.&lt;br /&gt;* That it is a Get Nearest Server request.&lt;br /&gt;Correct answer: A&lt;br /&gt;2. To monitor IP igrp traffic, you can use “debug IP igrp transaction” or “debug IP igrp events”. How do you&lt;br /&gt;display information about IPX routing update packets?&lt;br /&gt;* debug routing&lt;br /&gt;* debug ipx transaction&lt;br /&gt;* debug ipx routing activity&lt;br /&gt;* debug ipx events&lt;br /&gt;Correct answer: C&lt;br /&gt;3. To monitor ipx traffic on a network, what command would you use?&lt;br /&gt;* debug ipx transaction&lt;br /&gt;* show ipx traffic&lt;br /&gt;* show ipx events&lt;br /&gt;* display ipx traffic&lt;br /&gt;Correct answer: B&lt;br /&gt;4. What command would you use to find out the names of Novell servers on a network?&lt;br /&gt;* show ipx servers&lt;br /&gt;* show ipx hosts&lt;br /&gt;* show ipx sap&lt;br /&gt;* show ipx nodes.&lt;br /&gt;Correct answer: A&lt;br /&gt;5. The “ipx delay number” command will allow an administrator to change the default settings. What are the&lt;br /&gt;default settings?&lt;br /&gt;* For LAN interfaces, one tick; for WAN interfaces, six ticks&lt;br /&gt;* For LAN interfaces, six ticks; for WAN interfaces, one tick&lt;br /&gt;* For LAN interfaces, zero ticks; for WAN interfaces, five ticks&lt;br /&gt;* For LAN interfaces, five ticks; for WAN interfaces, zero Ticks&lt;br /&gt;Correct answer: A&lt;br /&gt;The default is–for LAN interfaces, one tick; for WAN interfaces, six ticks&lt;br /&gt;6. As a system administrator, you need to set up one Ethernet interface on the Cisco router to allow for both&lt;br /&gt;sap and Novell-ether encapsulations. Which set of commands will accomplish this?&lt;br /&gt;* interface ethernet 0.1 ipx encapsulation Novell-ether ipx network 9e interface ethernet 0.2 ipx network&lt;br /&gt;6c&lt;br /&gt;* interface ethernet 0 ipx encapsulation Novell-ether ipx network 9e interface ethernet 0 ipx encapsulation&lt;br /&gt;sap ipx network 6c&lt;br /&gt;* interface ethernet 0.1 ipx encapsulation Novell-ether interface ethernet 0.2 ipx encapsulation sap&lt;br /&gt;* interface ethernet 0.1ipx encapsulation Novell-ether ipx network 9e interface ethernet 0.2 ipx&lt;br /&gt;encapsulation sap ipx network 6c&lt;br /&gt;Correct answer: D&lt;br /&gt;The following commands setup the subinterfaces to allow for two types of encapsulation: interface ethernet&lt;br /&gt;0.1 ipx encapsulation Novell-ether ipx network 9e interface ethernet 0.2 ipx encapsulation sap ipx network&lt;br /&gt;6c&lt;br /&gt;7. What does the “IPX maximum-paths 2_ command accomplish?&lt;br /&gt;* It enables load sharing on 2 paths if the paths are equal metric paths.&lt;br /&gt;* It sets up routing to go to network 2.&lt;br /&gt;* It is the default for Cisco IPX load sharing.&lt;br /&gt;* It enables load sharing on 2 paths if the paths are unequal metric paths.&lt;br /&gt;Correct answer: A&lt;br /&gt;It enables load sharing on 2 paths if the paths are equal metric paths. The default is 1 path and the&lt;br /&gt;maximum is 512 paths.&lt;br /&gt;8. You want to enable both arpa and snap encapsulation on one router interface. How do you do this?&lt;br /&gt;* The interface can handle multiple encapsulation types with no extra configuration.&lt;br /&gt;* Assign two network numbers, one for each encapsulation type.&lt;br /&gt;* Enable Novell-ether to run multiple encapsulation types.&lt;br /&gt;* Both arpa and snap are enabled by default so you don’t have to configure anything.&lt;br /&gt;Correct answer: B&lt;br /&gt;To assign multiple network numbers, you usually use subinterfaces. A sample configuration follows: ipx&lt;br /&gt;ethernet 0.1 ipx encapsulation novell-ether ipx network 9e interface ethernet 0.2 ipx encapsulation sap ipx&lt;br /&gt;network 6c&lt;br /&gt;By default, Cisco routers forward GNS SAPs to remote networks.&lt;br /&gt;* False&lt;br /&gt;* True&lt;br /&gt;Correct answer: A&lt;br /&gt;GNS is Novell’s protocol to Get Nearest Server. If there is a server on the local network, that server will&lt;br /&gt;respond. If there isn’t, the Cisco router has to be configured to forward the GNS SAP.&lt;br /&gt;9. To prevent Service Advertisements (SAPs) from flooding a network, Cisco routers do not forward them.&lt;br /&gt;How are services advertised to other networks?&lt;br /&gt;* Each router builds its own SAP table and forwards that every 60 seconds.&lt;br /&gt;* Each router assigns a service number and broadcasts that.&lt;br /&gt;* SAPs aren’t necessary with Cisco routers.&lt;br /&gt;* Cisco routers filter out all SAPs.&lt;br /&gt;Correct answer: A&lt;br /&gt;Cisco routers build SAP tables and forward the table every 60 seconds. All SAPs can’t be filtered even&lt;br /&gt;with 4.x since NDS and time synchronization uses SAPs.&lt;br /&gt;10. Novell’s implementation of RIP updates routing tables every ____ seconds.&lt;br /&gt;* 60&lt;br /&gt;* 90&lt;br /&gt;* 10&lt;br /&gt;* 30&lt;br /&gt;Correct answer: A&lt;br /&gt;Novell’s RIP updates routing tables every 60 seconds, Apple’s RTMP is every 10 seconds, routers ARP&lt;br /&gt;every 60 seconds, IGRP signal every 90 seconds, and Banyan VINES signals every 90 seconds.&lt;br /&gt;11. In Novell’s use of RIP, there are two metrics used to make routing decisions. Select the two metrics.&lt;br /&gt;* Ticks.&lt;br /&gt;* Hops&lt;br /&gt;* Loops&lt;br /&gt;* Counts&lt;br /&gt;Correct answer: A &amp;amp;B&lt;br /&gt;It first uses ticks (which is about 1/18 sec.); if there is a tie, it uses hops; if hops are equal, then it uses an&lt;br /&gt;administratively assigned tiebreaker.&lt;br /&gt;12. What is the Cisco name for the encapsulation type used on a serial interface?&lt;br /&gt;* HDLC&lt;br /&gt;* SDLC&lt;br /&gt;* SAP&lt;br /&gt;* SNAP&lt;br /&gt;Correct answer: A&lt;br /&gt;13. “arpa” is used by the Cisco IOS for which encapsulation types?&lt;br /&gt;* Ethernet_II&lt;br /&gt;* Ethernet_802.3&lt;br /&gt;* Ethernet_802.2&lt;br /&gt;* Ethernet_SNAP&lt;br /&gt;Correct answer: A&lt;br /&gt;14. Novell’s IPX and Cisco’s IOS name their protocols differently. Cisco uses sap for Ethernet_802.2, Token-&lt;br /&gt;Ring, and Novell’s FDDI_802.2. Cisco uses snap for Ethernet_SNAP, Token-Ring_SNAP, and FDDI_&lt;br /&gt;SNAP. Cisco uses arpa for Ethernet_II and, finally the default is Novell-ether for Novell’s Ethernet_802.3.&lt;br /&gt;“snap” is used by the Cisco IOS for which encapsulation types?&lt;br /&gt;* Ethernet_SNAP&lt;br /&gt;* Token-Ring_SNAP&lt;br /&gt;* FDDI_SNAP&lt;br /&gt;* Novell-SNAP&lt;br /&gt;* Novell-FDDI.&lt;br /&gt;Correct answer: A,B &amp;amp;C&lt;br /&gt;15. Novell’s IPX and Cisco’s IOS name their protocols differently. Cisco uses sap for Ethernet_802.2, Token-&lt;br /&gt;Ring, and Novell’s FDDI_802.2. Cisco uses snap for Ethernet_SNAP, Token-Ring_SNAP, and FDDI_&lt;br /&gt;SNAP. Cisco uses arpa for Ethernet_II and, finally the default is Novell-ether for Novell’s Ethernet_&lt;br /&gt;802.3.15 “sap” is used by the Cisco IOS for which encapsulation types?&lt;br /&gt;* Ethernet_802.2&lt;br /&gt;* Token-Ring&lt;br /&gt;* FDDI_SNAP&lt;br /&gt;* Ethernet_802.3&lt;br /&gt;* FDDI_802.2&lt;br /&gt;Correct answer: A,B &amp;amp;E&lt;br /&gt;16. Novell’s IPX and Cisco’s IOS name their protocols differently. Cisco uses sap for Ethernet_802.2, Token-&lt;br /&gt;Ring, and Novell’s FDDI_802.2. Cisco uses snap for Ethernet_SNAP, Token-Ring_SNAP, and FDDI_&lt;br /&gt;SNAP. Cisco uses arpa for Ethernet_II and, finally the default is Novell-ether for Novell’s Ethernet_802.3.&lt;br /&gt;Which type of Ethernet framing is used for TCP/IP and AppleTalk?&lt;br /&gt;* Ethernet 802.3&lt;br /&gt;* Ethernet 802.2&lt;br /&gt;* Ethernet II&lt;br /&gt;* Ethernet SNAP&lt;br /&gt;Correct answer: D&lt;br /&gt;Ethernet 802.3 is used with NetWare versions 2 through 3.11, Ethernet 802.2 is used with NetWare 3.12&lt;br /&gt;and later plus OSI routing, Ethernet II is used with TCP/IP and DECnet, and Ethernet SNAP is used with&lt;br /&gt;TCP/IP and AppleTalk.&lt;br /&gt;17. Which type of Ethernet framing is used for TCP/IP and DECnet?&lt;br /&gt;* Ethernet 802.3&lt;br /&gt;* Ethernet 802.2&lt;br /&gt;* Ethernet II&lt;br /&gt;* Ethernet SNAP&lt;br /&gt;Correct answer: C&lt;br /&gt;Ethernet 802.3 is used with NetWare versions 2 through 3.11, Ethernet 802.2 is used with NetWare 3.12&lt;br /&gt;and later plus OSI routing, Ethernet II is used with TCP/IP and DECnet, and Ethernet SNAP is used with&lt;br /&gt;TCP/IP and AppleTalk.&lt;br /&gt;18. You are a system administrator on a NetWare network, you are running NetWare 4.11 and you cannot&lt;br /&gt;communicate with your router. What is the likely problem?&lt;br /&gt;* NetWare 4.11 defaults to 802.2 encapsulation.&lt;br /&gt;* NetWare 4.11 defaults to 802.3 encapsulation&lt;br /&gt;* Cisco routers only work with NetWare 3.11.&lt;br /&gt;* NetWare 3.11 defaults to 802.2 encapsulation.&lt;br /&gt;Correct answer: A&lt;br /&gt;The default encapsulation on Cisco routers is Novell Ethernet_802.3 and NetWare 3.12 and later defaults&lt;br /&gt;to 802.2 encapsulation, 3.11 and earlier defaults to 802.3.&lt;br /&gt;19. NetWare IPX addressing uses a network number and a node number. Which statements are true?&lt;br /&gt;* The network address is administratively assigned and can be up to 16 hexadecimal digits long.&lt;br /&gt;* The node address is always administratively assigned.&lt;br /&gt;* The node address is usually the MAC address.&lt;br /&gt;* If the MAC address is used as the node address, then IPX eliminates the use of ARP.&lt;br /&gt;Correct answer: A, C &amp;amp;D&lt;br /&gt;The network address can be up to 16 hexadecimal digits in length. The node number is 12 hexadecimal&lt;br /&gt;digits. The node address is usually the MAC address. An example IPX address is 4a1d.0000.0c56.de33.&lt;br /&gt;The network part is 4a1d. The node part is 0000.0c56.de33. The network number is assigned by the system&lt;br /&gt;administrator of the Novell network.&lt;br /&gt;20. Which NetWare protocol works on layer 3–network layer—of the OSI model?&lt;br /&gt;* IPX&lt;br /&gt;* NCP&lt;br /&gt;* SPX&lt;br /&gt;* NetBIOS&lt;br /&gt;Correct answer: A&lt;br /&gt;IPX (Internetwork Packet Exchange) is a NetWare network layer 3 protocol used for transferring&lt;br /&gt;information on LANs.&lt;br /&gt;21. Which NetWare protocol provides link-state routing?&lt;br /&gt;* NLSP&lt;br /&gt;* RIP&lt;br /&gt;* SAP&lt;br /&gt;* NCP&lt;br /&gt;Correct answer: A&lt;br /&gt;NetWare Link Services Protocol (NLSP) provides link-state routing. SAP (Service Advertisement&lt;br /&gt;Protocol) advertises network services. NCP (NetWare Core Protocol) provides client-to-server connections&lt;br /&gt;and applications. RIP is a distance vector routing protocol.&lt;br /&gt;22. As a system administrator, you want to debug igrp but are worried that the “debug IP igrp transaction”&lt;br /&gt;command will flood the console. What is the command that you should use?&lt;br /&gt;* debug IP igrp event&lt;br /&gt;* debug IP igrp-events&lt;br /&gt;* debug IP igrp summary&lt;br /&gt;* debug IP igrp events&lt;br /&gt;Correct answer: D&lt;br /&gt;The “debug IP igrp events” is used to only display a summary of IGRP routing information. You can&lt;br /&gt;append an IP address onto either command to see only the IGRP updates from a neighbor.&lt;br /&gt;23. What does the following series of commands accomplish? router igrp 71 network 10.0.0.0 router igrp 109&lt;br /&gt;network 172.68.7.0&lt;br /&gt;* It isolates networks 10.0.0.0 and 172.68.7.0.&lt;br /&gt;* It loads igrp for networks 109 and 71.&lt;br /&gt;* It disables RIP.&lt;br /&gt;* It disables all routing protocols.&lt;br /&gt;Correct answer: A&lt;br /&gt;It isolates network 10.0.0.0 and 172.68.7.0 and associates autonomous systems 109 and 71 with IGRP.&lt;br /&gt;IGRP does not disable RIP, both can be used at the same time.&lt;br /&gt;24. In the command “router igrp 109_ what does 109 signify?&lt;br /&gt;* an autonomous system&lt;br /&gt;* any network number which the router is attached to&lt;br /&gt;* the allowable length of the routing table&lt;br /&gt;* the network socket number&lt;br /&gt;Correct answer: A&lt;br /&gt;The Cisco IOS global configuration command “router igrp xxx” is used to configure the Interior Gateway&lt;br /&gt;Routing Protocol. In this case, the 109 is called the process-id , which can also be used for an autonomous&lt;br /&gt;system number.&lt;br /&gt;25. IGRP supports a feature that allows traffic to be distributed among up to 6 (4 default) paths to provide&lt;br /&gt;greater overall throughput and reliability. What is this called?&lt;br /&gt;* unequal-cost load balancing&lt;br /&gt;* equal-cost load balancing&lt;br /&gt;* proportionate load balancing&lt;br /&gt;* low cost load balancing&lt;br /&gt;Correct answer: A&lt;br /&gt;An unequal-cost load balancing is used to provide alternate paths for data distribution on an internetwork.&lt;br /&gt;Cisco developed this method to use unused or under utilized links to increase bandwidth and network&lt;br /&gt;availability.&lt;br /&gt;26. IGRP uses flash updates, poison reverse updates, holddown times, and split horizon. How often does it&lt;br /&gt;broadcast its routing table updates?&lt;br /&gt;* 90 seconds&lt;br /&gt;* 10 seconds&lt;br /&gt;* 30 seconds&lt;br /&gt;* 45 seconds&lt;br /&gt;Correct answer: A&lt;br /&gt;27. The command “show IP protocol” displays which information?&lt;br /&gt;* routing timers&lt;br /&gt;* network information&lt;br /&gt;* contents of the IP routing table&lt;br /&gt;* information about all known network and subnetworks&lt;br /&gt;Correct answer: A &amp;amp; B&lt;br /&gt;“show IP protocol” displays routing timers and network information. “show IP route” displays the routing&lt;br /&gt;table with information about all known networks and subnetworks.&lt;br /&gt;28. When using RIP, routing updates are broadcast every ____ seconds.&lt;br /&gt;* 30&lt;br /&gt;* 10&lt;br /&gt;* 60&lt;br /&gt;* 90&lt;br /&gt;Correct answer: A&lt;br /&gt;Novell’s RIP updates routing tables every 60 seconds, Apple’s RTMP is every 10 seconds, routers ARP&lt;br /&gt;every 60 seconds, DECnet hosts and IGRP signal every 15 seconds, and Banyan VINES signals every 90&lt;br /&gt;seconds.&lt;br /&gt;29. An autonomous system can only exist if all routers in that system meet which criteria?&lt;br /&gt;* interconnected&lt;br /&gt;* run the same routing protocol&lt;br /&gt;* assigned same autonomous system number&lt;br /&gt;* run IGRP only&lt;br /&gt;* run RIP only&lt;br /&gt;Correct answer: A,B &amp;amp;C&lt;br /&gt;An autonomous system is a set of routers and networks under the same administration. Each router must be&lt;br /&gt;interconnected, run the same routing protocol, and assigned the same autonomous system number. The&lt;br /&gt;network Information Center (NIC) assigns a unique autonomous system number to enterprises.&lt;br /&gt;30. A default route is analogous to a _________.&lt;br /&gt;* default gateway&lt;br /&gt;* static route&lt;br /&gt;* dynamic route&lt;br /&gt;* one-way route&lt;br /&gt;Correct answer: A&lt;br /&gt;A default route is analogous to a default gateway. It is used to reduce the length of routing tables and to&lt;br /&gt;provide complete routing capabilities when a router might not know the routes to all other networks.&lt;br /&gt;31. Routers can learn about destinations through static routes, default, or dynamic routing. By default, a router&lt;br /&gt;will use information derived from __________.&lt;br /&gt;* IGRP&lt;br /&gt;* RIP&lt;br /&gt;* IP&lt;br /&gt;* TCP&lt;br /&gt;Correct answer: A&lt;br /&gt;The quality of information is rated:&lt;br /&gt;Connected interface 0&lt;br /&gt;Static route 1&lt;br /&gt;IGRP 100&lt;br /&gt;RIP 120&lt;br /&gt;Unknown 255&lt;br /&gt;The lower the value, the more reliable the source with 255 signifying information that the router will&lt;br /&gt;ignore. So, the router will use IGRP, rated at 100, before RIP, rated at 120.&lt;br /&gt;32. You are logged into a router, what command would show you the IP addresses of routers connected to&lt;br /&gt;you?&lt;br /&gt;* show cdp neighbors detail&lt;br /&gt;* show run&lt;br /&gt;* show neighbors&lt;br /&gt;* show cdp&lt;br /&gt;Correct answer: A&lt;br /&gt;33. As a system administrator, you perform an extended ping at the privileged EXEC prompt. As part of the&lt;br /&gt;display, you see “Set DF bit in IP header? [yes] :” What would happen if you answered no at the prompt.&lt;br /&gt;* This lets the router fragment the packet.&lt;br /&gt;* It tells the router not to fragment the packet.&lt;br /&gt;* This lets the router direct the packet to the destination it finds in its routing table.&lt;br /&gt;* It tell the router to send the packet to the next hop router&lt;br /&gt;Correct answer: A&lt;br /&gt;“Set DF bit in IP header?” is a response to an extended ping at the router. If you answer yes (the default)&lt;br /&gt;the router will not fragment the packet. If you answer no, the router will fragment the packet.&lt;br /&gt;34. You have typed “ping” 172.16.101.1 and get the following display: Type escape sequence to abort. Sending&lt;br /&gt;5, 100-byte ICMP Echoes to 172.16.101.1, timeout is 2 seconds:&lt;br /&gt;.!!!!&lt;br /&gt;What does the “.” signify?&lt;br /&gt;* That one message timed out.&lt;br /&gt;* That all messages were successful.&lt;br /&gt;* That one message was successful.&lt;br /&gt;* That one message completed in under the allotted timeframe.&lt;br /&gt;Correct answer: A&lt;br /&gt;The possible responses from the ping command are: ! Successful receipt of an echo reply. Timed out&lt;br /&gt;waiting for a reply U Destination unreachable C Congestion-experienced packet I Ping interrupted ?&lt;br /&gt;Packet type unknown &amp;amp; Packet TTL exceeded&lt;br /&gt;35. Which command, that is used to test address configuration, uses Time-To-Live (TTL) values to generate&lt;br /&gt;messages from each router.&lt;br /&gt;* trace&lt;br /&gt;* ping&lt;br /&gt;* telnet&lt;br /&gt;* bootp&lt;br /&gt;Correct answer: A&lt;br /&gt;The Cisco IOS EXEC command “trace [protocol] [destination]” is used to discover routes that packets will&lt;br /&gt;travel to their destination hosts. Trace uses TTL (Time to Live) values to report destination route&lt;br /&gt;information.&lt;br /&gt;36. What does the command “IP name-server 255.255.255.255_ accomplish?&lt;br /&gt;* It sets the domain name lookup to be a local broadcast.&lt;br /&gt;* This is an illegal command.&lt;br /&gt;* It disables domain name lookup.&lt;br /&gt;* The command is now defunct and has been replaced by “IP server-name ip any”&lt;br /&gt;Correct answer: A&lt;br /&gt;By default DNS is enabled on a router with a server address of 255.255.255.255, which provides for a local&lt;br /&gt;broadcast.&lt;br /&gt;37. As a system administrator, you need to provide your routers with a Domain Name System (DNS) server.&lt;br /&gt;How many DNS servers can you specify with one command?&lt;br /&gt;* 6&lt;br /&gt;* 1&lt;br /&gt;* 2&lt;br /&gt;* 4&lt;br /&gt;Correct answer: A&lt;br /&gt;You can only specify six name servers in one command. The syntax is “IP name-server server-address1 [[&lt;br /&gt;server-address2 ]…server-address6]. You must also enable&lt;br /&gt;DNS.&lt;br /&gt;38. How would you configure one host name that points to two IP addresses?&lt;br /&gt;* IP host jacob 1.0.0.5 2.0.0.8&lt;br /&gt;* IP jacob 1.0.0.5 2.0.0.8&lt;br /&gt;* IP host jacob 1.0.0.5&lt;br /&gt;* IP host duplicate “all”&lt;br /&gt;Correct answer: A&lt;br /&gt;The correct syntax is IP host name [ TCP-port-number ] address [ address ]….. So, “IP host P1R1 1.0.0.5&lt;br /&gt;2.0.0.8_ is the correct choice. “IP host jacob 1.0.0.5_ only points the host name jacob to one IP address–&lt;br /&gt;1.0.0.5.&lt;br /&gt;39. The following selections show the command prompt and the configuration of the IP network mask. Which&lt;br /&gt;two are correct?&lt;br /&gt;* Router#term IP netmask-format { bitcount | decimal | hexadecimal }&lt;br /&gt;* Router(config-if)#IP netmask-format { bitcount | decimal | hexadecimal }&lt;br /&gt;* Router(config-if)#netmask-format { bitcount | decimal | hexadecimal }&lt;br /&gt;* Router#ip netmask-format { bitcount | decimal | hexadecimal }&lt;br /&gt;Correct answer: A &amp;amp; B&lt;br /&gt;Router#term IP netmask-format { bitcount | decimal | hexadecimal } and Router(config-if)#IP netmaskformat&lt;br /&gt;{ bitcount | decimal | hexadecimal } are correct. You can configure the mask for the current session&lt;br /&gt;and you can configure it for a specific line.&lt;br /&gt;40. When configuring the subnet mask for an IP address, which formats can be used?&lt;br /&gt;* dotted-decimal.&lt;br /&gt;* Hexadecimal&lt;br /&gt;* Bit-count&lt;br /&gt;* Octal&lt;br /&gt;* Binary&lt;br /&gt;Correct answer: A, B &amp;amp;C&lt;br /&gt;41. You are given the following address: 153.50.6.27/25. Determine the subnet mask, address class, subnet&lt;br /&gt;address, and broadcast address.&lt;br /&gt;* 255.255.255.128, B,153.50.6.0, 153.50.6.127&lt;br /&gt;* 255.255.255.128, C,153.50.6.0, 153.50.6.127&lt;br /&gt;* 255.255.255.128, C,153.50.6.127, 153.50.6.0&lt;br /&gt;* 255.255.255.224, C,153.50.6.0, 153.50.6.127&lt;br /&gt;Correct answer: A&lt;br /&gt;42. You are given the following address: 128.16.32.13/30. Determine the subnet mask, address class, subnet&lt;br /&gt;address,&lt;br /&gt;and broadcast address.&lt;br /&gt;* 255.255.255.252, B,128.16.32.12, 128.16.32.15&lt;br /&gt;* 255.255.255.252, C,128.16.32.12, 128.16.32.15&lt;br /&gt;* 255.255.255.252, B,128.16.32.15, 128.16.32.12&lt;br /&gt;* 255.255.255.248, B,128.16.32.12, 128.16.32.15&lt;br /&gt;Correct answer: A&lt;br /&gt;43. You are given the following address: 15.16.193.6/21. Determine the subnet mask, address class, subnet&lt;br /&gt;address,&lt;br /&gt;and broadcast address.&lt;br /&gt;* 255.255.248.0, A, 15.16.192.0, 15.16.199.255&lt;br /&gt;* 255.255.248.0, B, 15.16.192.0, 15.16.199.255&lt;br /&gt;* 255.255.248.0, A, 15.16.199.255, 14.15.192.0&lt;br /&gt;* 255.255.242.0, A, 15.16.192.0, 15.16.199.255&lt;br /&gt;Correct answer: A&lt;br /&gt;44. You have an IP host address of 201.222.5.121 and a subnet mask of 255.255.255.248. What is the&lt;br /&gt;broadcast address?&lt;br /&gt;* 201.222.5.127&lt;br /&gt;* 201.222.5.120&lt;br /&gt;* 201.222.5.121&lt;br /&gt;* 201.222.5.122&lt;br /&gt;Correct answer: A&lt;br /&gt;The easiest way to calculate this is to subtract 255.255.255.248 (subnet mask) from 255.255.255.255, this&lt;br /&gt;equals 7. Convert the address 201.222.5.121 to binary–11001001 11011110 00000101 01111001. Convert&lt;br /&gt;the&lt;br /&gt;mask 255.255.255.248 to binary–11111111 11111111 11111111 11111000. AND them together to get:&lt;br /&gt;11001001 11011110&lt;br /&gt;45. 01111000 or 201.222.5.120. 201.222.5.120 is the subnet address, add 7 to this address for 201.222.5.127&lt;br /&gt;or&lt;br /&gt;the broadcast address. 201.222.5.121 through 201.222.5.126 are the valid host addresses.&lt;br /&gt;46. Given the address 172.16.2.120 and the subnet mask of 255.255.255.0. How many hosts are available?&lt;br /&gt;* 254&lt;br /&gt;* 510&lt;br /&gt;* 126&lt;br /&gt;* 16,372&lt;br /&gt;Correct answer: A&lt;br /&gt;172.16.2 120 is a standard Class B address with a subnet mask that allows 254 hosts. You are a network&lt;br /&gt;administrator and have been assigned the IP address of 201.222.5.0. You need to have 20 subnets with 5&lt;br /&gt;hosts per subnet. The subnet mask is 255.255.255.248.&lt;br /&gt;47. Which addresses are valid host addresses?&lt;br /&gt;* 201.222.5.17&lt;br /&gt;* 201.222.5.18&lt;br /&gt;* 201.222.5.16&lt;br /&gt;* 201.222.5.19&lt;br /&gt;* 201.222.5.31&lt;br /&gt;Correct answer: A,B &amp;amp; D&lt;br /&gt;Subnet addresses in this situation are all in multiples of 8. In this example, 201.222.5.16 is the subnet,&lt;br /&gt;201.22.5.31 is the broadcast address. The rest are valid host IDs on subnet 201.222.5.16.&lt;br /&gt;48. You are a network administrator and have been assigned the IP address of 201.222.5.0. You need to have&lt;br /&gt;20 subnets with&lt;br /&gt;49. hosts per subnet. What subnet mask will you use?&lt;br /&gt;* 255.255.255.248&lt;br /&gt;* 255.255.255.128&lt;br /&gt;* 255.255.255.192&lt;br /&gt;* 255.255.255.240&lt;br /&gt;Correct answer: A&lt;br /&gt;By borrowing 5 bits from the last octet, you can. have 30 subnets. If you borrowed only 4 bits you could&lt;br /&gt;only have 14 subnets. The formula is (2 to the power of n)-2. By borrowing 4 bits, you have (2×2x2×2)-&lt;br /&gt;2=14. By borrowing 5 bits, you have (2×2x2×2x2)-2=30. To get 20 subnets, you would need to borrow 5&lt;br /&gt;bits so the subnet mask would be 255.255.255.248.&lt;br /&gt;50. You are given the IP address of 172.16.2.160 with a subnet mask of 255.255.0.0. What is the network&lt;br /&gt;address in binary?&lt;br /&gt;* 10101100 00010000&lt;br /&gt;* 00000010 10100000&lt;br /&gt;* 10101100 00000000&lt;br /&gt;* 11100000 11110000&lt;br /&gt;Correct answer: A&lt;br /&gt;To find the network address, convert the IP address to binary–10101100 000100000 00000010 10100000–&lt;br /&gt;then ANDed it with the subnet mask–11111111 11111111 00000000 00000000. The rest is 10101100&lt;br /&gt;00010000 00000000 00000000, which is 172.16.0.0 in decimal.&lt;br /&gt;The first octet rule states that the class of an address can be determined by the numerical value of the first&lt;br /&gt;octet.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/57728930545784734-3153835710184222483?l=ccnafaqs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ccnafaqs.blogspot.com/feeds/3153835710184222483/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=57728930545784734&amp;postID=3153835710184222483' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/57728930545784734/posts/default/3153835710184222483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/57728930545784734/posts/default/3153835710184222483'/><link rel='alternate' type='text/html' href='http://ccnafaqs.blogspot.com/2008/08/ccna-1.html' title='CCNA - 1'/><author><name>Siebel Expert</name><uri>http://www.blogger.com/profile/11533458660230230361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
