Data Backup and Security Introduction

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/32

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards covers backup methodologies, secure data erasure categories, masking techniques, virtualization, cloud delivery models, and common cyber attack types discussed in the lecture.

Last updated 2:02 AM on 7/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

Local Backups

The use of physical storage devices like HDDs, tapes, DVDs, and CDs for backing up data on-site.

2
New cards

Server Backups

Data that is backed up to a local or centralized server, often utilizing protocols like FTP over a LAN to move and store data.

3
New cards

Enterprise Backup

A large-scale scaling solution where clients automatically move data to a dedicated backup server or drive, often using automated libraries to handle multiple streams in parallel.

4
New cards

Serverless Backup

A system using a dedicated backup network, such as a Storage Area Network (SAN) or fiber channel, separated from the main server network for high speed.

5
New cards

Full Backup

A process where every piece of data on the system is backed up; it is simple to restore but inefficient and slow to perform.

6
New cards

Differential Backup

A backup type that only copies files modified since the last full backup without changing the archive bit.

7
New cards

Incremental Backup

A backup type that only copies files changed since the last full or incremental backup and sets the archive bit to 00.

8
New cards

Archive Bit

A tracking bit that marks a file as not yet backed up; it is changed once the backup is completed to note the status.

9
New cards

Retention Period

A rotation concept referring to how far back in time an organization needs to be able to restore data from.

10
New cards

Electronic Vaulting

An off-site backup method by a third party where modified files are copied and transmitted to a remote location at defined periods.

11
New cards

Clearing

A data erasure category that protects against a keyboard attack by overwriting the data.

12
New cards

Purging

A secure data erasure process that protects against laboratory attacks by performing a deep erasure of hardware firmware.

13
New cards

Data Masking

The process of hiding original sensitive data by replacing it with realistic but different values using the same format.

14
New cards

Substitution

A masking technique that replaces real values with authentic-looking values from a lookup table or reference dataset.

15
New cards

Shuffling

A masking technique where values are randomly reordered within the same column; it is often used for financial data where order does not impact statistical meaning.

16
New cards

Masking Out

A technique that partially obscures a field, such as displaying only the last four digits of a credit card number while replacing the rest with asterisks.

17
New cards

Static Data Masking

The creation of a separate, risk-free test dataset generated from original data, allowing sharing with external vendors without exposing production data.

18
New cards

Dynamic Data Masking

A masking approach where sensitive information remains in the current database and is masked at the point of operation rather than needing a separate offline database.

19
New cards

Virtual Memory

Disk space used to extend system memory; it is slower than RAM and can pose security risks if decrypted data remains on the disk after power-off.

20
New cards

Virtual Machine

Software like VMware or VirtualBox that allows a single physical machine to run multiple different operating systems simultaneously.

21
New cards

Cloud Computing

A model combining hardware, software, and networking to deliver on-demand computing resources via the Internet or a private network.

22
New cards

Public Cloud

A cloud environment owned by a provider like Amazon Web Services (AWS) that manages data for billions of different customers.

23
New cards

Private Cloud

A cloud infrastructure dedicated to one single organization, providing high control but requiring the organization to manage its own security.

24
New cards

Hybrid Cloud

A combination of infrastructure types, such as using an on-premises data center for regulated data and a public cloud for non-critical services.

25
New cards

Infrastructure as a Service (IaaS)

A cloud service where the provider supplies virtualization, servers, storage, and networking, while the user manages the OS and applications.

26
New cards

Platform as a Service (PaaS)

A cloud service providing a ready-made development environment; the user manages applications and data while the provider handles the OS and hardware.

27
New cards

Software as a Service (SaaS)

A cloud service, such as Moodle or Google Docs, where the user has zero security responsibility for the software and uses pre-configured applications.

28
New cards

Hypervisor

The bridge between hardware and the operating system that sits between the host machine and the guest virtual machines.

29
New cards

SQL Injection

An attack that executes malicious code in a database by injecting structured query language commands to read, update, or delete records.

30
New cards

Cross-site Scripting (XSS)

An attack where a malicious script is posted to a site and then executed by a victim's browser to steal information like user cookies.

31
New cards

Phishing

An attack that uses social engineering and trust to trick users into clicking malicious links or revealing passwords.

32
New cards

Denial of Service (DoS)

An attack that attempts to make a system unavailable by flooding it with requests beyond its bandwidth capacity.

33
New cards

Data Exfiltration

The unauthorized extraction and access of confidential data from a system.