Chapter 3 Distributed System
Chapter 3 Distributed System
Process
process
• A process refers to a program or application that is running
on a computer and is capable of executing tasks or
operations.
A process in a distributed system is a program that is
currently being executed on a virtual processor of an
operating system.
In a distributed system, a task is broken down into functions
and spread across multiple interconnected processors.
Each processor, or node, operates independently but
collectively solves the task.
• In a distributed system, these processes need to
communicate with each other to share data, coordinate
activities, and perform complex tasks that require
collaboration across multiple systems.
Process Management
In a system, process management becomes a crucial
part of maintaining & monitoring the overall system.