What was the primary motivation behind the development of RPC facility?
The primary motivation behind the development of Remote Procedure Call (RPC) facility was to enable communication and data exchange between processes running on different machines in a network. It allows programs to call functions or procedures on a remote machine as if they were local, simplifying the development of distributed systems.