学习socket编程和TCP网络通信需要哪些书?

发布于 2024-12-15 21:08:38 字数 1491 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦里南柯 2024-12-22 21:08:38

这是学习 TCP/IP 的书籍,无论您使用哪种语言:

W. Richard Stevens,《TCP/IP 插图,第 1 卷:协议》

以下是 C 网络程序员的圣经,强烈推荐:

W. Richard Stevens,Unix 网络编程,第 1 卷:套接字网络 API

没有在线资源,Beej 的网络编程指南位居榜首。

This is the book to learn TCP/IP, doesn't matter what language you will be using:

W. Richard Stevens, TCP/IP Illustrated, Volume 1: The Protocols

The following is the C network programmer's bible, highly recommended:

W. Richard Stevens, Unix Network Programming, Volume 1: The Sockets Networking API

Out of online resources, Beej's Guide to Network Programming tops the list.

眼泪淡了忧伤 2024-12-22 21:08:38

我还推荐 IBM 的 TCP/IP 教程和技术概述(免费电子书) 。它不会告诉您很多有关套接字的信息,但它是对 TCP/IP 堆栈的精彩介绍。

I would also recommend TCP/IP Tutorial and Technical Overview from IBM (free ebook). It won't tell you a lot about sockets, but it's a great introduction to TCP/IP stack.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文