Skip to main content

CCNA v4 - E4 - Module 2 (100%)

1. Refer to the exhibit. What can be concluded about the function of the Serial 0/0/0 interface on the router after the commands are entered?

  The serial link will be closed if the number of received packets at the destination node falls below 90 percent of the packets that are sent.

2. Refer to the exhibit. While troubleshooting a serial interface, a technician enters the command  show interface serial 0/0/0 . If the interface is in DCE mode, what two problems are likely to cause the indicated problem? (Choose two.)

  The remote CSU or DSU has failed.
  A timing problem has occurred on the cable.

3. Refer to the exhibit. What statement is true regarding the output shown?

  The PAP passwords did not match, so the routers are trying CHAP authentication.

4. Why are serial connections preferred over parallel connections for long transmission lengths?

  Parallel connections are subject to clock skew and to crosstalk between wires.

5. Which two statements are true about time-division multiplexing (TDM)? (Choose two.)

  Multiple sources can transmit over a single channel.
  Original data streams must be reconstructed at the destination.

6. Which authentication protocol can be spoofed to allow playback attacks?

  PAP

7. What function do Network Control Protocols provide for a PPP connection?

  to allow multiple Layer 3 protocols to operate over the same physical link

8. Refer to the exhibit. Router R1, the DCE device, has just been configured for PPP encapsulation with authentication. What series of commands will allow another router, the DTE device, to communicate over its serial 0/0/0 interface to router R1?

  Router(config)# hostname R3
  R3(config)# username R1 password Cisco
  R3(config)# interface Serial 0/0/0
  R3(config-if)# encapsulation ppp
  R3(config-if)# ip address 172.16.3.3 255.255.255.0
  R3(config-if)# ppp authentication chap

9. What advantage does PPP have over HDLC for serial communications?

  It supports authentication

10. Which PPP configuration option can be used to establish load balancing over the interfaces of a router?

  multilink

11. Which three statements are correct about HDLC encapsulation? (Choose three.)

  HDLC implementation in Cisco routers is proprietary.
  HDLC is the default serial interface encapsulation on Cisco routers.
  HDLC uses frame delimiters to mark the beginnings and ends of frames.

12. Refer to the exhibit. Router R1 is not able to communicate with a neighbor router that is directly connected to serial 0/0/0. What is the reason for this?

  The interface has been administratively shutdown with the shutdown command.

13. Refer to the exhibit. What statement is true regarding the output shown?

  Data is able to flow across this link.

14.  
Which serial communications DTE/DCE interface standard is used to provide high-speed connectivity of up to 52 Mbps between LANs and is found on many high-end Cisco routers?

  EIA/TIA-612/613 (HSSI)

15. What does the demarcation point represent in data communication physical circuits?

  physical point at which the public network ends and the private customer network begins

16. Which three statements are true regarding LCP? (Choose three.)

  It is responsible for negotiating link establishment.
  It terminates the link upon user request or the expiration of an inactivity timer.
  It can test the link to determine if link quality is sufficient to bring up the link.

17. Refer to the exhibit. Which two statements are true regarding the output shown? (Choose two.)

  The router has agreed on IP parameters.
  The router has negotiated LCP successfully.

18. Refer to the exhibit. Which statement is true about PPP operation?

  Both the link-establishment and network-layer phase completed successfully.

19. Which three statements correctly describe PPP authentication? (Choose three.)

  PAP sends passwords in clear text.
  CHAP uses a challenge/response that is based on the MD5 hash algorithm.
  CHAP uses repeated challenges for verification.

20. Which two options can LCP negotiate? (Choose two.)

  link quality
  authentication

21. Refer to the exhibit. On the basis of the show interface Serial0/0 output, how many NCP sessions have been established?

  two

Comments

  1. it's not 100%. but still the grade is good.

    ReplyDelete
  2. if you have other answer, please comment under post. thanks!

    ReplyDelete
  3. that is good! 100%

    ReplyDelete
  4. need the final exam for all the modules,want to certify for CCNA,provide any?

    ReplyDelete
  5. on CCNA4 module 5 grade is not 100%

    ReplyDelete
  6. Module 5? Why did u comment here? I thing module true 100%, please check it

    ReplyDelete
  7. 95.2%
    On question 3 correct answer is

    One router has suggested PAP authentication, and the other has accepted authentication but suggested CHAP authentication.

    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