answersLogoWhite

0


Best Answer

If the sending device does not receive an acknowledgement for a packet, the packet will be retransmitted.

User Avatar

Wiki User

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

Wiki User

14y ago

Retransmit the data to the recipient

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Retransmit the data to the reipient

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If the tcp protocol did not receive an acknowledgement?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which protocol uses sequence numbers and acknowledgement numbers?

TCP is a protocol that uses those.


Which two TCP header fields are used to confirm receipt of data?

The Transmission Control Protocol (TCP) is a core protocol of the Internet protocol suite. The sequence number and acknowledgement number are used to confirm receipt of data.


What is exceptional acknowledgement?

TCP uses the acknowledgement number in segments sent back to the source to indicate the next byte in this session that the receiver expects to receive. This is called expectational acknowledgement.


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 is the basic protocol that allows all computers on the Internet send and receive data to each other?

The basic protocol that allows all computers to interact on the internet is TCP/IP.


How much data can a sending station running TCP IP transmit before it must receive an acknowledgement?

1024


Differene between tcp and ip protocol?

TCP is a sub-protocol within the IP protocol. Think of TCP as one of the instruments in a band.


IS TCP is unreliable Protocol?

No TCP a reliable protocol whereas UDP is unreliable.


Can you use UDP and still get the advantages of TCP by some way?

That depends on the protocols used. TCP provides reliability, but if TCP is not used, higher-level protocols can include the reliability instead. That is to say, if a packet is not received, the higher-level protocol will take the responsibility of sending (or requesting) the packet again.For example, TFTP (Trivial File Transfer Protocol) uses UDP, and automatically resends a packet when an acknowledgement is not received after a certain time.That depends on the protocols used. TCP provides reliability, but if TCP is not used, higher-level protocols can include the reliability instead. That is to say, if a packet is not received, the higher-level protocol will take the responsibility of sending (or requesting) the packet again.For example, TFTP (Trivial File Transfer Protocol) uses UDP, and automatically resends a packet when an acknowledgement is not received after a certain time.That depends on the protocols used. TCP provides reliability, but if TCP is not used, higher-level protocols can include the reliability instead. That is to say, if a packet is not received, the higher-level protocol will take the responsibility of sending (or requesting) the packet again.For example, TFTP (Trivial File Transfer Protocol) uses UDP, and automatically resends a packet when an acknowledgement is not received after a certain time.That depends on the protocols used. TCP provides reliability, but if TCP is not used, higher-level protocols can include the reliability instead. That is to say, if a packet is not received, the higher-level protocol will take the responsibility of sending (or requesting) the packet again.For example, TFTP (Trivial File Transfer Protocol) uses UDP, and automatically resends a packet when an acknowledgement is not received after a certain time.


What determines how much data a sending station running TCP IP can transmit before it must receive an acknowledgement?

window size


Difference TCP and UDP?

TCP is the protocol of network layer, It is connection oriented protocol. UDP is the protocol of network layer, It is connection less protocol.