- 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)
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- Rust編程:入門、實戰與進階
- Java從入門到精通(第4版)
- NumPy Essentials
- RISC-V體系結構編程與實踐(第2版)
- 軟件測試綜合技術
- Visual Studio Code 權威指南
- C++程序設計教程(第2版)
- 深入分析GCC
- Python Web自動化測試設計與實現
- 精通Spring:Java Web開發與Spring Boot高級功能
- Python Social Media Analytics
- 從“1”開始3D編程
- 計算機應用基礎(Windows 7+Office 2010)
- 高質量程序設計指南:C++/C語言