Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the significance of TCP acknowledgments?
Home
Other
What is the significance of TCP acknowledgments?
0
votes
asked
Jan 24
in
Other
by
sharadyadav1986
What is the significance of TCP acknowledgments?
tcp-acknowledgments
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 24
by
sharadyadav1986
TCP acknowledgments are used to acknowledge packets that are successfully received by the host. The flag is set if the acknowledgment number field contains a valid acknowledgment number.For more details, please read TCP/IP model article.
...