Chapter 2.1: Configuring a Network Operating System: IOS Bootcamp Flashcards
What do all end devices and network devices need in order to help them perform their function on a network?
2.1.1.1
All end devices and network devices connected to the internet require an operating system to help them perform their function.
What is a kernel?
2.1.1.1
It is the portion of the OS code that interacts directly with the computer hardware. It also manages how hardware resources are used to meet software requirements.
What is a shell?
2.1.1.1
It is the portion of the OS code that interfaces with the applications and user. It allows users to request specific tasks from the computer through CLI or GUI interfaces.
What are the two ways a user can interact with the shell?
2.1.1.1
They can interact with the shell using CLI or GUI
What is CLI?
2.1.1.1
Command Line Interface
What is GUI?
2.1.1.1
Graphical User Interface
How does a CLI work?
2.1.1.1
A user interacts directly with the system in a text-based environment by entering commands on the keyboard at a command prompt.
The system then executes the command.
The system usually provides textual output.
(short version)
User enters commands on command prompt, System executes the command, system may provide textual output.
How does a GUI work?
2.1.1.1
It allows the user to interact with the system in an environment that uses graphical images, multimedia, and text.
User interacts with images on a screen.
The system executes commands.
There is usually a graphical feedback.
Why do people rely more on GUI’s?
2.1.1.1
GUI’s are user friendly and requires less knowledge of the command structure to utilize the system.
Which shell do most end devices use for their operating system?
2.1.1.1
They usually use GUI interfaces. Examples include MS Windows, MAC OS X, Linux, Apple iOS, Android, and more.
What is the operating system on most home routers called?
2.1.1.1
Firmware
What is the most common method for configuring a home router?
2.1.1.1
Using a web browser as an easy to use GUI.
What do Infrastructure network devices use in order to function?
They use a network operating system.
What is the network operating system used on Cisco devices?
2.1.1.1
Cisco Internetwork Operating System (IOS). These are an array of different operating systems that run on various networking devices.
IOS for switches, routers, and other CISCO networking devices.
IOS numbered versions for a given CISCO networking device.
IOS feature sets providing distinct packages of features and services.
What is the most common method (shell type) of accessing network devices?
2.1.1.1
Command Line Interface CLI
What are some similarities between network operating systems and PC operating systems?
2.1.1.2
use “behind the scenes” technical functions that enable a user to
- use a mouse
- view output on a monitor
- enter text commands
- select options within a dialog box window
Is it possible to upgrade Cisco IOS for a networking device?
2.1.1.2
Yes. This is similar to how there are different versions of operating systems.
How big is IOS file and where is the IOS file stored?
2.1.1.3
It is several megabytes in size and is stored in a semi-permanent memory area called flash, a non-volatile storage area and can be changed or overwritten, if needed,
It allows the IOS to be upgraded with a new version or new features.
-It can store multiple versions of IOS software.
-Hardware does not need to be replaced in order to upgrade. (card)?
What happens when most Cisco devices are turned on?
2.1.1.3
The IOS is copied from the flash into Random Access Memory and the IOS runs from the RAM when the device is operating.
What function does RAM have for CISCO devices?
2.1.1.3
It runs the operating system
It stores data
What is a power cycle?
2.1.1.3
When a device is purposely or accidentally powered off and them powered back on.
Why is it important to determine the flash and RAM requirements for each device?
2.1.1.3
The quantity of flash memory and RAM memory required for a given IOS varies dramatically from device to device. Newer versions of IOS may demand more RAM and Flash than can be installed on some devices.
What are the major functions performed or enabled by Cisco routers and switches?
2.1.1.4
-Providing Network Security
-IP addressing of virtual and physical interfaces
-Enabling interface-specific configurations to optimize connectivity of the respective media
Routing
-Enabling quality of service (QoS) technologies
Supporting network management technologies
Short
MASRIQ
Managing resources, Addressing, Security, Routing, Interface, QoS
What does each feature or service in Cisco IOS have?
2.1.1.4
An associated collection of configuration commands that allow a network technician to implement it.
What is CCO?
Import from 2.0
Cisco Connection Online
What are the three most common ways to access a Cisco CL environment?
2.1.2.1
Console
Tenet or SSH
Aux Port
What is console port?
2.1.2.1
Console port is a management port that provides out-of-band access to Cisco device.
What is out-of-band?
It refers to access via a dedicated management channel that is used for device maintenance purposes only.
What are the advantages of using a console port
The device is accessible even if no networking services have been configured. This is useful for the initial configuration and when networking services have failed and remote access of the Cisco IOS device is not possible.
How does a console port work?
A computer running terminal emulation software is connected to the console port of the device using a special cable.
The computer that is connected to the switch or router can enter commands for setting up the device.
What does the console convey by default and why is this important?
By default, the console conveys the device startup, debugging, and error messages. After the network technician is connected to the device, the network technician can perform any configuration commands necessary using the console session.
Do most IOS device console access require any form of security by default? How does one keep the device secure?
No they do not. However, the console should be configured with passwords to prevent unauthorized device access. In the event that a password is lost, there is a special set of procedures for bypassing the password and accessing the device. The device should also be located in a locked room or equipment rack to prevent unauthorized physical access.
What are two different methods for remotely establishing a CLI session of a network device?
2.1.2.2
Telnet and Secure Shell(SSH)
What is telnet?
A method for remotelyestablishing a CLI session of a device, through a virtual inteface, over a network. Unlike the console connection Telnet requires active networking services on the device. It must have at least one active interface configured with an internet address, such as an IPv4 address.
Cisco IOS devices include a Telnet server process that allows users to enter configuration commands from a Telnet client. In addition to supporting the Telnet server process, the Cisco IOS device also contains a Telnet client. This allows a network administrator to telnet from the Cisco device CLI to any other device that supports a Telnet server process
What is SSH?
The Secure Shell protocol provides a remote login that is more secure than Telnet.
How is SSH more secure than Telnet?
They provide stronger password authentication than Telnet and use encryption when transporting session data. This keeps the user ID, password, and the details of the management session private.
Whenever possible which should an adminstrator use for remote access to a Cisco device, Telnet or SSH?
Administrators should use SSH whenever possible because it is more secure than Telnet.
What is an AUX port?
Auxiliary (AUX) port to a router is an older way to establish a CLI session remotely via a telephone dialup connection. It is also an out of band connection and does not require any networking services to be configured or available on the device.
In the event that network services have failed, it may be possible for a remote administrator to access the switch or router over a telephone line.
The AUX port can also be used locally, though console port is preferred over AUX port for troubleshooting because the console port displays start up, debugging and error messages by default.
Which switch does not support AUX port?
Cisco Catalyst switches do not.
Which port is preferred locally and why?
the console port is preferred over the AUX port for troubleshooting because it displays startup, debugging, and error messages by default.
List Terminal Emulation programs for console port or Telnet/SSH.
2.1.2.3
PuTTY (Figure 1) Tera Term (Figure 2) SecureCRT (Figure 3) HyperTerminal OS X Terminal
These programs allow you to enhance your productivity by adjusting window sizes, changing font sizes, and changing color schemes.
What structure does a Cisco IOS CLI use?
2.1.3.1
It uses a heirarchical structure for the modes.
Each mode has a distinctive prompt and is used to accomplish particular tasks with a specific set of commands that are available only to that mode.