Answer: A. Telnet
Explanation:
Telnet is a network protocol which is used to communicate with a device using a command line interface. It is used mostly for remote management but also find use in switches and other access points.
Th steps below show how the telnet command is used:
1. We need to find out the IP address of ther server using ipconfig command from the CMD in windows operating system.
2. There in the CMD we have to type Telnet <IP Address> <port number>.
If you see a blank cursor then the connection is fine.