answersLogoWhite

0

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

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

In tcp ip the protocol that guarantees?

Guaranteed reliable delivery is provided by TCP transport.


What application can be delivered using UDP?

UDP as a transport protocol is used in situations where speed is more important than reliability in the delivery of the packets. Therefore, any application that requires speed as its primary delivery could use UDP. This type of delivery is not checked for consistency or reliability, so you wouldn't use it if the delivery has to be reliable.


Which OSI layer uses a connection-oriented protocol to ensure reliable delivery of data?

transport layer


Which transport layer protocol provides low overhead and would be used for applications which do not require reliable data delivery?

UDP


Which Transport layer protocol provides low overhead andwould be used for applications which do not require reliable data delivery?

UDP


What is a reliable protocol?

A reliable protocol is one that ensures reliability properties with respect to the delivery of data to the intended recipients


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 transport layer protocol provides flow overhead and would be used for applications which do not require reliable data delivery?

It appears as though you have the two concepts reversed; if you are using flow control than you are using a reliable delivery method - these are at layer 4 of the OSI model, which is TCP for reliable delivery. TCP provides flow control. UDP would be used for speed, when you do not need reliable delivery. However, UDP does not use flow control, since there is no handshaking between transmission and reception, and it is a connectionless protocol.


What ensures that the application is ready to receive data?

Reliable delivery


What is the network transport layer?

Transport layer is responsible for reliable delivery of information, error correction and so on.


Write a program for stop and wait protocol in implementing reliable transport protocol?

Take a look at any definition for TCP protocol. Most are also written in C.


What OSI model guarantees reliable message delivery?

The Transport layer which handles segments is responsible for End-to-End connections and reliability. Problems at this layer can negatively impact reliable message delivery. Although the Transport layer is supposed to be where reliability is provided, problems at the Network layer where packets are handled can also significantly affect reliable message delivery if the path determination and/or IP (logical addressing) are messed up.