In this video, we dive into the fundamental components of an Operating System: Processes and Threads. Process and threads are the basic components in OS. Process is the program under execution whereas the thread is part of process. Threads of a process can be used when same process is required multiple times. A process can consists of multiple threads. In this article we will explore difference between process and thread in detail.
For more details, check out the full article: Difference between Process and Thread.