WEBVTT

00:00:00.160 --> 00:00:06.879
you know what drives me berserk memory i mean the word itself is fine actually

00:00:04.880 --> 00:00:10.400
it's a fun game for kids an iconic song from cats and without mine i'd have a

00:00:08.639 --> 00:00:15.839
pretty hard time making these videos but no my problem with the word memory is

00:00:12.800 --> 00:00:18.240
the confusion that it causes ask a dozen

00:00:15.839 --> 00:00:21.920
big box sales people how much memory you know this computer has and i guarantee

00:00:20.480 --> 00:00:26.880
you that while some of them will tell you it has 16 gigs of RAM

00:00:24.880 --> 00:00:31.439
others will report the capacity of the SSD or the hard drive instead and

00:00:29.279 --> 00:00:36.399
therein lies the problem you just got potentially three different answers and

00:00:33.360 --> 00:00:39.120
worse none of them are really quite

00:00:36.399 --> 00:00:42.559
wrong this problem exists because most folks aren't aware that there are so

00:00:40.800 --> 00:00:46.160
many different types of memory inside a single pc but don't worry we're going to

00:00:44.480 --> 00:00:50.719
take care of all of that at the end of this video you'll be correctly referring

00:00:48.399 --> 00:00:54.559
to the memory types in your pc like a champ let's start with dram what most

00:00:53.039 --> 00:01:00.079
people are referring to when they talk about computer memory dynamic random

00:00:57.280 --> 00:01:04.879
access memory is optimized to sit in a sweet spot where it delivers high

00:01:01.920 --> 00:01:11.439
performance and high density or capacity at a reasonable cost ddr3 is an example

00:01:08.560 --> 00:01:16.640
of dram and it's all volatile memory which means that once you cut power to

00:01:13.360 --> 00:01:18.960
it anything stored in dram quickly fades

00:01:16.640 --> 00:01:24.799
away and on top of that this is the dynamic part of the dram thing is it's

00:01:22.080 --> 00:01:29.280
unable to retain data even while it's powered on if it's not being constantly

00:01:27.280 --> 00:01:33.520
refreshed or rewritten the good news is that dram isn't used for long-term

00:01:31.600 --> 00:01:39.119
storage and most of it will be set up for your CPU or graphics processor to

00:01:36.159 --> 00:01:43.200
use as working memory that contains only the information needed to help them

00:01:40.720 --> 00:01:47.920
complete the task at hand and nothing more so these characteristics are not

00:01:44.799 --> 00:01:50.320
detrimental in any way next up is sram

00:01:47.920 --> 00:01:55.200
this stands for static random access memory it's a volatile storage medium

00:01:52.720 --> 00:02:00.960
just like dram but the key difference is that it is capable of delivering much

00:01:58.159 --> 00:02:05.439
higher performance and that while it's receiving power it doesn't need to

00:02:03.360 --> 00:02:10.000
refresh each bit periodically just to keep it from fading the data will wait

00:02:07.759 --> 00:02:15.280
instead to be overwritten modern high performance cpus use sram as a way to

00:02:12.560 --> 00:02:19.440
store the data your CPU needs most right next to it for frequent fast

00:02:18.400 --> 00:02:24.959
access but due to its cost it's typical for

00:02:22.160 --> 00:02:29.520
this cache to have a capacity of only a few megabytes flash memory which is a

00:02:27.280 --> 00:02:33.519
subset of eeprom is the first type of memory in our rundown that is

00:02:31.280 --> 00:02:38.080
non-volatile meaning that data is retained even when there is no power

00:02:35.519 --> 00:02:43.360
being provided to the chips this feature comes with a significant performance

00:02:40.160 --> 00:02:46.400
reduction and a limited number of

00:02:43.360 --> 00:02:48.400
program erase or write cycles though

00:02:46.400 --> 00:02:53.040
this is a necessary trade-off though because nandflash is used to store

00:02:50.800 --> 00:02:58.000
things like the operating system applications and other important data

00:02:55.760 --> 00:03:02.640
that can't be erased whenever the system is powered down in a consumer pc or

00:03:00.239 --> 00:03:07.120
device an SSD is an example of something that uses nand flash but in spite of the

