Storage and Memory Flashcards

(50 cards)

1
Q

What are Hard Disk Drives?

A

Storage device containing a series of spinning rigid metal platters. Data is read and written using a r/w head moving other the spinning plates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do Hard Disk Drives store data?

A

Magnetically?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What internal interfaces are used to connect with HDD?

A
  • IDE
  • SATA
  • SCSI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What external interfaces are used to connect with HDD?

A
  • USB
  • eSATA
  • SCSI
  • SAS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some characteristics of HDD/magnetic drives?

A
  • Rotational speed
  • Form Factors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the different form factors for HDD (Magnetic Drives)

A

2.5” (Small Form Factor)
3.5”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What increases are the rotational speed (RPM) of Magnetic Drives increases?

A

The read write speed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What forms of security is there for HDD?

A
  • HDD password
  • TPM module
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a HDD password?

A

A password required before boot to grant access to a HDD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What do Solid State Drives not have that HDD do?

A

SSDs have no mechanical moving parts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are Solid State Drives

A

Digital circuits and flash memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How does power draw of SSDs compare to HDDs?

A

SSDs have less power draw and noise compared to HDDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the different standards of SSDs?

A
  • USB thumb drives
  • mSATA
  • SD cards
  • PCIe Card
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is an mSATA?

A

Small form factor SSD drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are Optical Storage Devices?

A

Lasers are used to read and write data from and to spinning disks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the drawback of Optical Storage Devices?

A

There’s a limited number of writes and you need the media and software to read/write data onto it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are some examples of optical drives and storage media?

A

CD/DVD/Blu-ray

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is RAID?

A

A group of physical or virtual disks working together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the benefit of RIAD?

A
  • Increased performance and fault tolerance
  • Disks can be hot-swappable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is a hot-swappable disk?

A

A disk that can be replaced whilst a system is running

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What controls a hardware RAID?

A

A physical RAID controller that is either embedded on the motherboard or available from an expansion card

21
Q

How is software RAI managed?

A

Using the OS, it has a component that can configure a RAID

22
Q

What is RAID 0?

A

Disk striping. Two physical disks where when you write data it is written across/stiped across two disks

23
Q

What are the characteristics of RAID 0?

A
  • No fault tolerance
  • Increased performance
  • Appears as a single disk in the OS
24
What is RAID 1?
Mirrored Volume. With a minimum of two disks, you make a disk write to one disk and the contents is copied to another.
25
What are the characteristics of RAID 1?
- Fault tolerance - Increased read performance - Appears as a single disk in the OS - You are only utilising 50% of the total disk space
26
What is RAID 5?
Striping with distributed Parity. 3 or more disks where Parity data is stored on a different disk to where the data is stored.
27
What is parity data?
Recovery data and information
28
What are the characteristics of RAID 5?
- Fault tolerance of one disk in the array - Used in servers - Increased performance
29
What is RAID 10?
RAID 1 + RAID 0 - Combines mirroring and striping - Requires four disks
30
What is Network Attached Storage?
Storage accessible over a standard IP network. Allows for file and folder sync and backup to cloud
31
How is NAS devices accessed?
Via file sharing/streaming protocols such as Network File system (NFS).
32
What are the characteristics of Network Attached Storage?
- Expandable capacity - Wi-Fi or wired - RAID capabilities - Encryption
33
What is iSCSI storage?
a technology that allows servers to access block-level storage over a standard TCP/IP network
34
What is a Storage Area Network?
Remote accessible storage as opposed to direct attached storage (DAS)
35
What are some cloud storage considerations?
- Redundant internet connections - Automatic synchronization (instant or delayed) - Use case - Server-side encryption of data
36
Is RAM volatile or non-voltaile?
Volatile, it relies on electricity/power
37
What are the various RAM channels?
Single, dual, triple or quad channel. All about how many slots of RAM are available
38
What increases as the channel increases for RAM?
The memory throughput or bandwidth of getting data in and out of memory
39
What do motherboards determine about RAM?
How much physical RAM you can instal and the type
40
What is Parity RAM?
Uses a 9th error checking bit for every byte of memory
41
What is non-parity RAM?
No 9th parity bit
42
Does parity RAM correct issues?
No it only checks for them, Error correcting code does that
43
What is ECC?
Error correcting code, a type of ram that detects and corrects common memory corruption issues.
44
What type of RAM does mobile devices like laptops use?
SODIMM
45
What is SODIMM RAM?
Small RAM chips used in laptops
46
What is DDR RAM?
Double data rate. Determined by motherboard RAM slots
47
What is the speed for DDR3?
17 GB/s throughput, getting data in and out of memory
48
What is the speed for DDR4?
25 GB/s throughput, getting data in and out of memory
49
What is the speed of DDR5?
32 GB/s throughput, getting data in and out of memory