Skip to main content

CCNA 2 - Module 10

Refer to the exhibit. When Router D is configured to use a link-state routing protocol and is added to the network, what is the first thing that it does to begin learning the network topology?
It learns about its directly connected networks when its interfaces reach the up state.


What two events will cause a link state router to send LSPs to all neighbors? (Choose two.)
whenever the network topology changes
upon initial startup of router or routing protocol


What is the final step in the link state routing process?
SPF computes best path to each destination network


What two statements correctly describe the link state routing process? (Choose two.)
each router in the area floods LSPs to all neighbors
all routers in the area have identical link state databases


Refer to the exhibit. What kind of information would be seen in an LSP sent from router JAX to router ATL?
cost of the link


What feature do modern link-state protocols provide to minimize processing and memory requirements?
splitting routing topologies into smaller areas


To achieve network convergence, what three steps does each link state router take? (Choose three.)
build a Link State Packet (LSP) containing the state of each directly connected link
flood the LSP to all neighbors, who then store all LSPs received in a database
construct a complete map of the topology and compute the best path to each destination network


What speeds up convergence in a network using link-state routing?
updates triggered by network changes


Why is it difficult for routing loops to occur in networks that use link-state routing?
Each router builds a complete and synchronized view of the network.


What are some of the advantages of using a link-state routing protocol instead of a distance vector routing protocol? (Choose two.)
Routers have direct knowledge of all links in the network and how they are connected.
After the inital LSA flooding, they generally require less bandwidth to communicate changes in a topology.


Which algorithm is run by link-state routing protocols to calculate the shortest path to destination networks?
Dijkstra


Refer to the exhibit. Which statement correctly describes the path traffic would take from the 10.0.0.0/24 network to the 192.168.1.0/24 network if a link-state routing protocol was in use?
BOS -> ORL -> JAX -> ATL because this path is the lowest cost


Which database or table must be identical on all link-state routers within an area in order to construct an accurate SPF tree?
link-state database


Which two routing protocols use Dijkstra’s shortest path first algorithm? (Choose two.)
IS-IS
OSPF


When are link-state packets sent to neighbors?
when a link goes up or down


Refer to the exhibit. What does JAX do with link-state packets from ORL?
sends out the individual link-state packets out the interface connected to BOS


A new network administrator is given the task of selecting an appropriate dynamic routing protocol for a software development company. The company has over 100 routers, uses CIDR and VLSM, requires fast convergence, and uses both Cisco and non-Cisco equipment. Which routing protocol is appropriate for this company?
OSPF


What action does a link-state router take immediately upon receipt of an LSP from a neighboring router?
floods the LSP to neighbors


Refer to the exhibit. If all routers and interfaces are configured to use a link-state routing protocol, from which routers will router D receive hello packets?
B and C

Comments

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