IT Review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/309

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:50 PM on 9/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

310 Terms

1
New cards

CPU

Central Processing Unit — Executes instructions and performs the computer's main calculations.

2
New cards

GPU

Graphics Processing Unit — Processes graphics and many calculations in parallel.

3
New cards

RAM

Random Access Memory — Temporary working memory for active programs and data; normally loses contents without power.

4
New cards

ROM

Read-Only Memory — Nonvolatile memory that retains stored instructions without power.

5
New cards

HDD

Hard Disk Drive — Stores data magnetically on spinning disks.

6
New cards

SSD

Solid-State Drive — Stores data in flash memory with no moving mechanical parts.

7
New cards

NVMe

Non-Volatile Memory Express — A protocol designed for fast access to nonvolatile storage, commonly SSDs over PCIe.

8
New cards

SATA

Serial Advanced Technology Attachment — An interface used to connect storage devices such as HDDs and SSDs.

9
New cards

USB

Universal Serial Bus — A standard connection for peripherals, data transfer, and power.

10
New cards

PCIe

Peripheral Component Interconnect Express — A high-speed connection for internal components such as graphics cards and NVMe SSDs.

11
New cards

PSU

Power Supply Unit — Converts incoming electrical power into the power needed by computer components.

12
New cards

BIOS

Basic Input/Output System — Traditional firmware that initializes hardware and starts the boot process.

13
New cards

UEFI

Unified Extensible Firmware Interface — Modern firmware interface that initializes hardware and starts the OS boot process.

14
New cards

POST

Power-On Self-Test — Startup checks that test essential hardware before booting.

15
New cards

OS

Operating System — Manages hardware and provides services for applications and users.

16
New cards

GUI

Graphical User Interface — An interface using windows, icons, menus, and graphical controls.

17
New cards

CLI

Command-Line Interface — An interface where users type commands.

18
New cards

I/O

Input/Output — Data entering or leaving a computer or component.

19
New cards

VM

Virtual Machine — A software-based computer that can run its own operating system.

20
New cards

VMM

Virtual Machine Monitor — A hypervisor; software that creates and manages virtual machines and their hardware access.

21
New cards

RAID

Redundant Array of Independent Disks — Combines disks for performance, redundancy, or both, depending on the level. Not every level provides redundancy, and RAID is not a backup.

22
New cards

NAS

Network Attached Storage — A device or system that provides shared file storage over a network.

23
New cards

SAN

Storage Area Network — A specialized network providing block-level storage to servers.

24
New cards

NTFS

New Technology File System — A filesystem commonly used by Windows, supporting features such as permissions and journaling.

25
New cards

FAT

File Allocation Table — A family of filesystems that tracks file storage using an allocation table.

26
New cards

GPT

GUID Partition Table — A modern partition layout describing how a disk is divided into partitions.

27
New cards

MBR

Master Boot Record — A traditional disk layout whose first sector contains boot code and a partition table.

28
New cards

ISO

International Organization for Standardization; in the course's storage context, an ISO file is an optical-disc image used for installation or distribution.

29
New cards

ASCII

American Standard Code for Information Interchange — A character-encoding standard representing basic text characters as numbers.

30
New cards

UTF

Unicode Transformation Format — Encodings such as UTF-8 that represent Unicode characters as stored or transmitted data.

31
New cards

LAN

Local Area Network — Connects devices in a limited area such as a home, office, or campus.

32
New cards

WAN

Wide Area Network — Connects networks across large geographic areas.

33
New cards

WLAN

Wireless Local Area Network — A local network using wireless connections, commonly Wi-Fi.

34
New cards

NIC

Network Interface Card — Hardware that connects a device to a network.

35
New cards

MAC

Media Access Control — The data-link function associated with local network access; a MAC address identifies a network interface on the local network.

36
New cards

IP

Internet Protocol — Addresses and routes packets between networks.

37
New cards

IPv4

Internet Protocol Version 4 — IP version using 32-bit addresses.

38
New cards

IPv6

Internet Protocol Version 6 — IP version using 128-bit addresses.

39
New cards

TCP

Transmission Control Protocol — Provides reliable, ordered delivery of a byte stream with error recovery.

40
New cards

UDP

User Datagram Protocol — Sends datagrams with low overhead without guaranteeing delivery or order.

41
New cards

DNS

Domain Name System — Resolves domain names to records such as IP addresses.

42
New cards

DHCP

Dynamic Host Configuration Protocol — Automatically provides IP configuration, such as an address, gateway, and DNS servers.

43
New cards

NAT

Network Address Translation — Translates IP addresses between networks, commonly allowing private devices to share a public address.

44
New cards

ARP

Address Resolution Protocol — Finds the MAC address associated with an IPv4 address on a local network.

45
New cards

ICMP

Internet Control Message Protocol — Carries network error and diagnostic messages; used by ping.

46
New cards

HTTP

Hypertext Transfer Protocol — Transfers web resources between clients and servers.

47
New cards

HTTPS

Hypertext Transfer Protocol Secure — HTTP protected by TLS encryption and authentication.

48
New cards

SSH

Secure Shell — Provides encrypted remote login and command execution.

49
New cards

FTP

File Transfer Protocol — Transfers files; traditional FTP does not encrypt credentials or data.

50
New cards

SFTP

SSH File Transfer Protocol — Transfers files securely over SSH.

51
New cards

SMTP

Simple Mail Transfer Protocol — Sends and relays email.

52
New cards

IMAP

Internet Message Access Protocol — Accesses and synchronizes email stored on a mail server.

53
New cards

VPN

