Deprecated: Implicit conversion from float-string "1641375490.595" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1641375490.595" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1641375490.595" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1641375490.595" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1641375490.595" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1528565777.923" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1528565777.923" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1528565777.923" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1528565777.923" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1528565777.923" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1604240218.212" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1604240218.212" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1604240218.212" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1604240218.212" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1604240218.212" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594
Computer Networks: An Acknowledgement by TCP at sender guarantees?
1,757 views
2 votes
2 votes
1.Data has been delivered to the application.
2.Date has been received by TCP module.
3.Data has been received by the Application interface.
4.None

What should be the answer?? I think 1st and 3rd are correct?!

3 Answers

4 votes
4 votes
1.Data has been delivered to the application.

So first option is accurately right bcz data always keep it intend to reach particular application on particular port .
0 votes
0 votes
It means that data has been delivered to the application.
So option 1 is correct.
0 votes
0 votes

It only guarantees that data has been received by TCP module. There is a chance that data received is not in proper order, but still the ACK is sent (Still data is with TCP layer). So, TCP has to further re-order it and send it to application layer.

For more detail, refer:
https://networkengineering.stackexchange.com/questions/55581/acknowledgment-by-tcp-does-not-guarantee-that-the-data-has-been-delivered

Related questions


Deprecated: Implicit conversion from float-string "1674106244.934" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1674106244.934" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1674106244.934" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1674106244.934" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1529320204.519" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1529320204.519" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1529320204.519" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1529320204.519" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803
891
views
1 answers
0 votes
Chaitanya Kale asked Jan 19, 2023
891 views
Does TCP use negative acknowledgment? According to me for flow control TCP uses a mix of both SR and GO BACK N protocol, and SR protocol uses negative acknowlegment thus ...
780
views
2 answers
3 votes
bts asked Jun 18, 2018
780 views
An ACK number of $1000$ in TCP always means that$999$ bytes have been successfully received$1000$ bytes have been successfully received$1001$ bytes have been successfully...
2.4k
views
4 answers
2 votes
Abhishekcs10 asked Dec 30, 2015
2,358 views
In TCP while connection establishment there is pure acknowledgement. I have read that the pure acknowledgements do not consume a sequence number as the receiver does not ...
2.5k
views
1 answers
5 votes
pC asked Jul 17, 2016
2,510 views
Suppose that the TCP in station A sends information to the TCP in station B over a two-hop path. The data link in the first hop operates at a speed of 8 Mbps, and the dat...