answersLogoWhite

0


Best Answer

There are three features that allow TCP to reliably and accurately track the transmission of data from source to destination. They are flow control, session establishment, and numbering and sequencing.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Features such as Sequencing, Acknowledgement & Checksum incorporated in TCP header ensures reliability accuracy of data transferred.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

flow control

Session establishment

numbering and sequence

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

If an acknowledgement of the transmitted segments is not received from the destination in a predetermined amount of time, the source resends the data.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

flow control

session establishment

numbering and sequencing
flow control

session establishment

numbering and sequencing

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does TCP ensure reliable data transfer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is 69 c in dns?

69 is the port number of TCP. TCP is the connection reliable protocol which is used to transfer the data in the network.so that dns is not configured properly or tcp/ip settings are not properly.


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.


Which of the following higher-level protocols operate on top of TCP?

FTP (reliable file transfer), HTTP (Web page or general hypertext data transfer), and SMTP (email delivery) each add application-level semantics on top of TCP.


What does tcp implement?

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


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.


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

TCP The three way handshake verifies that data arrived


What is the advantage of tcp?

Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.Advantage of TCP: reliable data transport. Lost packets are re-sent. For this reason, many protocols that transfer data rely on TCP; this includes FTP, HTTP, and several e-mail protocols.Disadvantage of TCP: The extra overhead makes the transmission slower. When transmission speed is more important than reliability, UDP is used instead. This is the case with phone and video transmissions over the Internet.


Is it possible for application to enjoy reliable data transfer even when the application runs over UDP?

It is possible for an application to enjoy reliable data transfer over UDP. UDP uses checksum to learn whether data reached is true or not. You can also ensure reliability by creating a private protocol built on UDP.


What type of data transper by TCP?

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


What protocol uses different port numbers to establish a connection and to transfer data?

TCP


What is tcp session?

A TCP session is a data transfer that takes place using the transmission control protocol. A session has three phases, connection establishment, data transmission, and connection termination.


Which transport layer protocol assures both reliable and rapid delivery of the data sent to it by the application layer?

TCP protocol insures that your data was delivered in reliable and rapid way.