Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 7)
7.
What TCP/IP protocol is used for remote terminal connection service?
UDP
RARP
FTP
TELNET
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Buganda said:   8 years ago
I conquer with you @Harpreet.

HARPREET said:   1 decade ago
UDP - does not make a connection. It examines data that comes from outside for accuracy, by checksums. This is like examining a postcard to ensure that it has not been torn up.

The Reverse Address Resolution Protocol - is an obsolete computer networking protocol used by a host computer to request its Internet Protocol address from an administrative host, when it has available its Link Layer or hardware address, such as a MAC address.

The File Transfer Protocol (FTP) - is a standard network protocol used to transfer computer files from one host to another host over a TCP-based network, such as the Internet.

TELNET - a network protocol that allows a user on one computer to log onto another computer that is part of the same network.
(1)

MAHENDRA RAYGADE said:   1 decade ago
Telnet is the internet facility that allows you to execute commands on a remote host (another computer, most likely one to which you do not have physical access).

Post your comments here:

Your comments will be displayed after verification.