What is Remote Procedure Call (RPC) ? – Network Communication

Remote Procedure Call (RPC) Remote Procedure call is a high-level model for the client server communication. A remote procedure call makes a call to a remote service look like a local call RPC makes transparent whether server is local or remote. RPC allows applications to …

‏ What is File Transfer Protocol (FTP) ? – Network Communication

File Transfer Protocol (FTP) File Transfer Protocol allows a user to copy files to/from remote hosts. Client program connects to FTP server It provides a login id and password It allows the user to explore the directories and download and upload files with the server …

What is Telnet ? – Network Communication

Telecommunication Network (Telnet)‏ TELNET is a client-server protocol, based on a reliable connection-oriented transport . This protocol establishes a connection to TCP port 23, where a getty-equivalent program (telnetd) is listening. Telnet is a protocol for remote computing on the Internet. It allows a computer …