OS ch 4 Introduction to Distributed system
OS ch 4 Introduction to Distributed system
● When input comes from a client to the main computer, the master CPU divides the task into simple
jobs and sends it to the slave node to do it when the jobs are done by the slave nodes, they send it
back to the master node, and then it shows the result to the main computer.
Advantages of Cluster Computing
1. High Performance
2. Easy to manage
3. Scalable
4. Expandability
5. Availability
6. Flexibility
7. Cost-effectiveness
8. Distributed applications
Characteristics:
Examples:
Characteristics:
Examples:
1.Centralized Organization
2.Decentralized Organization
3.Hybrid Organization
Centralized Architecture
What is NFS?
Network File System (NFS) is defined as a network protocol that is used for accessing or
sharing files over a network. It defines the way in which the files are stored and retrieved from
storage devices across networks. The Network File System is defined by the NFS protocol. It
utilizes Remote Procedure Calls (RPCs) which allows routing requests between clients and
servers. For communication purposes, it uses the TCP/IP It is an application layer protocol.