Unit 3.2 Cybersecurity Terms

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

1/37

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

38 Terms

1
New cards

Solid State Drive

Uses flash memory technology for persistent mass storage, better performance than HDD’s.

2
New cards

Flash Memory

Data storage that retains memory when the device is powered off and uses electricity to erase and reprogram itself.

3
New cards

Wear Leveling

evenly distribute writing across all blocks, optimizing the device's lifespan.

4
New cards

NAND Flash Memory

comes in different types. Single-level-cell (SLC) is more reliable and expensive than multi-level cell types.

5
New cards

SATA SSD

SSDs may be packaged in a 2.5-inch caddy and connected using standard SATA data and power connectors.

6
New cards

PCIe SSD

Modern SSDs often use the PCIe bus directly, utilizing the Non-Volatile Memory Host Controller Interface Specification (NVMHCI) or NVMe interface for better performance. NVMe SSDs can be installed in a PCIe slot as an expansion card or in an M.2 slot.

7
New cards

NVMe

Non-Volatile Memory Express. Internal interface for connecting flash memory devices, such as SSDs, directly to a PCI Express bus. NVMe allows much higher transfer rates than SATA/AHCI.

8
New cards

SAS

interface used for high-performance storage devices, often in enterprise environments. Faster transfer rates, better reliability than SATA. Point-to-point connections, used in workplaces.

9
New cards

Hard Disk Drive

stores data on metal or glass platters coated with a magnetic substance. Each platter has a read/write head on both sides, moved by an actuator mechanism.

10
New cards

Platter

Metal disk that stores data in a Hard Disk Drive.

11
New cards

Spindle

Spins platters at high speeds.

12
New cards

Read/Write Head

On both sides in a hard disk drive, moved by an actuator mechanism.

13
New cards

Actuator

Moves read/write head.

14
New cards

Drive Geometry

Each side of a platter is divided into circular tracks, which are further divided into sectors, each holding 512 bytes.

15
New cards

Spindle Speed

measured in revolutions per minute (RPM). High-performance drives spin at 15,000 or 10,000 RPM, while average drives spin at 7,200 or 5,400 RPM.

16
New cards

Seek Time

the time it takes to move to the data's position.

17
New cards

Access/Read Time

the delay as the read/write head locates a track

18
New cards

Transfer Rate

measures how fast read/write operations are performed on the platters. A 15,000 RPM drive supports up to 180 MBps, while a 7,200 RPM drive supports around 110 MBps.

19
New cards

RAID

Redundant Array of Independent Disks. RAID works by distributing data across multiple disks to provide fault tolerance and improve performance.

20
New cards

Fault Tolerance

Protection against system failure by providing extra (redundant) capacity. Generally, fault tolerant systems identify and eliminate single points of failure. Fault tolerance is also known as "redundancy."

21
New cards

RAID 0

Striping drive configuration. Provides no redundancy against device failure.

22
New cards

RAID 1

Mirrored two-disk redundant drive configuration with 50% capacity utilization.

23
New cards

RAID 5

Striping with parity-redundant drive configuration supporting a flexible number of devices and better than 50% capacity utilization.

24
New cards

RAID 10

Stripe of mirrored four-disk redundant drive configuration with 50% capacity utilization. A RAID 10 volume can support the loss of one device in each mirror.

25
New cards

Parity

error correction information is spread across all the disks in the array.

26
New cards

Hot-Swapping

faulty units can be replaced without opening the case or interrupting power to the system.

27
New cards

RAID Controller

Adapter card to control RAID drives. Entry-level controllers might support only RAID 0 or RAID 1, while mid-level controllers might add RAID 5 and RAID 10.

28
New cards

Drive Enclosure

provides a data interface (such as USB, Thunderbolt, or eSATA), a power connector (if needed), and physical protection for the disk.

29
New cards

NAS

Network Attached Storage

30
New cards

Flash Drive

Consists of a flash memory board with a USB connector and a protective cover. You can plug it into any available USB port on your computer.

31
New cards

Memory Card

Solid state flash memory provisioned as a peripheral device in proprietary adapter card form factors, such as Secure Digital and microSD.

32
New cards

Multi-Card Reader

Can read multiple types of cards. There are several proprietary types of memory cards, each with different sizes and performance levels.

33
New cards

CD and Types

Optical storage technology supporting up to 700 MB per disc with recordable and re-writable media also available.

34
New cards

DVD and Types

Capacity: 4.7 GB (single-layer, single-sided) to about 17 GB (dual-layer, double-sided). Formats: DVD+R/RW and DVD-R/RW (most drives support both, indicated by the ± symbol). Bast Transfer Rate: 1.32 MBps (equivalent to 9x CD speed)

35
New cards

BD and Types

Capacity: 25 GB per layer. Formats: Read-only(BD-ROM) and Rewritable(BD-RE). Base Transfer Rate: 4.5 MBps, with a maximum theoretical rate of 16x(72MBps).

36
New cards

Laser

reads data encoded on the disc surface.

37
New cards

Region Coding

restricts disc usage to players from the same region. On PCs, the region can be set via device properties but is usually limited to a few changes by the firmware.

38
New cards

DRM

Digital Rights Management.