5-packet TCP connection?

This commit is contained in:
Ian Gulliver
2019-04-15 02:07:39 +00:00
parent 3118ce324f
commit 1a69a50caf
4 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<!--# set var="title" value="5-packet TCP connection?" -->
<!--# set var="date" value="February 3, 2009" -->
<!--# include file="include/top.html" -->
This seems to be valid:
1. C->S: SYN
1. S->C: SYN/ACK
1. C->S: FIN/ACK
1. S->C: FIN/ACK
1. C->S: ACK
A completely opened and closed TCP connection. Further, 2 and 3 can both contain data? Could you get a whole HTTP request/response in this conversation?
<!--# include file="include/bottom.html" -->

View File

@@ -19,5 +19,6 @@
1. 2016-Feb-15: [Cable modem channel party](2016-02-15-cable-modem-channel-party.html)
1. 2016-Feb-01: [How to enrage your cable modem](2016-02-01-how-to-enrage-your-cable-modem.html)
1. 2016-Feb-01: [Hall of 2.4 GHz Shame, 2016 Edition](2016-02-01-hall-of-2-4-ghz-shame-2016-edition.html)
1. 2009-Feb-03: [5-packet TCP connection?](2009-02-03-5-packet-tcp-connection.html)
<!--# include file="include/bottom.html" -->