00:03:05.120 --> 00:03:11.200
fact that i just said it has reduced performance it's still much faster than

00:03:09.519 --> 00:03:15.440
a more traditional hard drive the only drawback here is that due to their much

00:03:13.360 --> 00:03:20.720
higher cost compared to a hard drive typical capacities for SSD devices are

00:03:18.080 --> 00:03:24.640
tens or hundreds of gigabytes in you know portable devices or up to a

00:03:22.959 --> 00:03:29.440
thousand gigabytes or a terabyte in high performance computers nand flash is also

00:03:26.959 --> 00:03:34.239
used in low cost products like usb thumb drives but the chips used for those are

00:03:31.840 --> 00:03:39.280
much lower performance and not capable of as many program erase cycles our last

00:03:36.640 --> 00:03:43.120
memory type is mechanical storage or the hard drive

00:03:41.280 --> 00:03:46.879
note the use of the word storage there calling it memory is actually a bit of a

00:03:45.040 --> 00:03:50.640
stretch even though it does store data like the other technologies we've

00:03:48.239 --> 00:03:55.040
discussed it's very very different hard drives use a right head to store data as

00:03:53.440 --> 00:03:58.560
a series of ones and zeros so it's still digital storage in the same way that you

00:03:56.799 --> 00:04:03.120
know anything else is storing this data digitally but it's on a magnetic

00:04:00.879 --> 00:04:07.280
recording layer on a disk called a platter that is spinning anywhere from

00:04:05.439 --> 00:04:13.360
fifty four hundred to seventy two hundred times per minute around in a

00:04:11.040 --> 00:04:16.639
typical hard drive now hard drives have been a staple of personal computers

00:04:15.040 --> 00:04:20.479
since the 60s and while they're not nearly as fast as any of the other

00:04:18.560 --> 00:04:24.479
memory types covered here due to the physical movement required to access

00:04:22.800 --> 00:04:29.040
them they are still going to be important for a long time as a cost

00:04:26.800 --> 00:04:32.880
effective mass storage medium that doesn't degrade when it's not plugged

00:04:31.120 --> 00:04:36.720
into anything speaking of not being plugged into anything hotspot shield is

00:04:34.800 --> 00:04:40.720
the easy and expensive way to set up a vpn solution for your pcs and devices

00:04:39.280 --> 00:04:44.720
their elite membership which you can save 20 on by checking out the link in

00:04:42.960 --> 00:04:48.960
the video description and using offer code Linus works for up to five devices

00:04:46.800 --> 00:04:53.199
including iOS and Android devices it helps you maintain your anonymity online

00:04:50.720 --> 00:04:56.960
by masking your ip address now the way a vpn accomplishes this is by rerouting

00:04:55.440 --> 00:05:01.120
all of your traffic securely through a remote centralized server so to the

00:04:59.120 --> 00:05:04.800
websites you're visiting the traffic appears to be coming from hotspot

00:05:02.720 --> 00:05:09.360
shields data center but it's actually coming from you now while this

00:05:07.199 --> 00:05:13.199
technology rerouting traffic isn't likely to improve your ping times for

00:05:11.039 --> 00:05:16.320
gaming it does have some other benefits as well that make it worthwhile

00:05:14.560 --> 00:05:20.639
including allowing you to access services that you otherwise wouldn't be

00:05:18.160 --> 00:05:23.919
able to such as us netflix if you live outside of the usa so once again guys

00:05:22.880 --> 00:05:28.400
check out the link in the video description to learn more and don't forget to use offer code Linus to save

00:05:27.440 --> 00:05:33.759
20 thanks for watching this episode as fast as possible on techwiki i hope you guys

00:05:31.919 --> 00:05:38.400
enjoyed it like it if you liked it dislike it if you disliked it we do

00:05:35.680 --> 00:05:42.080
appreciate your feedback it means a lot to us you can feel free to leave

00:05:39.759 --> 00:05:45.199
comments on you know future episodes that you'd like to see here on fast as

00:05:43.600 --> 00:05:50.080
possible as well and thanks again for watching and as always don't forget to subscribe to techwiki for more fastest

00:05:48.240 --> 00:05:55.600
possible episodes just like this and i will take a breath at some point here

00:05:53.039 --> 00:05:55.600
and we're done