Virtual Private Network — Creates a logical private connection over another network, commonly using an encrypted tunnel.

54
New cards

VLAN

Virtual Local Area Network — Logically separates a switched network into distinct broadcast domains.

55
New cards

AP

Access Point — Connects wireless devices to a network.

56
New cards

CIA

Confidentiality, Integrity, Availability — Three core security goals: keep information accessible only to authorized parties, protect it from improper alteration, and ensure authorized users can access it when needed.

57
New cards

AAA

Authentication, Authorization, Accounting — Verifies identity, determines allowed actions, and records activity or resource use.

58
New cards

MFA

Multi-Factor Authentication — Requires two or more different types of authentication factors, such as a password plus a security key.

59
New cards

SSO

Single Sign-On — Lets a user sign in once and access multiple connected applications without separately signing in to each one.

60
New cards

IAM

Identity and Access Management — Policies and tools for managing digital identities and controlling access to resources.

61
New cards

ACL

Access Control List — A list of rules specifying which users or systems may access a resource or which network traffic is allowed or denied.

62
New cards

RBAC

Role-Based Access Control — Assigns permissions to roles and gives users access through their assigned roles.

63
New cards

PKI

Public Key Infrastructure — Systems, policies, and certificates used to manage public keys and establish trust in digital identities.

64
New cards

CA

Certificate Authority — A trusted entity that issues and digitally signs certificates linking identities to public keys.

65
New cards

AES

Advanced Encryption Standard — A symmetric encryption algorithm that uses the same secret key for encryption and decryption.

66
New cards

RSA

Rivest-Shamir-Adleman — A public-key cryptographic algorithm using a public/private key pair for operations such as encryption and digital signatures.

67
New cards

SHA

Secure Hash Algorithm — A family of algorithms that produces fixed-length hash values used to help check data integrity; hashing is not reversible encryption.

68
New cards

TLS

Transport Layer Security — A protocol that protects network communications through encryption, integrity checks, and authentication; used by HTTPS.

69
New cards

CVE

Common Vulnerabilities and Exposures — A system of identifiers and records for publicly disclosed cybersecurity vulnerabilities.

70
New cards

CVSS

Common Vulnerability Scoring System — A framework for rating the severity of vulnerabilities; a severity score is not a complete measure of an organization's risk.

71
New cards

EDR

Endpoint Detection and Response — Tools that monitor endpoint activity to detect, investigate, and respond to threats on devices.

72
New cards

XDR

Extended Detection and Response — Integrates detection and response across multiple security data sources, such as endpoints, networks, email, and cloud systems.

73
New cards

IDS

Intrusion Detection System — Monitors activity for signs of attacks and generates alerts.

74
New cards

IPS

Intrusion Prevention System — Detects suspicious activity and can automatically block or prevent malicious traffic.

75
New cards

SIEM

Security Information and Event Management — Collects and correlates security logs and events to support monitoring, alerts, and investigation.

76
New cards

SOC

Security Operations Center — A team or facility that monitors, investigates, and responds to cybersecurity threats.

77
New cards

DLP

Data Loss Prevention — Tools and policies that help detect and prevent unauthorized exposure of sensitive data.

78
New cards

AV

Antivirus — Software that detects, blocks, and removes malware.

79
New cards

IOC

Indicator of Compromise — Evidence suggesting a system may have been compromised, such as a known malicious file hash.

80
New cards

TTP

Tactics, Techniques, and Procedures — Attackers' goals, methods, and detailed actions used to conduct attacks.

81
New cards

SaaS

Software as a Service — Ready-to-use software delivered over a network with the provider managing the application and infrastructure.

82
New cards

PaaS

Platform as a Service — A managed platform for building and running applications without managing underlying servers and operating systems.

83
New cards

IaaS

Infrastructure as a Service — Rented computing, storage, and networking resources; customers manage their OS and applications.

84
New cards

CSP

Cloud Service Provider — A company that supplies cloud computing services.

85
New cards

API

Application Programming Interface — Defined rules through which software requests functions or exchanges data with other software.

86
New cards

SDK

Software Development Kit — Tools, libraries, and documentation for building software for a platform or service.

87
New cards

SLA

Service Level Agreement — An agreement defining service commitments such as availability and support response times.

88
New cards

UPS

Uninterruptible Power Supply — Provides temporary battery power when normal power fails.

89
New cards

BYOD

Bring Your Own Device — A policy allowing personal devices to access organizational resources.

90
New cards

MDM

Mobile Device Management — Tools for centrally configuring, securing, and managing mobile devices.

91
New cards

BCP

Business Continuity Plan — A plan for keeping essential business operations running during a disruption.

92
New cards

DRP

Disaster Recovery Plan — A plan for restoring IT systems and data after a major disruption.

93
New cards

RTO

Recovery Time Objective — The target maximum time to restore a service: how long it can be down.

94
New cards

RPO

Recovery Point Objective — The target acceptable data loss measured in time: how much recent data can be lost.

95
New cards

MTBF

Mean Time Between Failures — Average operating time between failures of a repairable system; higher generally means more reliable.

96
New cards

MTTR

Mean Time to Repair — Average time required to repair a failed system; lower generally means faster repair.

97
New cards

SOP

Standard Operating Procedure — Written steps for performing a routine task consistently.

98
New cards

KPI

Key Performance Indicator — A measurement used to evaluate progress toward a goal.

99
New cards

EOL

End of Life — The end of a product's planned lifecycle; specific retirement milestones vary by vendor.

100
New cards

EOS

End of Support — When a vendor stops providing support for a product, typically including standard fixes and security updates.