Storage and core infrastructure (1)

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

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

What is the meaning of word (HDD)

Hard Disk Drive (HDD)

2
New cards

What is the Hard Disk Drive (HDD)

The HDD is an entirely mechanical device

It consists of spinning magnetic Platters and a Read/Write Head that moves mechanically to access data

Speed is measured in RPM

This mechanical process makes data access slow

3
New cards

What is the meaning of word RPM

(Revolutions Per Minute).

4
New cards

Technician's of HDD Concerns

Slowness and Random Access,

Fragmentation,

Vulnerability.

<p>Slowness and Random Access,</p><p>Fragmentation,</p><p>Vulnerability.</p>
5
New cards

What is the meaning of word SSD

Solid State Drive

6
New cards

What is the ssd

The SSD has absolutely no moving parts.

It consists of flash memory chips using advanced technology.

It operates purely electronically.

7
New cards

What is the type of ssd

SATA SSD

,

NVMe

.

8
New cards

What is the sata ssd

This type uses the SATA 3.0 cable and port, whose maximum speed is limited to 6 Gbps (around 550 MB/s read/write). This is a vast improvement over HDD, but it is not the full potential speed of an SSD.

9
New cards

What is the meaning of word NVMe

(Non-Volatile Memory Express)

10
New cards

What is the NVMe

uses the PCIe lanes (the same lanes used by the graphics card) instead of SATA. PCIe is tens of times faster. 7000 MB/s in modern generations (PCIe Gen 4).

11
New cards

What is the core advantages of ssd

Speed,

Durability (Not susceptible to shock or vibration because there are no moving parts.).

12
New cards

Maintenance of ssd

Maintenance: It does not require Defragmentation, but it relies on the TRIM command in the OS to maintain its high performance.