But, what is Virtual Memory?

Поділитися
Вставка
  • Опубліковано 31 січ 2025

КОМЕНТАРІ • 351

  • @Sky007-f1k
    @Sky007-f1k 11 місяців тому +326

    Hey if you are seeing this, let me tell you, this is the best video in UA-cam if you want to understand the concept of virtual memory, and others in simple and sweet. Perfect! ❤
    Edit: Coming back after long time. Writing a blog, and really needed an low level and mostly complete explanation of virtual memory. Also, following windows internals part-1 book. This video is still gold.

    • @TechWithNikola
      @TechWithNikola  10 місяців тому +4

      Thank you! :)

    • @siegfriedbarfuss9379
      @siegfriedbarfuss9379 9 місяців тому +1

      Not really. He forget that OS claims RAM too

    • @Chemest_a
      @Chemest_a 9 місяців тому

      @@siegfriedbarfuss9379 3:54

    • @Hyp3r8Sniper
      @Hyp3r8Sniper 9 місяців тому +15

      ​​​​@@siegfriedbarfuss9379 Why is that relevant to this demonstration? You could just generalise an OS as another program? It's also shown at 3:58...

  • @viking420
    @viking420 9 місяців тому +74

    Fantastic video. I'm taking a OS course at university and we have a virtual memory assignment. The hand out documents left me feeling confused and a bit lost, but then this 20-minute video made all concepts clear as day. Thank you for putting effort into making these videoes, you earned a new subscriber!

    • @TechWithNikola
      @TechWithNikola  9 місяців тому +4

      I’m glad it was helpful. You’re welcome, and thank you for taking the time to comment.

  • @jansustar4565
    @jansustar4565 Рік тому +44

    Thank you for the video. The explanation was clear, structured and concise, better than most other explanations on youtube.

    • @TechWithNikola
      @TechWithNikola  Рік тому +5

      Thanks a lot for the kind words and for taking the time to leave the comment. I'm so happy to hear that you've liked the video!

  • @ddosan4108
    @ddosan4108 6 місяців тому +24

    Start with the problem to understand the solution !!!!!
    Again and again I’ve seen explanation that detail the concepts without starting with the why. If you don’t understand the problem you’ll never truly get the solution. If you can’t put your finger on the problem… that’s the reason you’re having a hard time understanding. Don’t try to skip this step.
    Excellent job! Amazing video.

    • @TechWithNikola
      @TechWithNikola  5 місяців тому +4

      Thanks a lot for taking the time to comment. It means a lot to hear from people that it was worth it!
      Exactly. I always like to start with the problem first. It makes everything much easier

    • @AvikNayak_
      @AvikNayak_ 3 місяці тому

      because the people who are teaching you that way themselves have only memorised the concept.

  • @BigBoiTurboslav
    @BigBoiTurboslav 9 місяців тому +241

    Holy crap. UA-cam algorithm finally came through. This is some amazing content.

  • @diegorodriguezv
    @diegorodriguezv 9 місяців тому +15

    This is amazing! More detail than most Operating System courses in 20 minutes. Awestruck!

    • @TechWithNikola
      @TechWithNikola  8 місяців тому +2

      Thanks. Glad you think so! I’ll try to make more videos on similar topics in the future.

  • @adnaneachahbar287
    @adnaneachahbar287 9 місяців тому +9

    I had a course back when i was in engineering school, the professor did a horrible job explaining memory and virtual memory, I ended up hating the class and i never really understood how it worked. until this day when I watched your video, you did an excellent job, I wish youtube had something like this before. Fast forward today, I work as a sysadmin/infra engineer and i really didn't have an idea how virtual memory works, again until I watched your video, thank you for the effort you put here, I am sure many will watch it and gain valuable informations.

    • @TechWithNikola
      @TechWithNikola  8 місяців тому

      Thank you for the comment. I’m glad you’ve found it useful!

  • @TendresseExige
    @TendresseExige 9 місяців тому +11

    This might be the best content I have found on UA-cam this year. You explained these concepts in ways my teachers couldn’t, and you did it for free too ! You have my respect , and subscription haha !

    • @TechWithNikola
      @TechWithNikola  8 місяців тому +3

      I’m so glad that you like my content. It means a lot to me when people leave comments and subscribe, so thank you.

  • @shubhamg9495
    @shubhamg9495 2 місяці тому +2

    Videos like these are the only reason I cannot stop using UA-cam. You are such a great explainer, dude!

    • @TechWithNikola
      @TechWithNikola  2 місяці тому +1

      Thanks a lot! It means a lot to me when I receive such comments.

  • @dusanstojancevic-creativel5309
    @dusanstojancevic-creativel5309 Рік тому +28

    Amazing explanation, always wanted to know core knowledge. Thanks, keep up with these videos!

    • @TechWithNikola
      @TechWithNikola  Рік тому +1

      Thank you Dusan. I'm glad you've enjoyed it :)

  • @0xShay
    @0xShay 22 дні тому

    There's something about the way you articulate concepts and break things down that just kept me hooked throughout. You deserve way more subs man!

  • @69k_gold
    @69k_gold 9 місяців тому +73

    There's a quite good reason 4 KB is used as a standard page size. In most disk partitioning software the minimum data you can read/write to is 4KB, so it can move it in one swoop

    • @ethos8863
      @ethos8863 9 місяців тому +6

      yeah i figured this was the reason and was wondering why he didn't say so

    • @TechWithNikola
      @TechWithNikola  9 місяців тому +17

      Thanks. I didn’t know that. Do you have any material or references that provide motivation for 4KB page size? I read some articles that suggest it was chosen empirically long time ago, but I’d like to learn more about it.

    • @mc-not_escher
      @mc-not_escher 9 місяців тому

      This is simply untrue if you grew up during the 80’s or 90’s (or, shoot, even later). Research something called a “filesystem”. Also while you’re at it, check out an article on “Solid State Drives” or “Flash Memory” or “NVRAM” if you’re wondering why 4K is the block size. 😂😂😂

    • @rodrigodoh
      @rodrigodoh 9 місяців тому +7

      @@TechWithNikola They probably choose it because 0x1000 is pretty nice to type. ARM macs use 16kb pages I think.

    • @yaroslavpanych2067
      @yaroslavpanych2067 8 місяців тому +2

      It has nothing to do with disc sector/cluster size, like at all.
      And yeah, 64 bit osses use 32k pages.

  • @dieelectrick1406
    @dieelectrick1406 2 місяці тому +1

    This is the single greatest explanation of virtual memory I've ever seen, thank you so much.

  • @ShaunYCheng
    @ShaunYCheng 6 місяців тому +2

    Found your channel from UA-cam recommendation.
    Nice work.
    Dude you have a huge overlap of interests as me. I was a math major and now a SW engineer for over 10 yrs, play chess, plays basketball, plays games (not sure what game you play but I mostly play an old game called StarCraft 2).
    I recently started to play soccer as well.

    • @TechWithNikola
      @TechWithNikola  5 місяців тому +3

      Hey dude, nice to hear that. I’ve played SC2 a looot as well 😀 got to diamond 1 but never broke to masters…

    • @ShaunYCheng
      @ShaunYCheng 5 місяців тому +1

      @@TechWithNikola nice!
      I always start the game with a cannon rush. Currently stuck in M2 for two years because of my mediocre apm. Considering how much time I spend on the game, I probably need a real StarCraft coach to break my current bottleneck.
      My two most watched genre of videos on UA-cam are C++ stuff and StarCraft 2 games. Somehow they just feel comforting.
      I also feel that StarCraft 2 is like C++ and StarCraft 1 is like C programming. In SC 1 everything is so manual.

    • @TechWithNikola
      @TechWithNikola  5 місяців тому +4

      @@ShaunYChengvery cool. I got stuck with sc2 when I had to keep up with all the build changes between seasons. I haven’t player in 5-6 years.
      I watch Rust videos lately, but I’ve used C++ the most throughout mu career :-)

  • @harshilldaggupati
    @harshilldaggupati 10 місяців тому +2

    That's a very good, high quality production with a top notch explanation! Keep making more.

  • @marwanradwan7727
    @marwanradwan7727 9 місяців тому +3

    I wanna thank the youtube algorithm for recommending this video. This is absolute gem for explaining the Virtual Memory concept.

  • @OhNoooooooooo
    @OhNoooooooooo Рік тому +3

    Svaka cast burazeru. Ovo sam na faksu radio, ali si dosta bolje objasnio.

    • @TechWithNikola
      @TechWithNikola  Рік тому

      Hvala :) Drago mi je sto cujem da je dobro objasnjeno.

  • @HarshYadav-cy4it
    @HarshYadav-cy4it 5 місяців тому

    I'm amazed at how someone can explain things with such clarity, just like you did.
    You just earned a subscriber. Thank you so much.

  • @muhammedhalilovic8561
    @muhammedhalilovic8561 2 місяці тому

    Brat objasnio u 20 minuta content sa tri predavanja System Level Programiranja na faksu. Svaka cast!

  • @kristabellesarcon4191
    @kristabellesarcon4191 6 місяців тому

    I need this resource for my OS assignment about virtual memory this week. So glad I find this video. This helps me understand the concept of virtual memory in 20 mins more than I have ever understand from the 20 chapters we have been task to read for 4 weeks now. LOL. Thank you for this.

  • @jamaluddin9158
    @jamaluddin9158 Рік тому +7

    Wow! Clear, concise and very neat animations! Subscribing to a channel after a long time!

  • @yash-xx2pu
    @yash-xx2pu 10 місяців тому +3

    the graphics really helped me visualize how this works! youre a lifesaver ^^

    • @TechWithNikola
      @TechWithNikola  9 місяців тому +2

      I'm glad! Graphics are a great tool for explain IMO :-)

    • @godnyx117
      @godnyx117 9 місяців тому

      ​@@TechWithNikola It's not just your opinion. It's a FACT! Graphics for complicated ideas are a must!
      And thank you, your video was amazing!

  • @clodomirvianna6350
    @clodomirvianna6350 8 місяців тому +1

    Thank you for this amazing video! It's truly refreshing to encounter such well-scripted and nicely illustrated content. It makes really enjoyable trying to learn such complex concepts.

  • @subashs1884
    @subashs1884 4 місяці тому

    At 10:00 the page 2 in both virtual memory and physical memory is 8kb instead of 4kb. This is the great explanation video right now!

  • @myhandle370
    @myhandle370 Місяць тому

    Great video, brilliantly explaining the concept in details ! Thank you so much!

  • @knode1993
    @knode1993 Рік тому +6

    please never stop, really good video

    • @TechWithNikola
      @TechWithNikola  Рік тому +1

      Thank you! I'm glad you've enjoyed it. I'll keep making them for sure :)

  • @danielabildgaard6137
    @danielabildgaard6137 8 місяців тому

    Wow, I was really surprised! I was just relaxing on UA-cam to fall asleep and came across your video. I thought it might be trash, but it turned out to be very good with excellent detail and explanation. Great job!
    Best video on youtube so fare 🎉🎉🎉

  •  Рік тому +8

    An excellent, succint and illustrative explanation :)

  • @hariomkuntal9520
    @hariomkuntal9520 6 місяців тому

    Best explanation of virtual memory ever seen. Thanks for putting this together, you are awesome.

  • @soumendudedas4893
    @soumendudedas4893 8 місяців тому

    This is the BEST explanation i have had about this topic. I am a newbie to such concepts and you have explained in such an elegant way. Liked n subbed

  • @griesjm
    @griesjm 4 місяці тому

    Brilliant videos with great explanations. You’re a natural when it comes to teaching

  • @ashutoshvaidya
    @ashutoshvaidya 6 місяців тому

    This is amazing. I am slowly realizing I am a visual learner. It was always hard to grasp content when it just a text. Worth a Sub... :)

  • @omarbenjelloun5534
    @omarbenjelloun5534 2 місяці тому

    Thank you very much! I finally understand how virtual memory works. If only university professors could be structured like this...

  • @tatigsarti
    @tatigsarti 7 місяців тому

    The variety of content provided is much appreciated.

  • @jameslai322
    @jameslai322 8 місяців тому

    Excellent description on how cpu/memory/os are working together! Well done!

  • @shadyabhi
    @shadyabhi 2 місяці тому

    Thanks for the content. You really have a talent, keep this going.

  • @RazDorNV
    @RazDorNV 7 місяців тому

    the second part is a bit more complex but I love the visuals + explanation nonetheless. thanks for the effort put into making this one!

  • @AliBinas
    @AliBinas 19 днів тому

    the best video to understand virtual memory! thanks a lot

  • @boatengjeff
    @boatengjeff 7 місяців тому

    wow!! never felt like a computer science before. learned a lot on this clip. keep them coming

  • @threshhold8278
    @threshhold8278 9 місяців тому

    This video is really good, the way that you simplified Virtual Memory is amazing!

  • @antwanwimberly1729
    @antwanwimberly1729 8 місяців тому +1

    Ahh…the swap file in Linux!!! I used to allocate a portion of my hard drive for swapping!! Wow!!! Such a refresher !!

  • @availableusernamesha
    @availableusernamesha 7 місяців тому +1

    Good explanation and yes 4kb is the optimal size to move , its similar like why the size of a page node of a BTree in a database is of 1024 because its optimal for I/O.
    But I also would like to see the explanation of exactly what does MMU do here.

  • @RichardCorongiu
    @RichardCorongiu 8 місяців тому

    Im just sitting here fascinated...and it makes sense.. knowing just the basics... nice work...a dumb thing to say but this is relaxing...straight to the point ..ask a question ...then answer it... terrific

    • @TechWithNikola
      @TechWithNikola  8 місяців тому

      Thanks. I’m glad you like this style.

  • @Sjdjdhbdjdjdjdjjd8376
    @Sjdjdhbdjdjdjdjjd8376 5 днів тому

    Thank you for this video, this is really helpful. Very grateful.

  • @roz1
    @roz1 Місяць тому

    Such a Beautiful Explanation. Thanks a lot Man. This is the Best explanation, it removed all the confusions I had for the last 6 years on this OS chapter

  • @duduwe8071
    @duduwe8071 9 місяців тому

    Great video ! I am preparing for my master degree and found this gold in UA-cam. I believe I can ace my upcoming OS class.
    I have liked your video and subscribed to your channel.
    Thanks a lot for the video. Greatly appreciate it.

    • @TechWithNikola
      @TechWithNikola  8 місяців тому

      Thanks a lot for taking the time to comment, as well as like and sub. It means a lot to me.
      I’m glad that the video was helpful. Good luck with acing your classes!

  • @IreshDissanayakaM
    @IreshDissanayakaM 3 місяці тому +5

    At 8:12, can someone explain how does "one entry for every word" differ from "one entry for every virtual address" ? Are they the same?
    What does 2^32 addresses per each byte = 2^30 words mean?
    Edit on Sun Oct 27 01:22:37 PM +0530 2024: After some thinking and search, self understanding is,
    What's meant by "2^32 addresses per each byte" is each memory address holds 1 byte of actual data and, a word is 4 bytes (32 bits), So the CPU actually access 4 bytes of data at a time, therefore 4 memory locations at a time. So, 2^32 addresses (each addressing one byte / byte addressable) means 2^30 words (each addressing 4 bytes / word addressable). Therefore 2^30 entries not 2^32 entries because 1 entry per 4 addresses. ((2^32)/4)=2^30.

    • @austinmusiku778
      @austinmusiku778 3 місяці тому +1

      Thank you so much, sir. I was also struggling to wrap my head around where 2^30 came from.

  • @amj864
    @amj864 Рік тому +3

    This is awesome, made things so clear to me. Thank you.

  • @penciltwirler5829
    @penciltwirler5829 3 місяці тому

    thank you so much for this video! I'm learning about hugepages right now, and i wanted a recap on how normal pages work.

  • @godnyx117
    @godnyx117 9 місяців тому

    I have to words! That video is amazing! You won yourself a new subscriber, my friend! ❤

    • @TechWithNikola
      @TechWithNikola  8 місяців тому +1

      Welcome aboard! I’m glad you’ve liked it, and thank you for taking the time to comment.

    • @godnyx117
      @godnyx117 8 місяців тому

      @@TechWithNikola My pleasure! Have a lovely day!

  • @tomhekker
    @tomhekker 9 місяців тому

    Thanks! You explained this better than any professor did when I was still in university. Much appreciated, will be sending this video to people who ask me about this 😅

    • @TechWithNikola
      @TechWithNikola  8 місяців тому +1

      Glad to hear that you’ve found it useful, and thank you for sharing the video :-)

  • @chopper3lw
    @chopper3lw 9 місяців тому

    What an excellent overview. Nice job. It clarified a few things i was unclear about.

    • @TechWithNikola
      @TechWithNikola  9 місяців тому

      Thanks a lot. Glad it clarified things :-)

  • @SahilGupta-qc4jx
    @SahilGupta-qc4jx 6 місяців тому

    you just earned a subscriber within a few minutes of this video!!

  • @vishalkarna3763
    @vishalkarna3763 9 місяців тому

    Wonderful illustration of Virtual Memory. Good Job !

  • @impaglg
    @impaglg 6 місяців тому

    Thank you very much for this video, it was very detailed and very well explained!

  • @Krishna-y5j6o
    @Krishna-y5j6o 4 місяці тому

    Fantastic explanation expecting more videos from you🎉

  • @kamism770
    @kamism770 9 місяців тому

    This is a very good, concise and clear explanation, please keep the work's up, I really enjoyed it : )
    PS: can you make a video about how compression algorithms work?

    • @TechWithNikola
      @TechWithNikola  9 місяців тому +2

      Glad to hear that, and you thank you for taking the time to comment. :-)
      Yeah, some compression algorithms are in my queue, but it will take a while before I get some free time to make them. Stay tuned!

    • @kamism770
      @kamism770 9 місяців тому

      @@TechWithNikola I'll be waiting 4 sure :3

  • @Usopper.D
    @Usopper.D Рік тому

    Wooow this video is awesome! Great work on the animations and examples 🤝😎

    • @TechWithNikola
      @TechWithNikola  Рік тому

      Thank you so much! I'm glad to hear that you've liked it.

  • @MissPiggyM976
    @MissPiggyM976 5 місяців тому

    Very time I watch it, I learn something new, many thanks!

  • @tylercoombs1
    @tylercoombs1 9 місяців тому

    Dude, you're videos are so helpful, thanks so much!!!

    • @TechWithNikola
      @TechWithNikola  8 місяців тому +1

      Glad you like them! Thanks for taking the time to comment.

  • @saravanasai2391
    @saravanasai2391 3 місяці тому

    Hey, that is a great explanation. I'd like to congratulate you on your work. Keep up the good work. Now I understand how computer memory works. I am trying to understand how the database works on saving the pages. How does the computer with 8GB ram can sort 10GB of data.

  • @RamsesAldama
    @RamsesAldama 11 місяців тому +2

    Great video. So you mention that physical address is the "memory RAM". You also mention the "page tables" are store in the "memory RAM" and how there are difference level of page tables and some can be store in disk. Is virtual memory also store in the "memory RAM"?. I know I have to rewatch this video and keep studying to fully understand and that I have gaps in my knowledge. So in a high level the OS has to do a mapping between virtual memory and page tables. And then between page tables and physical address? Thanks.

    • @TechWithNikola
      @TechWithNikola  9 місяців тому +2

      Hi, apologies for the late response.
      So virtual memory on its own doesn’t exist really. It’s just a number, for example from 0 to 2^32-1. As such, it is not stored anywhere.
      It only becomes interesting when we talk about translating that number to its physical counterpart. This translation is stored in page tables, and page tables are stored in RAM. It you rewatch the video you will see the exact details on how the translation works, but in a nutshell the first part of the address is remapped via page tables, and the last 10 bits are copied (called an offset).
      The mapping is actually happening in the MMU (memory management unit) which you can think of as a small chip on the CPU. You are right that OS plays an important role, and specifically, OS programs the memory management unit and specifies how to do the mapping.
      Does that make sense?

    • @RamsesAldama
      @RamsesAldama 9 місяців тому

      Yes, thanks for the reply

  • @iPhoneCyric
    @iPhoneCyric Рік тому

    watched the first video in this channel, subbed!

    • @TechWithNikola
      @TechWithNikola  Рік тому

      Thank you for the sub. I'm so glad to hear that you've liked it!

  • @carloshenriquedesouzacoelho
    @carloshenriquedesouzacoelho 8 місяців тому

    From Aritmetic concepts , the virtual memóry obeys bijective function (injective and surjective ) about Domain and Image .
    It is unbelievable !

  • @XueYlva
    @XueYlva 8 місяців тому

    absolute banger of a tech channel
    thanks, will watch again
    -IGN

  • @mostafam3701
    @mostafam3701 4 місяці тому

    Thanks a lot about this simple explanation

  • @huxinzhao3689
    @huxinzhao3689 Рік тому +5

    11:38 I’m wondering when you copy the last 12bits to the physical memory, why the number changes from 0110 0111 1000 to 010110011110

    • @TechWithNikola
      @TechWithNikola  Рік тому +4

      Oh that’s a good catch! It’s a bug in the animation. Sorry about that. It should remain unchanged.

    • @huxinzhao3689
      @huxinzhao3689 Рік тому

      @@TechWithNikola Thank you very much! Your videos are really helpful!!!

  • @tahir95soyalcom
    @tahir95soyalcom Рік тому +1

    Thank you for providing such valuable content. The examples you shared have greatly enhanced my understanding of the working principles of virtual memory.

    • @TechWithNikola
      @TechWithNikola  Рік тому

      I’m very happy to hear that. Thank you for taking the time to comment.

  • @samson10077
    @samson10077 8 місяців тому

    Thank you for your high quality work. 👏👏👏

  • @bingtingwu8620
    @bingtingwu8620 10 місяців тому

    Very clear! It helps a lot, thank you very much!😀

  • @abraham4124
    @abraham4124 4 місяці тому

    I don’t know to laugh, cry or to be mad. I had heard about the book What Makes it Page in this subject written by an unknown software engineer from Italy. Due to one of the cybersecurity researchers’ recommendation, I always wanted to learn this book. So, about more or less 3-4 days ago, I gave it a shot. After a couple of days into it, I can assert that the text could be written more cohesively and simply; however, the journey I started is kind of amazing. The harder it gets, the slower you get reading the text, the more enjoyable it becomes. I’m writing this not to say only that but about a dumb-looking guy who were reading with me. We spent HOURS to learn a chapter and now when I looked at him found out that he didn’t learn a piece of shirt!

  • @ilushamain4740
    @ilushamain4740 9 місяців тому

    Your explanations are amazing
    Thank you, I hope to see more

    • @TechWithNikola
      @TechWithNikola  8 місяців тому

      Thank you. Yeah, definitely, I’ll try to find some time to make more videos soon

  • @nalanpandi5932
    @nalanpandi5932 5 місяців тому +1

    Everything was nice thanks for your effort.But in multi paging,the first page table contains 1024 entries which maps to 1024 second page tables ,The address range for 1024 entries is 0x000 to 0x3FF

  • @AfhamAdian
    @AfhamAdian 15 днів тому

    Thus is the best video on internet!

  • @avivb4598
    @avivb4598 8 місяців тому

    Thank god I found this gem before my exam!

  • @Keawydev
    @Keawydev 2 місяці тому

    this is gold, thank you so much

  • @jimmy1681000
    @jimmy1681000 9 місяців тому

    Wow, good video. Good job and thanks for sharing.

  • @ryanpatel2001
    @ryanpatel2001 5 місяців тому +1

    Great video. But I would like an explanation regarding the mapping of the physical translated hex value into binary - the hex to binary conversion doesn’t seem correct, even assuming a left or right 0 padding to fill in the extra 17th and 18th bit. Could you explain this please, thanks

    • @TechWithNikola
      @TechWithNikola  3 місяці тому

      Hi, there is a mistake in animation in one part. I don't know if that's what you are referring to? When the offset is kept, I accidentally used wrong values for the final result.

  • @shappp1
    @shappp1 8 місяців тому

    that music player & video game example is hilarious to think about

  • @Ajay-zmngn
    @Ajay-zmngn 3 місяці тому

    Correction - At 10:50, page size is 4kb(kilobytes) then last 15 bits(not 12 as mentioned in the video) of the both the Virtual address and the Physical Address should be the same. Otherwise, if you mean to be 12 then in the video you should say kilobits instead of kilobytes.

  • @bruceinraleigh9999
    @bruceinraleigh9999 9 місяців тому +2

    Finally ... a proper explanation!
    I say this because countless self-made experts get it wrong. You see, Microsoft seems to have invented the misuse of the term "virtual memory" around the time of Windows 95. They used the term VM to describe what is really demand paging. Microsoft publications at the time did NOT make this mistake. (See Jeff Richter's excellent book describing the internals of Windows NT, published at the time.)
    But in the settings UI ... I guess "virtual memory" sounded more appealing to Microsoft than "demand paging". So they misused the term ... and misled generations of self-made CS people who subsequently grew up unaware of the misuse.
    They often claim that VM size can be adjusted. (It cannot be.)
    They believe that the disk swap/paging space is virtual memory. (It is not.)
    You see, virtual memory was created as a MAPPING PROCEDURE that solved the long-standing problem of mapping a program binary into the run-time address space of a computer.
    It was preceded by address space paging (remember the early 80x86 paging registers?). This was present in minicomputers as far back as the late 1960s.
    Paged memory was, in turn, preceded by run-time relocation ... a tedious run-time editing of a binary to "patch" all of the code addresses and data addresses within a program binary before execution could begin.
    VM is superior to both of those methods.
    Meanwhile some systems implemented something called swapping ... a predecessor of demand paging. When swapping, a program's ENTIRE memory consumption is swapped to disk to make way for another program. This mechanism allows the system to get around memory size limitations ... but it performs a lot of disk swapping!
    Demand paging goes one better by swapping only small blocks of memory. And even better, it loads only portions of a program when needed. No need to load an entire program when most of that program code won't be executed any time soon. It's all quite efficient.
    Virtual memory is not demand paging, and demand paging is not virtual memory.
    And you don't have to use VM with demand paging. And you don't have to use demand paging with VM.
    But the two appeared at a similar time in computing history ... and they work hand in hand to improve performance.
    So you always see both of them together.
    This video correctly presents a unified view of demand paged/virtual memory. Nice work!

    • @TechWithNikola
      @TechWithNikola  8 місяців тому

      Thanks a lot for taking to time to write such a good comment. I agree, and I’m also very happy to hear that this video met your expectations.
      Apologies for the late reply.

  • @Jonathan-ru9zl
    @Jonathan-ru9zl 24 дні тому

    Hi! at 11:37 why are the last 12 bits in the physical address not the same as the virtual address (0x678)?
    edit: see answer that this is bug in the animation. Thanks again for the great video!

  • @agustin2881
    @agustin2881 6 місяців тому +1

    great video. is it posible that there is a mistake in 11:39 when the animation copies the offset bits from the virtual adress to the physical adress? they arent the same first 12 bits

    • @TechWithNikola
      @TechWithNikola  6 місяців тому

      Thanks :) Yeah, there is a mistake in the animation. Sorry about that.

  • @badnaf207
    @badnaf207 11 місяців тому

    bro you are amazing, love your energy

  • @farid8902
    @farid8902 5 місяців тому

    Thank you for this videos , it is reali amazing❤

  • @krituos
    @krituos 8 місяців тому

    Amazing video, wish I saw it while still in college 😊

  • @khalidhussien6764
    @khalidhussien6764 5 місяців тому +1

    I don't get the Security problem, isn't one of the most important services of an Operating System is to not allow that scenario to even occur?
    Like Segmentation Faults(if I understand correctly...?).

  • @jamespilcher5287
    @jamespilcher5287 8 місяців тому +1

    I've written some 6502 assembler for the BBC Master, where the most complicated it got was having to write to a memory-mapped hardware register to switch banks of RAM so that you can access 128Kb with a 16bit address bus. It's a bit mind-boggling to think about all this indirection that goes on in modern memory systems. All this back and forth would bring 8bit systems to their knees!

  • @mat_pg
    @mat_pg Рік тому +1

    clear as water, thanks!

  • @Bagrat-III
    @Bagrat-III 6 місяців тому

    Amazing explanation

  • @seulgi1002
    @seulgi1002 2 місяці тому

    Hey Nikola I really liked your video! I have a question though - how does a program know which virtual address to access? For example, how did the program know in your video to access address 0x12345678? You said a virtual page is assigned to each program, so how does it know what’s the virtual page that was assigned to it?

    • @TechWithNikola
      @TechWithNikola  2 місяці тому

      Hey, glad to hear that!
      It’s up to the program to decide which virtual address to access. For example, the program may use address 0x12345678, as shown in the video. However, when we write code, we usually don’t directly specify these addresses. Instead, we write variable names like int a and assign values to them. The compiler then generates machine code instructions that reference virtual memory addresses. These addresses are determined by the compiler and the operating system during the program’s execution.
      Regarding how virtual pages are determined: The virtual page number (VPN) can be computed by dividing the virtual address by the page size (or equivalently, taking the upper bits of the address after considering the page size). For example, if the virtual address is 0x12345678 and the page size is 4 KB, the VPN corresponds to the upper 20 bits of the virtual address. The operating system manages the mapping of these virtual pages to physical memory.
      Does that make sense?

    • @seulgi1002
      @seulgi1002 2 місяці тому

      @@TechWithNikolahmm yeah I guess it does! So if I understood correctly, when I compile my code to machine language, the operating system itself translates variables that are assigned in the program to virtual addresses? And also, is the MMU also responsible for dynamic memory allocation? Thanks a lot!

    • @TechWithNikola
      @TechWithNikola  2 місяці тому

      ​It's the compiler that assigns stack and global variables to virtual addresses. This is the stack space in a program.
      The OS and MMU translate virtual addresses to physical addresses.
      Regarding dynamic memory allocation. It depends what you mean by "responsible". The program asks OS to allocate some memory (e.g. via malloc function), and OS decides which virtual address to assign to it. The MMU itself doesn't allocate any memory, it just performs translations when those addresses are accessed.

  • @panjak323
    @panjak323 4 місяці тому

    What about the problems virtual memory creates ?
    1) memory non locality (slower bandwidth and sequential reads)
    2) higher power draw - used memory is scattered all over the physical space, thus chips cannot be properly turned off when not in use.
    3) translation overhead - mainly when entries are not in local translation cache and have to be fetched from main memory

  • @redleonida2693
    @redleonida2693 3 місяці тому

    Bro created the perfect video

  • @emeraldcn
    @emeraldcn 6 місяців тому +1

    hi, what does 0x0010 in "2nd level entry" column mean at 19:28? it doesn't seem to be used in the process of finding the physical address.

  • @HenryDunn-n7f
    @HenryDunn-n7f Місяць тому

    I assume for 64-bit memory, it doesnt store page tables for the full address space, since that would be absurdly huge. I assume it just grows with memory requested and shrinks with frees. What I don’t understand there though is how it would shrink if you didn’t free the buffer at the end of your memory.

  • @user-yr1uq1qe6y
    @user-yr1uq1qe6y 9 місяців тому +1

    Starting off with the “bad old days” only being 4GB definitely lets me know I’m old! Just like running out of 32bit address space “must” have been back in the 1950s or something 😂

  • @vinayak6564
    @vinayak6564 5 місяців тому

    excellent explanation!!
    one doubt isn't the page table size 16MB as there 2^22 pages and we uses word size for each page.
    so 4*2^22 16MB?

    • @vinayak6564
      @vinayak6564 5 місяців тому +1

      32MB considering map between virtual address and physical address

  • @feazysil2707
    @feazysil2707 Рік тому

    such a good video, you are the man !

  • @kanario99
    @kanario99 Рік тому

    thank you, this video was very clarifying.

  • @I2ealTuber
    @I2ealTuber 9 місяців тому +1

    Can you next teach us about deditated WAM?