Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Operating system concepts-3
Rating: 4.9 out of 5(17 ratings)
947 students

Operating system concepts-3

Master the basics of Operating System memory management, virtual memory, page replacement, thrashing from scratch.
Last updated 3/2023
English

What you'll learn

  • Memory management terminology
  • Where do memory addresses come from?
  • What are the required memory management properties?
  • What are some simple memory allocation schemes?
  • What is fragmentation? (Internal, external fragmentation.)
  • What is paging?
  • What is the key idea behind paging?
  • How paging works?
  • How is address translation done with paging?
  • How does paging hardware work?
  • How is memory address translated by the paging hardware?
  • How do memory management systems perform address translation without division?
  • How to make paging efficient?
  • What is TLB cache?
  • How does TLB cache work?
  • What are the performance implications of a TLB cache?
  • How is the main memory initialized when a process is started?
  • How context switches are performed in presence of paging?
  • How does paging facilitate memory sharing?
  • What is demand paging?
  • How does demand paging work?
  • When to load a page in demand paging?
  • How is demand paging implemented?
  • What is swap space?
  • What are the performance implications of demand paging?
  • How is TLB cache updated with demand paging?
  • What are page replacement algorithms?
  • What is FIFO page replacement?
  • What is MIN page replacement?
  • What is Random page replacement?
  • What is LRU page replacement?
  • What is Belady's anomaly?
  • What is thrashing?
  • How to limit thrashing?
  • What is working set?

Course content

9 sections51 lectures3h 33m total length
  • Course introduction1:36

    Aditya introduces memory management in operating systems, covering paging, address translation, caches to make paging efficient, demand paging, page replacement algorithms, and thrashing.

  • Memory management terminology6:52

    Explore memory management concepts by examining how processes address and occupy RAM, including segments, physical versus virtual addresses, and the translation between them.

  • Where do addresses come from?5:24

    We explore three ways addresses are generated: compile-time generation of virtual addresses, load-time mapping to physical memory by the loader, and run-time translation from virtual to physical addresses.

  • Required memory management properties2:22
  • Simple memory allocation schemes3:59
  • Memory allocation and fragmentation5:08
  • Fragmentation heuristics1:32
  • Quiz 1

Requirements

  • No previous knowledge about operating systems needed. Everything you need to know about the topics will be covered.

Description

Ace operating systems (OS) memory management, paging, virtual memory, page replacement, thrashing, working set questions in competitive exams, job interviews, and OS course exams.


Do you know: How the OS presents an illusion of infinite memory to users? How can the OS execute processes much bigger than the RAM (main memory)? Where do memory addresses come from? How does OS keep several processes inside the RAM for execution? How OS makes room for new processes when the RAM is full? What happens if there are too many processes in the RAM? Learn the explanations to these and many more intriguing questions in this course!


Specifically, the course will cover the following in detail.


  1. Memory management terminology

  2. Where do memory addresses come from?

  3. What are the required memory management properties?

  4. What are some simple memory allocation schemes?

  5. What is fragmentation?

  6. What is internal fragmentation?

  7. What is external fragmentation?

  8. What is paging?

  9. What is the key idea behind paging?

  10. How paging works?

  11. How is address translation done with paging?

  12. How does paging hardware work?

  13. How is memory address translated by the paging hardware?

  14. How do memory management systems perform address translation without division?

  15. How to make paging efficient?

  16. What is TLB cache?

  17. How does TLB cache work?

  18. What are the performance implications of a TLB cache?

  19. How is the main memory initialized when a process is started?

  20. How context switches are performed in presence of paging?

  21. How does paging facilitate memory sharing?

  22. What is demand paging?

  23. How does demand paging work?

  24. When to load a page in demand paging?

  25. How is demand paging implemented?

  26. What is swap space?

  27. What are the performance implications of demand paging?

  28. How is TLB cache updated with demand paging?

  29. What are page replacement algorithms?

  30. What is FIFO page replacement?

  31. What is MIN page replacement?

  32. What is Random page replacement?

  33. What is LRU page replacement?

  34. What is Belady's anomaly?

  35. What is thrashing?

  36. How to limit thrashing?

  37. What is working set?

30 day money back guaranteed by Udemy.


Wisdom scholarships. If you are interested in taking one of our courses but cannot purchase it, you can apply for a scholarship to enroll. Learn more about the application process at my website.

Who this course is for:

  • Anyone interested in learning about operating systems in modern computers could benefit from this course.
  • Computer science undergraduate students taking an operating systems course could benefit from the course.