ELI5: Explain Like I'm 5

Remote procedure call

Remote Procedure Call (RPC) is a way for computers to communicate with each other. Think of it as a telephone call between two computers. The first computer calls the second computer and tells it what to do. The second computer then does what it is told and reports back to the first computer. This is how two computers can work together.