NFS relies on ____ to route requests between the NFS server and client.

A. SMTP
B. ODB
C. RPC
D. IGRP

Answer: C

Computer Science & Information Technology

You might also like to view...

Why won’t you know how much your coffee costs until you click on the Total button?

What will be an ideal response?

Computer Science & Information Technology

Does the method call in the following method cause compile errors?

``` public static void main(String[] args) { Math.pow(2, 4); } ``` a. Yes b. No

Computer Science & Information Technology