Shared Flashcard Set

Details

LinuxComptia101&102
Chapter 2
63
Computer Networking
Graduate
01/11/2016

Additional Computer Networking Flashcards

 


 

Cards

Term
Advanced Technology Attachment (ATA)
Definition
See Parallel Advanced Technology Attachment.

-A legacy hard disk technology that uses ribbon cables to typically attach up to four hard disk devices to a single computer.
Term
arguments
Definition
The text that appears after a command name, does not start with a dash (the - character), and specifies information that the command requires to work properly.
Term
authentication
Definition
The process whereby each user must log in with a valid user name and password before gaining access to the user interface of a system.
Term
B-tree Filesystem (BTRFS)
Definition
An experimental Linux filesystem that contains advanced features such as storage pools and filesystem snapshots.
Term
BASH shell
Definition
Also known as the Bourne Again Shell, this is the default command-line interface in Linux.
Term
BIOS (Basic Input/Output System)
Definition
The part of a computer system that contains the programs used to initialize hardware components at boot time.
Term
command
Definition
A program that exists on the filesystem and is executed when typed on the command line.
Term
ext2
Definition
A nonjournaling Linux filesystem.
Term
ext3
Definition
A journaling Linux filesystem.
Term
ext4
Definition
An improved version of the ext3 filesystem, with an extended feature set and better performance.
Term
extended partition
Definition
A partition on a hard disk or SSD that can be further subdivided into components called logical drives.
Term
filesystem
Definition
The way in which a hard disk or SSD partition is formatted to allow data to reside on the physical media; common Linux filesystems include ext2, ext3, ext4, REISERFS, and VFAT.
Term
GUID Partition Table (GPT)
Definition
The area of a large hard disk (> 2TB) outside a partition that stores partition information and boot loaders.
Term
Hardware Compatibility List (HCL)
Definition
A list of hardware components that have been tested and deemed compatible with a given operating system.
Term
info pages
Definition
A set of local, easy-to-read command syntax documentation available by typing the info command-line utility.
Term
Integrated Drive Electronics (IDE)
Definition
See Parallel Advanced Technology Attachment.

-A legacy hard disk technology that uses ribbon cables to typically attach up to four hard disk devices to a single computer.
Term
ISO image
Definition
A file that contains the content of a DVD. ISO images of Linux installation media can be downloaded from the Internet.
Term
journaling
Definition
A filesystem function that keeps track of the information that needs to be written to the hard disk or SSD in a journal; common Linux journaling filesystems include ext3, ext4, and REISER.
Term
live media
Definition
Linux installation media that provides a fully functional Linux operating system in RAM prior to installation on permanent storage.
Term
logical drives
Definition
The smaller partitions contained within an extended partition on a hard disk.
Term
Logical Volume Manager (LVM)
Definition
A set of services that are used to manage logical volumes stored on one or more hard disks.
Term
manual pages
Definition
The most common set of local command syntax documentation, available by typing the man command-line utility. Also known as man pages.
Term
man pages
Definition
See manual pages

-The most common set of local command syntax documentation, available by typing the man command-line utility. Also known as man pages.
Term
Master Boot Record (MBR)
Definition
The area of a typical hard disk (< 2TB) outside a partition that stores partition information and boot loaders.
Term
memtest86
Definition
A common RAM-checking utility.
Term
metacharacters
Definition
The key combinations that have special meaning in the Linux operating system.
Term
options
Definition
The specific letters that start with a dash (the - character) or two and appear after the command name to alter the way the command works.
Term
Parallel Advanced Technology Attachment (PATA)
Definition
A legacy hard disk technology that uses ribbon cables to typically attach up to four hard disk devices to a single computer.
Term
partitions
Definition
A section of a hard disk or SSD. Partitions can be primary or extended.
Term
primary partitions
Definition
The separate divisions into which a hard disk or SSD can be divided (up to four are allowed per hard disk).
Term
Redundant Array of Inexpensive Disks (RAID)
Definition
A type of storage that can be used to combine hard disks together for performance and/or fault tolerance.
Term
REISER
Definition
A journaling filesystem used in Linux.
Term
Serial Advanced Technology Attachment (SATA)
Definition
A technology that allows for fast data transfer along a serial cable for hard disks and SSDs. It is commonly used in newer workstation and server-class computers.
Term
shell
Definition
A user interface that accepts input from the user and passes the input to the kernel for processing.
Term
Small Computer Systems Interface (SCSI)
Definition
A high-performance hard disk technology that is commonly used in server-class computers.
Term
solid-state drive (SSD)
Definition
type of disk drive that functions within a computer like a hard disk drive but instead uses fast flash memory chips to store data.
Term
swap memory
Definition
See virtual memory.

