answersLogoWhite

0

What is TCP subprotocol?

Updated: 12/20/2022
User Avatar

Wiki User

14y ago

Best Answer

Connection-oriented

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is TCP subprotocol?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


What is the difference between conectionless and connection-oriented protocol?

A connectionless protocol is one where the client does not make a connection to the server. This is typically the UDP subprotocol of TCP/IP. There is one packet sent for each message. The client and server applications are responsible for all validation, sequencing, and acknowledgment issues. Its a little like standing in a field with a megaphone. You yell out your message and, if someone hears it that needs to hear it, they answer with their own megaphone. If you don't get an answer, you wait a bit and try again. A connection-oriented protocol is one where the client establishes a connection for each conversation with the server. This is typically the TCP subprotocol of TCP/IP. There can be many packets sent back and forth during the conversation, but that is no longer the concern of the application. The protocol stacks on each machine are responsible for validation, sequenceing, acknowledgement, retries, etc. Its a little like making a telephone call. You pick up the phone and dial a number. The other party may or may not answer, but when they do you can have a conversation.


What is tcp server processes?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.


Does sftp use tcp or udp?

TCP


Whats the subprotocol that enables tcpip to internetwork or traverse more than one lan segment and more than one type of network through a router is?

IP


What is a layer four header?

In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.


What could be the cause of a tcp smell in a house?

TCP


Fastest in between telnet ftp and tcp?

tcp


What is server process?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.


What type of connection does http use?

HTTP works over a TCP connection.HTTP works over a TCP connection.HTTP works over a TCP connection.HTTP works over a TCP connection.


What protocols are supported by TCP wrappers?

tcp based protocols,internet protocol,sometimes file transfer protocol also supported by tcp wrappers. tcp is reliable and connection oriented.


Which OSI layer does TCP operate?

TCP and UDP are transport layer protocols; the OSI layer is layer 4 (transport)