- 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)
推薦閱讀
- FuelPHP Application Development Blueprints
- LaTeX Cookbook
- Production Ready OpenStack:Recipes for Successful Environments
- 零基礎學Java程序設計
- Hands-On Swift 5 Microservices Development
- Creating Stunning Dashboards with QlikView
- Learning Unreal Engine Android Game Development
- Raspberry Pi Robotic Blueprints
- TypeScript圖形渲染實戰:2D架構設計與實現
- Software Development on the SAP HANA Platform
- 3ds Max 2018從入門到精通
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- C++面向對象程序設計
- LabVIEW數據采集(第2版)
- 編程風格:程序設計與系統構建的藝術(原書第2版)