answersLogoWhite

0

What type of data transper by TCP?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

reliable, connection-based, full-duplex, byte-stream

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of data transper by TCP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of address identifies the source of data in a frame?

MAC


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.


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 Transport Protocol within the TCP IP suite of protocols guarantees delivery of Data?

TCP


Which suite of protocols is used to transmit data across the internet?

tcp/ip


What accurately describes tcp and udp?

TCP and UDP are two different layer 4 protocols. TCP reliably sends data with acknowledgments and UDP sends data without checking if the destination received it. Skype uses UDP while email uses TCP.


Similarties between IP and TCP?

what are the similarties between IP and TCP protocol in data communication and networking.


What does tcp implement?

TCP implements guaranteed reliable delivery as a means of transporting data across a network.


What is the different between ip and tcp?

Ip is the protocol that figures out how to get data to a certain location on the network. TCP is the protocol that breaks the data down and gets it ready to be transported. And then again on the other computer, TCP is what builds up the data into its original format before it got broken down by TCP on the first computer.


Operates at the transport layer of the osi model and provides reliable data delivery services?

TCP The three way handshake verifies that data arrived


Why do you have type data gram socket?

A datagram socket represents a connectionless, non-guaranteed communication protocol. It represents the UDP protocol in the TCP/IP suite.Contrast this with a stream socket, which represents a connection oriented, guaranteed, communication protocol. It represents the TCP protocol in the TCP/IP suite.UDP is the underlying protocol for TCP. If you are talking OSI model, UDP is layer 3, and TCP is layer 4.


What are true statements about transport layer protocols?

**The TCP transport layer protocol uses windowing and acknowledgments for reliable transfer of data. **The TCP and UDP port numbers are used by application layer protocols. **The TCP transport layer protocol provides services to direct the data packets to their destination hosts.