Difference between revisions of "Transmission Control Protocol (TCP)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == Activities == * Check TCP connectivity == See also == * {{TCP}}")
 
 
(63 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[wikipedia:Transmission Control Protocol]] [[Transport layer]]
  
  
 +
* <code>[[netstat]] -tn</code> or  <code>netstat --tcp -n</code>
  
 +
 +
* [[TCP checksum]]: <code>[[ethtool --show-offload]] eno0</code>
 +
 +
== [[List of TCP ports]] ==
  
 
== Activities ==
 
== Activities ==
* [[Check TCP connectivity]]
+
* [[Check TCP connectivity]]: <code>[[nping --tcp]]</code>, <code>[[check_tcp]]</code> ([[Nagios]])
 +
* Read about [[TCP Fast Open]]
 +
* Learn about <code>[[route]]</code> command
 +
* Learn about [[wikipedia:TCP congestion control]]
 +
* TCP Fast Open, [[Linux kernel 3.7]]
  
 +
== Related terms ==
 +
* [[Multipath TCP (MPTCP)]]
 +
* [[Vint Cerf]] and [[Bob Kahn]]
 +
* <code>[[/proc/sys/net/ipv4/]]tcp_rmem</code>
 +
* [[QUIC]]
  
 
== See also ==
 
== See also ==
 +
* {{mtr}}
 +
* {{Linux networking commands}}
 
* {{TCP}}
 
* {{TCP}}
 +
* {{Networking}}
 +
 +
[[Category:Networking]]

Latest revision as of 13:35, 16 February 2023

Advertising: