侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

TCP/IP Reference

2022-06-14 星期二 / 0 评论 / 0 点赞 / 134 阅读 / 1857 字

TCP/IP ReferenceThis book assumes basic familiarity with TCP/IP and networking concepts. You won't f

.

TCP/IP Reference

This book assumes basic familiarity with TCP/IP and networking concepts. You won't find a primer on the OSI seven-layer model or a rundown of the Berkeley Socket API within these pages. For a comprehensive guide to TCP/IP, I recommend The TCP/IP Guide by Charles Kozierok or the old classic TCP/IP Illustrated, Volume I by W. Richard Stevens.

While TCP/IP familiarity is expected, even the best of us occasionally forget byte offsets for packet header fields and flags. This section provides quick reference diagrams and field descriptions for the IPv4, TCP, UDP, and ICMP protocols. These beautiful diagrams fromhttp://www.visi.com/~mjb/Drawings are used by permission of author Matt Baxter.

Figure 1. IPv4 header


Figure 2. TCP header


Figure 3. UDP header


Figure 4. ICMP header


.

广告 广告

评论区