- Mastering Python Networking
- Eric Chou
- 94字
- 2021-07-02 21:42:29
The Transmission Control Protocol (TCP)
The Transmission Control Protocol (TCP) is one of the main protocols used on the internet today. If you have opened a web page or have sent an e-mail, you have come across the TCP protocol. The protocol sits at layer 4 of the OSI model, and it is responsible for delivering the data segment between two nodes in a reliable and error-checked manner. The TCP consists of a 128-bit header consists of, among others, source and destination port, sequence number, acknowledgment number, control flags, and checksum:

TCP Header (source:https://en.wikipedia.org/wiki/Transmission_Control_Protocol)
推薦閱讀
- Java面向對象思想與程序設計
- Interactive Data Visualization with Python
- 華為HMS生態與應用開發實戰
- JavaFX Essentials
- Raspberry Pi for Secret Agents(Third Edition)
- Java EE 7 Development with NetBeans 8
- Android 應用案例開發大全(第3版)
- Bootstrap 4:Responsive Web Design
- 精通Python自動化編程
- 執劍而舞:用代碼創作藝術
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Java 從入門到項目實踐(超值版)
- Python程序設計開發寶典
- Learning Concurrency in Python
- 大話代碼架構:項目實戰版