Basic Switch and End Device Configuration Flashcards

1
Q

What are the parts of an operating system?

A

1) Shell
2)Kernel
3)Hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define the shell

A

Shell - The user interface that allows users to request specific tasks from the computer. These requests can be made either through the command-line interface (CLI) or graphical user interface (GUI) interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain CLI

A

When using a CLI, the user interacts directly with the system in a text-based environment by entering commands on the keyboard at a command prompt. However, it does require that the user have knowledge of the underlying command structure that controls the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain GUI

A

Allows the user to interact with the system using an environment of graphical icons, menus, and windows.
Note: The operating system on home routers is usually called firmware. The most common method for configuring a home router is by using a web browser-based GUI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define Kernel

A

Communicates between the hardware and software of a computer and manages how hardware resources are used to meet software requirements;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define Hardware

A

The physical part of a computer including underlying electronics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does a PC operating system enable the user to do through GUI?

A
  • Use a mouse to make selections and run programs
  • Enter text and text-based commands
  • View output on a monitor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does a CLI-based network operating system enables a network technician to do?

A
  • Use a keyboard to run CLI-based network programs
  • Use a keyboard to enter text and text-based commands
  • View output on a monitor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the access methods?

A

1) Console
2) Secure Shell
3) Telnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define the console access method

A

a physical management port that provides out-of-band access to a Cisco device.
The advantage of using it is that the device is accessible even if no networking services are configured, A computer running terminal emulation software and a special console cable to connect to the device are required for a console connection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define Secure Shell (SSH)

A

an in-band method for remotely establishing a secure CLI connection, through a virtual interface, over a network. Unlike a console connection, SSH connections require active networking services on the device, including an active interface configured with an address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define Telnet

A

an insecure, in-band method of remotely establishing a CLI session, through a virtual interface, over a network. Unlike SSH, Telnet does not provide a secure, encrypted connection and should only be used in a lab environment. User authentication, passwords, and commands are sent over the network in plaintext.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define out-of-band access

A

Access via a dedicated management channel that is used for device maintenance only.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Talk about Terminal Emulation Programs

A

programs allow you to enhance productivity by adjusting window sizes, font sizes, and color schemes.
They include:
1) PuTTY
2) TeraTerm
3) Secure CRT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly