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.