Hardware, operating system and virtualization

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

flashcard set

Earn XP

Description and Tags

A set of flashcards created to assist students in reviewing key concepts related to Systems Administration and Maintenance as covered in their lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

What are the major types of systems that a System Administrator works with?

Desktops, Laptops, Mobile Devices, Servers, and Appliances.

2
New cards

What are the characteristics of a Desktop computer?

Designed to sit on a desk with separate pieces for each major component, connected via cables or wirelessly.

3
New cards

What defines a Laptop computer?

Portability in design, with major components bundled together, capable of running on battery power but needs periodic charging.

4
New cards

What is the primary use of Mobile Devices?

Originally designed for entertainment, but increasingly used in business settings, relying on apps instead of full software.

5
New cards

What is a Server in the context of information systems?

A system that provides functionality to clients and can serve multiple clients while being served by multiple servers.

6
New cards

What are Appliances in computer systems?

Purpose-built computer systems with integrated software or firmware designed to perform specific duties.

7
New cards

What is the function of a Motherboard in a computer system?

It provides the basic foundation for all hardware, including the processor, memory, firmware, and expansion cards.

8
New cards

What is the role of the Central Processing Unit (CPU)?

Responsible for interpreting and executing commands within a computer.

9
New cards

What does RAM stand for, and what is its function?

Random Access Memory; it serves as temporary storage for quick access to frequently used data.

10
New cards

What is the distinction between HDD and SSD?

HDD (Hard Disk Drive) is a traditional storage method, while SSD (Solid State Drive) is faster and has no moving parts.

11
New cards

What does an Operating System (OS) do?

Enables an information system to function, manages hardware and software communication, and controls peripherals.

12
New cards

Name three major client operating systems.

Windows, MacOS, Linux.

13
New cards

What is the Boot process in an information system?

The sequence of operations that occurs when a system is powered on which leads to loading of the operating system.

14
New cards

What is BIOS?

Basic Input/Output System; a ROM chip on the motherboard that controls communication between the OS and hardware.

15
New cards

What is UEFI and how does it differ from BIOS?

Unified Extensible Firmware Interface; a modern version of BIOS that addresses security issues and supports larger boot drives.

16
New cards

What are common security features of BIOS/UEFI?

Passwords, drive encryption, anti-theft features like LoJack, TPM for hardware security, and Secure Boot.

17
New cards

What does Access Control refer to?

The authentication and authorization of individuals to access systems and data.

18
New cards

Name the four main components of Access Control:

Identification, Authentication, Authorization, and Accounting.

19
New cards

What is the difference between Administrative and Technical Access Controls?

Administrative Access Controls are set by management, while Technical Access Controls are set by technical staff.

20
New cards

What is an example of a technical access control?

Passwords, PINs, Smart Cards, Biometrics, Access Control List.

21
New cards

What are the different forms of Access Control?

Separate Ecosystem, Discretionary Access Control (DAC), Mandatory Access Control (MAC), Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC).

22
New cards

What is the definition of Virtualization?

The process that allows multiple virtual devices to run from a single physical device, sharing computing resources.

23
New cards

What is a Hypervisor?

Software that keeps virtual devices logically separated and manages shared device resources.

24
New cards

What is Virtual Desktop Infrastructure (VDI)?

A technology that separates desktop environments and application software from physical client devices.

25
New cards

What is the process of Network Virtualization?

Combining hardware and software network resources into a single, software-based administrative entity.

26
New cards

What does Application Containerization do?

It allows virtualization of just an application and its components without needing an entire virtual machine.