Skip to main content

CCNA v4 - E2 - Module 4 (100/100)

1. A network administrator is evaluating RIP versus EIGRP for a new network. The network will be sensitive to congestion and must respond quickly to topology changes. What are two good reasons to choose EIGRP instead of RIP in this case? (Choose two.)

  EIGRP only updates affected neighbors.
  EIGRP updates are partial.

2. Which event will cause a triggered update?

  a route is installed in the routing table

3. Refer to the exhibit. If all routers are using RIP, how many rounds of updates will occur before all routers know all networks?

  3

4. Refer to the exhibit. The routers in this network are running RIP. Router A has not received an update from Router B in over three minutes. How will Router A respond?

  The Invalid timer will mark the route as unusable if an update has not been received in 180 seconds.

5. The graphic shows a network that is configured to use RIP routing protocol. Router2 detects that the link to Router1 has gone down. It then advertises the network for this link with a hop count metric of 16. Which routing loop prevention mechanism is in effect?

  route poisoning

6. Which two statements are true regarding the function of the RIPv1 routing updates? (Choose two).

  updates are broadcast at regular intervals
  broadcasts are sent to 255.255.255.255

7. What is the purpose of the TTL field in the IP header?

  limits the time or hops that a packet can traverse through the network before it should be discarded

8. Which three routing protocols are distance vector routing protocols? (Choose three).
  RIPv1
  EIGRP
  RIPv2

9. What metric does the RIP routing protocol consider to be infinity?

  16

10. Which two conditions are most likely to cause a routing loop? (Choose two.)

  inconsistent routing tables
  incorrectly configured static routes

11. What does the RIP holddown timer do?

  instructs routers to ignore updates, for a specified time or event, about possible inaccessible routes

12. Which of the following can exist in a distance vector network that has not converged? (Choose three.)

  routing loops
  inconsistent traffic forwarding
  inconsistent routing table entries

13. Refer to the exhibit. What path will packets from the 192.168.1.0/24 network travel to reach the 10.0.0.0/8 network if RIP is the active routing protocol?

  The path will be router A -> router D -> router E.

14. What is a routing loop?

  a condition where a packet is constantly transmitted within a series of routers without ever reaching its intended destination

15. Which of the following methods does split horizon use to reduce incorrect routing information?

  Information learned from one source is not distributed back to that source.

16. Which statement is true regarding cisco’s RIP_JITTER variable?

  It prevents the synchronization of routing updates by subtracting a random length of time ranging from 0% to 15% of the specified interval time from the next routing update interval.

17. Which of the following statements are correct about RIP?

  will send out an update if there is a failure of a link

18. What actions will occur after RouterA loses connectivity to network 114.125.16.0? (Choose two.)

  RouterB will include network 123.92.76.0 and 136.125.85.0 in its update to RouterA.
  Router C will learn of the loss of connectivity to network 114.125.16.0 from RouterB.

19. Three routers running a distance-vector routing protocol lost all power, including the battery backups. When the routers reload, what will happen?

  They will send updates that include only directly connected routes to their directly connected neighbors.

20. Which two statements describe EIGRP? (Choose two.)

  EIGRP sends triggered updates whenever there is a change in topology that influences the routing information.
  EIGRP sends a partial routing table update, which includes just routes that have been changed.


If you like this post, please say thanks and bookmarks this site. Click here to get update latest

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