How exactly is data stored in storage systems like SSD/HDD/PENDRIVE? I mean how does it works when receiving and sharing Data?

675 views

How exactly is data stored in storage systems like SSD/HDD/PENDRIVE? I mean how does it works when receiving and sharing Data?

In: Technology

2 Answers

Anonymous 0 Comments

Storing data on an SSD and pen drive are essentially the same. You save the sequence of 1s and 0s as electronic data completely digitally, in “cells”. On a HDD it’s all saved magnetically, which is why you need the read/write head and HDDs are slower, because they mechanically have to seek out files.

You are viewing 1 out of 2 answers, click here to view all answers.