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-2
Rating: 4.5 out of 5(39 ratings)
2,146 students

Operating system concepts-2

Master the basics of multithreading, Pthreads, synchronization, locks, semaphores, concurrency, deadlocks from scratch.
Last updated 9/2022
English

What you'll learn

  • Why use threads in programs?
  • What are the overheads of using processes?
  • What is the key idea behind threads?
  • Difference between single vs multithreaded processes
  • Benefits of using threads.
  • Pthread basics.
  • How to create a thread using Pthread?
  • How to pass parameters to a thread?
  • How to use Pthread_self, Pthread_equal?
  • How to terminate a thread?
  • How to use Pthread_join to wait for a thread to terminate?
  • How to return values from thread functions?
  • How to wait for threads?
  • How to detach a thread using Pthread_detach?
  • What are global variables in threads?
  • What is concurrency in programs?
  • What are race conditions and atomic operations?
  • What is synchronization?
  • What are the correctness properties for synchronization solutions?
  • How to enforce mutual exclusion?
  • What are locks?
  • How to use locks in Pthreads?
  • How to avoid deadlock with locks?
  • What are semaphores?
  • What are synchronization patterns--bounded concurrent access, signaling?
  • How to employ semaphores to avoid busy waiting?
  • How multithreading interacts with multicores?
  • What are the challenges of multicore programming?
  • How to designing multithreaded programs?
  • What are thread pools?
  • What is the readers-writers problem?
  • How to solve the readers-writers problem?
  • What is the dining philosophers problem?
  • How to solve the dining philosophers problem?
  • What are the 4 necessary conditions for deadlocks?
  • How to prevent deadlocks?
  • What is resource allocation graph?
  • How to handle deadlocks?
  • How to implement threads?
  • What are user threads and kernel threads?
  • How are threads implemented in Linux?
  • How are locks implemented?
  • What is the TestAndSet atomic instruction?
  • What are spin locks?
  • How do locks influence performance?

Course content

11 sections72 lectures4h 22m total length
  • Why use threads?3:09
  • Overheads of using processes3:19

    Explore why expensive process creation can hinder performance by showing a web server cloning child processes to service many requests in parallel, and highlight the overhead.

  • Key idea behind threads2:46
  • Single vs multithreaded processes7:07

    Compare single threaded and multithreaded processes, showing how threads share code, data, and system resources within a process while each thread maintains its own registers, stack, and program counter.

  • Benefits of threads3:09
  • Quiz-1

Requirements

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

Description

Ace multithreading, Pthreads, synchronization, locks, semaphores, concurrency, deadlocks questions in competitive exams, job interviews, and OS course exams.

Do you know: A single-threaded process can only execute on one core even if the machine has eight cores? A multithreaded process can exploit the true hardware parallelism! What are data races? What is process synchronization? What are atomic operations? How to implement correct multithreaded programs without data races? What are locks and semaphores? How do we use locks and semaphores to implement correct synchronization solutions? What are deadlocks? What are the necessary conditions for deadlocks? How do operating systems deal with deadlocks? How do operating systems implement threads? How do operating systems implement locks to ensure correct mutual exclusion and synchronization? Learn the explanations to these and many more intriguing questions in this course!


Specifically, the course will cover the following in detail.

  1. Why use threads in programs?

  2. What are the overheads of using processes?

  3. What is the key idea behind threads?

  4. Difference between single vs multithreaded processes.

  5. Benefits of using threads.

  6. Pthread basics.

  7. How to create a thread using Pthread?

  8. How to pass parameters to a thread?

  9. How to use Pthread_self, Pthread_equal?

  10. How to terminate a thread?

  11. How to use Pthread_join to wait for a thread to terminate?

  12. How to return values from thread functions?

  13. How to wait for threads?

  14. How to detach a thread using Pthread_detach?

  15. What are global variables in threads?

  16. What is concurrency in programs?

  17. What are race conditions and atomic operations?

  18. What is synchronization?

  19. What are the correctness properties for synchronization solutions?

  20. How to enforce mutual exclusion?

  21. What are locks?

  22. How to use locks in Pthreads?

  23. How to avoid deadlock with locks?

  24. What are semaphores?

  25. What are synchronization patterns--bounded concurrent access, signaling?

  26. How to employ semaphores to avoid busy waiting?

  27. How multithreading interacts with multicores?

  28. What are the challenges of multicore programming?

  29. How to designing multithreaded programs?

  30. What are thread pools?

  31. What is the readers-writers problem?

  32. How to solve the readers-writers problem?

  33. What is the dining philosophers problem?

  34. How to solve the dining philosophers problem?

  35. What are the 4 necessary conditions for deadlocks?

  36. How to prevent deadlocks?

  37. What is resource allocation graph?

  38. How to handle deadlocks?

  39. How to implement threads?

  40. What are user threads and kernel threads?

  41. How are threads implemented in Linux?

  42. How are locks implemented?

  43. What is the TestAndSet atomic instruction?

  44. What are spin locks?

  45. How do locks influence performance?

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.
  • You may (optionally) wish to print some of the material.