20.567. Sun Remote Procedure Call
Sun Microsystems Remote Procedure Call (SunRPC) is a client-server protocol that allows users to call procedures remotely,
which means the procedure is actually done at the server and not at the local user. The server holds a port mapper that listens
to queries, usually on port 111.