Skip Links

Network World

  • Social Web 
  • Email 
  • Close
Cisco subnet: An independent Cisco community

Chapter 2: Switching Foundations

Exam Cram
By By Jeremy Cioara , Network World , 04/09/2008
  • Share/Email
  • Comment
  • Print

 

More Cisco Press book chapters from new and classic Cisco Press books.

Rate your favorite Cisco Press books.

This chapter covers the following ICND1 objectives that fall under the content area, Implement a small switched network:

  • Select the appropriate media, cables, ports, and connectors to connect switches to other network devices and hosts.

  • Explain the technology and media access control method for Ethernet technologies.

  • Explain network segmentation and basic traffic management concepts.

  • Explain the operation of Cisco switches and basic switching concepts.

  • Perform, save, and verify initial switch configuration tasks including remote access management.

  • Verify network status and switch operation using basic utilities (including ping, traceroute, telnet, SSH, arp, ipconfig), and the SHOW and DEBUG commands.

  • Implement and verify basic security for a switch (port security, deactivate ports).

  • Identify, prescribe, and resolve common switched network media issues, configuration issues, auto-negotiation, and switch hardware failures.

  1. In today's networks, more and more corporations are replacing hubs with switches. Which of the following is a reason for switching to a Catalyst switch from a hub?

    1. Catalyst switches take less time to process frames than hubs take.

    2. Catalyst switches decrease the amount of bandwidth available to hosts.

    3. Catalyst switches increase the number of collision domains in the network.

    4. Catalyst switches do not forward broadcasts.

  2. You want to configure your Cisco switch for remote access capabilities. Which of the following commands will move you into the correct mode for configuring the switch IP address?

    1. interface fa0/1

    2. interface loopback1

    3. interface vlan1

    4. interface fa0/24

    5. configure terminal

  3. What are the default configuration settings on a Catalyst switch? (Choose three.)

    1. CDP Enabled

    2. CDP Disabled

    3. Ports set to 100Mbps/full duplex

    4. Ports set to auto-negotiate

    5. IP address set to 192.168.1.10

    6. No IP address set

  4. A junior network administrator at your company asks you to brief him on the differences and similarities between bridges and switches. What should you tell him? (Choose two.)

    1. Switches are slower than bridges because they have fewer ports.

    2. A switch is a multiport bridge.

    3. Bridges and switches learn MAC addresses by examining the source MAC address of each frame received.

    4. A bridge forwards a broadcast, but a switch does not.

  5. You are configuring a switch for remote access. What command must be issued in Global Configuration mode to allow the switch to be accessed from a subnet other than its own?

    1. ip default-gateway

    2. router ip

    3. router rip

    4. routing enabled

  6. While verifying some configurations on your switch, you see that the Spanning-Tree Protocol (STP) is enabled. The junior network administrator working with you at the time asks you what STP does. What do you tell her?

    1. STP stops routing loops in your network.

    2. STP minimizes broadcasts in your network.

    3. TP allows routing loops in your network.

    4. STP monitors and prevents loops in your switched network.

  7. What is the effective throughput for each of 24 PCs connecting to a Catalyst switch's FastEthernet ports operating in half-duplex mode?

    1. 1Mbps

    2. 10Mbps

    3. 100Mbps

    4. 2400Mbps

  8. You want to configure the FastEthernet 0/20 port on your Catalyst switch for port security. If anyone other than the MAC address 0001.3232.AABB connects to the port, it should immediately shut down. Which of the following configurations accomplishes this objective?

    1. interface fa0/20
           switchport mode access
           switchport port-security
           switchport port-security mac-address 0001.3232.AABB
           switchport port-security violation shutdown
      
    2.  

      interface fa0/20
           switchport mode access
           mac-address 0001.3232.AABB
           port-security violation shutdown
      
    3.  

      interface fa0/20
           switchport mode access
           port-security
           mac-address 0001.3232.AABB
           port-security violation shutdown
      
    4.  

      interface fa0/20
           switchport mode access
           switchport port-security
           mac-address 0001.3232.AABB
           switchport port-security violation shutdown
      
  9. What command allows you to verify your port security configuration on interface FastEthernet 0/20?

    1. show interface fa0/20

    2. show ip interface fa0/20

    3. show interface fa0/20 switchport

    4. show port-security interface fa0/20

  10. Your boss asks you to explain why you purchased switches instead of the "cheaper" hubs, because they do the same thing. What do you tell him to justify the purchase of the switches?

    1. Hubs do not extend the length of an Ethernet segment.

    2. Hubs do not offer half-duplex connections.

    3. Hubs do not give dedicated bandwidth to each end user.

    4. Hubs do not accept 100Mbps connections.

  11. You have been asked to convert the management protocol for all the Cisco switches in your network from Telnet to SSH. You have entered the following configuration on one of the switches:

  12. Switch(config)# username admin password cisco 
        Switch(config)# ip domain-name examcram.com  
        Switch(config)# crypto key generate rsa general-keys modulus 1024  
        Switch(config)# ip ssh version 2  
        Switch(config)# line vty 0 4  
        Switch(config-line)# login local  
        Switch(config-line)# transport input ssh
    

    Does this configuration accomplish your objective?

    1. Yes, this configuration accomplishes the objective.

    2. No, to disable Telnet, you must also enter the command no transport input telnet.

    3. No, SSH requires RSA keys that are 512 bits or less.

    4. No, rather than using the VTY lines, you should be configuring SSH lines.

  13. You are verifying your port security configuration and notice the following:

    Switch#show port-security interface fa0/5 
    Port Security              : Enabled 
    Port Status                : Secure-down 
    Violation Mode             : Shutdown 
    Aging Time                 : 0 mins 
    Aging Type                 : Absolute 
    SecureStatic Address Aging : Disabled 
    Maximum MAC Addresses      : 1 
    Total MAC Addresses        : 1 
    Configured MAC Addresses   : 0 
    Sticky MAC Addresses       : 1 
    Last Source Address:Vlan   : 0015.c5af.ea37:1 
    Security Violation Count   : 18
    
  14. What does this output indicate?

    1. A security violation has occurred, and the interface has been shut down.

    2. There have been security violations in the past, but at present, there is no device connected to the port.

    3. A MAC address is stuck on the interface and needs to be cleared.

    4. Port security requires at least one configured MAC address to be entered and is presently keeping the interface in the down state.

  15. Your current switch is completely saturated with devices and has no available ports. As a temporary solution, you decide to attach an additional hub to the network to provide more ports. What type of cable should you use when attaching the network switch to the hub?

    1. Straight-through

    2. Crossover

    3. Rollover

    4. Serial

  16. What field exists at the end of every Ethernet frame to ensure data corruption does not occur during transmission?

    1. Preamble

    2. CheckSEQ

    3. ACK

    4. FCS

  17. Refer to Figure 2.1. HostA sends a single message into the switch. HostB, HostC, and HostD receive the message while HostE and HostF do not. What type of message was sent by HostA?

  • Share/Email
  • Comment
  • Print
Comments (4)
Login
Forgot your account info?

ansBy Anonymous on June 5, 2008, 1:23 pmneed answers for switching foundations

Reply | Read entire comment

ansBy Anonymous on June 5, 2008, 1:23 pmneed answers for switching foundations

Reply | Read entire comment

Copy Editor Screwed up ?By Anonymous on April 22, 2008, 4:46 amWHERE are the EVEN numbered QUESTIONS ? EVEN numbered answers are there but NOT the relevant questions ?

Reply | Read entire comment

AuthorBy Anonymous on April 18, 2008, 8:09 amSuper excerpt by a great passionate CCIE. Jeremy is with CBT Nuggets and is an outstanding instructor.

Reply | Read entire comment

View all comments

Add comment
Anonymous comments subject to approval. Register here for member benefits.
Have a NetworkWorld account? Log in here. Register now for a free account.