Home > IT Networking > Quizzes > Computer Networks Practice Test: RPC
Computer Networks Practice Test: RPC
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 50% Most missed: “In RPC, while a server is processing the call, the client is blocked ________”
RPC stands for Remote Procedure Call. It's a programming model that lets programmers write a procedure in one program and call it from another. RPC is used in distributed computing to cause a procedure to execute in a different address space. It's a high-level communications paradigm for operating systems that's built on top of the eXternal Data Representation (XDR) protocol. RPC enables users to work with remote procedures as if the procedures were local.  RPC is popular because it makes it simple and direct for programmers to write a procedure in one program and call it from another. It... Show more
Computer Networks Practice Test: RPC
Time left 00:00
10 Questions

1. RPC is used to _________
2. An RPC application requires _________
3. A remote procedure call is _______
4. The local operating system on the server machine passes the incoming packets to the ___________
5. An RPC application requires _________
6. In RPC, while a server is processing the call, the client is blocked ________
7. RPC is a _________
8. RPC works between two processes. These processes must be ____________
9. RPC allows a computer program to cause a subroutine to execute in _________
10. The local operating system on the server machine passes the incoming packets to the ___________