CCNA 1 V5.0 Chapter 2 – Flashcards
Unlock all answers in this set
Unlock answersquestion
            Explain the purpose of a subnet mask in IPv4.
answer
        Determines which part of a larger network is used by an IP address
question
            What is a virtual interface?
answer
        Used to navigate to the interface configuration mode from the global configuration mode.
question
            What are the differences between various types of media.
answer
        Distance the media can successfully carry a signal Environment in which the media is to be installed Amount of data and the speed at which it must be transmitted Cost of the media and installation
question
            Explain in detail what a switch virtual interface (SVIs) is.
answer
        These are virtual interfaces, because there is no physical hardware on the device associated with it; an SVI is created in software. The virtual interface provides a means to remotely manage a switch over a network using IPv4. Each switch comes with one SVI appearing in the default configuration "out-of-the-box." The default SVI is interface VLAN1.
question
            What is required to remotely access a switch using SVI?
answer
        IP & Subnet needs to be configured.
question
            What is a default gateway?
answer
        he default gateway address is the IP address of the router interface used for network traffic to exit the local network. The default gateway is an IP address that is often assigned by the network administrator and is used when traffic must be routed to another network.
question
            What is the purpose of a DNS server?
answer
        It translate the IP address to a worded web address.
question
            What does DHCP do?
answer
        Automacticly assigns devices a new IP addre.
question
            Which devices typically use static IP addressing instead of DHCP?
answer
        Printers, Servers, Routers
question
            What is the ping 127.0.0.1 command used for?
answer
        Its a loopback. This verifys that your nic is working.
question
            What is the purpose of using the show ip interface brief command on a switch or router?
answer
        to verify the condition of the switch.
question
            Router
answer
        Forwards data packets to and receives data packets from the Internet.
question
            Switch
answer
        Connects end devices using network cables
question
            Wireless access point
answer
        Consists of a radio transmitter capable of connecting end devices wirelessly
question
            Firewall appliance
answer
        Secures outgoing traffic and restricts incoming traffic.
question
            What are the options that are available after making changes to the running configuration?
answer
        Return the device to its original configuration, Remove all configurations from the device, Make the changed configuration the new startup configuration.
question
            What is the startup configuration file?
answer
        The startup configuration file reflects the configuration that will be used by the device upon reboot. The startup configuration file is stored in NVRAM.
question
            Where is the startup configuration file stored?
answer
        NVRAM
question
            What commands are necessary to delete the startup configuration file on a router and return it to its factory default settings?
answer
        erase startup-config delete vlan.dat reload
question
            What commands are needed to remove the startup file from a switch and return it to its factory default settings?
answer
        erase startup config, delete vlan.dat and reload
question
            In addition to saving running configurations to the startup configuration, configuration files can also be saved and archived to a text document. What is the advantage of doing this?
answer
        Quicker Restore of the device.
question
            Home routers are four devices in one. List them.
answer
        Router, Switch, Wireless Access Point and firewall.
question
            Router
answer
        Forwards data packets to and receives data packets from the Internet.
question
            Switch
answer
        Connects end devices using network cables
question
            Wireless access point
answer
        Consists of a radio transmitter capable of connecting end devices wirelessly
question
            Firewall appliance
answer
        Secures outgoing traffic and restricts incoming traffic
question
            Explain what the Cisco Internetwork Operating System (IOS) refers to?
answer
        The Cisco Internetwork Operating System (IOS) is a generic term for the collection of network operating systems used on Cisco networking devices. Cisco IOS is used for most Cisco devices regardless of the type or size of the device.
question
            The operating system involves three areas. List them.
answer
        Shell, Kernal, and Hardware
question
            Shell
answer
        The user interface that allows users to request specific tasks from the computer. These requests can be made either through the CLI or GUI interfaces.
question
            Kernal
answer
        Kernel: Communicates between the hardware and software of a computer and manages how hardware resources are used to meet software requirements.
question
            Hardware
answer
        The physical part of a computer including underlying electronics.
question
            A user can interact with the shell using either of two methods. What are they?
answer
        CLI & GUI.
question
            CLI
answer
        Command-line Interface - text-based evnironment by entering commands on the keyboard at a prompt
question
            GUI
answer
        Graphical User Interface - interact with the system in an environment that uses graphical images, multimedia, and text
question
            What is the most common method used to access the Cisco IOS?
answer
        GUI
question
            Where is the Cisco IOS stored?
answer
        is stored in a semi-permanent memory area called flash
question
            Why is the IOS kept in non-volatile storage?
answer
        To prevent loss of software during a power outage.
question
            Where is the IOS loaded when the device is powered on?
answer
        from flash into random access memory (RAM)
question
            Before upgrading an IOS on a device what two things have to be considered?
answer
        The quantity of flash memory and RAM memory required for a given IOS varies dramatically
question
            List the major functions performed or enabled by Cisco routers and switches.
answer
        Providing network security, IP addressing of virtual and physical interfaces, and Enabling interface-specific configurations to optimize connectivity of the respective media, Routing, Enabling quality of service (QoS) technologies, Supporting network management technologies
question
            What is the advantage of having a Cisco Connection Online (CCO) account?
answer
        wealth of information available regarding Cisco products and services.
question
            What are the three most common ways to access the CLI?
answer
        Console, Telnet/SSH and AUX port
question
            What is a console port?
answer
        The console port is a management port that provides out-of-band access to Cisco device.
question
            What is Out-of-band access?
answer
        dedicated management channel that is used for device maintenance purposes only.
question
            What is the advantage of using a console port?
answer
        device is accessible even if no networking services have been configured, such as when performing an initial configuration of the networking device
question
            Explain why should networking devices should always be located in a locked room?