-An area on a hard disk or SSD (swap partition) that can be used to store information that normally resides in physical memory (RAM), if the physical memory is being used excessively.
Term
terminal
Definition
The channel that allows a certain user to log in and communicate with the kernel via a user interface.
Term
VFAT (Virtual File Allocation Table)
Definition
A non-journaling filesystem that might be used in Linux.
Term
virtual machine
Definition
An operating system that is running within virtualization software.
Term
virtual machine host
Definition
An operating system that runs virtualization software.
Term
virtual memory
Definition
An area on a hard disk or SSD (swap partition) that can be used to store information that normally resides in physical memory (RAM), if the physical memory is being used excessively.
Term
virtualization software
Definition
A set of programs that can be used to run an operating system within an existing operating system concurrently.
Term
What is the default shell in Linux called?

a. SH

b. BSH

c. CSH

d. BASH
Definition
BASH
Term
What equivalent to the man command generally provides an easier-to-read description of the queried command and also contains links to other related information?

a. who

b. man help

c. man -descriptive

d. info
Definition
man help
Term
What command can you use to safely shut down the Linux system immediately?

a. shutdown -c

b. shutdown -r

c. down

d. halt
Definition
halt
Term
What command is equivalent to the man -k keyword command?

a. find keyword

b. man keyword

c. apropos keyword

d. appaloosa keyword
Definition
apropos keyword
Term
Which of the following is not a piece of information that the Fedora installation program prompts you for?

a. time zone

b. installation destination

c. firewall settings

d. keyboard layout
Definition
firewall settings
Term
Linux commands entered via the command line are not case sensitive. True or False?
Definition
false
Term
Which command blanks the terminal screen, erasing previously displayed output?

a. erase

b. clean

c. blank

d. clear
Definition
clear
Term
When sitting at a computer running Linux, what key combination is pressed to open the graphical terminal?

a. Ctrl+Alt+G

b. Ctrl+Alt+F4

c. Ctrl+Alt+F1

d. Ctrl+7
Definition
Ctrl+Alt+F1
Term
To install Linux within a virtual machine, you can specify the path to an ISO image that contains the Linux installation media within virtualization software without having to first write the ISO image to a DVD or USB flash drive. True or False?
Definition
True
Term
After you log in to a terminal, you receive a user interface called a ____________.

a. GUID

b. shell

c. text box

d. command screen
Definition
Shell
Term
Users enter commands directly to the kernel of the Linux operating system. True or False?
Definition
True
Term
How can you protect a metacharacter (such as the $ character) from shell interpretation?

a. Precede it with a /.

b. Follow it with a \.

c. Precede it with a $.

d. It cannot be done because metacharacters are essential.

e. Precede it with a \.
Definition
Precede it with a '\.'
Term
You know a Linux command will perform a desired function for you, but you cannot remember the full name of the command. You do remember it will flush a variable from your system. Which command typed at a command prompt displays a list of commands that would likely contain the command you desire?

a. man -k flush

b. man -k find all

c. man flush

d. man -key flush
Definition
man -k flush
Term
Which command displays the users who are currently logged in to the Linux system?

a. finger

b. who

c. id

d. date
Definition
who
Term
Which prompt does the root user receive when logged in to the system?

a. $

b. @

c. #

d. !
Definition
#
Term
Which prompt do regular users receive when logged in to the system?

a. $

b. @

c. #

d. !
Definition
$
Term
Which of the following refers to the third primary partition on the second SCSI hard disk within Linux?

a. hdb2

b. sda3

c. hdb3

d. sdb3
Definition
sdb3
Term
Which two partitions do you typically create at minimum during a Fedora Linux installation? (Choose two answers.)

a. /

b. /boot

c. swap

d. /home
Definition
/ and swap
Term
If you boot your computer from Linux live media, you will be able to use a fully functional Linux system prior to installing Linux on permanent storage. True or False?
Definition
False
Term
Which of the following is not an example of virtualization software that can be used to install Linux within another operating system?

a. Oracle VirtualBox

b. Microsoft Hyper-V

c. Spiceworks

d. VMware
Definition
Spiceworks
Supporting users have an ad free experience!