Chapter 2 Flashcards

1
Q

what is the kernel?

A

portion of the OS that interacts directly with computer hardware

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

what are the 3 parts of an operating system?

A

kernel, shell and CLI or GUI

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

what is the shell?

A

portion that interfaces with applications and the user

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

what do the CLI/GUI do?

A

provide an interface for the user to interact with the shell

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

what is the CLI?

A

Command Line Interface used to communicate with the shell using textual commands on a keyboard

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

what is a GUI?

A

Graphical User Interface used to communicate with the shell using graphical icons, menus, and windows (i.e. Windows, Linus, Android, Apple iOS)

more user friendly

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

what does a PC operating system enable a user to do through a 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 PC operating system enable a network technician to do through a CLI?

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 is the console?

… port provides..

A

physical management port that provides out-of-band access to a Cisco device

Out-of-band access is access used for device maintenance purposes only

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

what is a secure shell (SSH)?

  • remotely establishing a … connection
A

secure in-band method for remotely establishing a secure CLI connection, through a virtual interface, over a network

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

what is a telnet?

Unlike SSH…

A

insecure, in-band method of remotely establishing a CLI session, through a virtual interface, over a network

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

what is the AUX port?

like the console…

A

AUX port is out-of-band and does not require networking services to be configured or available. (E.g. over a talephone line)

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

what are terminal emulation programs?

A

programs you can use to connect to a networking device either by a serial connection over a console port, or by an SSH/Telnet connection

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

list 3 ways

how do terminal emulation programs help enhance your productivity?

A
  • adjusting window size
  • changing font size
  • changing colour schemes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

list 3

types of emulation programs

A
  • PuTTY
  • Tera Term
  • SecureCRT
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

list 2

what are the primary command modes?

A
  • user exec mode
  • privileged exec mode
17
Q

what happens in the user exec mode?

A
  • limited capabilities but is useful for basic monitoring operations
  • identified by “>”
  • no device configuration done here
18
Q

what happens in the privileged exec mode?

A
  • network administrator can execute configuration commands
  • used to reach higher configuration modes
  • identified by the prompt ending with “#”