answersLogoWhite

0


Best Answer

tcp

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Fastest in between telnet ftp and tcp?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How is the application layer protocol telnet similar to http and ftp?

Telnet is similar to HTTP and FTP in that all three use the TCP protocol for connection-oriented


Example of application used by the UDP and TCP?

UDP: DNS, TFTP, DHCP... TCP: SMTP, HTTP, HTTPS, DNS, FTP, SHH, Telnet...


What is transferred between computers using telnet?

Telnet is a protocol for transferring plain text over TCP .


What is default port for ip?

TCP has no default port. Individual applications - such as FTP, DNS, or Telnet - do have default ports.


Can you name 5 important ports of the world?

The most 5 important ports of the world: 1) HTTP 2) FTP 3) SMTP 4) TelNet 5) TCP


Why should telnet to UDP port fail?

A single port can be configured to listen for UDP or TCP inbound connection requests (or both). Telnet uses TCP. So when you telnet to a specific IP:port, telnet will attempt to make a TCP connection. If there is no TCP listener on the port you specify, then the connection request will be refused. It matters not if you have a UDP listener on the port. Telnet will not be able to establish a connection to a UDP port.


What port telnet use?

Telnet use port number 23,and connected to TCP


What port does telnet use?

Telnet use port number 23,and connected to TCP


How do you do serial port communication between two computers in Linux using c language?

You should use pppd to define a connection between the two computers, then normal TCP/IP networking (telnet, ftp, http, NFS, SMB etc) will work without any programming.


Is TCP IP a FTP?

No - FTP is a subprotocol in TCP/IP. TCP/IP is a set of standards for describing addressing, transport, and delivery/routing of information across networks. FTP is a protocol that allows a file to be transferred from one system to another, using TCP/IP.


Which protocol is used by FTP to transfer files over the Internet?

FTP uses TCP.Usage of Transport Layer protocol (tcp or udp) depends upon various applications.Such as FTP uses TCP, TFTP uses UDP.


IFUsing telnet or ftp which is the highest layer you are using to transmit data?

Normally both using transport layer for communication but they are using tcp protocol which uses application layer so application layer is correct answer..