Skip to main content

CCNA 2 - Module 3


Which two statements correctly describe the concepts of administrative distance and metric? (Choose two.)
Administrative distance refers to the trustworthiness of a particular route.
Routes with the smallest metric to a destination indicate the best path.


Refer to the exhibit. Which statement correctly describes how R1 will determine the best path to R2?
R1 will install an EIGRP route using network B in its routing table because the administrative distance of EIGRP is lower than RIP.

Which two statements are true regarding classless routing protocols? (Choose two.)
sends subnet mask information in routing updates
allows for use of both 192.168.1.0/30 and 192.168.1.16/28 subnets in the same topology


Which command would the network administrator issue to determine if load balancing is in effect on a router?
show ip route


Which statement is true regarding routing protocols?
EIGRP uses DUAL to calculate the shortest path and can be configured to do unequal cost load balancing.


Which two conditions would create a setting where the use of a distance-vector routing protocol would be efficient? (Choose two.)
the network is using a hub and spoke topology
the network is using a flat design


What is the purpose of a routing protocol?
It allows a router to share information about known networks with other routers.


Which of the following best describes the operation of distance vector routing protocols?
They send their routing tables to directly connected neighbors.


Which of the following is associated with link-state routing protocols?
shortest-path first calculations


Why is fast convergence desirable in networks that use dynamic routing protocols?
Routers may make incorrect forwarding decisions until the network has converged.


Which of the following conditions must be met in order for a network to have converged
The routers in the network are operating with consistent routing knowledge.


Which two statements are true regarding metrics? (Choose two.)
EIGRP uses bandwidth as a metric.
OSPF uses cost based on bandwidth as a metric.


Which two statements are true regarding the advantages of the use of static routes? (Choose two).
increased security
the administrator maintains control over routing


The following line of code is displayed in a routing table:
R 209.165.201.0/24 [120/2] via 192.168.252.2, 00:00:16, S0/0/0
What can be concluded from this output?

The value, 120, is used to determine the best path when a router has more than one routing protocol configured for the same destination network.


What will be the result of the following commands?
ORL(config)# interface fastethernet 0/0
ORL(config-if)# ip address 172.16.3.1 255.255.255.0
ORL(config-if)# no shutdown

A routing table entry is made to the 172.16.3.0 network with a code of "C".


An engineer creates a static route by entering the Router(config)# ip route 10.0.0.0 255.255.255.0 192.168.1.2 command. What can be concluded about this route?
The administrative distance of this route is 1.


Refer to the exhibit. Router1 and Router2 are running EIGRP. All interfaces are operational and packets can be forwarded between all networks. What information will be found in the routing table for Router1?
The administrative distance of the route to network 172.16.0.0 will be 90.


The following line of code is present in the routing table:
O 10.16.1.0/27 [110/129] via 192.168.1.5, 00:00:05, Serial0/0/1
What does the number 129 indicate in this output?

The cost for this link has a value of 129.


A growing medium-sized manufacturing company recently began to have routing instability issues. The company uses static routes and has a mixture of over 30 Cisco and non-Cisco routers. The network administrator has decided to convert the network to dynamic routing. What characteristics of protocols should be considered in this selection process?
OSPF can be used between the routers.


Refer to the exhibit. If RIP is the routing protocol, what is the value of the metric from router A to network 192.168.5.0/24?
3

A router learns two paths with equal metrics to a destination network via the RIP routing protocol. How will the router handle packets to the destination network?
The router will install both routes in the routing table and load balance between the two.

Comments

  1. When multiple routing protocols have a route to the same destination network, what determines which route is installed in the routing table?
    best metric
    lowest hop count
    greatest available bandwidth
    lowest administrative distance
    lowest cost

    ReplyDelete
  2. When multiple routing protocols have a route to the same destination network, what determines which route is installed in the routing table?
    best metric
    lowest hop count
    greatest available bandwidth
    lowest administrative distance(answer)
    lowest cost

    ReplyDelete

Post a Comment

Popular posts from this blog

[韓日関係] 首相含む大幅な内閣改造の可能性…早ければ来月10日ごろ=韓国

div not scrolling properly with slimScroll plugin

I am using the slimScroll plugin for jQuery by Piotr Rochala Which is a great plugin for nice scrollbars on most browsers but I am stuck because I am using it for a chat box and whenever the user appends new text to the boxit does scroll using the .scrollTop() method however the plugin's scrollbar doesnt scroll with it and when the user wants to look though the chat history it will start scrolling from near the top. I have made a quick demo of my situation http://jsfiddle.net/DY9CT/2/ Does anyone know how to solve this problem?

Why does this javascript based printing cause Safari to refresh the page?

The page I am working on has a javascript function executed to print parts of the page. For some reason, printing in Safari, causes the window to somehow update. I say somehow, because it does not really refresh as in reload the page, but rather it starts the "rendering" of the page from start, i.e. scroll to top, flash animations start from 0, and so forth. The effect is reproduced by this fiddle: http://jsfiddle.net/fYmnB/ Clicking the print button and finishing or cancelling a print in Safari causes the screen to "go white" for a sec, which in my real website manifests itself as something "like" a reload. While running print button with, let's say, Firefox, just opens and closes the print dialogue without affecting the fiddle page in any way. Is there something with my way of calling the browsers print method that causes this, or how can it be explained - and preferably, avoided? P.S.: On my real site the same occurs with Chrome. In the ex