os211

Top 10 List of Week 06

  1. Process Scheduling This website explains about the definition process scheduling. It also explains about the scheduling queues.

  2. Context Switch This website explains about context switching in OS. It also explains the triggers, steps, and cost of context switching.

  3. Examples of Context Switch This website also explains about context switching. Furthermore, it mentions examples for context switching.

  4. Inter Process Communication This website explains about inter process communication. It also mention about the two types of process and explain about them.

  5. Shared Memory vs Message Passing This website explains and state the differences between shared memory and message passing.

  6. Client-Server System This website explains about client-server system. It also mention and explains the categories of client-server computing.

  7. Remote Procedure Call This website explains about remote procedure call. It also explains the steps that occur during RPC.

  8. Single and Multithreaded Process This article explains about the single and multithreaded process. It also furthe explain the multithreaded process especially its implementation, advantages, and disadvantages.

  9. Concurrency vs Parallelism This website explains about concurrency and parallelism. It also explains about combination of both concept.

  10. fork() in C This website explains about the fork() in C programming. It also has some examples to help us to understand.