2:26 - Why you need additional storage for your Virtual Machines 12:22 - DAS (directly attached storage) 14:38 - NAS (network attached storage) 18:15 - File vs. Block storage 21:29 - SAN (storage area network) and block storage 24:28 - Object storage 28:22 - AWS, Azure, Google Cloud, and Digital Ocean Products
Sorry to be so off topic but does anybody know of a way to log back into an Instagram account..? I somehow lost my account password. I would love any tricks you can offer me.
@Christopher Vincenzo i really appreciate your reply. I got to the site through google and im waiting for the hacking stuff atm. I see it takes a while so I will get back to you later when my account password hopefully is recovered.
I think you should've mentioned additionally that ephemeral storage is the storage that comes on the physical host that the VM is spun up on. Since there are many VMs on a single host, no one gets to claim the disk space, and that's why its gone once you destroy the VM! Great video btw!
Really appreciate your explanation. I've been watching dozens of tutorials and read many articles, and still don't get the differences between these storage types. You really use the easiest way to explain. Thank you so much!
for adding some extra information to this video : difference between block storage and NAS ( file-based storage ) : 1- in file-based storage, you have a directory that is accessible from the network and formatted in a specific file system format like ( NTFS, ext4, ... ) that you can assign permissions to files or folders based on usernames and groups that is locally authenticated or by a directory service like Microsoft Active Directory and define quota or read and write permission. but in Block-based storage, you have raw and unformatted disk space that is accessible over the network and you can format it to any file system that your OS support. 2- if your OS is Unix base you can access (NAS) via NFS protocol and if your os is Windows via SMB protocol. both of them are over the IP network. but Block-storage is accessible over IP network or FC or FCOE network.
Holly Virgin Mary! A Caucasian US-American in the IT environment who actually is well-spoken! I know I may sound somewhat sarcastic but I swear to God that I had not listened to someone from the United States capable to pronounce correctly words/vocables like "Going to, Want to, kind of, Internet; have[got] to" whao! You did it for entire 90 seconds without eating your T's/D's before N's & R's. I have got to give you credit for being moderately well speaker afterwards despite the continuous "/un-narestdan/"(understand) -Oh by the way! thanks for sharing your expertise IN A CORRECTLY ADDRESSED WAY! VERY, VERY USEFUL AND TRUSTWORTHY INFORMATION.
Damn dude, thanks a lot. I actually hope you do more deeper dives into this stuff. I know you're a dev and as you say you "don't care" about the lower deeper knowledge but you explain it so well, and I really appreciate how you give us a very practical and real look at how this stuff looks like in real life, not just a quick explanation!
Very, very good explanation. A few wishy-washy explanations on other videos and google searches, but Zach this explains these concepts well. Video length originally seemed long until I realised that I may never get a decent explanation elsewhere, so for me, it was a time saver.
Best part I liked was about comparison across various leading cloud storages. Since each of them use their own marketing terminology and actual implementations are abstracted.
Honestly, this is the best explanation I have seen so far!! So much clarity after half hour is just amazing. Especially, the table at the end.. That helped a lot. Thanks!!!!
Golden video - you explained everything so clearly for someone who has little or no background in the topic, WHILE managing to go in-depth about the inner workings and practical uses. THANK you!! A+++++
Thank you Zack. Very good explanation. Have used Digital Ocean for a while but didn't know what you have been explaining not until today. Thank you for the info.
Thanks, really appreciate the last slide about names each cloud vendor is giving them, kinda lost you in the middle when there was a sudden jump from NAS to SAN while discussing block/file storage differences . But kudos ! great work
Great explanation brother. All the other google searches just provided basic idea but not the exact architecture of the topics....keep up the good work!
Best "aerial view" on this topic, I ever seen, or read about. It covered most storage options, just deep enough to understand without getting confused. Well done! - Concerning block storage, would you happen to know how to determine blocks size, based of average files size, for best read and write performance, using DAS device?
Excellent explanation on Cloud Storage and its types. I highly appreciate and thank you for the effort and time you put to make such an excellent video.
BEAUTIFUL Explanation , I do admit .. will help me a lot in DATA CENTER study,...Have some conclusion below, kindly go through So ultimately ALL STORAGES are "BLOCK STORAGE" at the Bit level, However depending on ACCESS TYPE these different types of storages comes into play i.e. file & object storages ....I THINK .. is it so ?
Great explanation, as you mentioned googling is just confusing and trying to decipher the meaning especially in context of cloud computing. Thanks a ton! God bless you
Thank you! Thats the best explanation video i've seen so far! I hope you are some kind of a teacher because its awesome content! Cheers to you from Germany!
Exactly what I was looking for. So the underlying storage mechanisms are of only types - block and object?? File systems (whether distributed/local file systems) are on top of block storage. File systems are not the actual storage mechanism at the physical level??
Yes, exactly. It is very confusing! I thought the same exact thing before I started looking into it further. The file system is more of an organizational system than anything.
Great video, exactly what I was looking for. Just one thing that needs improved: Object storage is actually cheaper than block storage, not more expensive. At the time of this comment, AWS charges 8 cents per gig of block storage, but 2.3 cents for object. Digital ocean charges 10 cents for block and 2 cents for object.
thanks for nice video. When you select a 5gb of block storage? Does that mean we once 5gb of space from one disk or we get 5gb of disk from multiple disks?I mean in block storage data is stored in different blocks.So these blocks reside on same disk or different disk?
@@zachgoll i read some where that SAN provides block access to data.So it means data must be stored in different blocks that may be reside in different disks?Is it possible?
Yes!!! Your claim at the beginning keeps true... Perfect!! Not even IBM is capable! My head is finally clear again after all this irritating confusing content I just watched before this video :'D
I still didn't get the difference between file storage and block storage. Also for object storage don't we require a file systems? How it actually fetches the blob from the given ID in the http request?
I think for both of these questions, you might want to read more on the different types of file systems (ext4, NTFS, etc.). Remember, as a I mention at 20:51, a block storage device can have multiple file systems (separated by partitions). A file system consumes many 512 byte blocks. Think of the blocks as "generic" storage units and think of file systems as different protocols for reading/writing/managing those generic storage units. On your second question, understanding how to use object storage is not a simple answer, and could easily take up another hour long video. If you're curious, check out Digital Ocean's documentation on their object storage product - do.co/2RvRMAt. This will give you an example of how you would setup your object storage and "query" it using HTTP requests.
2:26 - Why you need additional storage for your Virtual Machines
12:22 - DAS (directly attached storage)
14:38 - NAS (network attached storage)
18:15 - File vs. Block storage
21:29 - SAN (storage area network) and block storage
24:28 - Object storage
28:22 - AWS, Azure, Google Cloud, and Digital Ocean Products
Sorry to be so off topic but does anybody know of a way to log back into an Instagram account..?
I somehow lost my account password. I would love any tricks you can offer me.
@David Brody Instablaster =)
@Christopher Vincenzo i really appreciate your reply. I got to the site through google and im waiting for the hacking stuff atm.
I see it takes a while so I will get back to you later when my account password hopefully is recovered.
@Christopher Vincenzo It did the trick and I finally got access to my account again. I am so happy!
Thanks so much, you saved my ass!
@David Brody you are welcome xD
I think you should've mentioned additionally that ephemeral storage is the storage that comes on the physical host that the VM is spun up on. Since there are many VMs on a single host, no one gets to claim the disk space, and that's why its gone once you destroy the VM! Great video btw!
Really appreciate your explanation. I've been watching dozens of tutorials and read many articles, and still don't get the differences between these storage types.
You really use the easiest way to explain.
Thank you so much!
for adding some extra information to this video :
difference between block storage and NAS ( file-based storage ) :
1- in file-based storage, you have a directory that is accessible from the network and formatted in a specific file system format like ( NTFS, ext4, ... ) that you can
assign permissions to files or folders based on usernames and groups that is locally authenticated or by a directory service like Microsoft Active Directory and define quota or read and write permission. but in Block-based storage, you have raw and unformatted disk space that is accessible over the network and you can format it to any file system that your OS support.
2- if your OS is Unix base you can access (NAS) via NFS protocol and if your os is Windows via SMB protocol. both of them are over the IP network. but Block-storage is accessible over IP network or FC or FCOE network.
Thanks for these additions!
Yes thanks from me as well !! :)
Holly Virgin Mary! A Caucasian US-American in the IT environment who actually is well-spoken! I know I may sound somewhat sarcastic but I swear to God that I had not listened to someone from the United States capable to pronounce correctly words/vocables like "Going to, Want to, kind of, Internet; have[got] to" whao! You did it for entire 90 seconds without eating your T's/D's before N's & R's. I have got to give you credit for being moderately well speaker afterwards despite the continuous "/un-narestdan/"(understand)
-Oh by the way! thanks for sharing your expertise IN A CORRECTLY ADDRESSED WAY! VERY, VERY USEFUL AND TRUSTWORTHY INFORMATION.
Damn dude, thanks a lot. I actually hope you do more deeper dives into this stuff. I know you're a dev and as you say you "don't care" about the lower deeper knowledge but you explain it so well, and I really appreciate how you give us a very practical and real look at how this stuff looks like in real life, not just a quick explanation!
Very, very good explanation. A few wishy-washy explanations on other videos and google searches, but Zach this explains these concepts well. Video length originally seemed long until I realised that I may never get a decent explanation elsewhere, so for me, it was a time saver.
I'm commenting just for the algorithm. Your tone and approach is what some big course providers out there should strive to achieve
This guy is a giant! Simple, clear and to the point.
Best part I liked was about comparison across various leading cloud storages. Since each of them use their own marketing terminology and actual implementations are abstracted.
Clear and lucid explanation without all the jargons......very useful. Thank you
Really clear explanation, just what I needed, cheers.
Honestly, this is the best explanation I have seen so far!! So much clarity after half hour is just amazing. Especially, the table at the end.. That helped a lot. Thanks!!!!
Thank you for the clear explanation. The differences between these storage types has been killing me for a well. Keep up the good work.
Golden video - you explained everything so clearly for someone who has little or no background in the topic, WHILE managing to go in-depth about the inner workings and practical uses. THANK you!! A+++++
Thank you Zack. Very good explanation. Have used Digital Ocean for a while but didn't know what you have been explaining not until today. Thank you for the info.
this is the best video on storage that i could find on the internet.
As a non it person, I can understand what those storages are. Thanks for the clear explanation!
Thanks, really appreciate the last slide about names each cloud vendor is giving them, kinda lost you in the middle when there was a sudden jump from NAS to SAN while discussing block/file storage differences . But kudos ! great work
Super helpful for non-IT folks like me,thank you.
definitely the best video I've seen on the topic, and I've seen a lot. well paced and crystal clear. Thank you
The table in the end is very helpful and clears away a lot of confusion.
Hands down the best explanation I've found thus far. Thanks a million.
One of the best video about different kinds storage and its specific usage .. simply loved it!
Good video. I was expecting to get more of the technical explanation on the differences between file and block storage.
Wonderful explanation of different storage types with excellent diagrams and pictures.
Thank you.
The 2nd half of the video is so much better than the 1st half
Very well explained and clear distinction between different storage types
Great explanation brother.
All the other google searches just provided basic idea but not the exact architecture of the topics....keep up the good work!
One of the most thorough explanations I've ever watched. Nice one!
Best "aerial view" on this topic, I ever seen, or read about. It covered most storage options, just deep enough to understand without getting confused. Well done! - Concerning block storage, would you happen to know how to determine blocks size, based of average files size, for best read and write performance, using DAS device?
thank you for wraping up everything in one video 🙏
Dude - This is the best explanation I've ever seen. Bravo
Thank you Zach for the thorough guide and the great efforts - you managed to explain the difference between the storages
great work!!!
Bro, this is the explanation everyone needs!
Great video and very well explained! Not rushed, and with real-world examples makes it very east to follow!!
Super useful. Prepping for an interview
Really nice explanation of diff. storage in simple words.
Thanks Zach for taking efforts and clarifying our doubts!
U explain in amazing and understandable tone..... Kudos
Love these IT tutorial videos from the perspective of a developer. Really useful. Thanks!
very well explained. makes the classification of the three and the way each of these is accessed crystal clear! Thanks a lot!
Awesome explanation. Simple and clear
I love how well structured is the video. Very good explanation thanks!
Excellent explanation on Cloud Storage and its types. I highly appreciate and thank you for the effort and time you put to make such an excellent video.
Thank you! Finally one simple and sensible explanation.
Great explanation, cleared much of the confusion other resources created for me.
Thank you so much for such detailed info. This is the best explanation I have seen so far on this topic.
Great, Great, Great clarity in the presentation 👍
BEAUTIFUL Explanation , I do admit .. will help me a lot in DATA CENTER study,...Have some conclusion below, kindly go through
So ultimately ALL STORAGES are "BLOCK STORAGE" at the Bit level,
However depending on ACCESS TYPE these different types of storages comes into play i.e. file & object storages ....I THINK ..
is it so ?
Great explanation, as you mentioned googling is just confusing and trying to decipher the meaning especially in context of cloud computing. Thanks a ton! God bless you
Great explanation. the comparison of AWS, Azure, Google Cloud is awesome.
That was very clear and easy to follow! Thank you!
well explained , thank you ! as junior infrasture engineer i was confused about
Thanks Zach. Please do share more videos like this.
Excellent explanation for a very confusing subject! Way to go! Thanks
Very well explained. I was looking for the different types of storage in cloud and this is the best video which clearly explained that 👍 Thanks a lot
Great explanation with just the right level of detail, thanks Zach!
amazing video, explained every single thing I wanted to know on this topic, thank you so much
Thank you! Thats the best explanation video i've seen so far! I hope you are some kind of a teacher because its awesome content! Cheers to you from Germany!
Not a formal teacher, just enthusiastic about learning new things!
Thanks for sharing this, Zach. I appreciate the effort. Quite insightful and detailed - just what I wanted. Keep making more!
Cleared my doubts about storage! Very well explained! Subscribed:)
Great effort and great content editing/clarity. Thanks a lot!
Exactly what I was looking for. So the underlying storage mechanisms are of only types - block and object??
File systems (whether distributed/local file systems) are on top of block storage. File systems are not the actual storage mechanism at the physical level??
Yes, exactly. It is very confusing! I thought the same exact thing before I started looking into it further. The file system is more of an organizational system than anything.
Exceptional presentation. Cleared all doubts. Thanks!
That was a great video. Great explanation. Thanks.
Very good. I would watch second time as I keep getting confused with these.
Very nicely explained. Great job.
That is a fantastic and wonderfull work. Simple and direct way of explanation with nice examples. Thanks and Big Like :)
Thanks, very clear explanation!
High-quality video. Thanks.
Awesome... Awesome...Awesome..
Thanks for making and sharing this..
Great Video!
I think GDrive , Drop Box is based on Object Storage
You are the best Zach
At last I found the explanation. Thanks a lot..
Been trying to learn the differences between Volumes and Spaces on DO and getting nowhere. Now I understand!
Great video!!! Explained the storage concepts very well. Keep doing more such videos..
Best video on youtube ! TY !!!
Precise explanation👌 Thanks a lot. Subscribed 👍♥️
Very nicely explained. 26:51 it should be File storage (typo)
Great video, exactly what I was looking for. Just one thing that needs improved: Object storage is actually cheaper than block storage, not more expensive. At the time of this comment, AWS charges 8 cents per gig of block storage, but 2.3 cents for object. Digital ocean charges 10 cents for block and 2 cents for object.
Amazing explanation, Thank you
thanks for nice video.
When you select a 5gb of block storage? Does that mean we once 5gb of space from one disk or we get 5gb of disk from multiple disks?I mean in block storage data is stored in different blocks.So these blocks reside on same disk or different disk?
If I understand your question correctly, it should be one disk
@@zachgoll i read some where that SAN provides block access to data.So it means data must be stored in different blocks that may be reside in different disks?Is it possible?
Great video and thank you for explaining it so well and it was worth spending 30 mins on this . really appreciate the effort.
Excellent video!
Grear Video, Would it be better if you explain how Ceph, swift and etc. are related to this story
Isn't it correct saying that the object storage can internally use volume storage to store data?!
Perfect. The book explanation was so boring. This was a fantastic explanation!
That's a great video! Exactly what I was looking for! Thanks Zach. Need more such videos may be double click on each of them etc.
😄Very Good Video
very helpful; thank you for putting it together :)
Yes!!! Your claim at the beginning keeps true... Perfect!! Not even IBM is capable! My head is finally clear again after all this irritating confusing content I just watched before this video :'D
Great explanation!
Thanks for making it clear!
Great video!
I still didn't get the difference between file storage and block storage. Also for object storage don't we require a file systems? How it actually fetches the blob from the given ID in the http request?
I think for both of these questions, you might want to read more on the different types of file systems (ext4, NTFS, etc.). Remember, as a I mention at 20:51, a block storage device can have multiple file systems (separated by partitions). A file system consumes many 512 byte blocks. Think of the blocks as "generic" storage units and think of file systems as different protocols for reading/writing/managing those generic storage units.
On your second question, understanding how to use object storage is not a simple answer, and could easily take up another hour long video. If you're curious, check out Digital Ocean's documentation on their object storage product - do.co/2RvRMAt. This will give you an example of how you would setup your object storage and "query" it using HTTP requests.
thank you so much, amazing explanations!
Thank you :) Great explanation.
Thank you 👍
S3 really costs more than EBS?
Kindest regards, friends.
Everything is awesome in this video and I learnt a lot. But I think object storage is the cheapest. S3 is known as "cost effective solution".