CH11- Network Operating Systems Intro Flashcards

1
Q

Who has access to the network: login, username, password

A

Authentication

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

Granting authenticated users access to resources

A

Authorization

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

Process where the hypervisor implements virtualization by running on the host computer and controls guest computers

A

bare-metal Virtualization

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

Text file containing a list of commands, usually from the command line

A

Batch file

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

An organization’s data is stored off-site on servers of a Host company.

A

Cloud storage

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

Process where the OS suspends a task to activate another

A

Context switching

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

Where the OS can’t stop a process until it is finished and gives control back to the CPU

A

Cooperative-multitasking

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

Group of sectors
Sectors are the smallest space occupied by a file

A

Disk Cluster

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

Server cluster configuration used for fault tolerance in case of server failure another takes over immediately

A

Fail over cluster

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

Method where OS stores files on a storage device.

A

File system

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

Operating system installed on a virtual machine

A

Guest OS

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

Physical computer where the virtual software is installed

A

Host computer

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

Where hypervisor implements OS virtualization by being installed on general host OS. The host OS accesses host hardware for guest computer

A

Hosted virtualization

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

Computer device that can be removed/added while computer/server is running

A

Hot swappable device

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

Component of virtualization software that creates the virtualization hardware environment, allowing VM’s to share hardware

A

Hypervisor

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

Server cluster configuration that spreads the work among multiple computers

A

Load balancing cluster

17
Q

Commands typed into a file that run when a user logs on

A

Logon script

18
Q

Scalable-flexible WAN tech that works with any network layer protocol and is independent of data-link layer. Used exclusively in IP networks.

A

Multi protocol label switch (MPLS) - creates connection-oriented virtual circuits assigning labels to each packet

19
Q

Allows 2 or more threads to run concurrently on sep CPU or cores

A

Multi-processing

20
Q

equipped with specialized software performing limited tasks. Packaged with video interfaces so don’t use a keyboard monitor

A

Network appliance

21
Q

Dedicated server device for shared storage for network users

A

NAS (network attached storage)

22
Q

Multitasking where OS controls which process gets access to CPU and for how long

A

Pre-emptive multi-task

23
Q

Program loaded into memory and run by CPU

24
Q

OS client component that intercepts resource requests to determine if it’s local or remote

A

Redirector

25
Storage configuration of 2+ disks in a fault tolerance arrangement so data can be preserved and operate
RAID (Redundant Array of Independent disks)
26
2+ server configured to operate as a single unit: fail over and load balancing clusters
Server cluster
27
Process running in the background providing services to other processes
Service - ex. DSN client
28
partial copy of a VM made at a particular moment and used to restore the VM to the snapshot state
Snapshot
29
High-speed, high-cost network storage replacing locally attached drives and servers
SAN (Storage Area Network)
30
Smallest unit of software that can be scheduled to run
Thread
31
Process where CPU's computing cycles are divided between more then one process
Time slicing
32
Files stored on the host computer that represent a VM hard drive
Virtual disk
33
Software that mimics a physical computers hardware and Bios
Virtual machine
34
A connection accross a public network that uses encryption
VPN virtual network
35
Software environ created to emulate computer hardware/Bios allowing multiple OS to run on the same physical computer simultaneously
Virtualization