answer
        prevent unauthorized physical access
question
            Explain how accessing the CLI with telnet differs from using the console port?
answer
        Telnet sessions require active networking services on the device. The network device must have at least one active interface configured with an Internet address, such as an IPv4 address.
question
            Why is SSH a better choice than telnet to access the CLI?
answer
        similar to Telnet, except that it uses more secure network services. SSH provides stronger password authentication than Telnet and uses encryption when transporting session data
question
            Like the Console port, the AUX port is also an out-of-band connection and does not require any networking services to be configured or available on the device. In what other ways is the AUX port different than using the Console port?
answer
        Aux port allows a modem remote connection. However, the console port is preferred over the AUX port for troubleshooting because it displays startup, debugging, and error messages by default
question
            List the terminal emulation programs shown in the curriculum.
answer
        PuTTY, Tera Term, SecureCRT, HyperTerminal, & OS X Terminal
question
            In hierarchical order from most basic to most specialized, list the major CLI modes.
answer
        1. User executive (User EXEC) mode 2. Privileged executive (Privileged EXEC) mode 3. Global configuration mode 4.Other specific configuration modes, such as interface configuration mod
question
            Which CLI mode is designed to allow a technician to configure settings on the device that affect the device as a whole?
answer
        Global configuration mode
question
            List and explain the two primary CLI modes of operation.
answer
        EXEC mode and privileged EXEC mode
question
            What is the default router User EXEC mode prompt?
answer
        Switch> - no required user authentication
question
            What is the default switch Privileged EXEC mode prompt?
answer
        Switch#
question
            What is the command to move the device from privileged EXEC mode to global configuration mode?
answer
        Switch# configure terminal
question
            What is the default router global configuration mode prompt?
answer
        Switch(config)#
question
            What command is used to enter Privileged EXEC Mode from the User EXEC mode?
answer
        enable and disable
question
            Based on the sample command shown explain the output results from the "clock set ?"
answer
        HELP setting for the clock
question
            List the three different types of error messages.
answer
        Ambiguous command, Incomplete command and Incorrect command
question
            Short Cut Commands: Down Arrow
answer
        Allows the user to scroll forward through former commands
question
            Short Cut Commands: Up Arrow
answer
        Allows the user to scroll backward through former commands
question
            Short Cut Commands: Tab
answer
        Completes the remainder of a partially typed command or keyword
question
            Short Cut Commands: Ctrl-Z
answer
        Exits config mode & returns to user EXEC
question
            Short Cut Commands: Ctrl-C
answer
        exits the config mode OR aborts current command
question
            What does the Router#show running-config command display?
answer
        Displays the contents of the currently running configuration file.
question
            When a command returns more output than can be displayed on a single screen, the --More-- prompt appears at the bottom of the screen. List and explain two keyboard options you can use to continue the output on the screen.
answer
        Space Bar = next portion of output Enter = Next line
question
            What does the Router# show version command display?
answer
        IOS software version (stored in flash)
question
            Why is a Cisco IOS switch one of the simplest devices that can be configured on a network?
answer
        o configurations that are required prior to the device functioning. At its most basic, a switch can be plugged in with no configuration, but it will still switch data between connected devices.
question
            Explain in detail why it is important to name all your networking devices.
answer
        So you can identify the device during the configuration purposes.
question
            What are the recommended guidelines for naming conventions?
answer
        Start with a letter, Contain no spaces, End with a letter or digit, Use only letters, digits, and dashes, and Be less than 64 characters in length
question
            What CLI command keyword will undo or remove the effects of a command?
answer
        To undo the effects of a command, preface the command with the no keyword.
question
            What is the primary defense against unauthorized access to network devices?
answer
        use of passwords
question
            Enable password
answer
        Limits access to the privileged EXEC mode
question
            Enable secret
answer
        Encrypted, limits access to the privileged EXEC mode
question
            Console password -
answer
        Limits device access using the console connection
question
            VTY password
answer
        Limits device access over Telnet
question
            What commands are required to install a password on a routers console port?
answer
        line console 0, password cisco, login and exit
question
            Review the following set of CLI commands used to protect telnet access. What do the numbers 0 15 indicate?   Switch(config)# line vty 0 15   Switch(config-line)# password cisco   Switch(config-line)# login
answer
        "setting vty lines. 5 is common"
question
            If the command was Switch(config)# line vty 0 4 what would this indicate?
answer
        No password was set
question
            Explain in detail what the service password encryption command does?
answer
        it applies a weak encryption to all unencprted passwords on the configuration file. It prevents unauthroized folks from seeing passwords in the configuration file.
question
            Explain why are banners an important?
answer
        it acts like a flag. It a mean to declare you are not welcome and go away.
question
            Examine the CLI command shown. Switch(config)# banner motd # Authorized Users Only! # Explain the banner motd delimiting character?
answer
        It means the beggining and the end of the text of the banner.
question
            What is the running configuration?
answer
        the running configuration file reflects the current configuration applied to a Cisco IOS device. It contains the commands used to determine how the device operates on the network. Effects the device immideatly.
question
            Where is the running configuration file stored while in use?
answer
        RAM
question
            Ambiguous command
answer
        not enough characters to come up with a soloution
question
            Incomplete command
answer
        missing required keywords/augmentations
question
            Incorrect command
answer
        entered the command incorrectly. you will have a carrot pointing the error.
question
            Router
answer
        Forwards data packets to and receives data packets from the Internet.
question
            Switch
answer
        Connects end devices using network cables
question
            Wireless access point
answer
        Consists of a radio transmitter capable of connecting end devices wirelessly
question
            Firewall appliance
answer
        Secures outgoing traffic and restricts incoming traffic