GATE-2024-CS1(Forenoon)
October 20, 2024TIFR PHD CS & SS 2014
October 21, 2024IPC
Question 1 |
A process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message based communication is called__
Local Procedure call | |
remote procedure call | |
Inter Process Communication | |
Remote Machine Invocation |
Question 1 Explanation:
● Remote Procedure Call (RPC) is a protocol that one program can use to request a service from a program located in another computer on a network without having to understand the network’s details.
● A procedure call is also sometimes known as a function call or a subroutine call.
● inter-process communication or interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data.
● The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM.
● A procedure call is also sometimes known as a function call or a subroutine call.
● inter-process communication or interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data.
● The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM.
Correct Answer: B
Question 1 Explanation:
● Remote Procedure Call (RPC) is a protocol that one program can use to request a service from a program located in another computer on a network without having to understand the network’s details.
● A procedure call is also sometimes known as a function call or a subroutine call.
● inter-process communication or interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data.
● The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM.
● A procedure call is also sometimes known as a function call or a subroutine call.
● inter-process communication or interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data.
● The RMI (Remote Method Invocation) is an API that provides a mechanism to create distributed application in java. The RMI allows an object to invoke methods on an object running in another JVM.