Skip to main content

CCNA v4 - E3 - Module 2 (100%)

 http://p4s-ccna.blogspot.com
http://testccna-4u.blogspot.com

1. Which two statements about Layer 2 Ethernet switches are true? (Choose two.)

  Layer 2 switches have multiple collision domains.
  Layer 2 switches can send traffic based on the destination MAC address.

2. Which command line interface (CLI) mode allows users to configure switch parameters, such as the hostname and password?

  global configuration mode

3. Which two statements are true about EXEC mode passwords? (Choose two.)

  The enable secret password command provides better security than the enable password.
  The enable password and enable secret password protect access to privileged EXEC mode.

4. Where is the startup configuration stored?

  NVRAM

5. Refer to the exhibit. What action does SW1 take on a frame sent from PC_A to PC_C if the MAC address table of SW1 is empty?

  SW1 floods the frame on all ports on SW1, except port Fa0/1.

6. Refer to the exhibit. Which hosts will receive a broadcast frame sent from Host A?

  hosts A, B, and C

7. What are two ways to make a switch less vulnerable to attacks like MAC address flooding, CDP attacks, and Telnet attacks? (Choose two.)

  Change passwords regularly.
  Turn off unnecessary services.

8. Refer to the exhibit. The switch and workstation are administratively configured for full-duplex operation. Which statement accurately reflects the operation of this link?

  No collisions will occur on this link.

9. Refer to the exhibit. The exhibit shows partial output of the show running-config command. The enable password on this switch is "cisco." What can be determined from the output shown?

  Any configured line mode passwords will be encrypted in this configuration.

10. A network administrator uses the CLI to enter a command that requires several parameters. The switch responds with "% Incomplete command". The administrator cannot remember the missing parameters. What can the administrator do to get the parameter information?

  append a space and then ? to the last parameter

11. Refer to the exhibit. What happens when Host 1 attempts to send data?

  Frames from Host 1 cause the interface to shut down.

12. Which two statements are true regarding switch port security? (Choose two.)

  Dynamically learned secure MAC addresses are lost when the switch reboots.
  If fewer than the maximum number of MAC addresses for a port are configured statically, dynamically learned addresses are added to CAM until the maximum number is reached.

13. Which statement is true about the command banner login "Authorized personnel Only" issued on a switch?

  The command will cause the message Authorized personnel Only to display before a user logs in.

14. When a collision occurs in a network using CSMA/CD, how do hosts with data to transmit respond after the backoff period has expired?

  The hosts return to a listen-before-transmit mode.

15.  
If a network administrator enters these commands in global configuration mode on a switch, what will be the result?

Switch1(config-line)# line console 0
Switch1(config-line)# password cisco
Switch1(config-line)# login


  to secure the console port with the password "cisco"

16. When a switch receives a frame and the source MAC address is not found in the switching table, what action will be taken by the switch to process the incoming frame?

  The switch will map the source MAC address to the port on which it was received.

17. Refer to the exhibit. How many collision domains are depicted in the network?

  2

18. Refer to the exhibit. The network administrator’s attempts to connect to Switch1 via Secure Shell are failing. What is most likely the problem?

  vty lines that are configured to allow only Telnet

19. What happens when the transport input ssh command is entered on the switch vty lines?

  Communication between the switch and remote users is encrypted.

20. Refer to the exhibit. The switch and the hub have default configurations, and the switch has built its CAM table. Which of the hosts will capture a copy of the frame when workstation A sends a unicast packet to workstation C?

  workstation C

Comments

  1. no....
    this is not 100%...
    i m just given..
    i get 90%..... :(

    ReplyDelete
  2. oh I thing 100/100. Because i passed it with 100/100. r u sure about your question?

    ReplyDelete
  3. It is true you get only 90

    ReplyDelete
  4. 2 answer r wrong here

    this post will get u 90%...

    problems in

    Design Considerations for Ethernet/802.3 Networks

    2.4.3 Configure Telnet and SSH

    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