Tag

packet transmission

0 views collected around this technical thread.

Deepin Linux
Deepin Linux
Aug 16, 2023 · Fundamentals

Fundamentals of TCP/IP: Protocol Suite, Standardization Process, and Layered Model

This article provides a comprehensive overview of TCP/IP, covering its definition as a protocol suite, the open and practical standardization process driven by IETF, the role of RFCs and STD numbers, the multi‑stage standardization workflow, the layered architecture compared with the OSI model, and detailed explanations of packet headers, data flow, and connection management such as the three‑way handshake and four‑way termination.

OSI modelTCP/IPfour-way termination
0 likes · 31 min read
Fundamentals of TCP/IP: Protocol Suite, Standardization Process, and Layered Model
Refining Core Development Skills
Refining Core Development Skills
May 12, 2021 · Fundamentals

Linux Network Packet Sending Process: Deep Dive into Kernel Implementation

This comprehensive article provides an in-depth analysis of how Linux kernel sends network packets, covering the complete process from user-space send() call through protocol stack processing to hardware transmission, with detailed source code examination and performance considerations.

DMALinux KernelPerformance Monitoring
0 likes · 28 min read
Linux Network Packet Sending Process: Deep Dive into Kernel Implementation