TCP

Revision as of 20:30, 18 March 2023 by Gmelli (talk | contribs) (Text replacement - ") ----" to ") ----")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

See: UDP, Transmission Control Protocol.



References

1996

  • (Wall et al., 1996) ⇒ Larry Wall, Tom Christiansen, and Randal L. Schwartz. (1996). “Programming Perl, 2nd edition." O'Reilly. ISBN:1565921496
    • TCP: Short for Transmission Control Protocol. A protocol wrapped around the Internet Protocol to make an unreliable packet transmission mechanism appear to the application program to be a reliable stream of bytes. (Well, usually.)